.content_common{
	background-color: #FFFFFF;
}
.content_common .box_common .left_common{
	padding: 0;
}
.content_news{
	width: 100%;
	overflow: hidden;
}


.news_list{
	width: 100%;
	overflow: hidden;
}
.news_list a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 45px 40px 45px 15px;
}
.news_list a:nth-of-type(2n+1){
	background-color: #f3f3f3;
}
.news_img{
	width: 210px;
	overflow: hidden;
	float: left;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_text{
	width: -moz-calc(100% - 225px);
	width: -webkit-calc(100% - 225px);
	width: calc(100% - 225px);
	overflow: hidden;
	float: right;
	color: #666666;
	line-height: 20px;
}
.news_text strong{
	color: #a8a8a8;
	font-weight: normal;
}
.news_text h4{
	height: 20px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 5px 0 10px;
}
.news_text span{
	display: inline-block;
	color: #a8a8a8;
	margin-top: 20px;
	transition: all 0.5s;
}
.news_text p{
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list a:hover img{
	transform: scale(1.1);
}
.news_list a:hover h4{
	color: #009612;
}
.news_text span:hover{
	color: #009612;
	padding-left: 5px;
}
@media only screen and (max-width:767px ) {
	.content_common .container{
		padding: 0;
	}
	.content_common h1 {
	    padding: 0 20px;
	}
	.news_list a{
		display: block;
		width: 100%;
		overflow: hidden;
		padding: 25px 20px;
	}
	.news_img{
		width: 150px;
	}
	.news_img img{
		width: 100%;
		transition: all 0.5s;
	}
	.news_text{
		width: -moz-calc(100% - 165px);
		width: -webkit-calc(100% - 165px);
		width: calc(100% - 165px);
	}
	.news_text h4{
		margin: 0px 0 2px;
	}
	.news_text span{
		margin-top: 5px;
	}
	.news_text p{
		height: 32px;
		line-height: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
/*新闻详情*/
.news_details{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	padding: 45px 40px;
	background-color: #f3f3f3;
}
.news_details img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_details h1{
	width: 100%;
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 5px;
}
.news_details h5{
	font-size: 12px;
	text-align: center;
	color: #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.news_details h5 span{
	display: inline-block;
}
.news_details h5 span:first-of-type{
	margin-right: 20px;
}
.news_details img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.details_page{
	width: 100%;
	overflow: hidden;
	padding: 25px 0 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	position: relative;
}
.details_page li{
	line-height: 25px;
	height: 25px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	font-size: 14px;
}
.details_page li a{
	color: #666;
}
.details_page li a:hover{
	color: #009612;
}
@media only screen and (max-width:767px ) {
	.content_common h1 a {
	    right: 20px;
	}
	.news_details{
		line-height: 20px;
		padding: 15px 20px;
		background-color: #FFFFFF;
	}
	.news_details h1{
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 30px;
	}
}