@font-face{
  font-family: ywzt;
  src: url(/_upload/tpl/01/ab/427/template427/tff/mbzt.ttf);
}

body {
	background-color: #fff; min-width:1200px;
}
.container {
	min-width: 1200px;
	width: 1200px !important;
	padding: 0px;
}
.headbar {
	height: 33px;
	background-color: #165747;
	line-height: 40px;
	color: #165747;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.headbar .welcome {
	font-size: 14px;
	color: #fff;
	float: left;
}
.headbar .topnav {
	float: right;
	width: auto;
}
.headbar form {
	position: relative;
	width: auto;
	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:14px;
}
.headbar button {
	height: 40px;
	width: 40px;
	cursor: pointer;
	position: absolute;
}
.headbar .search {
	float: left;
}
.headbar .bar8 {
	background: #24715e;
	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 #F9F0DA;
	color: #eee;
}
.headbar .bar8 button {
	background: #24715e;
	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 {
	background: #32dbb1;
	/* width: 100%; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0px 0 35px 0;
}
.header .logo_left {
	float: left;
	margin-left: 15px;
	margin-top: 19px;
}
.header .logo_left img {
	height: auto;
    width: 500px;
	float: left;
	display: block;
}
.header .logo_right {
	float: right;
	margin-top: 55px;
	font-size: 32px;
	color: #fff;
	line-height: 45px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.menu {
	background-color: #165747;
	;
	height: 50px;
	width: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	padding: 0 14px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 99;
}
.nav a {
	color: #333;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 18px;
	font-size: 19px;
	color: #fff;
	margin-right: 20px;
	font-family: SimHei;
}
.nav .nLi h3 a:hover {
	background: #24715e;
	color: #fff;
}
.nav .sub {
	display: none;
	width: 140px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #ddd;
	line-height: 32px;
	padding: 5px 0;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}
.nav .sub a:hover {
	background: #6d6d6d;
	color: #fff;
}
/*.nav .on h3 a{ background:#004959; color:#fff;  }*/

.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: #24715e;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 15px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 15px;
	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(/_upload/tpl/01/ab/427/template427/htmlRes/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;
}

.slideTxtBox {
	width: 100%;
	border: 0px;
}
.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #24715e;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox .hd ul li {
	float: left;
	margin-right: 30px;
	cursor: pointer;
	font-size: 24px;
}
.slideTxtBox .hd ul li.on {
	height: 50px;
	color: #24715e;
	font-weight: bold;
}
/*		.slideTxtBox .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(/_upload/tpl/01/ab/427/template427/htmlRes/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;  }*/



.slideTxtBox2 {
	width: 100%;
	border: 0px;
}
.slideTxtBox2 .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #24715e;
	position: relative;
}
.slideTxtBox2 .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox2 .hd ul li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	font-size: 24px;
}
.slideTxtBox2 .hd ul li.on {
	height: 50px;
	color: #24715e;
	font-weight: bold;
}
/*		.slideTxtBox2 .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox2 .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(/_upload/tpl/01/ab/427/template427/htmlRes/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;  }*/
		
.slideTxtBox3 {
	width: 100%;
	border: 0px;
}
.slideTxtBox3 .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #0088a4;
	position: relative;
}
.slideTxtBox3 .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 50px;
}
.slideTxtBox3 .hd ul li {
	float: left;
	margin-right: 30px;
	cursor: pointer;
	font-size: 24px;
}
.slideTxtBox3 .hd ul li.on {
	height: 50px;
	color: #0088a4;
	font-weight: bold;
}
.slideTxtBox3 .bd ul {
	padding: 5px;
	zoom: 1;
}
.slideTxtBox3 .bd li {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #222;
	background: url(/_upload/tpl/01/ab/427/template427/htmlRes/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;
}
.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;
}
.picnews {
	margin-top: 10px;
}
.news {
	margin-top: 20px;
}
.news .news_title {
	color: #24715e;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px #24715e solid;
	position: relative;
}
.news .news_title .focus_more {
	position: absolute;
	right: 0px;
	top:0px; 
}
.news .news_title .focus_more img {
	width: 50px;
    height: auto;
}
.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: 36px;
	line-height: 32px;
	background: url(/_upload/tpl/01/ab/427/template427/htmlRes/icon1.png) left center no-repeat;
	padding-left: 12px;
}
.news .news_con li a {
	color: #222;
	font-size: 18px;
}
.news .news_con li a:hover {
	color: #0088a4;
}
.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: 22px;
	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;
}
/**标题栏新闻窗口**/
.post {/* margin-bottom:10px; */}
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal; 
	box-sizing: border-box; border-left: 0px solid #e8e8e8;border-top: 1px solid #e8e8e8; background: url(/_upload/tpl/01/ab/427/template427/htmlRes/title_bg.png) no-repeat right;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 35px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {margin:0 auto;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(/_upload/tpl/01/ab/427/template427/htmlRes/images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1;height: 20px;margin-top: 10px;line-height: 20px;float:right;margin-right: 10px;}
