

.article {
    margin-top: 40px;
    width: 580px;
}

.article:nth-child(even){
    margin-left: 40px;
}

.article-list {
    height: 241px;
}



