.main {
    padding: 24px 0;
}

.smart-group .smart-list {
    display: block;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}
.smart-list .list-img {
    width: 360px;
    height: 240px;
}
.smart-list .list-img>img {
    display: block;
    width: 100%;
    height: 100%;
}
.smart-list .list-body {
    padding: 10px 15px 20px;
}
.smart-list .list-body .list-name {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.smart-list .list-body .list-date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

