.news_content{
	width: 100%;
	overflow: hidden;
}
.news_title{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0 0;
}
.news_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
	padding-left: 10px;
}
.news_title p{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.news_title p img{
	margin: -2px 5px 0 0;
}
@media only screen and (max-width:767px ) {
	.news_title{
		padding: 20px 0 10px;
	}
	.news_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0;
	}
	.news_title p{
		position: static;
		right: 0;
		bottom: 0px;
	}
}
/*新闻列表*/
.news_content{
	width: 100%;
	overflow: hidden;
}
.news_content li{
	width: 100%;
	overflow: hidden;
}
.news_content li a{
	display: block;
	padding: 35px 90px 35px 0;
	color: #6c6c6c;
}
.news_content li a img{
	width: 260px;
	margin: 0 40px 0 0;
	float: left;
}
.news_content li a h4{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	margin: 15px 0;
}
.news_content li a p{
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news_content li a span{
	display: block;
	margin-top: 20px;
}
.news_content li:hover{
	background-color: #f7f7f7;
}
@media only screen and (max-width:991px ) {
	.news_content li a{
		padding: 35px 0;
	}
}
@media only screen and (max-width:767px ) {
	.news_content{
		padding: 30px 0 10px;
	}
	.news_content li {
		margin-bottom: 30px;
	}
	.news_content li a{
		padding: 0;
	}
	.news_content li a img{
		width: 100%;
		margin: 0 0 20px;
	}
	.news_content li a h4{
		width: 100%;
		margin: 10px 0;
	}
	.news_content li a p{
		width: 100%;
	}
}
/*新闻详情*/
.news_details{
	width: 100%;
	overflow: hidden;
	min-height: 400px;
}
.details_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}
.details_title h1{
	color: #000000;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 20px;
}
.details_content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.details_content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.details_page{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #a4a4a4;
	padding-top: 20px;
	line-height: 16px;
	position: relative;
}
.details_page li{
	height: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.details_page li:first-of-type{
	margin-bottom: 10px;
}
.details_page a{
	color: #a4a4a4;
}
.details_page a:hover{
	color: #000000;
}
@media only screen and (max-width: 767px) {
	.news_details{
		padding: 10px 0px 20px;
	}
	.details_content{
		padding: 20px 0 30px;
		font-size: 12px;
		line-height: 20px;
	}
	.details_title h1{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.details_page{
		font-size: 12px;
		padding-top: 10px;
		line-height: 14px;
	}
	.details_page li:first-of-type{
		margin-bottom: 5px;
	}
}
