
.banner{
    background-image: url('../images/banner2.jpg');
}
/* 列表 */
.news-list .news-list-ul li {
    cursor: pointer;
    list-style: none;
    padding: 21px 22px 29px 24px;
    display: flex;
    flex-direction: column;
}

.news-list .news-list-ul li:nth-child(2n) {
    background: #F5F5F5;
}

.news-list-tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.news-list-describe {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.news-list-btn {
    cursor: pointer;
    color: #AC0000;
}

.news-list-date {
    align-self: flex-end;
}
