/**
 * 分类样式
 */
.pro-cate ul {
	padding:0;
	margin:0;
	margin-bottom:35px;

}
.pro-cate ul li {
	float: left;
	height:57px;
	line-height:57px;
	margin-right: 5px;
}
.pro-cate ul li:nth-last-child(2) {
	margin-right:0;
}
.pro-cate ul li.cate-tit {
	margin-right:15px;
}

/* 新闻列表样式 */
#main-content {background: #1f1f1f;padding-top: 75px;}
.pageContent{background: #1f1f1f;padding:10px 0;margin-top:20px;overflow:hidden;}

/**
 * 新闻样式
 */
#newspic {
	width: 1200px;
	height: 324px;
	margin:50px auto 80px auto;
	
}
#newspic .newcon {
	width: 385px;
	height: 324px;
	float: left;
	border:1px solid #cdcdcd;
	padding:0;
	margin:0 7px;

}
#newspic .newcon .newimg {
	width: 383px;
	height: 216px;
}
#newspic .newcon .newtitle {
	padding-left: 25px;
}
#newspic .newcon .newtitle h3{
	font-size: 16px;
	color: #1c1212;
	
}
#newspic .newcon .newtime {
	color: #8c8c8c;
	padding-left: 35px;
	margin-top: 20px;
}
#news-content {padding-bottom: 50px;padding-top: 30px;background: #1f1f1f
}
.newsList li{ height:200px;margin-bottom:35px;overflow:hidden; }
/*.newsList li:hover {background:#f4f4f4;}*/
.newsList a{display:block;}
.newsList .dateL{ float:left;width:155px; height:94px; color:#a8a9ab; overflow:hidden; text-align:center;margin-top:30px;padding-right:18px;}
.newsList .dateL span{ display:block;color: #eb6100;float: right; font-size:14px;line-height:20px; font-weight:bold; }
.newsList .dateL i{ font-style:normal; font-size:46px; color: #eb6100;float: right;}
.newsList .itemC{ float:right; width:980px; height:155px; background:#fff; box-shadow:0 0 2px #e6e6e6; padding-left:20px; }
.newsList .itemC h2{ font-family:"微软雅黑"; font-size: 17px; padding:20px 0; color: #ffffff; font-weight:bold; float:left; width:635px; }
.newsList a:hover .itemC h2,.newsList a:hover .itemCtwo h2{ color:#0771bb; }
.newsList .itemC p{ line-height:20px; color:#666; width:635px;  }
.newsList .itemC .moreR{ width:184px; height:155px; display:block; float:right; background:url(../img/more.jpg) no-repeat center; border-left:1px solid #e8e8e9; margin-left:60px; }
.newsList a:hover .itemC .moreR{ background:url(../img/morehover.jpg) no-repeat center; }
.newsList .itemCtwo{ float:right; width:932px; height:140px;padding:8px 60px 7px 8px; padding-left:25px; }
.newsList .itemCtwo img{ display:block; float:left; padding-right:45px; height:140px;}
.newsList .itemCtwo h2{ font-family:"微软雅黑"; font-size: 17px;/*  padding:20px 0;  */color: #ffffff; font-weight:bold; }
.newsList .itemCtwo p{ line-height:30px; color:#878787;  }
.newsList a:hover .itemCtwo h2{ color: #eb6100; }


/* 新闻详细 */
/* .pageNews{ background:#f9f9f9; overflow: hidden; } */
.newsDetailed{ border-bottom:1px solid #dee1e2; padding:5px 0 50px; text-align:center; }
.newsDetailed h3{ font-size:25px; line-height:30px; color: #ffffff; }
.newsDetailed h4{ font-size:14px; font-family:"微软雅黑"; padding-top:25px; color:#717171; }
.newsDetailed h4 span{ padding:0 15px; }
.newsDetaitshow{ padding:60px 0px; color:#fff; line-height:30px; font-size:14px; }

.newsPage{ margin:0px auto 20px; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding:10px 0px; overflow: hidden;}
.newsPage dl{ margin:0px; padding:0px; }
.newsPage dl dt{ float:left; font-size:14px; color:#404040; line-height:26px; }
.newsPage dl dt a{ color: #ffffff; }
.newsPage dl dt a:hover{ color: #eb6100; }
.newsPage dl dd{ float:right; padding-top:5px; }
.newsPage a.return{ background: #eb6100; font-size:16px; color:#FFF; display:inline-block; font-size:14px; padding:8px 30px; }

#newscate .newsheader{
	background-color: #ececec;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
#newscate .newsheader ul li {
	float: left;
	padding:0 5px;
}

#newscate .newsheader ul li a {
	color: #000;
	display: inline-block;
	width: 100%;
}
#newscate .newsheader ul li a.active {
	background-color: #fa0000;
	color: #fff;
}
#newscate .newsheader ul li a:hover,#newscate .newsheader ul li a:focus {
	background-color: #fa0000;
	color: #fff;
}