﻿/* CSS Document */

.newslist{ width:1020px;
padding-top:20px;
padding-left:10px;
}
.productslist li{
	float:left;
	padding:16px;
	margin-bottom:20px;
	width:218px;
	height:275px;
	}
.newslist li{
	float:left;
	margin:0 20px 20px 0;
	border:1px solid #eee;
	}
.newslist a{ display:block; width:448px; padding:20px;}
.productslist h3,.newslist h3{
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#000;
	border-bottom:2px solid #000;
	}
.newslist h4{ margin:15px 0; font-size:12px; color:#000;}
.productslist p{
	margin:15px 0;
	line-height:20px;
	height:40px;
	overflow:hidden;
	color:#8b8b8b;
	font-size:12px;
	}
.newslist p{
	overflow:hidden;
	color:#8b8b8b;
	font-size:12px;
	width:200px;
	height:154px;
	line-height:18px;
	}
.productslist li:hover,.newslist li:hover{box-shadow:5px 5px 10px #CCC,5px -5px 10px #CCC,-5px -5px 10px #CCC,-5px 5px 10px #CCC;}
.productslist a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	}
.productslist a img{
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s ; 
	-o-transition-duration: .5s;
	}
.newslist a:hover h4{ color:#066c38;}
.productslist a:hover h3,.newslist a:hover h3{ color:#066c38; border-color:#066c38;}
.productslist a:hover img{
	transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-webkit-transform:scale(1.05); 
	-o-transform:scale(1.05);
	}
.newslist h3 span{ font-size:12px}
.pages{ margin:0 auto; width: 392px; padding-top:40px;}
.pages a{
	float:left;
	display:block;
	margin:0 5px;
	height:30px;
	width:30px;
	font-size:16px;
	color:#000;
	border:1px solid #d4d4d4;
	border-radius:21px;
	line-height:30px;
	text-align:center;
	background:#FFF;
	}
.pages a.w80{ width:80px;}
.pages a:hover,.pages a.curr{ color:#FFF; background:#066c38; border-color:#066c38;}

#fadecontainer{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:3;}
.thenews{ background:#FFF; height:100%; overflow-y:auto; overflow-x:hidden;}
.thenews li{ padding:50px 90px; width:820px;}
.thenews p{ font-size:12px; line-height:25px; font-family:"微软雅黑";}
.thenews img{ margin:30px 0;}
.newstitle{
	position:relative;
	padding-bottom:24px;
	border-bottom:2px solid #000;
	}
.newstitle h4{font-size:38px;}
.newstitle h4 span{ font-size:14px;}
.thenews h5{ margin:35px 0; font-size:16px; text-align:center;}
.newstitle a{ position:absolute; top:12px; right:0; font-size:12px; color:#FFF; background:#066c38; padding:5px 15px;}
.prevnews,.nextnews{ display:block; position:fixed; top:30%; width:40px; height:74px; background-image:url(../images/newsbtn.png);}
.prevnews{ left:50%; margin-left:-500px; background-position:right 0;}
.nextnews{ right:50%; margin-right:-500px;}
