banner .content .content-text .title {
    font-size: 72px;
    font-weight: 300;
}

banner .content .content-text .desc {
    font-size: 24px;
    margin-top: 30px;
}

/* 通用结束 */
.newsList {
    margin-bottom: 75px;
}

.newsList li {
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
}

.newsList li .img {
    width: 100%;
    height: 396px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsList li .date .day {
    float: left;
    margin-top: 20px;
    font-size: 96px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #1A1A1A;
}

.newsList li .date .mouth_year {
    float: left;
    margin-top: 48px;
    margin-left: 14px;
    font-size: 28px;
    font-family: DIN-Bold;
    font-weight: 400;
    color: #999999;
}

.newsList li .title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    font-weight: 500;
}

.newsList li .desc {
    margin-top: 31px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

/* page */
.layui-flow-more{
    margin-top: 70px;
}