.post .more_btn .more_text,.post .more_btn a {font-size: 14px;cursor:pointer;}
.post .more_btn a{color:#666;}
.post .more_btn a:hover{color:#666;}
.post .more_btn .more_text img {width: 50px; height: auto;}
/*标准标题*/
.post1 {margin-top: 15px;}
.post1 .tt {border-right: 0px solid #e3e3e3;margin-bottom: 16px;background: #f5f5f5;}
.post-12 .tt .tit {
    background: #244892;
}
.post1 .tt .tit .title {display:inline-block;/* margin-right:20px; */font-size: 18px;font-weight:bold;color: #fff;cursor:pointer;padding: 0 22px;padding-right: 40px;}
.post1 .tt .tit .title.selected {color:#c4030a;}
.post1 .more_btn a{color:#1826a5;}
.post.post1.post-22.mbox {
    width: 580px;
    /* height: 320px; */
    float: right;
}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 38px;padding-left: 14px;background: url(/_upload/tpl/01/ab/427/template427/htmlRes/list_point.png) no-repeat 1px;margin-top: 0px;} /**标题图标**/
li.news .news_title {float:left;font-size: 16px;color: #000;border: 0px;height: 38px;line-height: 38px;font-weight: normal;}/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #666;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:0.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
.post.post1.post-51.mbox {
    width: 580px;
    min-height: 220px;
    float: left;
}

.post.post1.post-52.mbox {
    width: 634px;
    height: 330px;
    float: right;
}


.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: #24715e;
}
.rili li.rilinews .news_time .news_year {
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	border-top: 0;
}
.rili li.rilinews .news_time .news_days {
	font-size: 22px;
	color: #fff;
	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: 0px;
	font-size: 16px;
	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: #8c8c8c;
}
.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: #0088a4;
	width: 45%;
	margin-right: 5%;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.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: #184b8a;
	font-size: 18px;
	background: #ddd;
	overflow: hidden;
}
.links a {
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 14px;
	margin-left: 15px;
}
.index_pic {
	margin-top: 20px;
	font-size: 0px;
}
.index_pic img {width: 100%;height: auto;}
.footer {
	width: 100%;
	/* margin-top: 30px; */
}
.footer .contact {
	background: url(/_upload/tpl/01/ab/427/template427/htmlRes/bottom.jpg) center center;
	width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
	height: 360px;
	display: none;
}
.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: #165747;
	/* margin-top: -2px; */
}
.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0px;
}
.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 {
	width: 100%;
	height: auto;
	color: #fff;
	background: rgba(0, 101, 87, 0.7);
	border-bottom: 5px solid rgba(255,174,0,0.7);
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.list30 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list30 li {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	float: left;
	position: relative;
	padding: 10px;
	transition: all 0.4s;
	margin-bottom: 5px;
}
.list30 li a {
	display: block;
}
.list30-1 {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
}
.list30-1 span:nth-child(1) {
	width: 100%;
	height: 25px;
	display: inline-block;
	background: #eaeaea;
	color: #454545;
	font-size: 16px;
	font-weight: bold;
}
.list30-1 span:nth-child(2) {
	width: 100%;
	height: 25px;
	display: inline-block;
	background: #6c6c6c;
	font-size: 12px;
	color: #fff;
}
.list30-2 {
	width: 100%;
	height: auto;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	padding-left: 80px;
	box-sizing: border-box;
	font-size: 14px;
	transition: all 0.4s;
}
.list30 li:nth-child(odd) {
	background: #f4f4f4;
}
.list30 li:hover {
	background: #f3fffd;
}
.list30 li:hover .list30-2 {
	color: #02453c;
}
.ll2 li {
	height: 60px;
}
.ll2 li .list30-2 {
	padding-left: 150px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ll2 li .list30-1 {
	width: 100px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.ll2 li span:nth-child(1) {
	background: none;
	width: 30px;
	height: 40px;
	float: left;
	box-sizing: border-box;
}
.ll2 li span:nth-child(2) {
	background: none;
	width: 70px;
	height: 40px;
	float: left;
	color: #02453c;
	font-size: 16px;
}
.sidebar .list-group {
	margin-top: 0;
}
.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: #004959;
}
.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: #005159;
	background-color: #FFF;
	margin-top: 15px;
}
.listmain .listitle .listit {/*width:108px;*/
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #005159;
	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 {
	min-height: 45px;
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #005159;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #0088a4;
}
.content .attributes {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 40px;
	font-size: 27px;
	font-family: 微软雅黑;
	line-height: 62px;
}
.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}
.btnlist {
	height: 11px;
	margin-right: 5px;
}
.wp_article_list .list_item {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
}

.bannerback {
	background-image: url(/_upload/tpl/01/ab/427/template427/htmlRes/bannerback.jpg);
	height: 310px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.anniu {float: right;width: 50px !important;background: #777676;padding: 0 !important;text-align: center;margin: 0;color: #fff;}
.lmmc {padding-left:20px; background:url(/_upload/tpl/01/ab/427/template427/htmlRes/dqwz.png) no-repeat 0px center;}
.zlm {height: 46px;line-height: 46px;background: #e0e0e0;padding-left: 20px;}
.biaoyu1 {margin-right: 1px;font-family:微软雅黑; color: #ff0000;font-weight: bold;}
.biaoyu2 {text-align:right; font-family:华文行楷;margin-right: 100px;}
.biaoyu3 {text-align:right; font-family:华文行楷;}
.xymc {float:left;font-size: 38px;color: #fff;font-weight: bold;padding-left: 20px;line-height: 70px;font-family: 华文行楷;}
.slideTxtBox .hd ul li.on a {
    height: 50px;
    color: #24715e;
    font-weight: bold;
}

.roll_post.news .news_title >span{display: none;}










