body {
	background-color: #fff;
}
.container {
	min-width: 1200px;
	width: 1200px !important;
	margin:0px auto;
	clear:left;
}
.headbar {
	height: 40px;
	background-color: #056c49;
	line-height: 40px;
	color: #fff;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.headbar .welcome {
	font-size: 14px;
	color: #fff;
	float: left;
}
.headbar .topnav {
	float: right;
	width: 540px;
}
.headbar form {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.headbar input, .headbar button {
	border: none;
	outline: none;
}
.headbar input {
	width: 160px;
	height: 40px;
	padding-left: 13px;
}
 .headbar input::placeholder {
	color:#ddd;
	font-size:12px;
}
.headbar button {
	height: 40px;
	width: 40px;
	cursor: pointer;
	position: absolute;
}
.headbar .search {
	float: left;
}
.headbar .bar8 {
	background: #056c49;
	color: #eee;
	width: 300px;
}
.headbar .bar8 form {
	height: 40px;
}
.headbar .bar8 input {
	width: 0;
	padding: 0 40px 0 15px;
	border-bottom: 2px solid transparent;
	background: transparent;
	transition: .3s linear;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #eee;
}
.headbar .bar8 input:focus {
	width: 300px;
	z-index: 1;
	border-bottom: 2px solid #056c49;
	color: #eee;
}
.headbar .bar8 button {
	background: #056c49;
	top: 0;
	right: 0;
}
.headbar .bar8 button:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 16px;
	color: #fff;
}
.headbar .home_fav {
	float: right;
}
.headbar .home_fav a {
	color: #fff;
	font-size: 14px;
}
.header {
	height: 180px;
	background: #068358;
	width: 100%;
}
.header .logo_left {
	float: left;
	margin-top: 30px;
}
.header .logo_right {
	float: right;
	margin-top: 30px;
}
.menu {
	background-color: #f8f8f8;
	height: 60px;
	width: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 99;
}
.nav a {
	color: #333;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	width:130px;
        text-align:center;
}
.nav .nLi h3 {
}
.nav .nLi h3 a {
	display: block;
	font-size: 16px;
	color: #333; font-weight:bold;
}
.nav .nLi h3 a:hover {
	background: #068358;
	color: #fff;
}
.nav .sub {
	display: none;
	width: 150px;
	left: 0;
	top: 60px;
	position: absolute;
	background: #ddd;
	line-height: 32px;
	padding: 5px 0;
}
.nav .sub li {
	zoom: 1; height:40px; line-height:40px;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}
.nav .sub a:hover {
	background: #068358;
	color: #fff;
}
/*.nav .on h3 a{ background:#068358; 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: #068358;
	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: #068358;
	box-sizing: border-box;
	border: 4px solid #068358;
}
.slideBox .hd ul li:hover {
	border: 2px solid #068358;
}
.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;
}
/* 选项卡1css */
/* 选项卡1css */
.slideTxtBox {
	width: 100%;
	border: 0px;
}
.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #068358;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 18px;
}
.slideTxtBox .hd ul li.on {
	height: 50px;
	color: #068358;
	font-weight: bold;
	border-bottom: 3px solid #068358;
}
/*		.slideTxtBox .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }*/



/* 选项卡2css */
.slideTxtBox2 {
	width: 100%;
	border: 0px;
}
.slideTxtBox2 .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #068358;
	position: relative;
}
.slideTxtBox2 .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox2 .hd ul li {
	float: left;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 18px;
}
.slideTxtBox2 .hd ul li.on {
	height: 50px;
	color: #068358;
	font-weight: bold;
	border-bottom: 3px solid #068358;
}
/*		.slideTxtBox2 .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox2 .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox2 .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox2 .bd li .date{ float:right; color:#999;  }*/

.slideTxtBox31 {
	width: 100%;
	border: 0px;
}
.slideTxtBox31 .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #068358;
	position: relative;
}
.slideTxtBox31 .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox31 .hd ul li {
	float: left;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 18px;
}
.slideTxtBox31 .hd ul li.on {
	height: 50px;
	color: #068358;
	font-weight: bold;
	border-bottom: 3px solid #068358;
}
.slideTxtBox31 .bd ul {
	zoom: 1;
}
.slideTxtBox31 .bd li {
	height:98px;
	font-size: 14px;
	color: #222;
}
.slideTxtBox31 .bd li a {
	font-size: 14px;
	color: #222;
}
.slideTxtBox31 .bd li .date {
	float: right;
	color: #999;
}


