banner .content .content-text .title {
    font-size: 100px;
    font-weight: 300;
}

banner .content .content-text .desc {
    font-size: 30px;
    margin-top: 23px;
}

/* 通用结束 */

.newsList li {
    padding: 40px 0;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.newsList li .mainImg {
    float: left;
    width: 445px;
}

.newsList li .mainImg  img{
    width: 100%;
}
.newsList li .content {
    float: right;
    width: calc( 100% - 500px );
}

.newsList li .content .date {
    font-size: 36px;
    font-weight: 600;
    margin-top: 38px;
    color: #333333;
}

.newsList li .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    color: #333333;
}

.newsList li .content .desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-top: 18px;
}

.newsList li .content .detailBtn {
    display: block;
    margin-top: 33px;
    width: 118px;
    height: 39px;
    background: #B58360;
    line-height: 39px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

/* page */
.layui-laypage-msoul {
    margin-top: 50px;
    display: block;
    float: right;
    margin-bottom: 49px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #B58360;
}