body {
	background-color: #fff;
}
.container{width: 1200px!important;}
.headbar{
	height: 32px; background-color: #ddd; line-height: 35px; color: #666; clear: both; overflow: hidden;
}
.headbar .welcome{ font-size: 14px;  color: #666; float: left; }
.headbar .home_fav{ float: right; }
.headbar .home_fav a{color: #666; font-size: 14px;}
.header {

	height:130px; background:#fff;

}
.header .container { width: 1200px; height:130px; background: url("../images/topbg.png") no-repeat right center;}
.header .logo { float: left; margin-top:30px;}
.header .search{ float: right; margin-top:35px; }

 .menu {
	background-color:#008d3f;
	height: 50px;
	width: 100%;
}


		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ padding:0 13px; height:50px; line-height:50px; position:relative; z-index:99;  }
		.nav a{ color:#fff;  }
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 13px; font-size:16px; color:#fff; margin-right:20px;  }
.nav .nLi h3 a:hover{background:#fb8803; color: #fff; }
		.nav .sub{ display:none; width:140px; left:0; top:50px;  position:absolute; background:#e3aa68;  background-color: rgba(89,67,41,0.7);line-height:32px; padding:5px 0;  }

		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; padding:0 10px; font-size:14px;  }
		.nav .sub a:hover{ background: #DFA141; color:#fff;  }
	.nav .on h3 a{ background:#fb8803; color:#fff;  }

/* 本例子css */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 48%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #008d3f;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 12px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 4px solid #705629;
}
.slideBox .hd ul li:hover {
	border: 2px solid #705629;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
	overflow: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}

		/* TABcss */
		.slideTxtBox{ width:100%;  text-align:left;  }
		.slideTxtBox .hd{ height:50px; line-height:50px;     border-bottom:1px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute;  top:-1px; height:50px;   }
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  font-size: 24px;}
		.slideTxtBox .hd ul li.on{ height:50px;   border-bottom:2px solid #008d3f;  color:#008d3f; font-weight: bold; font-size: 24px;}
		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
		.slideTxtBox .bd li{ height:24px; line-height:24px;   }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
.yixian{width: 100%; background: #eee; padding: 15px;}
		/* 图片滚动css */
		.picMarquee-left{ width:100%;  overflow:hidden; position:relative;    }
		.picMarquee-left .hd{ overflow:hidden; height:32px; line-height:32px; color:#008d3f; font-size:24px; font-weight:bold; padding-left:5px; }
/*		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }*/
		.picMarquee-left .hd .more{float: right; color: #666; font-size: 16px; clear: both;}
		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:275px; height:200px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }
.tongzhi{ width:100%; background:#eee;	padding-bottom: 50px;}
.tongzhi_title {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.tongzhi_title h3 {
	color: #025ba1;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;

	width: 160px;
	margin: 0 auto;
}


.news{margin-top:20px;}
.news .news_title { color:#014881; font-size:24px; font-weight:bold; padding-left:5px; height:32px; line-height:32px; border-bottom:1px #014881 solid;}
.news .news_title1 { color:#008d3f; font-size:24px; font-weight:bold; padding-left:5px; height:50px; line-height:50px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon1.png) left no-repeat; padding-left: 45px;}
.news .news_title2 { color:#008d3f;  font-size:24px; font-weight:bold; padding-left:5px;  height:50px; line-height:50px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon2.png) left no-repeat; padding-left: 45px;}
.news .news_title3 { color:#008d3f;  font-size:24px; font-weight:bold; padding-left:5px;  height:50px; line-height:50px;border-bottom:1px #ccc solid; 
background: url(../images/title_icon3.png) left no-repeat; padding-left: 45px;}
.news .news_title4 { color:#008d3f;  font-size:24px; font-weight:bold; padding-left:5px;  height:50px; line-height:50px;border-bottom:1px #ccc solid; 
background: url(../images/title_icon4.png) left no-repeat; padding-left: 45px;}
.news .news_title5 { color:#008d3f; font-size:24px; font-weight:bold; padding-left:5px;  height:50px; line-height:50px; border-bottom:1px #ccc solid; 
background: url(../images/title_icon5.png) left no-repeat; padding-left: 45px;}
.news  .more{float:right; color:#999;font-size:14px;}
.news .news_con {padding:5px; min-height:200px;}
.news .news_con li{ 	font-size: 14px;color:#333;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;}
.news .news_con li span{	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;}
.news .news_con1 {padding: 0; min-height:200px;}
.news .news_con1 li{ 	font-size: 14px;color:#333;
	height: 40px;
	line-height: 40px;
	background: url("../images/icon.png") left center no-repeat; border-bottom: 1px dotted #ddd;
	padding-left: 32px;}

.news .news_con2 {padding:5px; min-height:200px;}
.news .news_con2 li{ 	font-size: 14px;color:#333;
}
.news .news_con3 li span{	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;}	

.news .news_con3 li span{	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;}
.news .news_con3 {padding:5px; min-height:200px;}
.news .news_con3 li{ 	font-size: 14px;color:#333;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon2.png) left center no-repeat; border-bottom: 1px dotted #ddd;
	padding-left: 25px;}
.news .news_con3 li span{	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;}	
	.rili { padding:0;}
.rili li{  border-bottom:1px #999 dotted; height: 75px; margin-bottom:10px;}
.rili li:last-child{border-bottom:none;}
.rili li.rilinews { position: relative;}
.rili li.rilinews .news_time { float: left; width: 72px; height: 60px; text-align: center; position: absolute; top: 0; left: 0;}
.rili li.rilinews .news_time .news_year { line-height: 35px; font-size: 14px; color: #fff; background: #6ab969; border-top:0;}
.rili li.rilinews .news_time .news_days { font-size: 22px; color: #555; line-height: 32px; background: #fff; border:1px solid #6ab969;}
.rili li.rilinews .news_wz {padding: 0 0 10px;text-align: left;margin-left: 88px; margin-top:-15px; height:75px;}
.rili li.rilinews .news_title {line-height: 28px;font-size: 16px; border-bottom:none;color:#333;}
.rili li.rilinews .news_title a {line-height: 28px;font-size: 16px; font-weight: normal; color:#333;}
.rili li.rilinews .news_summary {line-height: 20px;overflow: hidden;font-size: 12px;color: #8c8c8c;}

		/* 图片滚动css */
		.picScroll-left{ width:100%;  overflow:hidden; position:relative;   }
		
		.picScroll-left .bd{ padding:10px 0;  }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline;  text-align:center;  list-style-type: none; }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ display:block;  padding:5px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  list-style-type: none; }
		.picScroll-left .bd ul li .title{ line-height:24px;  font-size: 14px; }


.quicklink{ margin-top: 20px;}
	.btn-link{ padding:15px; width:100%;}
	.btn-link li{ margin-top:15px; text-align:center;}
 .links{margin-top:30px; width:100%; height:45px; line-height:45px; color:#008d3f;font-size:18px; background:#ddd; overflow: hidden;}
 .links a{height:45px; line-height:45px; color:#333;font-size:14px; margin-left:15px;}
 
.footer{ width:100%; height:200px; padding:50px; background:url("../images/footbg.png") repeat-x center;background-color:#008d3f; }

.footer .copyright{ margin: 0 auto;}
.footer  p{font-size:14px; color:#fff; line-height:32px; text-align:center; }


.list-banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.sidebar {
	
	background-color: #FFF;

	width: 100%;
    margin-right: -220px;
    position: relative;
    margin-top: -80px;
    background: #eee;
    float: left;
    padding-bottom: 100px;
}
.sidebar .sidetit {
	    width: 100%;
    float: left;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    color: #fff;
	
    background: #008d3f  url(../images/sitetit_bg.jpg) no-repeat right;
	
    border-bottom: 3px solid #ffd570;
}
.sidebar .list-group {
	margin-top: 15px;
}
.sidebar .list-group li.selected{background: #ddd;}
.sidebar .list-group .listname {
	line-height: 30px;
	color: #008d3f;

	   border-bottom: 1px solid #d7d7d7;
	text-align: left;
	padding: 0 20px 0 80px;
}
.sidebar .list-group .listname a {
	


	text-decoration: none;
	
    height: 44px;
    line-height: 44px;
 
    font-size: 16px;
    color: #333;
    text-align: center;
}

.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.listmain .listitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	color: #008d3f;
	background-color: #FFF;
	margin-top: 15px;
}
.listmain .listitle .path {
	height: 40px;
	line-height: 40px;
	 color: #666;
	font-size: 14px;
}
.listmain .listitle .path a {
	color: #333;	height: 40px;
	line-height: 40px;
}
.listmain .listitle .path a:hover{ color:#008d3f;}
.listcon {
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content .maintitle {
	
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #008d3f;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #666;
}
.content .attributes {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 40px;
}

.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}

.wp_article_list .list_item {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
	vertical-align: top;}