banner .content .content-text .title {
    font-size: 100px;
    font-weight: 300;
}

banner .content .content-text .desc {
    font-size: 30px;
    margin-top: 23px;
}

/* 通用结束 */

/* newsDetail */
.newsDetail {
    margin-top: 28px;
    margin-bottom: 108px;
}


.newsDetail .breadcrumb {
    font-size: 18px;
    font-weight: 400;
    color: #CCCCCC;
}

.newsDetail .title {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    margin-top: 70px;
}

.newsDetail .date {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 41px;
}

.detailDiv {
    width: 70%;
    float: left;
    margin-top: 40px;
}

.detailDiv hr {
    width: 100%;
    border: 2px solid #E9E9E8;
}

.detailDiv .content {
    width: 100%;
    overflow: hidden;
    margin-top: 57px;
}

.detailDiv .content p {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.detailDiv .content img {
    max-width: 100%;
}

.btnDiv {
    width: 27%;
    margin-left: 3%;
    float: left;
    margin-top: 9px;
}

.btnDiv a {
    padding: 0 30px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 79px;
    border: 1px solid #b58360;
    font-size: 16px;
    font-weight: 400;
    color: #b58360;
    line-height: 79px;
    text-align: center;
    margin-top: 31px;
    box-sizing: border-box;
}