﻿/* Left */
#content {
	padding: 20px 0;
	clear: both
}
#contentleft {
	width: 100%;    float: left;
}
.imoney {
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
	overflow: hidden
}
.imoney img {
	width: 100%
}

.ui-banner {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	background: #fff; border-radius:5px;
}
.ui-banner.ui-banner-invalid {
	display: none;
}
.ui-banner, .ui-banner .ui-banner-slides, .ui-banner .ui-banner-slogans, .ui-banner .ui-banner-arrow {
	height: 480px;
}
.ui-banner .ui-banner-slides, .ui-banner .ui-banner-slogans, .ui-banner .ui-banner-arrow {
	position: absolute;
	top: 0;
}
.ui-banner ul {
	overflow: hidden;
}
.ui-banner .ui-banner-slides {
	width: 770px;
	height: 480px;
	left: 0; border-radius:5px;
}
.ui-banner .ui-banner-slides li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-banner .ui-banner-slides li img {
	/*width: 100%;
	height: 100%;*/ width:100%; height:auto; max-width:100%;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-current, .ui-banner .ui-banner-slides li.ui-banner-slides-prev, .ui-banner .ui-banner-slides li.ui-banner-slides-next {
	display: block;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-current {
	left: 0;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-prev {
	left: -50%;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-next {
	left: 100%;
}
.ui-banner .ui-banner-slogans {
	width: 630px;
	height: 480px;
	overflow: hidden;
	padding: 0 15px;
	right: 0;
	background: #fff; border-radius:5px;
}
.ui-banner .ui-banner-slogans li {
	padding: 14px 0;
	border-bottom: 1px #ddd dotted;
	cursor: pointer;
}
.ui-banner .ui-banner-slogans li h3 {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.ui-banner .ui-banner-slogans li .des {
	font-size: 12px;
	height: 44px;
	line-height: 22px;
	padding: 5px 0 0;
	overflow: hidden
}
.ui-banner .ui-banner-slogans li.ui-banner-slogans-current h3 {
	color: #c6131d;
}
.ui-banner .ui-banner-slogans li.ui-banner-slogans-prev {
	border-bottom: none;
}
.ui-banner .ui-banner-arrow {
	display: block;
	width: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	right: 0;
	outline: none;
	color: #fff;
	background: #eee;
 transition: all .3s linear;
}
.ui-banner .ui-banner-arrow:hover {
	background: #c6131d
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
	top: 0
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next {
	top: auto;
	bottom: 0
}
.itbox {
	position: relative;
	height: 42px;
	line-height: 42px;
	margin: 0 0 15px;
	background: #FFF;
}
.itbox h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #c6131d;
	box-shadow: 20px 0 30px #fff
}
.itscroll {
	border: 0 #fff solid;
	border-width: 0 15px 0 110px;
	clear: both;
	overflow: hidden
}
.itscroll .con {
	width: 5000%
}
.itscroll .con ul {
	float: left
}
.itscroll li {
	float: left;
	margin: 0 1em;
}
.itscroll li i.fa {
	margin-right: 5px
}
.itscroll li span {
	margin-left: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.cmsbox {
	width: 996px;
	overflow: hidden
}
.cmslist {
	float: left;
	width: 370px;
	height: 320px;
	margin: 0 16px 16px 0;
	border: 1px #e5e5e5 solid;
	background: #FFF;
	
}
.cmslist .xyti {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #e5e5e5 solid;

}
.cmslist .xyti h3 {
	font-size: 15px;	 
}
.cmslist .xyti h3 a {
	color:white; 
}
.cmslist .xyti h3 .title{background-color:#c6131d; display:block;     width: 100px;border-top-right-radius:5px;border-top-left-radius:5px;
    float: left; text-align:center;}
.cmslist .xyti h3 i.fa {
	margin-right: 1px
}
.cmslist ul {
	padding: 5px 15px;
}
.cmslist li {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.cmslist li i.fa {
	font-size: 10px;
	margin-right: 6px
}
.cmslist li.first {
	height: 270px;
	line-height: 18px;
	white-space: normal;
	padding: 5px 0; float:left;
}
.cmslist li.first .pic {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 10px;
	overflow: hidden
}
.cmslist li.first img {
	width: 120px;
	height: 80px;
}
.cmslist li.first img:hover, .loglist li.con .des img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.cmslist li.first .text {
	display: block;
	width: 160px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.cmslist li.first div {
	color: #999;
	font-size: 15px;
	padding-top: 4px; line-height:25px;
}
.loglist li.con {
	position: relative;
	margin: 0 0 15px;
	border: 1px #e5e5e5 solid;
	background: #FFF;
	padding: 10px 10px;
	clear: both;
	overflow: hidden;
 transition: all .4s linear;
}
.loglist li.con:hover {
	border: 1px #c6131d solid;
}
.loglist li.con .info {
	float: left;
	width: 140px;
	line-height: 30px;
	margin-right: 20px;
	color: #999;
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei";
	border-right: 1px #e5e5e5 dotted;
	overflow: hidden;
	height: 30px;
}
.loglist li.con .info span:not(.sn) a {
 color: #999
}
.loglist li.con .info .sn a {
	display: block;
	margin: 0 0 15px;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 15px 0 0 15px;
	background: #f6f6f6
}
.loglist li.con .info .sn a:hover {
	background: #f6f6f6
}
.loglist li.con .info .pi span em {
	display: none
}
.loglist li.con .info i.fa {
	margin: 0 5px 0 12px
}
.loglist li.con .des .h2 {
	font-weight: normal;
	padding: 0 0 15px;
	display: block
}
.loglist li.con .des i.fa {
	margin-right: 6px;
	font-size: 1.2em
}
.loglist li.con .des .h2 {
	font-size: 18px;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.loglist li.con .des .h2:hover {
	padding-left: 10px;
}
.loglist li.con .des .pic {
	display: block;
	float: left;
	width: 17%;
	height: 100px;
	margin-right: 10px;
	overflow: hidden
}
.loglist li.con .des img {
	width: 100%;
	max-height: 100px;
}
.loglist li.con .des .text {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.loglist li.con .des .tags {
	clear: both;
	padding: 10px 0 0;
}
.tags a {
	display: inline-block;
	margin: 0 3px 5px 0;
	font-size: 12px;
	border: 1px #ddd solid;
	border-radius: 12px;
	padding: 3px 8px;
	background-image: linear-gradient(#fff, #F6F6F6);
}
.loglist li.con .more {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	background: #d2d2d2;
}
.loglist li.con .more i {
	color: #fff;
	margin-left: 8px
}
.loglist li.con:hover .more {
	background: #c6131d
}
.loglist li.con .more:hover {
	width: 150px;
}
.wapost {
	width: 290px;
	margin: 0 0 -1px -1px;
	border: 1px #e5e5e5 solid;
	background: #FFF;
	padding: 14px 18px;
 transition: all .4s linear;
}
.wapost:hover {
	box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 9;
}
.wapost i.fa {
	margin-right: 4px
}
.wapost .aptop {
	border-bottom: 1px #e5e5e5 solid;
	padding: 15px 0;
	overflow: hidden;
}
.wapost .aptop .sn {
	float: left;
}
.wapost .aptop .sn a {
	font-size: 16px;
	font-weight: bold
}
.wapost .aptop .pi {
	float: right;
	color: #999;
	font-size: 12px
}
.wapost .aptop .pi span em {
	display: none
}
.wapost h2 {
	padding: 15px 0 20px
}
.wapost h2 a {
	font-size: 18px;
}
.wapost .img {
	text-align: center
}
.wapost .img img {
	width: 290px;
	height: 160px;
}
.wapost .text {
	word-break: break-all;
	word-wrap: break-word;
	line-height: 22px;
	padding: 10px 0;
}
.wapost .tags a {
	display: inline-block;
	margin: 0 3px 4px 0;
	color: #aaa;
	font-size: 12px;
	border: 1px #ddd dotted;
	border-radius: 5px;
	padding: 2px 5px;
}
.wapost .count {
	margin-top: 10px;
	border-top: 1px #e5e5e5 solid;
	padding: 15px 0;
	overflow: hidden;
}
.wapost .count span {
	float: left;
	margin-right: 40px;
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei";
}
.wapost .count span.edit {
	float: right;
	margin-right: 0;
	font-size: 12px;
}
.loading {
	text-align: center;
	padding: 30px 0;
	clear: both
}
/* Right */
#sidebar {
	float: right;
	width: 383px;
	overflow: hidden; margin:0;    border-radius: 5px;
}
#sidebar>li {
	margin-bottom: 20px;
	border: 1px #e5e5e5 solid;
	background: #FFF;
	overflow: hidden
}
#sidebar .rlist1 {
	border-top: 3px #333 solid;
}
#sidebar .rlist1 h3 {
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	background: #f6f6f6;
}
#sidebar .rlist1 ul {
	padding: 10px 12px
}
#sidebar .rlist1 ul li {
	line-height: 24px;
	border-bottom: 1px #eee solid;
	padding: 10px 0
}
#sidebar .rlist1 ul li:last-child {
	border-bottom: 0
}
#sidebar .rlist1 .link a {
	line-height:30px;
}
.calendartop {
	width: 100%;
	line-height: 30px;
	border-collapse: collapse;
	text-align: center;
}
.calendar {
	width: 100%;
	border-collapse: collapse;
}
.calendar td {
	font-size: 12px;
	text-align: center;
	border: 1px #eee solid;
	padding: 1px 5px;
	line-height: 20px;
}
.calendar td.day {
	background: #eee
}
.calendar td.day a {
	color: #c6131d
}
.calendar .sun {
	color: #333;
	font-weight: bold
}
#newcomment i.fa {
	color: #ccc;
	margin: 0 5px;
	font-size: 10px
}
#newcomment li span {
	color: #999;
	margin-left: 4px;
}
#sidebar .mscroll ul {
	max-height: 304px;
	overflow-y: auto;
}
#blogsort h3 {
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}
#blogsort h3 i.fa {
	margin: 0 5px 0 10px
}
#blogsort ul li {
	position: relative;
	line-height: 38px;
	border-top: 1px #eee solid;
}
#blogsort ul li .sico {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 38px;
	line-height: 38px;
	color: #ccc;
	font-size: 8px;
	text-align: center;
	cursor: pointer
}
#blogsort ul li .sico:hover {
	border-left: 1px #eee solid;
	background: #f6f6f6
}
#blogsort ul li a {
	display: block;
	height: 38px;
	text-indent: 28px;
	border-left: 4px #fff solid;
}
#blogsort ul li a.cu, #blogsort ul li a:hover {
	border-left: 4px #c6131d solid;
	background: #f6f6f6
}
#blogsort ul li a i {
	color: #999;
	margin-left: 5px;
	font-size: 12px
}
#blogsort li ul {
	display: none;
	background: #fafafa
}
#blogsort li ul li a {
	text-indent: 35px;
	border-color: #fafafa
}
#bloggerinfoimg {
	text-align: center;
	padding: 10px 0
}
#bloggerinfo {
	line-height: 20px;
	font-size: 12px;
	padding: 6px 8px 12px 16px;
}
#record i.fa, #sidelinks i.fa {
	margin-right: 6px;
}
#sidebar ul#sidelinks li {
	font-size: 12px;
	padding: 5px 0 !important
}
#logsearch {
	position: relative;
	padding: 25px 15px
}
#logsearch i.fa {
	position: absolute;
	top: 34px;
	left: 26px;
	color: #ccc
}
#logsearch .search {
	width: 100%;
	height: 32px;
	border: 1px solid #999;
	text-align: center;
	box-shadow: inset 2px 2px 2px #eee;
	border-radius: 5px;
	outline: none
}
#sidebar ul#hotlog {
	padding-left: 30px
}
#hotlog li {
	position: relative
}
#hotlog i {
	position: absolute;
	top: 10px;
	left: -22px;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar>li.diyarea {
	text-align: center;
	border: 0;
	background: none
}
.slfix {
	position: fixed;
	top: 55px;
	width: 200px
}
/* PageNav */
#pagenavi {
	text-align: center;
	padding: 25px 0;
	overflow: hidden;
	clear: both
}
#pagenavi a, #pagenavi span {
	display: inline-block;
	font: 14px/20px Arial;
	border-radius: 3px;
	padding: 6px 12px;
	margin: 0 3px;
	height: 20px;
	border: 1px solid #ddd;
	background: #FFF
}
#pagenavi a:hover {
	color: #fff;
	border-color: #c6131d;
	background: #c6131d
}
#pagenavi span {
	color: #aaa;
	background: #f6f6f6
}
.ui-banner-arrow{ display:none!important;}
.radius{    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 10px 0 0; color:#555!important;border-radius: 5px;
}
.tzgg li a{ overflow: hidden;white-space: nowrap;text-overflow: ellipsis;    width: 340px;
 
    }
