/*designed by ：1234keji.com
QQ：275210931*/

body {
	background-color: #fff;
}
@media screen and (min-width:1280px){
	.container {max-width: 1280px;overflow:hidden;}
}
@media screen and (min-width: 1400px){
	.container {max-width: 1400px;overflow:hidden;}
}


.headbar{
	background:#005c28; height: 40px; line-height: 40px; color: #eee; font-size: 14px;
}
.headbar .welcome{
	float: left;
}
.headbar .topnav {float: right; height: 40px;}
.headbar .topnav a{color: #eee;line-height: 40px;}
.header {

	 background:#008e3f; padding:30px 0px;

}

.header .logo_left { float: left; }
.header .logo_left img{max-width: 100%;}
.header .logo_right { float: right; margin-top:15px; width: 250px;}
.slogan{width:100%;}
 .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 50px;
	font-size:18px;
	color:#333;
	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:#265bab;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#265bab;
}
.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 #008e3f;
}
.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:#008e3f;
	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: #008e3f; 
	}
	.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;}
		
.banner{ width: 100%; background: #ddd;  min-height:100px;margin: 0 auto; text-align: center; max-height:480px; overflow:hidden;}
.swiper-button-next:after, .swiper-button-prev:after{
	color:#fff; opacity:0.7;
}
.swiper-pagination-bullet-active {
   
    background: green;
}




.main1{padding-bottom:50px;}  
.main2 {width: 100%; background: #f8f8f8;}
.main3{ width:100%; padding:20px 0px; }
.main4 .news .news_title { height:60px; line-height:60px;font-size:30px; border-bottom:2px solid #ddd;}

.news{margin-top:20px; padding-bottom:10px;}
.news .news_title { height:60px; line-height:60px;font-weight: bold; color: #008e3f; }
.news .news_title .newstitle{  font-size: 40px; font-weight: bold; color: #008e3f; 
 height:60px; line-height:60px; 
text-align:center;}
.news .news_title i{ font-size: 40px;color: #008e3f}
.news .news_title span{color: #333;  font-size:18px; font-weight:bold;}
.news  .more{position:absolute;right:5px;top:15px; color:#bba461;font-size:14px;}
.news .more a{color: #bba461; font-size: 14px;}
.main4 .news .news_title span{position:relative; float:right; color: #333;  font-size:14px; font-weight:bold;}
.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: 75%;
    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; }

.picScroll-left{ width:100%;  overflow:hidden; position:relative;    }
		.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picScroll-left .hd .prev,.picScroll-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;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }

		.picScroll-left .bd{ padding:10px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width:20%; }
		.picScroll-left .bd ul li .pic{ text-align:center; width:90%;}
		.picScroll-left .bd ul li .pic img{ width:100%; height:160px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }
		.picScroll-left .bd ul li .title a{ color:#333;  }

@media screen and (max-width:768px){
	.picScroll-left .bd ul li{  width:50%; }
}		
.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:#008e3f;}
.news_list1 .item .d{height:50px; width:56px; font-size:38px; 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:345px; 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:#008e3f; 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 }


.news  .rili{}
.news .rili .con{ padding:5px 0px;}
.news .rili .news_list {}
.news .rili .news_list li.gg{margin-top:0px;border-bottom:1px solid #dedede;padding:14px 0}
.news .rili .news_list li.gg.n3{border:none}
.news .rili .news_list li.gg:hover .news_date{background: #008e3f;}
.news .rili .news_list li.gg:hover .news_date .news_year{color: #fff;}
.news .rili .news_list li.gg .news_date{float: left;width: 68px;padding:0 7px;padding-bottom:7px; line-height:26px;margin-top:3px;margin-right: -80px;font-family:"Microsoft YaHei";background: #d08a89;text-align:center;vertical-align:middle;}
.news .rili .news_list li.gg .news_date .news_year{padding: 0 4px;font-size: 14px;color: #fff;}
.news .rili .news_list li.gg .news_date .news_days{font-size: 27px;line-height:34px;color: #1a2a4f;background: #fff;vertical-align:top; }
.news .rili .news_list li.gg .news_wz{width:100%;} 
.news .rili .news_list li.gg .news_wz .newcon{margin-left:100px;padding:4px 0}
.news .rili .news_list li.gg .biaoti a{line-height: 32px;margin-top: 0px;font-size: 16px;color:#333;max-height:64px;overflow:hidden}  	

	.img-links{padding:20px 0 10px;} 

.links a{font-size:18px;line-height:46px; color:#333; margin-right:20px;}
/* TABcss */
		.slideTxtBox{ width:100%;  text-align:left;  }
		.slideTxtBox .hd{ height:60px; line-height:60px;     border-bottom:3px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute;   height:60px; line-height:60px;   }
		.slideTxtBox .hd .more a{color: #bba461;}
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  font-size: 24px; color: #666; }
		.slideTxtBox .hd ul li.on{ height:60px;   border-bottom:4px solid #008e3f;  color:#008e3f; 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: 18px;
	height: 48px;
	line-height: 48px;
	/*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%;   }
  		.slideTxtBox .bd li  a{ color:#222;font-size: 18px;float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;}
    .slideTxtBox .bd i{color:#008e3f;float: left;    line-height: 48px;}
		.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; }

.btn-link{width:100%; min-height:165px; background:#e7f6eb; padding:25px 5px; text-align:center; margin-bottom:15px;}
.btn-link .ico i{font-size:58px; color:#008e3f;}
.btn-link .tit {font-size:18px; color:#008e3f;line-height:32px; margin-top:15px;}
.btn-link:hover{background:#008e3f;}
.btn-link:hover .ico i{color:#fff;}
.btn-link:hover .tit{color:#fff;}


.platform {
	padding:15px; width:100%;height:180px;
}
.platform img {width:100%;height:150px;}
.platform p{color:#333; font-size:18px; text-align:center;}
.ztzl{ padding:10px 0px }
.ztzl .btn-success{ background:#008e3f; border:0px }
.ztzl .col-md-4 {margin-bottom:10px;}
.flinks a{ margin-right:15px; font-size:16px; color:#333; line-height:32px;}
.footer{ width:100%; padding:25px 0px;line-height: 36px;margin-top:20px;background-color: #005c28; 
border-top:6px solid #f5ad00;	font-size:16px; color:#fff; text-align: center; }	


/*科技小院*/

.listbanner {
	width: 100%;
	height: 450px;
	background-image: url(../images/listbanner.png);
	background-size: auto auto;
	padding-top: 130px;
	box-sizing: border-box;
}

.listbanner p {
	font-size: 55px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	margin-bottom: 40px;
	font-weight:bold;
}

.listbanner {text-align: center;}
.listbanner .loginbtn {
	display: inline-block;
	width: 180px;
	height: 40px;
	
	background: linear-gradient(to right, #c7c173, #f67809);
	border-radius: 50px;
	color: rgba(255, 255, 255, .9);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	
}



.possplit{display:unset;}

.keji{margin-top:30px;}
.keji .keji_title{font-size:24px;font-weight:bold; height:60px;line-height:60px; color: #008e3f; }
.keji .keji_title .more a{float:right; font-size:14px; color:#bba461;font-size:14px;}
.keji .keji_con{width:100%; border:1px solid #008e3f; padding:15px;}
.keji .keji_con li{font-size: 18px;
	height: 42px;
	line-height: 42px;
	/*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%;}
    .keji .keji_con  li .date{float:right;}
.keji .keji_con li a{ color:#222;font-size: 16px;float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;}  
.keji .keji_con i{float:left; color: #008e3f;line-height: 42px;}


/*.xiaoyuanlist{width: 100%;
    height: auto;
    padding: 30px 0 60px 0;
    background-color: #0c8842;
margin-top:30px;}
.xiaoyuanlist .keji_title{font-size:24px;font-weight:bold; height:60px;line-height:60px; color: #fff; }
.xiaoyuanlist .keji_title .more a{float:right; font-size:14px; color:#bba461;font-size:14px;}
.xiaoyuanlist .keji_con{width:100%; border:1px solid #dcdcdc; padding:15px;}*/

/*栏目页*/
.sidebar {
	


	width: 100%;

  margin-top: 15px; 

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: #008e3f;
    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: #008e3f;

	   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: #008e3f;
	background-color: #FFF;
	margin-top: 15px;
}
.path {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	margin-top: 15px;
	font-size:16px;

}
.path i{font-size:16px;}
.path a {
	color: #222;
}

.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:#008e3f;}
.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: #008e3f;
}
.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: #008e3f;font-size: 14px;}
  .cards .card-button{float: right;padding: 0px 15px 10px 0px;}
#winfloat_div_w53 .wp_article_list .list_item .Article_Title{display:none;}


.mtjj-item{
	width: 100%;
	box-shadow: 0 0 10px #969696;
	-webkit-box-shadow:0 0 10px #969696;
	-o-box-shadow:0 0 10px #969696;
	-moz-box-shadow:0 0 10px #969696;
	padding:15px;
	margin-top: 30px;
}
.mtjj-left{
	float: left;
	width: 20%;
	border: 2px solid #008e3f;
	text-align: center;
}
.mtjj-date{
	padding:10px 0px;
	color: #008e3f;
	text-align: center;
}
.day{
	font-size: 24px;
	line-height: 30px;
}
.mon-year{
	font-size: 15px;
}
.mtjj-lm{
	background: #008e3f;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: none;
}
.mtjj-right{
	float: left;
	width: 80%;
	padding-left: 15px;
	padding-top: 8px;
}
.mtjj-item-title{
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
padding-left:15px;
}
.mtjj-item-title a{
	color: #666;
	font-size: 16px;
}
.mtjj-item-title a:hover{
	color: #008e3f;
}
.mtjj-item-date,.whrl-item-dz{
	font-size: 14px;
	color: #969696;
	line-height: 24px;
}
.mtjj-item-date{
	margin-top: 15px;
	/* display: none; */
}
.mtjj-item-date i,.whrl-item-dz i{
	color: #87a8dd;
}

