.banner_common{
	background-image: url(../img/news.jpg);
}
@media only screen and (max-width:991px ) {
	.banner_common{
		background-image: url(../img/newss.jpg);
		background-position: right center;
	}
}
.news_content{
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	padding: 35px 0 30px;
}
/*新闻列表*/
.news_list{
	width: 100%;
	overflow: hidden;
}
.news_list li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.news_list li a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0;
	transition: all 0.5s;
}
.news_list .news_img{
	width: 300px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_list .news_text{
	width: 530px;
	height: 100%;
	float: left;
	padding: 25px 0 0 30px;
	line-height: 20px;
	font-size: 13px;
	color: #6c6c6c;
}
.news_list .news_text h4{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	height: 50px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.news_list .news_text p{
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.news_list .news_time{
	color: #acacac;
	margin-top: 40px;
}
.news_list .news_time span:first-of-type{
	margin-right: 20px;
}
.news_list li a:hover img{
	transform: scale(1.1);
}
.news_list li a:hover{
	background-color: #c0182f;
}
.news_list li a:hover h4{
	color: #FFFFFF;
}
.news_list li a:hover .news_text{
	color: #fefefe;
}
@media only screen and (max-width:767px ) {
	.news_list li{
		height: auto;
		margin-bottom: 25px;
	}
	.news_list .news_img{
		width: 100%;
	}
	.news_list .news_text{
		width: 100%;
		padding: 15px 0 0 0px;
	}
	.news_list .news_text h4 {
	    margin-bottom: 5px;
	}
	.news_list{
		margin: 20px 0 0px;
	}
	.news_list .news_time {
	    margin-top: 10px;
	    font-size: 12px;
	}
}
@media only screen and (min-width:768px ) {
	.news_list .news_text{
		width: 380px;
		padding: 20px 25px 0;
	}
}
@media only screen and (min-width:992px ) {
	.news_list .news_text{
		width: 425px;
		padding: 25px 30px 0;
	}
}
@media only screen and (min-width:1250px ) {
	.news_list .news_text{
		width: 600px;
	}
	.news_list{
		min-height: 350px;
	}
}
/*新闻详情*/
.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;
	}
}