.panel{background: #FFF;border:1px solid #e5e5e5 ;overflow: hidden;}
.panel .title{line-height: 40px;color: #555;font-size: 16px; padding-left: 20px;border-bottom: #c6131d 2px solid;}
.panel .title i{font-size: 18px;color:#c6131d;}
.panel .title span{float: right;font-size: 12px;font-weight: normal; padding-right: 10px;}
.panel ul.list{margin: 0}
.panel ul.list li{display: block; border-top:1px solid #ebeff6;height: auto;line-height: 24px;padding:10px 20px;overflow: hidden;   float:left;  width: 100%;}
.panel ul.list li a{display: block;color: #555;}
.panel ul.list li a:hover{color: #006A42;}
.panel ul.list .h{background: #FFF5EE;}
.panel ul.list li span{float: right;}
.panel .gg{color: #006A42;}
.txtScroll-top{ overflow:hidden; position:relative;}
.xwdt,.ldzc,.zcfg,.zt2,.tzyw{ text-align:left;}
.xwdt .hd,.ldzc .hd,.zcfg .hd,.zt2 .hd,.tzyw .hd{line-height: 44px;color: #555;font-size: 16px; padding-left: 20px;border-bottom: #c6131d 2px solid;height: 44px;}
.xwdt .hd ul,.ldzc .hd ul,.zcfg .hd ul,.zt2 .hd ul,.tzyw .hd ul{margin-right: 20px;float:right; height:30px;border-bottom:none;margin-top: 12px;}
.xwdt .hd ul li,.ldzc .hd ul li,.zcfg .hd ul li,.zt2 .hd ul li,.tzyw .hd ul li{ float:left;background:#FFF5EE;font-size: 14px;padding:5px 10px; height: auto;line-height: 20px; font-weight: normal;cursor:pointer;}
.xwdt .hd ul li.on,.ldzc .hd ul li.on,.zcfg .hd ul li.on,.zt2 .hd ul li.on,.tzyw .hd ul li.on{color: #fff; height: auto;background:#c6131d;border-top-left-radius:4px;border-top-right-radius:4px;line-height: 20px;}
.xwdt .hd span,.ldzc .hd span,.zcfg .hd span,.zt2 .hd span,.tzyw .hd span{float: left;}
.xwdt .hd a,.ldzc .hd a,.zcfg .hd a,.zt2 .hd a,.tzyw .hd a{float: right;font-size: 12px;font-weight: normal; height: 24px;
    line-height: 50px;}
.hd i{font-size: 18px;color:#c6131d;}
 
.col-2-1{width:50%}
.wp {
    width: 100%;
    min-width: 100%;float: left;
}.wp{margin-left:auto;margin-right:auto;text-align:left;}
[class^="col-"],[class*=" col-"]{box-sizing:border-box;float:left;min-height:1px;position:relative;}

.mt-5{margin-top:5px}
.mt-10{margin-top:10px}
.mt-15{margin-top:15px}
.mt-20{margin-top:20px}
.mt-25{margin-top:25px}
.mt-30{margin-top:30px}
.mt-35{margin-top:35px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mb-5{margin-bottom:5px}
.mb-10{margin-bottom:10px}
.mb-15{margin-bottom:15px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.ml-5{margin-left:5px}
.ml-10{margin-left:10px}
.ml-15{margin-left:15px}
.ml-20{margin-left:20px}
.ml-30{margin-left:30px}
.ml-40{margin-left:40px}
.ml-50{margin-left:50px}
.mr-0{margin-right:0;}
.mr-5{margin-right:5px}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px}
.mr-20{margin-right:20px}
.mr-30{margin-right:30px}
.mr-40{margin-right:40px}
.mr-50{margin-right:50px}

.section-page1{padding:20px 0 20px 0;background-color:#f6f6f6;overflow:hidden;}
.section-page2{padding:20px 0;background-color:#ffffff;overflow:hidden;}
.section-page3{padding:20px 0;background-color:#f6f6f6;}
.section-page4{padding:20px 0;background-color:#ffffff;}
.section-page5{padding:20px 0;background-color:#f6f6f6;}
.section-page6{padding:30px 0 40px;background-color:#ffffff;}
.headline{margin-bottom:40px;text-align:center;position:relative;}
.headline .title_t{width:500px;margin:0 auto;}
.headline h3{font-size:33px;color:#202f5b;margin:30px 0;}
.headline p{width:100%;font-size:24px;border-bottom:1px solid #202f5b;margin:0 auto;position:relative;}
.headline p:before{width:74px;height:5px;position:absolute;top:-2px;background:#202f5b;display: table;content: "";}
.headline p:before{left:50%;margin-left:-37px;}
.headline .more{position:absolute;bottom:25px;right:0;}
.headline .more a{display:block;color:#202f5b;font-size:16px;}
.special .headline .more a{background: url(more2.png) no-repeat;}

.label_adap_pic_ul9{margin:0 -20px;}
.label_adap_pic_ul9 .col-pd-20{padding:0 20px;}
.label_adap_pic_ul9 li .item{margin-bottom:25px;position: relative;display:block;border:1px solid #e0e8f2;background-color:#fff;    float: left;border-radius:5px; width:100%;}
.label_adap_pic_ul9 li .item .row{margin:0;}
.label_adap_pic_ul9 li .item .col-pd{padding:0;}
.label_adap_pic_ul9 li .item .pic{position:relative;padding-bottom:56.25%;overflow:hidden;}
.label_adap_pic_ul9 li .item .pic img{width:100%;height:100%;display:block;position:absolute;bottom:0;left:0;transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s; border-radius:5px}
.label_adap_pic_ul9 li .item .text{padding:5% 8%;transition: .5s;}
.label_adap_pic_ul9 li .item .text h3{  color:#414141;font-size:16px;margin-top:10px;margin-bottom:20px;line-height:28px;font-weight:bold;text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;line-clamp: 1;-webkit-box-orient: vertical;}
.label_adap_pic_ul9 li .item .text p{color:#666666;font-size:14px;line-height:24px;font-weight:normal;text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 1;-webkit-box-orient: vertical;}
.label_adap_pic_ul9 li .item:hover .pic img { -ms-transform: scale(1.05); transform: scale(1.05); }
/**图片+简介**/
.label_pic_com_ul{}
.label_pic_com_ul li {margin-bottom:5px;_display:inline;overflow:hidden;zoom:1}
.label_pic_com_ul li img{float:left;margin-right:12px;border:1px solid #CFCFCF;padding:2px;}
.label_pic_com_ul li h3{font-size:12px;}
.label_pic_com_ul li h2{font-size:13px;}

.label_pic_com_ul2{}
.label_pic_com_ul2 li {margin-bottom:5px;_display:inline;overflow:hidden;zoom:1}
.label_pic_com_ul2 li img{float:left;margin-right:10px;}
.label_pic_com_ul2 li h3{text-align: center;font-size:18px;font-weight:normal;}
.label_pic_com_ul2 li h3 a{color: #F00;}
.label_pic_com_ul2 li h2{font-size:13px;}
.label_pic_com_ul2 .label_summary{font-size: 12px;color: #646464;margin:8px 5px 5px 5px;text-indent:2.0em;line-height: 170%;}
.label_chakan,.chakan{ background:url(chakan.gif) no-repeat; width:68px; height:17px; display:block}
img {
width:100%; height:100%;}

.col-md-6 {
    width: 50%;
}

.personnel .zxns {
    width: 50%;
    height: 395px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; float:right;
}
.personnel  .zxns li {
    height: 86px;
    background: #f2f4f7;
    padding: 20px 20px;
    border-radius: 9px;
}
.personnel  .zxns .text {
    width: 470px;
    height: 43px;line-height: 45px;
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.personnel  .zxns .time{
    margin-top: 8px;
    width: 112px;
    font-size: 16px;
    font-family: PingFangSC-Semibold,PingFang SC;
    color: #848484;
    font-weight: 500;
    line-height: 20px;
}
.toSeatify_List img { border-radius:5px; }
.t_hezuo01 a:nth-child(5n) .t_hezuo02 {
	margin-right:0;
}
.t_hezuo01 a:hover .t_hezuo02_a {
	border: 5px solid #4369ab;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_hezuo02 {
	width: 17.6%;
	float: left;
	margin-right: 3%;
	background: #f2f4f7;
	margin-bottom: 3%;
}
.t_hezuo02_a {
	width: 100%;
	border: 5px solid #f8f8f8;
	padding: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_hezuo02 img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_hezuo01 a:hover .t_hezuo02 img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.n_time {
 width:70px; min-height:70px; line-height:35px; float:left;  text-align:center; background-color:#202f5b; color:white; margin-right:10px;}
    .n_time b {
     font-size:17px;}
    .trainning-box {
        float: left;
        width: 25%;
        overflow: hidden;
    }

        .trainning-box a {
            display: block;
            padding: 0px 24px;
        }

            .trainning-box a span {
                display: block;
                text-align: center;
                background-color: #202f5b;
                color: #fff;
                padding: 10px 0px;
                opacity: .9;
            }

            .trainning-box a img {
                display: block;
                transition: transform 1s;
            }

                .trainning-box a img:hover {
                    transform: scale(1.05);
                }

                
/* box */
#box{width:770px;height:480px;position:relative;overflow:hidden;}
#pic_list{position:relative;z-index:1;}
#pic_list li{position:absolute;left:0;top:0;opacity:0;fliter:alpha(opacity=0);z-index:1;}
.mark{height:90px;width:535px;background:#000;position:absolute;left:0;bottom:0;opacity:0.3;filter:alpha(opacity=30);}
#text_list{position:absolute;bottom:55px;left:5px;position:absolute;z-index:5;height:25px;overflow:hidden;}
#text_list h2{display:none;}
#text_list .show{display:block;}
#text_list a{color:#FFFFFF;font-family:"Microsoft YaHei";font-size:18px;font-weight:normal;text-decoration:none;}
#ico_list{position:absolute;bottom:10px;left:12px;width:525px;overflow:hidden;height:46px;z-index:3;}
#ico_list ul{width:1050px;position:absolute;left:0;top:0;}
#ico_list li{width:75px;float:left;}
#ico_list li a{width:68px;padding-top:6px;display:block;}
#ico_list li a img{border:2px solid #DFE8E4;height:36px;width:64px;background:#040303;opacity:0.7;filter:alpha(opacity=70);}
#ico_list .active{background:url(../img/a_hover.gif) no-repeat center 0;}
#ico_list .active img{opacity:1;filter:alpha(opacity=100);border:3px solid #fff;height:34px;width:62px;}
.btn{background:url(../img/btn.gif) no-repeat;height:38px;width:38px;position:absolute;bottom:11px;opacity:0.5;filter:alpha(opacity=50);cursor:default;z-index:3;}
.showBtn{opacity:1;filter:alpha(opacity=100);cursor:pointer;z-index:4;}
#btn_prev{right:56px;}
#btn_next{right:20px;background-position:right 0;}

/* 焦点图 */
.idx-focus{margin:0px auto 0 auto;}
.idx-focus,.focus-pic li{width:770px;height:480px;position:relative;overflow:hidden;}
.idx-foc-tmp{height:480px; position: absolute;}
.focus-pic li{float:left;height:480px;}
.focus-pic li img{width:756px;height:460px;    border-radius: 5px;}
.focus-pic .bg{height:50px;width:100%;position:absolute;left:0;bottom:0;background:#000;opacity:.3;filter:Alpha(opacity=60);z-index:1;}
.focus-pic .txt{height: auto;
    line-height: 25px;
    position: absolute;
    width: 350px;
    /* line-height: 30px; */
    /* text-indent: 10px; */
    /* overflow: hidden; */
    z-index: 2;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 5px;}
.idx-focus .xtaber-tabs{height:60px;   position: absolute;bottom:0; right:0;}/*background:#e6e6e6;*/ 
.idx-focus .xtaber-tabs li{float:left;padding:2px;margin-right:0px;position:relative;cursor:pointer;z-index:3;}
.idx-focus .xtaber-tabs img{width:74px;height:50px;}
 
.idx-focus .xtaber-tabs .current{ width:auto; background:#202f5b;}
.idx-focus .xtaber-tabs .current i{width:7px;height:4px;position:absolute;left:50%;margin-left:-3px;top:-4px;overflow:hidden;background:url(../images/icon.png) no-repeat;}
.idx-focus .btn-prev,.idx-focus .btn-next{background:url(../img/foc_btn.png) no-repeat;_background:url(img/foc_btn_8.png) no-repeat;width:31px;height:50px;position:absolute;z-index:4;top:85px;_filter:Alpha(opacity=70);}
.idx-focus .btn-prev{background-position:0 0;left:10px;}
.idx-focus .btn-next{background-position:-33px 0;right:10px;}
 
a{text-decoration:none;outline:0;}
.con_cnn {
background-image:url(../images/cnn.jpg);    background-size: cover;    background-repeat: no-repeat;    padding: 20px 0;    min-width: 1400px;}