.news-detail-title {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.news-left {
    padding: 39px 57px;
    box-sizing: border-box;
}

.news-detail-time {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 34px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    color: #819199;
    line-height: 16px;

}

.news-detail-time span {
    margin: 0 10px;
}

.news-detail-text {
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    color: #333333;
    line-height: 26px;
    text-indent: 2em;
}

.news-detail-img {
    margin: 15px 0;
    width: 100%;
}

.news-detail-tips {
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin: 15px 0;
}

.news-detail-bottom {
    margin-top: 37px;
}

.news-detail-back {
    width: 149px;
    height: 36px;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    margin-right: 23px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    color: #F85900;
    border: 1px solid #F85900;
}

.news-detail-next {
    width: 116px;
    height: 36px;
    background: #F85900;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
}