/*宇清新闻标题日期*/
.news_content_class{
    min-width: 1200px;
    height: 547px;
    position: relative;
}

/*宇清新闻标题*/
.news_content_class h1{
    width: 1200px;
    position: absolute;
    bottom: 111px;
    left: 50%;
    transform: translate(-50%);
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.news_content_class p{
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 59px;
    transform: translate(-50%);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/*宇清新闻文章内容*/
.news_content_essay{
    width: 1200px;
    margin: 0px auto 20px;
    border-bottom: 1px solid #828585;
    text-indent:24px;
}

.news_content_essay_text{
    width: 1022px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding: 39px 88px 26px;
  	
}

.news_content_essay_text span{
	white-space: pre-wrap; 
}

/*按钮*/
.news_content_btn{
    width: 1200px;
    margin: auto;
}

.news_content_btn a{
    text-decoration:none;
}

.news_content_btn_handoff{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E050B;
}

.news_content_btn_title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

/*上一篇按钮*/
.news_content_btn_last{
    margin-bottom: 15px;
}

/*下一篇按钮*/
.news_content_btn_next{
    margin-bottom: 40px;
}
