/* 新闻列表样式 */
#main-content {background:url(../img/n_bg1.jpg) center top repeat-y; 
	}
.pageContent{background:#f2f2f2;padding:10px 0;margin-top:20px;overflow:hidden;}

.newsList li{ height:155px; margin-bottom:35px;overflow:hidden; }
.newsList a{display:block;}
.newsList .dateL{ float:left;width:155px; height:94px; color:#a8a9ab; background:url(../img/datebj.png) no-repeat; overflow:hidden; text-align:center;margin-top:30px;padding-right:18px;}
.newsList a:hover .dateL{ background-position:0 -94px; color:#fff; }
.newsList .dateL span{ display:block; font-size:54px;line-height:58px; font-weight:bold; }
.newsList .dateL i{ font-style:normal; font-size:20px; }
.newsList .itemC{ float:right; width:980px; height:155px; background:#fff; box-shadow:0 0 2px #e6e6e6; padding-left:20px; }
.newsList .itemC h2{  font-size: 17px; padding:20px 0; color:#1b1f29; 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; font-family:"宋体"; }
.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; background:#fff; box-shadow:0 0 2px #e6e6e6; padding:8px 60px 7px 8px; padding-left:25px; }
.newsList .itemCtwo img{ display:block; float:left; padding-right:45px; height:140px;}
.newsList .itemCtwo h2{  font-size: 17px;/*  padding:20px 0;  */color:#1b1f29; font-weight:bold; }
.newsList .itemCtwo p{ line-height:20px; color:#666; font-family:"宋体"; }
.newsList a:hover .itemCtwo h2{ color:#fa0000; }


/* 新闻详细 */
/* .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:#4a4a4a; }
.newsDetailed h4{ font-size:14px;  padding-top:25px; color:#717171; }
.newsDetailed h4 span{ padding:0 15px; }
.newsDetaitshow{ padding:60px 0px; color:#333333; line-height:30px; font-size:14px; }
.newsDetaitshow{text-indent: 2em;}
.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:#404040; }
.newsPage dl dt a:hover{ color:#007bc4; }
.newsPage dl dd{ float:right; padding-top:5px; }
.newsPage a.return{ background:#dc394e; 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;
}