/*designed by zfnet
contact us: http://www.1234keji.com
QQ:275210931*/

body {
	background-color: #fff;
}
/*@media screen and (min-width:1280px){
	.container {max-width: 1280px;}
}
@media screen and (min-width: 1400px){
	.container {max-width: 1400px;}
}*/
.headbar{
	height: 40px; background-color: #015e2b; line-height: 40px; color: #eee; clear: both; overflow: hidden;
}
.headbar .welcome{ font-size: 14px;  color: #eee; float: left; }
.headbar .welcome a{color: #eee; margin-right: 15px;}
.headbar .topnav{ float:right; }
.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:14px;}
     .headbar   button {
            height: 40px;
            width: 40px;
            cursor: pointer;
            position: absolute;
        }

.headbar .search{float:left; }
.headbar .bar8 {background: #015e2b;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:#015e2b;
             font-size: 16px; top: -10;
            right: 0;
            color: #fff
        }
/*       .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 {

	min-height:210px;  background: url(../images/head_bg.png) no-repeat right bottom #008d3f;  

}

.header .logo_left { float: left; margin-top:30px;}
.header .logo_left img{max-width: 100%;}
.header .logo_right { float: right; margin-top:35px;}

 .menu {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
 .menu1 {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
.venus-menu{
	
}
.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;

	
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding:18px 17px;
	font-size:18px;
	color:#222;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	
	color:#222;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#222;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:56px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #008d3f;
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #ddd;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:#008d3f;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #ddd; color: #333; }
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#ddd;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#ddd;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.venus-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:55px;
	cursor:pointer;
	color:#777;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);
	background:#eee;
}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:16px 20px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.venus-menu li.search{
	float:right;
}
.venus-menu li.search form{
	margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height:26px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	color:#777;
	outline:none;
	border:solid 1px #dedede;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color:#018A00;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;background-color: #008d3f; 
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px; color: #fff;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}


		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ padding:0 25px; height:60px; line-height:60px; position:relative; z-index:99;  }
		.nav a{ color:#fff;  }
		.nav .i1{ background: url(../images/i1.png) no-repeat left center; padding-left:10px; }
		.nav .i2{ background: url(../images/i2.png) no-repeat left center; padding-left:10px; }
		.nav .i3{ background: url(../images/i3.png) no-repeat left center; padding-left:10px; }
		.nav .i4{ background: url(../images/i4.png) no-repeat left center; padding-left:10px; }
		.nav .i5{ background: url(../images/i5.png) no-repeat left center; padding-left:10px; }
		.nav .i6{ background: url(../images/i6.png) no-repeat left center; padding-left:10px; }
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 25px; font-size:20px; color:#fff; margin-right:20px;  }
/*.nav .nLi h3 a:hover{background:#fb8803; color: #fff; }*/
		.nav .sub{ display:none; width:140px; left:0; top:60px;  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;
    background: #ddd;
}
.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;
}

	/* 本例子css -------------------------------------- */
	.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
	.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
	.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .hd ul .on{ background:#FE6C9C;  }

	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%;   background:url(../images/loading.gif) center center no-repeat;  }
	.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }

		/* TABcss */
		.slideTxtBox{ width:100%;  text-align:left;  }
		.slideTxtBox .hd{ height:50px; line-height:50px;     border-bottom:4px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute;   height:50px; line-height:50px;   }
		.slideTxtBox .hd .more a{color: #fff;}
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  font-size: 24px; color: #fff; font-weight: bold;}
		.slideTxtBox .hd ul li.on{ height:50px;   border-bottom:4px solid #00853c;  color:#fcdc04; font-weight: bold; font-size: 24px;}
		.slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }
		.slideTxtBox .bd ul.ul2{ padding:0;   }
		.slideTxtBox .bd li{   font-size: 16px;	height: 80px;		/*background: url(../images/icon1.png) left center no-repeat;	padding-left: 12px;border-bottom: 1px dotted #ddd; */   overflow: hidden;    text-overflow: ellipsis;    }
  		.slideTxtBox .bd li  a{ color:#222;font-size: 16px;}
		.slideTxtBox .bd li .date{ float:right; color:#999; font-size: 14px;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.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; }
@media screen and (max-width: 768px){
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  font-size: 18px;}
		.slideTxtBox .hd ul li.on{ height:50px;   border-bottom:4px solid #00853c;  color:#fcdc04; font-weight: bold; font-size: 18px;}
		.slideTxtBox .bd ul{ min-height: 300px;  }
                .news { margin-top: 10px !important; }
	}
.zhuanti {padding-top: 15px ; width: 100%;}
.index-title {text-align: center;position: relative;font-size: 36px;color: #a91315;font-weight: bold; margin-top:50px; }
.index-title img{vertical-align: center;}
.index-title  a{color:#a91315;}

.infos{padding:55px 0px 25px 0; background:#fff url(img/bg_infos.png) no-repeat center top;  position:relative;}
.index_more {position:relative; float: right;}
.index_more a{font-size: 16px; color:#afaeab; }
.infos_con{margin-top:30px;}

.news_list1{overflow:hidden;}
.news_list1 .item{margin-bottom:21px; float:left; width:100%; height:115px; background:#f6f4f2;transition: all 0.4s ease-out;}
.news_list1 .item .date{float:left; width:56px; height:80px; margin-top:20px;padding:0px 18px; text-align:center;color:#a91315;}
.news_list1 .item .d{height:50px; width:56px; font-size:48px; line-height:50px;text-align:center;}
.news_list1 .item .m{height:21px;width:56px; font-size:13px; padding-top:6px; border-top:1px solid #bcbcbc}
.news_list1 .item .title{float:right; margin:20px 0px; padding:0 20px; width:275px; height:78px; color:#444444; font-size:16px; line-height:26px; overflow:hidden; border-left:1px solid #bcbcbc}
 .news_list1 .item .title a{color:#444444;}
.news_list1 .item .title a:hover{color:#ffffff;}
.news_list1 .item:hover{background:#a91315; color: #fff;}
.news_list1 .item:hover .date{color: #fff;}
.news_list1 .item:hover .m{border-top: 1px solid #fff;}
.news_list1 .item:hover .title a{ color: #fff; }
.news_list1 .item:hover .title{ border-left:1px solid #ffffff }




.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;
}

.main2 {width: 100%; background: url(../images/main_bg.jpg) no-repeat; background-size: cover;}
.news{margin-top:20px;}
.news .news_title {  border-bottom:4px #ddd solid; height:60px; line-height:60px;}
.news .news_title .newstitle{color: #333; font-size:24px; font-weight:bold;  height:60px; line-height:60px; border-bottom: 4px #00853c solid; width: 120px; float: left;}
.news .news_title span{color: #333;  font-size:18px; font-weight:bold;}
.news  .more{float:right; color:#00853c;font-size:14px;}
.news .more a{color: #00853c; font-size: 14px;}
.news .news_con {padding:10px 0px; min-height:80px;}
.news .news_con li{ 	font-size: 18px;
	height: 32px;
	line-height: 32px;
	/*background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;*/border-bottom: 1px dotted #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;width: 100%;
}
.news .news_con li a{ color:#222;font-size: 16px;float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;}
.news .news_con li span{	float:right; color:#999; font-size: 14px; }

.news .news_con .toutiao .t a{ width: 100%; overflow: hidden;line-height: 32px; font-size: 18px; color: #333; 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; }


.news .news_con .rili { padding:0;}
.news .news_con .rili li{  border-bottom:1px #999 dotted; height: 55px; line-height: 55px;margin-bottom:10px;}
.news .news_con .rili li.rilinews { position: relative;}
.news .news_con .rili li.rilinews .news_time { float: left; width: 62px; height: 62px; text-align: center; position: absolute; top: 0; left: 0;background: #ddd;}
.news .news_con .rili li.rilinews .news_time .news_year { line-height: 21px; height: 28px;font-size: 14px; color: #fff; ;background-color: #cb1c1d;}
.news .news_con .rili li.rilinews .news_time .news_days { margin:0 auto; width: 80%; font-size: 14px; color: #555; line-height: 24px;    }

.news .news_con .rili li.rilinews .news_wz {padding: 0 0 10px;text-align: left;margin-left: 70px;  height:50px;}
.news .news_con .rili li.rilinews .news_biaoti {font-size: 16px; border-bottom:none;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news .news_con .rili li.rilinews .news_biaoti a { color:#222;}
.news .news_con .rili li.rilinews .news_biaoti a:hover{ color:#3a83b0;  }
.news .news_con .rili li.rilinews .news_wz .news_text {line-height: 18px;overflow: hidden;font-size: 12px;color: #999; margin-top:-15px;}
.news .news_con .rili li.rilinews .news_wz .news_text a{color: #999;}
.news .news_con .rili li.rilinews .news_summary {line-height: 20px;overflow: hidden;font-size: 12px;color: #8c8c8c;}	
.news .news_con i{color:#008d3f ;float: left;    line-height: 32px;}
	.img-links{padding:20px 0 10px;} 
}



/*日历新闻样式1*/
.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-top:20px;    background: #fff;}
.rili2 .news_list li.news.n1{margin-top:0px; }
.rili2 .news_list li.news .news_date{float: left;width: 84px;margin-right:-90px;text-align:center;    background: #eefcd3;}
.rili2 .news_list li.news .news_date .news_year{line-height: 56px;font-size: 40px; height: 50px;color:#666;transition:all 0s ease-in-out;    font-family: "宋体";
    font-weight: bold;}
.rili2 .news_list li.news .news_date .news_days{line-height:25px; font-size: 12px; color:#666;font-weight:bold;height: 30px;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:110px;    padding: 10px 20px 8px 0;} 
.rili2 .news_list li.news .news_title2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 30px;height:62px;overflow: hidden;font-size:18px;    
    vertical-align: middle;} 
.rili2 .news_list li.news:hover .news_date{ background: #008d3f;}
.rili2 .news_list li.news:hover .news_date .news_year{color:#fff;}
.rili2 .news_list li.news:hover .news_date .news_days{color:#fff;}


.news .flinks {color:#333; margin-right: 15px; font-size: 16px; }
.news .flinks {color:#333; margin-right: 15px; font-size: 16px; }
.news .news_con .cards {text-align: center;}
.cards-borderless .card>.media-wrapper, .cards-borderless .card>img{margin: 0 auto;}
.news .news_con .cards .card-heading{font-size: 18px; color: #222; line-height: 30px; text-align: center;}
.news .news_con .cards  .text-muted{text-align: center; font-size: 14px;}


	.tabBox .hd{ height:40px; line-height:40px; padding:0 10px; font-size:20px; background:#F3F3F3; border-top:2px solid #CECECE;  }
	.tabBox .hd ul{ overflow:hidden;  }
	.tabBox .hd ul li{ float:left; margin:0 10px; color:#515151;  }
	.tabBox .hd ul .on{ border-bottom:2px solid #BA2636; color:#BA2636;  }
	.tabBox .hd ul .on a{ display:block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox .bd ul{ padding:10px 0 10px 10px;  }
	.tabBox .bd li{ height:33px; line-height:33px;   }
	.tabBox .bd a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
	.tabBox .bd li a{ color:#555;  }
	.tabBox .bd .t{ height:85px; overflow:hidden;   }
	.tabBox .bd .t .pic{ width:130px; float:left;    }
	.tabBox .bd .t .con{ margin-left:130px; line-height:20px;   }
	.tabBox .bd .t .con p{ font-size:12px; color:#999;  }



.slideTxtBox	.btn-link{ padding: 0px; width:100%;}
.slideTxtBox	.btn-link li{ margin-bottom:10px; text-align:center; background: #ddd;width: 100%;box-shadow: 5px 6px 8px 2px #d4e1da;  height: 38px; float: left;line-height: 38px; font-size: 16px;color: #fff;}
.slideTxtBox	.btn-link li a{color: #fff; text-decoration:none; height: 38px;line-height: 38px; font-size: 16px;}
/*	.btn-link li.i-2 a{font-size: 12px;}*/
.slideTxtBox	.btn-link li:hover { background: #eee; color: #ddd;}

.slideTxtBox .btn-link li:hover a {color: #0051a4;}
.slideTxtBox .btn-link li.none-r { margin-right: 0px;}

		.picMarquee-left{ width:100%;  overflow:hidden; position:relative;    }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.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 .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:120px; height:150px; 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;   }
		.picMarquee-left .bd ul li .title a{ color: #333; font-size: 16px;  }
.btn-links .btn-link{margin-top: 15px;}
.footer{ width:100%; padding: 20px 0;margin-top:30px; border-top: 6px #e67817 solid; background: url(../images/bottom.png) repeat-x; background-size: cover; background-color: #00853c; min-height:140px ; }	
.footer .flogo { width: 100%; float: left;  padding-top: 100px;}
.footer .flinks  {position: relative;  height: 40px; line-height: 40px;  z-index: 99999;float: right; text-align: right;} 
.flinks li{text-align: center;}
.footer .flinks  span{font-size: 22px; font-weight: 500; color: #fff;letter-spacing: 6px;} 
.footer .flinks .caret{color: #165747;}
.footer .contact { margin-top: 70px; }
.footer .contact h3{font-size: 18px; font-weight:bold; color: #fff;letter-spacing: 6px; padding-bottom: 10px;}
.footer .contact p{ color: #fff; font-size: 16px; line-height: 32px; }
 
.footer .copyright{ width:100%;font-size:16px; color:#fff; line-height:32px; text-align:left; }




.list-banner {

    width: 100%;
margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.list-research{width: 100%; height: 440px ; padding: 50px;text-align: center; color: #fff;background: url(../images/list-research.jpg) no-repeat center center; margin-bottom: 20px;  overflow: hidden;}
.list-research h1{font-size: 48px; line-height: 60px;}
.list-research h5{font-size: 24px; line-height: 42px;}
.list-research p{text-align: left; text-indent: 2em; margin-top: 20px; font-size: 14px;line-height: 28px; color: #eee;}


.sidebar {
	


	width: 100%;

    

background: #eee;
    float: left;
    padding-bottom: 100px;
}
.sidebar .sidetit {
	    width: 100%;
    float: left;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    color: #fff;
	background-color: #008d3f;
    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 50px;
}
.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: 400px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
.listcon a{ color: #333; }
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 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: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
	vertical-align: top;
font-size: 16px;}
	.wp_article_list .list_item .Article_Index{display: none;}
	.dtjt8_div_img{max-width: 100%;}

.cards .card {background: #fff;}
.cards .card-heading { color: #333; font-size: 16px; 
overflow:hidden; 
text-overflow:ellipsis; 
white-space: normal; 
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
 


  }
  .cards .card-date{padding: 15px 10px ; background: #fff; color: #008d3f;font-size: 14px;}
  .cards .card-button{float: right;padding: 0px 15px 10px 0px;}
.card>img {
    width: 100%;
    height: 178px;
}