.backCont>section{
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
}
.backCont>section>.back{
    position: relative;
    width: 55px;
    height: 20px;
    margin-top: 15px;
    cursor: pointer;
}
.backCont>section>.back>span{
    font-size: 14px;
    position: absolute;
    left: 20px;
    top:0;
}
.backCont>section>.back:hover{
    color: #97D4FF;
}
.backCont>section>.back>img{
    position: absolute;
    left:5px;
    top:3px;
}
.newsHeader>section{
    width: 1000px;
    height: 70px;
    border-bottom:1px dashed #bfbfbf;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.newsHeader>section>.newsTitle{
    font-size: 18px;
    font-weight: bold;
}
.newsHeader>section>.newsTime{
    color: #b6b6b6;
    font-size: 14px;
    margin-top: 6px;
}
.newsCont>section{
    width: 970px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 15px;
}

/*新闻内容*/
.newsCont>section>p{
    line-height: 24px;
    text-indent: 32px;
    font-size: 16px;
}
.newsText_1{
    margin-top: 30px;
}
.newsCont>section>div:not(.newsText_3){
    text-align: center;
    margin:  15px auto;
    overflow: hidden;
}

.RWIntroduction{
    text-align: justify;
}
.newsCont>section span{
    display: inline-block;
    margin: 10px auto;
}

.newsCont,.backCont,.newsHeader{
    min-width: 1349px;
}