.main {
    padding: 24px 0;
}

.news-group .news-list {
    padding: 24px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}
.news-list .list-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.news-list .list-date {
    font-size: 14px;
    color: #101010;
    margin-bottom: 16px;
}
.news-list .list-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}
.news-list .list-detail {
    font-size: 14px;
    color: #fff;
    background-color: #3291F8;
    border-radius: 4px;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
}

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

}

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

}

