.wrapper {
    /*height: auto !important;*/
}

.wrapper .news .right .newsDetail{

}
.newsDetail .title{
    border-bottom: 1px solid #D8D8D8;
}
.newsDetail .title .title-text{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 46px;
}
.newsDetail .title .time{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 8px;
}
.newsDetail .newsDetail-content{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 20px;
    height: 90%;
    min-height: 500px;
}

.wrapper .news .right .paging-wrapper {
    justify-content: space-between;
    padding: 0 20px;
    border-top: 1px solid #D8D8D8;
}
.wrapper .news .right .paging-wrapper .operation {
    display: flex;
    flex-direction: column;
}
.wrapper .news .right .paging-wrapper .operation .operation-item.first{
    color: #222222;
}
.wrapper .news .right .paging-wrapper .operation .operation-item{
    font-size: 13px;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
    color: #3366CC;
    margin-bottom: 10px;
}
.wrapper .news .right .paging-wrapper .operation .operation-item .tip-text{
    color: #222222;
}
.wrapper .news .right .paging-wrapper .go-back{
    display: block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    background: #0077FF;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}