.news_content_wrapper {
	margin-top: 20px;
	padding: 40px 20px 20px 20px;
	background-color: #fff;
}
.news_title {
	text-align: center;
	line-height: 60px;
	color: #14171b;
}
.news_wrap {
	padding: 20px;
	border-bottom: 1px dotted;
	text-align: center;
}
.news_wrap em {
	color: #999;
}
.news_content {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-top: 20px;
	min-height: 100vh;
}
.news_share {
	text-align: center;
}
.news_flip {
	margin-top: 30px;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.news_prev,.news_next  {
	width: 560px;
	text-overflow: ellipsis;
	text-wrap-mode: nowrap;
	overflow: hidden;
}
.news_prev {
	float: left;
}
.news_next {
	float: right;
}
.news_flip a{
	 color: #444;
 }
.news_flip a:hover{
	 color: #1b9eea;
	 text-decoration: underline;
 }
 .news_content span {
 	text-wrap: wrap !important;
 }
 .news_content p {
 	text-wrap: wrap !important;
 }