.news_content{
	width: 100%;
	overflow: hidden;
	padding: 170px 0 0;
}
.news_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #9d9d9d;
	padding: 0 0 25px;
}
.news_title h1{
	font-size: 32px;
	color: #000000;
	margin-bottom: 30px;
}
.news_title img{
	margin: -3px 10px 0 0;
}
.news_title span:nth-of-type(1){
	margin-right: 30px;
}
.news_details{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 25px;
	padding: 30px 0 50px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.news_page{
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
	position: relative;
	margin-bottom: 55px;
}
.news_page ul{
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	overflow: hidden;
}
.news_page ul li{
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.news_page ul li a{
	color: #bdbdbd;
}
.news_page ul li a:hover{
	color: #343434;
}
.news_page .news_back{
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	color: #009f9f;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_back img{
	margin-top: -3px;
}
@media only screen and (max-width:767px ) {
	.news_title h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.news_page ul{
		width: 100%;
	}
	.news_page .news_back{
		width: 150px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		position: relative;
		margin-top: 25px;
	}
}