
.news_inner{
	width: 100%;
}
.news_innerBox{
	margin-top: 10px;
}
.news_innerBox li{
	padding: 20px 0;
	border-bottom: 1px solid #ece4e4;
}
.news_innerimg{
	width: 20%;
	height: 140px;
	overflow: hidden;
	float: left;
	position: relative;
}
.news_innerimg img{
	width: 100%;
}
.news_innertext > a h3{
	font-size: 18px;
	color: #080808;
}
.news_innertext > a:hover h3{
	text-decoration: underline;
	color:rgb(7, 133, 69);
}
.hovertext{
	width: 100%;
	height: 100%;
	background-color: rgba(237,109,0,.75);
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
}
.news_innerBox li:hover .hovertext{
	display: block;
}
.hovertext h3{
	margin-top: 26px;
	font-size: 64px;
	line-height: 64px;
}
.hovertext h4{
	font-size: 18px;
	line-height: 34px;
}
.newsTime{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.newsTime span{
	padding-right: 10px;
}
.news_innertext{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.news_innertext p{
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;	
}

.newsdetails{
	text-align: center;	
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid  #ece4e4;
	margin-bottom: 20px;
}
.newsdetails h1{
	font-size: 20px;
	line-height: 30px;
}
.newsdetailsInner{
	margin: 20px 10px 0;
}
.newsdetailsInner p,img{
	max-width: 100%;
}
.newsdetailsInner p,.newsdetailsInner p span{font-size:16px;line-height:30px;color:#747781;}
.detailButton{margin-top:30px;line-height:30px;position: relative;}
.detailButton .goback{position: absolute;right:0;bottom:0;}
.pro_recommend{margin-top:30px;}
.pro_recommend .swiper-slide .img{border: 1px solid #cccccc;overflow: hidden;height: 216px;}
.pro_recommend .swiper-slide .img img{display: block;width:100%;transition: all .6s;display: block;}
.pro_recommend .swiper-slide:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.recommend_list{margin-top:40px;}
.pro_recommend .swiper-slide p{font-size: 15px;color: #666666;line-height: 35px;height: 35px;overflow: hidden;text-align: center;white-space: nowrap;text-overflow: ellipsis;}