/* 选项卡3css */
.slideTxtBox3 {
	width: 100%;
	border: 0px;
}
.slideTxtBox3 .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #068358;
	position: relative;
}
.slideTxtBox3 .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox3 .hd ul li {
	float: left;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 18px;
}
.slideTxtBox3 .hd ul li.on {
	height: 50px;
	color: #068358;
	font-weight: bold;
	border-bottom: 3px solid #068358;
}
.slideTxtBox3 .bd ul {
	padding: 5px;
	zoom: 1;
}
.slideTxtBox3 .bd li {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #222;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 15px;
}
.slideTxtBox3 .bd li a {
	font-size: 14px;
	color: #222;
}
.slideTxtBox3 .bd li .date {
	float: right;
	color: #999;
}
/* 选项卡13css */
.slideTxtBox13 {
	width: 100%;
	border: 0px;
}
.slideTxtBox13 .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #068358;
	position: relative;
}
.slideTxtBox13 .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox13 .hd ul li {
	float: left;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 18px;
}
.slideTxtBox13 .hd ul li.on {
	height: 50px;
	color: #068358;
	font-weight: bold;
	border-bottom: 3px solid #068358;
}
.tongzhi {
	width: 100%;
	background: #eee;
	padding-bottom: 50px;
}
.tongzhi_title {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.tongzhi_title h3 {
	color: #068358;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 160px;
	margin: 0 auto;
}
.picnews {
	margin-top: 10px;
}
.news {
	margin-top: 5px;
}
.news .news_title {
	color: #068358;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px #068358 solid;
	text-align:left;
	padding:0px 15px;
}
.news .more {
	float: right;
	color: #999;
	font-size: 14px;
}
.news .news_con {
	padding: 5px;
	min-height: 150px;
}
.news .news_con li {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;
}
.news .news_con li a {
	color: #222;
}
.news .news_con li a:hover {
	color: #068358;
}
.news .news_con li span {
	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;
}
.news .news_con .toutiao .t a {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.news .news_con .toutiao .c {
	margin-bottom: 15px;
}
.news .news_con .toutiao .c a {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.rili {
	padding: 0;
}
.rili li {
	border-bottom: 1px #999 dotted;
	height: 70px;
	margin-bottom: 10px;
}
.rili li.rilinews {
	position: relative;
}
.rili li.rilinews .news_time {
	float: left;
	width: 62px;
	height: 62px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #fffff;
}
.rili li.rilinews .news_time .news_year {
	line-height: 30px;
	font-size: 13px;
	color: #068358;
	border-top: 0;
}
.rili li.rilinews .news_time .news_days {
	font-size: 22px;
	color: #068358;
	line-height: 32px;
	border-bottom: 2px solid #fff;
}
.rili li.rilinews .news_wz {
	padding: 0 0 10px;
	text-align: left;
	margin-left: 78px;
	margin-top: -20px;
	height: 70px;
}
.rili li.rilinews .news_title {
	line-height: 30px;
	font-size: 14px;
	border-bottom: none;
}
.rili li.rilinews .news_title a {
	line-height: 30px;
	font-size: 14px;
	color: #222;
}
.rili li.rilinews .news_title a:hover {
	color: #0088a4;
}
.rili li.rilinews .news_wz .news_text {
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	margin-top: -15px;
}
.rili li.rilinews .news_wz .news_text a {
	color: #999;
}
.rili li.rilinews .news_summary {
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #068358;
}
.bsdt {
	margin-top: 20px;
}
.bsdt .news_title {
	color: #0088a4;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px #0088a4 solid;
}
.bsdt .bsdt_con {
	padding: 5px;
	min-height: 150px;
}
.bsdt .bsdt_con div {
	margin-bottom: 10px;
}
.btn-link {
	padding: 0px;
	width: 100%;
}
.btn-link li {
	margin-top: 10px;
	text-align: center;
	background: #78b896;
	width: 45%;
	margin-right: 5px;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
.btn-link li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 5px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.links {
	margin-top: 30px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #068358;
	font-size: 18px;
	background: #ddd;
	overflow: hidden;
}
.links a {
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 14px;
	margin-leftt: 15px;
}
.index_pic {
	margin-top: 20px;
}
.zt-link li {
	width: 180px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	background: #78b896;
	box-shadow: 5px 6px 8px 2px #d4e1da;
	margin-top: 10px;
	margin-left: 10px;
}
.zt-link li a {
	color: #fff;
	font-size: 15px;
	display: block;
}
.zt-link li:hover {
	background: #fff;
}
.zt-link li:hover a {
	color: #068358;
}
.zt-link li.none-r {
	margin-right: 0px;
}
.links {
	margin-top: 30px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #184b8a;
	font-size: 18px;
	background: #ddd;
	overflow: hidden;
}
.links a {
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 14px;
	margin-leftt: 15px;
}
.index_pic {
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
}
.footer {
	width: 100%;
	margin-top: 30px;
}
.footer .contact {
	background: url(../images/bottom.jpg) center center;
	width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
	height: 300px;
}
.footer .contact img {
	z-index: 1;
	border: 0px;
}
.footer .contact .add {
	position: relative;
	margin-top: 175px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 99;
}
.footer .copyright {
	width: 100%;
	height: 50px;
	background-color: #068358;
	margin-top: -2px;
}
.footer p {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	letter-spacing: 15px;
}
.path {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	margin-top: 15px;
	padding-left: 30px;
}
.path a {
	color: #222;
}
.sidebar {
	min-height: 400px;
	background-color: #FFF;
	margin-top: 15px;
}
.sidebar .sidetit {
	background-color: #068358;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.sidebar .list-group {
	margin-top: 15px;
}
.sidebar .list-group li.selected {
	background: #ddd;
}
.sidebar .list-group .listname {
	line-height: 30px;
	color: #004959;
	border-bottom: 1px solid #d7d7d7;
	text-align: left;
	padding: 0 20px 0 50px;
}
.sidebar .list-group .listname a {
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.siderbar .list-group .listname i {
	color: #068358;
}
.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: 14px;
	font-weight: bold;
	color: #068358;
	background-color: #FFF;
	margin-top: 15px;
}
.listmain .listitle .listit {/*width:108px;*/
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #068358;
	text-indent: 3px;
	white-space: nowrap;
	padding-left: 15px;
	font-size: 18px;
}
.listcon {
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content .maintitle {
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #068358;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #068358;
}
.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 {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}
.wp_article_list .list_item .Article_Index{
	display:none;
}