﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}     

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body{ 
	margin:0px auto;
	font-size:14px;
	color:#333;	
	background: #EDEEF0;
}

img{border:none;}
button,submit{cursor:pointer;}

li{list-style-type:none;}
ul{list-style:none;}
i{ font-style:normal;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover{color:#164884; text-decoration:none;}
.cl{ clear:both;}
.fr{float:right}
.fl{float:left}

.mar{margin: 0px auto;}
input{outline:none;}
.trans{

    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}
.cent{display: table-cell;vertical-align: middle;}
.box {width:1200px;margin:0 auto}
.header{width:100%;background: #fff;}
.header-top{width:100%;float:left;position: relative;}
.header-top .logo{float:left;margin-top:10px;}

.header-top .header-link{float:right;margin-top:50px;margin-right:55px;}
.header-top .header-link i{float:left;line-height: 39px;}
.header-top .header-link a{height: 39px;float:left;text-align: center;line-height: 39px;margin-left:30px;}
.header-top .header-link a.wx{background:url(../images/ico1.png) left center no-repeat;padding-left:30px;position: relative;}
.header-top .header-link a.wx p{display: none;position: absolute;top:39px;left:0;padding:5px;background: #fff;width:150px;z-index: 999;}
.header-top .header-link a.wx p img{max-width: 100%;}
.header-top .header-link a.wx:hover p{display: block;}
.header-top .header-link a.fav{background:url(../images/ico2.png) left center no-repeat;padding-left:25px;}
.header-top .header-link a.zs{background:url(../images/icozs.png) left center no-repeat;padding-left:25px;}
.header-top .header-link a:hover{text-decoration: underline;}
.header-top .header-link .reglogin{float:left;background: url(../images/ico3.png) left center no-repeat;padding-left:20px;margin-left:30px;}
.header-top .header-link .reglogin a{margin:0;}
.header-top .header-link .reglogin i{padding:0 7px;}
.header-top .header-link .sear{position: absolute;right:0;top:39px;}


.header .menu{float:left;position: relative;width:100%;margin-top:20px;}
.header .menu ul{}
.header .menu li{float:left;margin-right:42px;position: relative;}
.header .menu li:last-child{margin-right:0;}
.header .menu li a{font-size:16px;color: #333;display:inline-block;padding:0 8px;position: relative;padding-bottom:14px;}
.header .menu li a::after{content: "";width:0;height: 3px;background: #164884;position: absolute;bottom:0;left:0;right:0;margin:0 auto;
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.header .menu li:hover a,.header .menu li.active a{color: #164884;}
.header .menu li:hover a::after,.header .menu li.active a::after{width:100%;}


@-webkit-keyframes upIn{
	0%{opacity:0; -webkit-transform:translateY(-30px);}
	100%{opacity:1; -webkit-transform:translateY(0);}
}
@keyframes upIn{
	0%{opacity:0; transform:translateY(-30px);}
	100%{opacity:1; transform:translateY(0);}
}
/*二级菜单*/
.header .menu li .sub{ position:absolute; display:none; left:-30px; top:35px; width:140px; background:rgba(0,0,0,0.5);z-index: 8888;}
.header .menu li:hover .sub{ -webkit-transition:color 0.5s; transition:color 0.5s;  -webkit-animation:upIn 0.4s ease 0.1s both; animation:upIn 0.4s ease 0.1s both;display: inline-block;}
.header .menu li .sub a::after{display: none;}
.header .menu li .sub a:hover{background:rgba(0,0,0,0.2);}
.header .menu li .sub a{font-size:14px;display: block;text-align: center;line-height: 40px;padding:0;
color: #fff; }
/*三级菜单*/
.header .menu li div.sub2{ position:absolute; display:none; left:141px; top:0px; width:200px; background:rgba(0,0,0,0.5);z-index: 8888;}




.top-area{width:100%;float:left;height: 52px;line-height: 52px;}
.top-area a.home{background: url(../images/ico5.png) left center no-repeat;padding-left:25px;}
.top-area a{color: #878787;}
.top-area span{color: #173e6d;}

.left-box{width:249px;float:left;}
.right-box{width:925px;float:left;margin-left:26px;background: #fff;overflow: hidden;}

.left-box .left-title{width:100%;float:left;background: #173E6D;color: #fff;font-size:25px;padding:0 30px;height: 74px;display: table;}
.left-box .left-title p{font-size:14px;text-transform: uppercase;}
.navMenubox { width: 100%; background: #FFF;overflow: hidden;float: left;margin-top:14px;}
.navMenu> li{ display: block; margin: 0; padding: 0; border: 0px; }
.navMenu>li>a { display: block; overflow: hidden; padding-left: 24px; line-height: 58px; color: #333; transition: all .3s; position: relative; text-decoration: none; font-size: 16px;border-bottom: 1px solid #eee;border-left:5px solid #fff; }
.navMenu > li:last-child > a { border-bottom: 1px solid transparent; }
.navMenu>li>a>i { font-size: 20px; float: left; font-style: normal; margin: 0 5px; }
.navMenu li a .arrow:before { display: block; float: right; margin-top: 1px; margin-right: 15px; display: inline; font-size: 16px; font-family: FontAwesome; height: auto; content: "\f105"; font-weight: 300; text-shadow: none; }
.navMenu li a .arrow.open:before { float: right; margin-top: 1px; margin-right: 15px; display: inline; font-family: FontAwesome; height: auto; font-size: 16px; content: "\f107"; font-weight: 300; text-shadow: none; }
.navMenu>li>a.active, .navMenu>li>a:hover { color: #FFF; background:#164884;border-left:5px solid #173E6D;}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; margin: 8px 0px 0px 0; padding-bottom: 5px;border-bottom: 1px solid #eee;}

.navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px; }
.navMenu>li>ul.sub-menu li>a { display: block; font-size: 14px; line-height: 35px; padding-left: 20px; color: #333; clear: both; }
.navMenu>li>ul.sub-menu li>a.active,.navMenu>li>ul.sub-menu li>a.on, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a { color: #173e6d;}


.left-contact{width:100%;float:left;background: #fff;margin-top:21px;padding:26px 33px;}
.left-contact .con{line-height: 23px;}
.left-contact .con,.left-contact .ewm{width:100%;float:left;}
.left-contact .ewm{text-align: center;margin-top:20px;}
.left-contact .ewm img{max-width: 100%;}
.left-contact .con strong{font-size:16px;}

.about-rpic{width:100%;float:left;}
.about-rpic img{max-width: 100%;vertical-align: bottom;}
.about-content{width:100%;float:left;padding:65px 48px;line-height: 30px;}
.about-content img{max-width: 100%;}

.footer{width:100%;background: #3A3F46;padding:45px 0;margin-top:65px;}
.footer-1{float:left;width:283px;}
.footer-1 .footer-logo{width:100%;float:left;}
.footer-1 .footer-wx{width:208px;height: 38px;border:1px solid #7E8186;line-height: 38px;border-radius:38px;margin:32px 0 0 65px;float:left;padding:0 15px;}
.footer-1 .footer-wx a{background: url(../images/footer-wx.png) left center no-repeat;padding-left:42px;color: #9C9EA0;height: 38px;line-height: 38px;display: inline-block;}
.footer-1 .footer-wx a:hover{color: #fff;}
.footer-2{float:right;width:888px;border-left:1px solid #555960;padding-left:40px;}
.footer-2 ul{float:left;width:94px;}
.footer-2 li{width:100%;float:left;margin-bottom:10px;color:#C0C1C3;}
.footer-2 li a{display: block;line-height: 26px;font-size:13px;color:#C0C1C3;}
.footer-2 li a:hover{color: #fff;}
.footer-2 li a.tit{display: block;line-height: 18px;font-size:14px;color:#C0C1C3;}

.copyright{width:100%;background: #33383F;padding:15px 0;color:#C0C1C3;font-size:13px;text-align: center;line-height: 23px;}
.copyright i{display: inline-block;padding:0 5px;}
.copyright a{color:#C0C1C3;font-size:13px;}
.copyright a:hover{color: #fff;}

.right-title{width:100%;float:left;padding:0 40px;margin-top:53px;}
.right-title > div{width:100%;float:left;position: relative;}
.right-title span{float:left;background: #fff;padding-right:56px;font-size:30px;color: #484848;font-weight: bold;z-index: 2;position: relative;}
.right-title i{position: absolute;width:100%;height: 1px;background: #E5E5E5;top:50%;left:0;z-index: 1;margin-top:4px;}
.right-title .more{position: relative;float:right;background: #fff;padding-left:12px;z-index: 2;}
.right-title .more a{width:82px;height: 32px;line-height: 30px;border-radius:32px;border:1px solid #E4E4E4;background:#F5F5F5;font-size:12px;text-align: center;display: inline-block;margin-top:8px;}

.cwls-piclist{width:100%;float:left;}
.cwls-piclist ul{margin-left:15px;}
.cwls-piclist li{width:147px;float:left;margin:20px 0 0 26px;}
.cwls-piclist li .pic{background: url(/public/img/loading-1.gif) center no-repeat;}
.cwls-piclist li img{width:100%;height: 196px;vertical-align: bottom;}
.cwls-piclist li p{text-align: center;display: block;margin-top:8px;}
.list-more{width:100%;float:left;text-align: center;padding:56px 0;}
.list-more a{display: inline-block;width:96px;height: 26px;text-align: center;line-height: 24px;border:1px solid #173E6D;border-radius:26px;color: #173E6D;font-size:12px;}
.list-more a:hover{color: #fff;background:#173E6D;}

.cwls-piclist2 li{width:186px;float:left;margin:20px 0 0 26px;}
.cwls-piclist2 li img{width:100%;height: 242px;vertical-align: bottom;}


.cwls-textlist{width:100%;float:left;padding:35px 100px 0 100px;}
.cwls-textlist li{width:100%;float:left;line-height: 30px;}
.cwls-textlist li a{color: #484848;}
.cwls-textlist li a:hover{color: #173E6D;}

.pages{width:100%;float:left;text-align: center;padding:50px 0;}
.pages a{display: inline-block;height: 30px;line-height: 28px;border:1px solid #C9C9C9;padding:0 15px;color: #545454;margin:0 2px;}
.pages a:hover,.pages a.active{background: #024287;color: #fff;border-color: #024287;}


.lc-list{width:100%;float:left;position: relative;padding:38px;}
.lc-list::before{width:3px;height: 100%;background: #F1F1F1;content: " ";position: absolute;left:45px;top:38px;}
.lc-list .topico{background: url(../images/lc-1.png);width:11px;height: 6px;position: absolute;top:38px;left:41px;}
.lc-list ul{float:left;padding-top:20px;width:100%;}
.lc-list li{width:100%;float:left;padding-left:50px;position: relative;}
.lc-list li .leftico{position: absolute;left:0;top:35px;background: url(../images/lc-2.png) no-repeat;width:17px;height: 17px;}
.lc-list li .con{width:100%;float:left;background: #FBFBFB;padding:30px 45px;color: #9d9d9d;font-size:14px;line-height: 24px;}
.lc-list li.q .con span{font-size:20px;color:#333;}
.lc-list li.q .con span.time{color: #333;}
.lc-list li.q{margin-top:30px;width:100%;}
.lc-list li.q .con p{margin-top:15px;font-size:14px;line-height: 24px;}
.lc-list li.q i{position: absolute;right:40px;top:44px;width:30px;height: 30px;}
.lc-list li.q .rico{background: url(../images/jia.png) center no-repeat;}
.lc-list li.q i{background: url(../images/jian.png) center no-repeat;}
.lc-list li.a{line-height: 25px;font-size:12px;}

.lsdw-list{width:100%;float:left;margin-top:40px;}
.lsdw-list li{width:50%;float:left;padding-left:60px;line-height: 30px;height: 30px;overflow: hidden;}


.picScroll{ width:100%;overflow:hidden; position:relative;float:left;margin-top:30px;}
.picScroll .hd{ overflow:hidden;}
.picScroll .hd .prev,.picScroll .hd .next{width:20px; height:37px;overflow:hidden; cursor:pointer;position: absolute;top:50%;margin-top:-18px;}
.picScroll .hd .prev{background: url(../images/left.png) center no-repeat;left:20px;}
.picScroll .hd .next{background: url(../images/right.png) center no-repeat;right:25px;}
.picScroll .hd ul{display: none;}

.picScroll .bd{padding:0 50px;}
.picScroll .bd ul{ overflow:hidden; zoom:1; }
.picScroll .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll .bd ul li .pic{ text-align:center;background: url(/public/img/loading-1.gif) center no-repeat;}
.picScroll .bd ul li .pic img{ width:186px; height:242px; display:block;}
.picScroll .bd ul li .title{ line-height:24px;padding-top:8px;}



.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	border:1px solid #fff;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #eee;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 20px 55px 20px 20px;	
	font-size: 14px;
	color: #333;
}

.sb-search-input::-webkit-input-placeholder {
	color: #999;
}

.sb-search-input:-moz-placeholder {
	color: #999;
}

.sb-search-input::-moz-placeholder {
	color: #999;
}

.sb-search-input:-ms-input-placeholder {
	color: #999;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {	
	background:url(../images/ico4.png) center no-repeat #fff;
	z-index: 90;	
	speak: none;
	
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 300px;
	border:1px solid #eee;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/*媒体报道*/
.mtbd-header{width:100%;float:left;background: #F6F6F6;padding:25px 25px 12px 25px;}
.mtbd-header .one-nav{width:100%;float:left;}
.mtbd-header .one-nav a{font-size:18px;font-weight: bold;padding:0 10px;}
.mtbd-header .one-nav a.on,.mtbd-header .one-nav a:hover{color: #173e6d;}
.mtbd-header .one-nav i{font-size:18px;color: #dfdfdf;}

.mtbd-header .two-nav{width:100%;float:left;margin-top:15px;}
.mtbd-header .two-nav a{padding:0 11px;line-height: 20px;float:left;}
.mtbd-header .two-nav a.on,.mtbd-header .last-nav a:hover{color: #173e6d;}
.mtbd-header .two-nav i{font-size:12px;color: #dfdfdf;float:left;line-height: 20px;}

.mtbd-header .last-nav{width:100%;float:left;margin-top:15px;}
.mtbd-header .last-nav a{padding:0 11px;height: 34px;line-height: 34px;float:left;}
.mtbd-header .last-nav a.on,.mtbd-header .last-nav a:hover{background: #D84830;color: #fff;text-decoration: underline;}
.mtbd-header .last-nav i{font-size:12px;color: #dfdfdf;float:left;line-height: 34px;}

.slideBox-mtbd{ width:100%; height:469px; overflow:hidden; position:relative;float:left;}
.slideBox-mtbd .hd{ height:15px; overflow:hidden; position:absolute; left:0; bottom:35px; z-index:1;width:100%;text-align: center;}
.slideBox-mtbd .hd ul{ overflow:hidden; zoom:1;}
.slideBox-mtbd .hd ul li{ width:10px; height:10px;background:#fff; cursor:pointer; border-radius:50%;display: inline-block;margin:0 3px;filter:alpha(opacity=50);opacity:0.5;}
.slideBox-mtbd .hd ul li.on{ background:#173E6D;filter:alpha(opacity=100);opacity:1;}
.slideBox-mtbd .bd{  width:100%; height:469px; z-index:0;}
.slideBox-mtbd .bd li{ zoom:1; vertical-align:middle;width:100%; height:469px;position:relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.slideBox-mtbd .bd li p{ position:absolute;color:#fff;left:32px;bottom:32px;width:100%;font-size:26px;font-weight: bold;}
.slideBox-mtbd .bd img{ width:100%; height:469px; display:block;  }
.slideBox-mtbd .bd li i{background: url(../images/vd2.png);width:58px;height: 34px;position: absolute;top:50%;left:50%;margin:-17px 0 0 -29px;}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox-mtbd .prev,
.slideBox-mtbd .next{ position:absolute;top:50%; margin-top:-32px; display:block; width:36px; height:64px;}
.slideBox-mtbd .prev{ left:32px;background:url(../images/left2.png) center no-repeat;}
.slideBox-mtbd .next{ right:32px;background:url(../images/right2.png) center no-repeat;}
/*height=300*/
.slideBox-mtbd300{ height:300px;}
.slideBox-mtbd300 .bd{ height:300px;}
.slideBox-mtbd300 .bd li{ height:300px;}
.slideBox-mtbd300 .bd img{ height:300px}

.mtbd-list{width:100%;float:left;background: #fff;padding:0 37px 37px 37px;}
.mtbd-list li{width:100%;float:left;background: #EFF1F7;margin-top:37px;}
.mtbd-list li .pic{width:390px;height: 270px;float:left;overflow: hidden;}
.mtbd-list li .pic img{max-width: 100%;vertical-align: bottom;}
.mtbd-list li .con{width:627px;float:left;margin-left:58px;}
.mtbd-list li .con p{float:left;width:100%;}
.mtbd-list li .con .t1{margin-top:36px;font-size:12px;}
.mtbd-list li .con .t2 a{font-size:16px;font-weight: bold;}
.mtbd-list li .con .t2{position:relative;padding-bottom:16px;margin-top:15px;width:100%;height: 42px;line-height:35px;overflow: hidden;}
.mtbd-list li .con .t2::before{position: absolute;left:0;bottom:0;width:15px;height: 1px;background: #173E6D;content: "";
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.mtbd-list li .con .t2:hover::before{width:30px;}
.mtbd-list li .con .t3{margin-top:22px;line-height: 25px;color: #9d9d9d;}
.mtbd-list li .con .t4{margin-top:20px;}
.mtbd-list li .con .t4 a{background: #173E6D;width:90px;height: 29px;display: inline-block;line-height: 29px;text-align: center;color: #fff;
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.mtbd-list li .con .t4 a:hover{width:100px;}

.textlist{;margin-top:20px}
.mtbd-list ul.textlist li{width:100%;float:left;padding:10px 15px;margin:0;background:#fff;border:1px solid ed}
.mtbd-list ul.textlist li.b1{background:#f4f4f4;}

.mtbd-list ul.textlist li a{float:left; display: block;width:920px;;;white-space: nowrap;text-overflow: ellipsis;}
.mtbd-list ul.textlist li span{float:right;    display: inline-block;}

#certify {
	position: relative;
	width: 100%;
	float:left;
	
	background: #fff;
	padding:0 100px;
}

#certify .swiper-container {
	padding: 60px 0;
}

#certify  .swiper-slide {
	width: 720px;
	height: auto;
	position: relative;
	background: url(/public/img/loading-1.gif) center no-repeat;
}
#certify  .swiper-slide img{
	display:block;
	
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 40px;
	width: 20px;
	height: 37px;
	background: url(../images/left.png) no-repeat;
	top:50%;
	margin-top:-18px;
}
#certify .swiper-button-next {
	right: 40px;
	width: 20px;
	height: 37px;
	background: url(../images/right.png) no-repeat;
	top:50%;
	margin-top:-18px;
}
.mtbd-pd-left{width:765px;height: 584px;float:left;border:1px solid #E2E4E8;background: #fff;margin-top:18px;}
.mtbd-title{width:100%;float:left;border-bottom:1px solid #e2e4e8;background: #F9F9F9;height: 57px;}
.mtbd-title span{float:left;font-size:17px;line-height: 57px;padding-left:22px;}
.mtbd-title ul{;font-size:17px;line-height: 57px;padding-left:22px;}

.mtbd-title .t{float:left;border-left:3px solid #173E6D;padding-left:7px;margin:18px 0 0 27px;font-size:17px;}
.mtbd-tab{float:left;}
.mtbd-tab ul{float:left;;padding-left:12px;margin:18px 0 0 27px;}
.mtbd-tab ul.tab-ul{border:none;padding-left:0;}
.mtbd-tab ul.tab-ul li{margin-right:0;}
.mtbd-tab li{float:left;margin-right:35px;font-size:17px;line-height: 21px;cursor: pointer;}
.mtbd-tab li.line{padding:0 12px;margin:0;line-height: 21px;color: #E2E4E8;}
.mtbd-tab li.hover {color: #173e6d;}
.mtbd-tab li.hover a{color: #173e6d;}
.mtbd-title a.more{float:right;width:82px;height: 32px;border:1px solid #E4E4E4;line-height: 30px;border-radius:32px;text-align: center;margin:13px 16px 0 0;font-size:12px;}
.mtbd-title a.fbht{float:right;width:102px;height: 32px;background: url(../images/ico7.png) 14px 10px no-repeat #173E6D;color: #fff;padding-left:35px;line-height: 32px;margin:13px 20px 0 0;}
.mtbd-tab #one1 {border-left: 3px solid #173E6D; padding-left: 7px;}

.mtbd-title .rlink{float:right;margin:14px 27px 0 0;}
.mtbd-title .rlink a{height:33px;line-height: 31px;border:1px solid #183E6D;float:left;padding:0 15px;}
.mtbd-title .rlink a.a1{border-top-left-radius: 33px;border-bottom-left-radius: 33px;}
.mtbd-title .rlink a.a2{border-top-right-radius: 33px;border-bottom-right-radius: 33px;background: #183E6D;color: #fff;}

.mtbd-left-list{width:100%;float:left;padding:0 0 0 35px;}
.mtbd-left-list li{width:100%;float:left;padding:16px 0;border-bottom:1px solid #E6E8E8;}
.mtbd-left-list li .pic{float:left;width:140px;height: 98px;overflow: hidden;background: url(/public/img/loading-1.gif) center no-repeat;}
.mtbd-left-list li .pic img{max-width: 100%;vertical-align: bottom;}
.mtbd-left-list li .con{float:left;width:503px;margin-left:26px;}
.mtbd-left-list li .con a{font-size:16px;}
.mtbd-left-list li .con p{margin-top:15px;color:#757575;}
.mtbd-left-list li:last-child{border:none;}

.text-list{padding: 0  20px;margin-top:20px}
.mtbd-left-list ul.textlist li{width:100%;float:left;padding:10px 15px;background:#fff;border:none}
.mtbd-left-list ul.textlist li.b1{background:#f4f4f4;}

.mtbd-left-list ul.textlist li a{float:left; display: block;width:599px;;;white-space: nowrap;text-overflow: ellipsis;font-size:16px}
.mtbd-left-list ul.textlist li span{float:right;    display: inline-block;}


.mtbd-pd-right{width:420px;height: 584px;float: right;overflow: hidden;margin-top:18px;background: #fff;border:1px solid #E2E4E8;}
.mtbd-r-list{width:100%;float:left;overflow: hidden;padding:10px 20px 20px 20px;}
.mtbd-r-list li{width:100%;float:left;overflow: hidden;position: relative;}
.mtbd-r-list li a{display: block;padding-right:94px;overflow: hidden;width:100%;line-height: 35px;font-size:15px;text-overflow: ellipsis;white-space: nowrap;}
.mtbd-r-list li span{position: absolute;right:0;top:0;line-height: 35px;font-size:13px;}
.mtbd-r-list .pic{width:100%;float:left;height: 199px;overflow: hidden;position: relative;margin-top:15px;background: url(/public/img/loading-1.gif) center no-repeat;}
.mtbd-r-list .pic p{position: absolute;bottom:0;left:0;padding:20px;font-size:16px;color: #fff;}

.mtbd-picnews{width:100%;float:left;border:1px solid #E2E4E8;background: #fff;margin-top:31px;}
.mtbd-picnews-list{width:100%;float:left;padding:11px 0 29px 0;}
.mtbd-picnews-list li{float:left;margin-left:18px;margin-top:18px;width:277px;height: 234px;overflow: hidden;position: relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.mtbd-picnews-list li img{max-width: 100%;vertical-align: bottom;}
.mtbd-picnews-list li p{width:100%;height: 37px;line-height: 37px;padding:0 15px;overflow: hidden;background: rgba(0,0,0,0.5);color: #fff;position: absolute;left:0;bottom:0;}

.mtbd-vd-list{width:100%;float:left;padding:15px 0 0 0;}
.mtbd-vd-list li{float:left;width:171px;height: 164px;overflow: hidden;margin:0 0 15px 15px;}
.mtbd-vd-list li .pic{width:100%;float:left;height: 111px;overflow: hidden;position: relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.mtbd-vd-list li .pic img{max-width: 100%;vertical-align: bottom;}
.mtbd-vd-list li .pic i{position: absolute;top:50%;left:50%;background: url(../images/vd.png) center no-repeat;width:36px;height: 21px;margin:-10px 0 0 -18px;display: none;}
.mtbd-vd-list li:hover .pic i{display: block;}
.mtbd-vd-list li .tit{width:100%;float:left;margin-top:6px;}
.mtbd-vd-list li .tit a{font-size:13px;line-height: 25px;display: block;width:100%;height: 25px;overflow: hidden;}
.mtbd-vd-list li .tit p{line-height: 20px;font-size:12px;color: #999;width:100%;display: block;height: 20px;overflow: hidden;}
.mtbd-vd-list li.one{width:235px;height: 355px;}
.mtbd-vd-list li.one .pic{height: 314px;background: url(/public/img/loading-1.gif) center no-repeat;}
.mtbd-vd-list li.one .tit{text-align: center;margin-top:10px;}

.mtbd-content-box{width:100%;float:left;background: #fff;padding:70px 124px;position:relative}
.mtbd-content-box .yc{position: absolute;right: 65px;top: 85px;text-align: center;color: #e51010;font-size: 30px;}
.mtbd-content-box .yc span {width: 115px;height: 115px;line-height: 90px;display: inline-block;transform: rotate(0deg);}
.mtbd-content-box .yc span img { width: 100%; }
.mtbd-content-box h1.title{width:100%;float:left;text-align: center;font-size:22px;font-weight:bold}

.mtbd-content-box div.tit-info{;;text-align: center;}

.mtbd-content-box div.titbot{ ;text-align: center;margin:0 auto;margin-top:10px;font-size:14px;color:#C9C9C9;line-height: 35px;font-weight: normal;display: inline-block;border:1px solid ed;position:relative;padding-right:120px;}
.mtbd-content-box div.titbot a.author-link{ position:relative;padding-right:30px}

.mtbd-content-box div.titbot span{font-size:14px;padding:0 10px;color: #333;display: inline-block;}
.mtbd-content-box div.titbot span.view-num{padding:0;color: red;}

.mtbd-content-box .share{ width:140px;display: inline-block;height:25px;text-align: center;border:1px solid ed;position:absolute;right:140;top:2px}
.mtbd-content-box .share .bdsharebuttonbox{display: inline-block;}

.mtbd-content-box .content{width:100%;float:left;border-top:1px dashed #EFEFEF;margin-top:22px;padding:40px 0;color: #727272;line-height: 30px;}
.mtbd-content-box .content img{max-width: 100%;}
.content-page{width:100%;float:left;text-align: center;margin-top:40px;}
.content-page a{width:257px;height: 58px;border:1px solid #B7B7B7;display: inline-block;line-height: 56px;text-align: center;font-size:12px;}
.content-page a.prev{float:left;}
.content-page a.next{float: right;}

.comment{width:100%;float:left;background: #fff;margin-top:12px;padding-bottom:100px;}
.comment-zan{width:100%;text-align: center;float:left;margin-top:30px;}
.comment-zan a{display: inline-block;color: #999;}
.comment-zan a i{width:88px;height: 88px;background: url(../images/zan2.png) center no-repeat;display: inline-block;}
.comment-zan a p{text-align: center;font-size:22px;padding-top:5px;}

.comment-zan a:hover i{background: url(../images/zan.png) center no-repeat;}
.comment-zan a:hover p{color: #173e6d;}

.comment .line{width:888px;margin:44px auto;height: 1px;background: #D4D4D4;}
.comment-form{width:750px;margin:0 auto;}
.comment-form .tit{width:100%;float:left;margin-top:24px;}
.comment-form .tit span.fl{font-size:18px;color: #2D5E85;}
.comment-form .tit span.fr{font-size:14px;color: #999;}
.comment-form .text{width:100%;float:left;margin-top:10px;}
.comment-form .text .text-input{width:100%;border:1px solid #E2E2E2;height: 192px;padding:10px;border-radius:4px;outline: none;}
.comment-form .bot{width:100%;float:left;text-align: right;margin-top:15px;}
.comment-form .bq{display: inline-block;width:24px;height:35px;background: url(../images/biaoqing.png) center no-repeat;cursor: pointer;vertical-align: middle;}
.comment-form .input{width:115px;height: 35px;border:none;background: #2D5E85;color: #fff;border-radius:5px;font-size:18px;display: inline-block;vertical-align: middle;margin-left:15px;cursor: pointer;}
.comment-form .input:hover{opacity: 0.8;filter:alpha(opacity=80);}

.mtbd-pdvd-list{width:100%;float:left;background: #fff;}
.mtbd-pdvd-list ul{margin:20px 0 0 15px;}
.mtbd-pdvd-list li{width:262px;float:left;margin:24px 0 0 24px;}
.mtbd-pdvd-list li .pic{width:100%;float:left;height: 170px;overflow: hidden;position: relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.mtbd-pdvd-list li .pic img{max-width: 100%;vertical-align: bottom;}
.mtbd-pdvd-list li .pic i{background: url(../images/vd2.png);width:58px;height: 34px;position: absolute;top:50%;left:50%;margin:-17px 0 0 -29px;display: none;}
.mtbd-pdvd-list li:hover .pic i{display: block;}
.mtbd-pdvd-list li .tit{width:100%;float:left;text-align: center;line-height: 35px;height: 35px;overflow: hidden;}


.picBtnTop{ width:100%; height:379px;position:relative;  overflow:hidden;  zoom:1;   }
.picBtnTop .hd{position: absolute;z-index: 9;right:50%;margin-right:-600px;}
.picBtnTop .hd ul{float:right;width:260px;position: relative;height: 379px;background: rgba(102,102,102,0.7);padding-top:29px;}
.picBtnTop .hd ul li{ width:277px; text-align:left; padding:0 20px 0 37px;height: 40px;line-height: 40px;color: #fff;overflow: hidden;margin-left:-15px;font-size:14px}

.picBtnTop .hd ul li a{ ;color: #fff;overflow: hidden;;font-size:14px}

.picBtnTop .hd ul li.on{ background:url("../images/vd-tiao.png") center left no-repeat; }

.picBtnTop .bd{ width:100%;  height:379px; position:relative; background: url(/public/img/loading-1.gif) center no-repeat; }
.picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle;}
.picBtnTop .bd li{ position:relative; z-index:2;height:379px;}
.picBtnTop .bd li a{display: block;width:100%;height: 100%;}

.vd-pd-nav{width:100%;float:left;background: #F4F5F5;padding:17px 0 7px 0;}
.vd-pd-nav li{width:20%;float:left;padding-left:40px;padding-bottom:10px;}
.vd-pd-nav li .t1{width:100%;float:left;border-left:3px solid #E73C31;height: 13px;line-height: 13px;padding-left:10px;}
.vd-pd-nav li .t2{width:100%;float:left;padding-left:13px;line-height: 23px;margin-top:5px;}
.vd-pd-nav li .t2 a{display: inline-block;margin-right:5px;}

.vd-pd-box{width:100%;float:left;background: #fff;margin-bottom:23px;}
.vd-pd-box .title{width:100%;float:left;padding:0 17px 0 35px;}
.vd-pd-box .title span{font-size:22px;margin-top:20px;float:left;}
.vd-pd-box .title a.more{float:right;width:82px;height: 32px;border:1px solid #E4E4E4;line-height: 30px;border-radius:32px;text-align: center;margin:16px 16px 0 0;font-size:12px;background: #F5F5F5;}

.pd-vd-list{width:100%;float:left;padding:15px 0 0 0;}
.pd-vd-list ul{width:933px;float:left;}
.pd-vd-list li{float:left;width:171px;height: 164px;overflow: hidden;margin:0 0 15px 15px;}
.pd-vd-list li .pic{width:100%;float:left;height: 111px;overflow: hidden;position: relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.pd-vd-list li .pic img{max-width: 100%;vertical-align: bottom;}
.pd-vd-list li .pic i{position: absolute;top:50%;left:50%;background: url(../images/vd.png) center no-repeat;width:36px;height: 21px;margin:-10px 0 0 -18px;display: none;}
.pd-vd-list li:hover .pic i{display: block;}
.pd-vd-list li .tit{width:100%;float:left;margin-top:6px;}
.pd-vd-list li .tit a{font-size:13px;line-height: 25px;display: block;width:100%;height: 25px;overflow: hidden;}
.pd-vd-list li .tit p{line-height: 20px;font-size:12px;color: #999;width:100%;display: block;height: 20px;overflow: hidden;}
.pd-vd-list ul.one{width:235px;margin:0 0 15px 15px;}
.pd-vd-list ul.one li{width:100%;height: 355px;margin:0;}
.pd-vd-list ul.one li .pic{height: 314px;}

.pd-vd-list ul.one li .pic img{max-width: 100%;}
.pd-vd-list ul.one li .tit{text-align: center;margin-top:10px;}

.pd-vd-list ul.one li{height: auto;}
.pd-vd-list2 ul.one li .pic{height: 156px;}

.vd-show-box{width:100%;float:left;background: #fff;}
.vd-show-box .title{width:100%;float:left;text-align: center; font-size: 20px; font-weight: bold;margin: 25px 0;}
.vd-show-play{width:100%;float:left;}
.vd-share{width:100%;float:left;text-align: right;margin-top:0;}
.vd-share .bdsharebuttonbox{display: inline-block;margin-right:10px;}

.vd-show-box .v-share {width:95%;;margin:30px auto;height:50px;border-bottom:1px solid #ccc}
.vd-show-box .v-share .s-box-left {width:36%;float:left;border:1px solid ed}

.vd-show-box .v-share .s-box-left span{color:#888;margin-right:15px;}
.vd-show-box .v-share .s-box-right {width:475px;float:right;border:1px solid ed}

.vd-show-box .v-share .s-box-right span{min-width:26px;height:36px;color:#ccc;font-size: 20px;float:right;;margin-left:20px}
.vd-show-box .v-share .s-box-right span:hover{cursor:pointer}

.vd-show-box .v-share .s-box-right span.red{;color:red}
.vd-show-box .v-share .s-box-right span.redn{margin-left:5px;color:red}
.vd-show-box .vd-content-box{ padding: 0px 2.5%;margin:0 auto}
.vd-show-box .vd-content-box .content{ border:none;margin:0;padding:0}

.vd-show-page{width:100%;float:left;text-align: center;padding:26px 0;}
.vd-show-page a{display: inline-block;margin:0 3px;vertical-align: middle;}
.vd-show-page a.prev,.vd-show-page a.next{width:98px;height: 36px;border:1px solid #979797;text-align: center;line-height: 34px;background: #F0F0F0;color:#777777;}
.vd-show-page a.prev:hover,.vd-show-page a.next:hover{background: #173E6D;border-color: #173E6D;color: #fff;}
.vd-show-page a.lists{background: url(../images/list-ico.png) center no-repeat;text-indent: -9999999px;overflow: hidden;width:56px;height: 36px;}

.vd-comment{width:1060px;margin:0 auto;}
.vd-comment .tit{width:100%;float:left;font-size:16px;margin-top:30px;}
.vd-comment .text{width:100%;float:left;margin:10px 0;}
.vd-comment .text .text-input{width:100%;height: 165px;border:1px solid #D9D9DA;padding:10px;}
.vd-comment .bot{width:100%;float:left;text-align: right;}
.vd-comment .bot .input{width:90px;height: 28px;background: #173E6D;border:none;cursor: pointer;color: #fff;}

.vd-comment-list{width:100%;float:left;}
.vd-comment-list ul{width:1060px;margin:0 auto;}
.vd-comment-list li{width:100%;float:left;border-bottom:1px dotted #E6E6E8;padding:20px 0;position: relative;}
.vd-comment-list li img.pic{border-radius:40px;width:40px;height: 40px;float:left;}
.vd-comment-list li .con{float:left;width:730px;float:left;margin-left:10px;}
.vd-comment-list li .con .name,.vd-comment-list li .con .time{width:100%;float:left;font-size:12px;}
.vd-comment-list li .con .content{padding:6px 0;width:100%;float:left;}
.vd-comment-list li .con .time{color: #999;}
.vd-comment-list li .zan{position: absolute;right:20px;top:50px;}
.vd-comment-list li .zan a{color: #999;}
.vd-comment-list li .zan p{display: inline-block;vertical-align: middle;line-height: 18px;}
.vd-comment-list li .zan a:hover{color:#173E6D;}

.vd-comment-list li .zan-c{position: absolute;right:20px;top:50px;}
.vd-comment-list li .zan-c a{color: #999;}
.vd-comment-list li .zan-c p{display: inline-block;vertical-align: middle;line-height: 18px;}
.vd-comment-list li .zan-c a:hover{color:#173E6D;}

.pic-news{width:100;float:left;}
.pic-news li{width:100%;float:left;margin-bottom:32px;border-bottom:1px solid #C5C5C5;background: #fff;}
.pic-news li:last-child{margin-bottom:0;}
.pic-news li .pic{width:100%;float:left;position: relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.pic-news li .pic img{max-width: 100%;vertical-align: bottom;}
.pic-news li .pic i{width:45px;height: 22px;position: absolute;right:0;bottom:0;}
.pic-news li .con{width:100%;float:left;}
.pic-news li .con a{float:left;font-size:18px;padding:10px 15px;}
.pic-news li .con .rlink{float: right;}
.pic-news li .con .rlink a{font-size:14px;display: inline-block;vertical-align: middle;line-height: 20px;color: #666;float:none;padding:10px 8px;}
.pic-news li .con .rlink a p{display: inline-block;vertical-align: middle;}
.pic-news li .con .rlink span{display: inline-block;vertical-align: middle;font-size:12px;}
.pic-news li .con .rlink a:hover{color:#173E6D;}
.pic-news .pages{background: #fff;}

.pic-news-box {margin-top:15px;float:left;width:100%}
.pic-news-box .pic-news{width:825px;float:left;}
.pic-news-box .pic-right{width:355px;float:right;border:1px solid ed;}
.pic-news-box .pic-right .tptj{min-height:458px;padding:1px 25px;border:1px solid reen;background:#fff}
.pic-news-box .pic-right .tptj .tp-tit{font-size:25px;font-weight:bold;padding:15px 15px;border-bottom:1px solid #ddd;color:#333}

.pic-news-box .pic-right .tptj ul{margin-top:10px;}
.pic-news-box .pic-right .tptj ul li{padding:17px 20px;;border:1px solid ed;}
.pic-news-box .pic-right .tptj ul li a{font-size:16px;}

.pic-news-box .pic-right .tptj ul li span{width:23px;display: inline-block;margin-right:15px;float:left;
font-size:16px;text-align:center;}
.pic-news-box .pic-right .tptj ul li span.phot{background:#ac000e;color:#fff;}

.pic-news-box .pic-right .tptj2{margin-top:32px;height:942px;}
.pic-news-box .pic-right .tptj2 .tp-img{;padding:20px 15px 5px 15px;}
.pic-news-box .pic-right .tptj2 .tp-img a{display: block;position: relative}

.pic-news-box .pic-right .tptj .tp-img img{width:273px;}
.pic-news-box .pic-right .tptj .tp-img .overlay{width:273px;padding:10px 15px;position: absolute;bottom:5px;left:0;background-color: #000;  z-index:1;  -moz-opacity: 0.4;  opacity:.40;  filter: alpha(opacity=80);}
.pic-news-box .pic-right .tptj .tp-img .txt-bg{width:273px;padding:15px;position: absolute;bottom:10px;left:0;background-color: ed;  z-index:2;  display: block;color:#fff;
    overflow: hidden;
    line-height: 5px;
    font-size: 16px;
    height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;}
.pic-news-box .pic-right .tptj .tp-img .txt-bg p{;color:#fff}


.pic-news-box .pic-right .tptj2 ul{margin-top:0;}
.pic-news-box .pic-right .tptj ul li a{display: inline-block;
    overflow: hidden;width:220px;;
	font-size: 16px;
    text-overflow: ellipsis;border:1px solid ed;float:left;
    white-space: nowrap;;}
.pic-news-box .pic-right .tptj2 ul li a{display: inline-block;
    overflow: hidden;width:100%;
  
	font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;;}


.pic-news-box .pic-right .tptj2 ul li a{padding-left:15px;background: url(../images/dot.jpg) left center no-repeat;}




.pic-news-list{width:100%;float:left;background: #fff;}
.pic-news-list li{width:360px;height: 306px;float:left;margin:30px 0 0 30px;position: relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.pic-news-list li img{width: 100%;height: 306px;vertical-align: bottom;}
.pic-news-list li p{width:100%;position: absolute;bottom:0;left:0;height: 47px;line-height: 47px;background: rgba(0,0,0,0.5);color: #fff;padding:0 10px;font-size:16px;overflow: hidden;}

.pic-news-picscroll{ width:100%; overflow:hidden; position:relative;float:left;height: 604px;}
.pic-news-picscroll .hd{overflow:hidden;}
.pic-news-picscroll .hd .prev,.pic-news-picscroll .hd .next{width:34px; height:29px;margin-top:-14px;  overflow:hidden; cursor:pointer;position: absolute;top:50%;z-index: 999;display: none;}
.pic-news-picscroll:hover .hd .prev,.pic-news-picscroll:hover .hd .next{display: block;}
.pic-news-picscroll .hd .prev{background:url("../images/left3.png") no-repeat;left:30px;}
.pic-news-picscroll .hd .next{background:url("../images/right3.png") no-repeat;right:30px;}
.pic-news-picscroll .hd .pageState{position: absolute;left:30px;bottom:10px;z-index: 991;color: #fff;font-size:24px;}
.pic-news-picscroll .hd .pageState span{color: #cc191b;font-size:43px;}
.pic-news-picscroll .hd .pageState i{font-size:35px;}
.pic-news-picscroll .bd ul{ overflow:hidden; zoom:1;height: 604px;}
.pic-news-picscroll .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;position: relative;height: 604px;;width:1200px;}
.pic-news-picscroll .bd ul li div.imgc{width: 1200px;height: 604px;display: table-cell;vertical-align:middle; text-align:center;  *display: block;}

.pic-news-picscroll .bd ul li img{max-width:100%;max-height:100%;display: inline-block;vertical-align:middle}
.pic-news-picscroll .bd ul li .con{width:100%;background: rgba(0,0,0,0.5);padding:15px 15px 15px 135px;;color: #fff;line-height: 20px;position: absolute;bottom:0;left:0;text-align:left;}



.picnews-scroll{ position: relative;overflow: hidden; width: 100%;}
.picnews-scroll .bigImg{ position: relative;text-align: center;height: calc(100vh - 1px);overflow: hidden;}

.picnews-scroll .bigImg li{ height:100%;border:1px solid ed}

.picnews-scroll .bigImg li .img-item{width:80%; height:93%;margin:0 auto;display: flex;align-items: center;border:1px solid ed}

.picnews-scroll .bigImg li img{max-width:100%; max-height:100%;;margin:0 auto;vertical-align: middle;display: inline-block;}
.picnews-scroll .bigImg p{ font-size: 16px; padding: 13px 80px 13px 90px; overflow: hidden; text-align: left;position: absolute;bottom:0;left:30px;color: #b3b5bd;width:100%;background: rgba(28,29,31,.9);}

.picnews-scroll .smallScroll{ height: 54px;position: absolute;right:-500px;bottom:100px;width:500px;}
.picnews-scroll .smallScroll ul{ ;}
.picnews-scroll .smallScroll.enable{right:0;}
.picnews-scroll .sPrev,.picnews-scroll .sNext{width: 29px; height: 54px; text-indent: -9999px; background: url(../images/icon.png) no-repeat;}
.picnews-scroll .sPrev{ background-position:-284px -56px;float:left;}
.picnews-scroll .sNext{ background-position:-284px -166px;float:right;}

.picnews-scroll .Prev,.picnews-scroll .Next{width: 52px; height: 86px; text-indent: -9999px; background: url(../images/icon.png) no-repeat;position: absolute;top:50%;margin-top:-43px;z-index: 99;}
.picnews-scroll .Prev{ background-position:-180px -59px;left:0;}
.picnews-scroll .Next{ background-position:-231px -144px;right:0;}


.picnews-scroll .smallImg{width: 446px; overflow: hidden;float:left;margin-right:-446px;}
.picnews-scroll .smallImg ul{ height:54px;  width: 9999px; overflow: hidden; }
.picnews-scroll .tempWrap{float:left;}
.picnews-scroll .smallImg li{ float: left; padding: 0 2px 0 2px; width:77px; cursor:pointer;  display: inline;position: relative;}
.picnews-scroll .smallImg img{max-width:100%; height:52px;}
.picnews-scroll .smallImg .on img{}
.picnews-scroll .smallImg li p{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(0,0,0,0.6);}
.picnews-scroll .smallImg .on p{background: rgba(0,0,0,0);}

.picnews-scroll .pageState{ position: absolute; bottom: 13px; left: 30px; font-family: "Georgia Times New Roman", serif; letter-spacing: 1px;font-size: 20px;color: #ababab;}
.picnews-scroll .pageState span{ color: #f00;}
.small-kg{width:54px;height: 54px;position: absolute;right:0;bottom:100px;z-index: 992;}
.small-kg a{display: block;width:54px;height: 54px;display: inline-block;background: url(../images/icon.png) -180px 0 no-repeat;}

.top-li{width:58px;position: fixed;top:70px;right:58px;z-index: 993;}
.top-li ul{width:100%;float:left;}
.top-li li{width:100%;float:left;height: 58px;}
.top-li li a{background: url(../images/icon.png) no-repeat;width:58px;height: 58px;border-bottom:1px solid #34363a;display: block;}
.top-li li a.a1{background-position: -120px -1px;}
.top-li li a.a2{background-position: -1px -60px;}
.top-li li a.a3{background-position: -1px -178px;}
.top-li li a.a4{background-position: -1px -355px;}
.top-li li a.a5{background-position: -1px -296px;}
.top-li li a.a6{background-position: -1px -237px;}

.top-li li a.a1:hover{background-position: -120px -1px;}
.top-li li a.a2:hover{background-position: -60px -60px;}
.top-li li a.a3:hover{background-position: -60px -178px;}
.top-li li a.a4:hover{background-position: -60px -355px;}
.top-li li a.a5:hover{background-position: -60px -296px;}
.top-li li a.a6:hover{background-position: -60px -237px;}
.top-li li a p{text-align: center;display: block;color: #fff;padding-top:40px;}

.top-li .top-li-kg{width:100%;height: 21px;background: url(../images/icon.png) -1px -414px no-repeat;float:left;cursor: pointer;}



.picScroll-2{ width:1713px;  overflow:hidden; position:relative;margin:70px auto 0 auto;}
.picScroll-2 .hd{ overflow:hidden;}

.picScroll-2 .prev,.picScroll-2 .next{width: 52px; height: 86px; text-indent: -9999px; background: url(../images/icon.png) no-repeat;position: absolute;top:50%;margin-top:-43px;z-index: 99;cursor: pointer;}
.picScroll-2 .prev{ background-position:-180px -59px;left:0;}
.picScroll-2 .next{ background-position:-231px -144px;left:1088px;}

.picScroll-2 .hd ul{zoom:1;display: none;}
.picScroll-2 .bd{width:100%;}
.picScroll-2 .bd ul{ overflow:hidden; zoom:1;width:100%;}
.picScroll-2 .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;width:100%;}
.picScroll-2 .bd ul li .pic{width:1140px;float:left;text-align: center;}
.picScroll-2 .bd ul li .pic img{max-width: 100%;}
.picScroll-2 .bd ul li .con{float:right;width:316px;text-align: left;}
.picScroll-2 .bd ul li .con .t{width:100%;float:left;color: #fff;font-size:28px;margin-top:95px;}
.picScroll-2 .bd ul li .con .des{width:100%;float:left;border-top:1px solid #585C60;border-bottom:1px solid #585C60;padding:20px 0 20px 0;color: #ACADAF;line-height: 25px;margin-top:40px;}
.picScroll-2 .pageState{position: absolute;right:260px;top:0;color:#ACADAF;font-size:40px;}
.picScroll-2 .pageState span{color:#FDD331;}
.picScroll-2 div.zan{width:100%;float:left;margin-top:40px;}
.picScroll-2 .zan a{float:left;color: #ACADAF;width:50px;;margin-left:40px;}
.picScroll-2 .zan a i{font-size:35px;}
.picScroll-2 .zan a p{font-size:17px;padding-top:5px;}
.picScroll-2 .zan a:hover{color: #FDD331;}

div.pos2-qrcode{position: absolute;top:-125px;left:-50px;}
div.pos1-qrcode{position: absolute;top:0px;left:-130px;}
div.posv-qrcode{position: absolute;top:25px;left:-50px;}
div.vd-share{position: absolute;top:1px;left:0px;}
div.vd-share .bds_more{background-image: url(/);;}

.qrcode{background:#fff;padding:5px;display:none}

a.a-qrcode,span.a-qrcode,span.share-more{position: relative}
a.a-qrcode:hover .qrcode,span.a-qrcode:hover .qrcode{display:block}

.float-zan{position: absolute;right:30px;top:30px;height:250px}
.float-zan a{color: #ACADAF;text-align: center;	margin-bottom:15px;display:block;border:15px solid ed}
.float-zan a:hover{color: #FDD331;}
.float-zan a i{font-size:35px;}

@media screen and (max-width: 1900px) {
	.picScroll-2{width:95%;margin-top:50px;}
	.picScroll-2 .bd ul li .pic{width:70%;}
	.picScroll-2 .next{left:calc(70% - 52px)}
}


/*风采展示*/
.fczs-banner{width:100%;float:left;height: 309px;background-position: center;background-repeat: no-repeat;display: table;text-align: center;position: relative}
.fczs-banner .logo-left{position: absolute;left:10px;top:10px;z-index:11}
.fczs-banner .logo-right{position: absolute;right:10px;top:10px;z-index:11}

.fczs-banner .text{color: #fff;font-size:35px;font-weight: bold;}
.fczs-banner .text p{font-size:25px;padding-top:15px;}
.fczs-left{width:868px;float:left;}
.fczs-box{width:100%;background: #fff;float:left;border:1px solid #E2E4E8;margin-top:15px;}
.fczs-left .fczs-left-pic{float:left;width:290px;height:200px;margin:36px 0 0 15px;display: flex;align-items: center}
.fczs-left .fczs-left-pic a{float:left;width:290px;height:200px;}

.fczs-left .fczs-left-pic img{width: 290px;height:200px;}
.fczs-left .fczs-r-con{width:511px;float:right;margin-right:20px;margin-top:38px;padding-bottom:30px;}
.fczs-left .fczs-r-con .tit{width:100%;float:left;border-bottom:1px solid #D7D7D7;padding-bottom:15px;}
.fczs-left .fczs-r-con .tit span{float:left;font-size:22px;line-height: 26px;padding:0;}
.fczs-left .fczs-r-con .tit a{float:right;padding:0 12px;height: 26px;text-align: center;line-height: 24px;color:#173E6D;border:1px solid #173E6D;margin:0;}
.fczs-left .fczs-r-con .tit a:hover{background:#173E6D;color: #fff;}
.fczs-left .fczs-r-con .content{width: 100%;line-height: 24px;float:left;margin:23px 0;}
.fczs-left .fczs-r-con .content1{margin:5px 0;}

.fczs-left .fczs-r-con .readmore-js-toggle{float:right;font-size:16px;width:36px;}

.fczs-left .fczs-r-con .tit2{width:100%;float:left;padding-bottom:0;}
.fczs-left .fczs-r-con .tit2 span{float:left;font-size:20px;}
.fczs-left .fczs-r-con .tit2 a{float:right;padding:0 12px;height: 26px;text-align: center;line-height: 24px;color:#173E6D;border:1px solid #173E6D;}
.fczs-left .fczs-r-con .tit2 a:hover{background:#173E6D;color: #fff;}

.fczs-ht-list{width:100%;float:left;min-height: 520px;}
.fczs-ht-list ul{width:797px;margin:21px auto 0 auto;}
.fczs-ht-list li{width:100%;float:left;border-bottom:1px solid #F0F0F0;padding:15px 0;}
.fczs-ht-list li .pic{float:left;width:56px;}
.fczs-ht-list li .pic img{max-width: 100%;vertical-align: bottom;border-radius:10px;}
.fczs-ht-list li .rcon{float:right;width:724px;}
.fczs-ht-list li .rcon .con{width:100%;float:left;color: #173e6d;padding-top:4px;}
.fczs-ht-list li .rcon .con a{display: block;width:100%;height: 25px;line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #173e6d;}
.fczs-ht-list li .rcon .des{width:100%;height: 25px;line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #999;padding-right:50px;}
.fczs-ht-list li .rcon .bot{width:100%;float:left;margin-top:6px;}
.fczs-ht-list li .rcon .bot span.fl{font-size:12px;color: #838383;}
.fczs-ht-list li .rcon .bot span.fr{float:right;}
.fczs-ht-list li .rcon .bot span.fr a{float:left;margin-left:20px;font-size:12px;color: #838383;}
.fczs-ht-list li .rcon .bot span.fr a.a1{background: url(../images/ico8.png) left center no-repeat;padding-left:20px;}
.fczs-ht-list li .rcon .bot span.fr a.a2{background: url(../images/ico9.png) left center no-repeat;padding-left:20px;}
.fczs-ht-list li .rcon .bot span.fr a:hover{color: #173E6D}

.fczs-ht-list .more{width:100%;float:left;text-align: center;margin:25px 0;}
.fczs-ht-list .more a{display: inline-block;width:117px;height: 36px;text-align: center;line-height: 34px;border:1px solid #A4A4A4;}
.fczs-ht-list .more a:hover{background:#173e6d;border-color: #173e6d;color: #fff;}

.fczs-right{width:318px;float:right;}
.fczs-box .tit{width:100%;float:left;}
.fczs-box .tit span{padding:30px 0 0 26px;font-size:16px;float:left;}
.fczs-box .tit a{float:right;margin:34px 30px 0 0;font-size:13px;}
.fczs-box .ewm{width:100%;float:left;margin-bottom:15px;padding:20px 0 6px 26px}
.fczs-box .ewm img{width:100px;float:left;}
.fczs-box .ewm span{float:left;margin-left:15px;display:inline-block;height:100px;line-height:100px;font-weight:bold}



.fczs-r-gzs{width:100%;float:left;padding-bottom:28px;height: auto;overflow: hidden;}
.fczs-r-gzs li{width:46px;float:left;height: 46px;margin:27px 0 0 26px;}
.fczs-r-gzs li img{width:46px;height: 46px;border-radius:7px;}

.fczs-r-gzs2{width:100%;float:left;min-height: 267px;overflow: hidden;padding:0 26px;    padding-bottom: 20px;}
.fczs-r-gzs2 li{width:100%;float:left;margin-top:17px;}
.fczs-r-gzs2 li .pic{width:112px;height: 79px;float:left;}
.fczs-r-gzs2 li .pic img{max-width: 100%;vertical-align: bottom;}
.fczs-r-gzs2 li .rcon{float:right;width:138px;}
.fczs-r-gzs2 li .rcon .t{width:100%;float:left;height: 36px;overflow: hidden;}
.fczs-r-gzs2 li .rcon p{width:100%;float:left;height: 34px;overflow: hidden;color: #999;font-size:12px;margin-top:8px;}
.fczs-r-gzs2 .botlink{width:100%;float:left;margin-top:20px;}
.fczs-r-gzs2 .botlink a{display: block;background: #173E6D;height: 38px;line-height: 38px;text-align: center;color: #fff;font-size:16px;border-radius:8px;}
.fczs-r-gzs2 .botlink a:hover{opacity: 0.8;}

.fczs-r-news{width:100%;float:left;padding:20px 20px 30px 30px;height: 554px;*width:258px;*height:494px;overflow: hidden;}
.fczs-r-news ul{float:left;width:100%;border-left:2px solid #E3E3E3;padding-left:15px;}
.fczs-r-news li{width:100%;float:left;margin-top:20px;position: relative;}
.fczs-r-news li .ico{width:6px;height: 11px;position: absolute;left:-19px;top:5px;background: url(../images/ico10.png) center no-repeat;}
.fczs-r-news li .time{border:1px solid #E3E3E3;height: 19px;line-height: 17px;padding:0 34px 0 7px;font-size:12px;float:left;position: relative;}
.fczs-r-news li .time i{background: url(../images/ico11.png);width:4px;height: 5px;position: absolute;left:-4px;top:50%;margin-top:-3px;}
.fczs-r-news li .user{width:100%;float:left;margin-top:12px;}
.fczs-r-news li .user img{width:46px;height: 46px;border-radius:7px;vertical-align: middle;display: inline-block;}
.fczs-r-news li .user p{display: inline-block;vertical-align: middle;padding-left:8px;font-size:15px;}
.fczs-r-news li .t{width:100%;float:left;margin-top:12px;}
.fczs-r-news li .t a{color: #6f6f6f;font-size:12px;}

.fczs-pd-banner{ width:100%; height:346px; overflow:hidden; position:relative;float:left;}
.fczs-pd-banner .hd{overflow:hidden;}
.fczs-pd-banner .hd ul{ overflow:hidden; zoom:1;display: none;}

.fczs-pd-banner .bd{  width:100%; height:346px; z-index:0;}
.fczs-pd-banner .bd li{ zoom:1; vertical-align:middle;width:100%; height:346px;position:relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.fczs-pd-banner .bd img{ width:100%; height:346px; display:block;vertical-align: bottom;}

.fczs-pd-banner .prev,
.fczs-pd-banner .next{ position:absolute;top:50%; margin-top:-21px; width:43px; height:43px;}
.fczs-pd-banner .next{ right:40px;background:url(../images/right4.png);}
.fczs-pd-banner .prev{ left:40px;background:url(../images/left4.png);}
.fczs-pd-banner .prev:hover,
.fczs-pd-banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.fczs-pd-list1{width:100%;float:left;padding-bottom:35px;}
.fczs-pd-list1 li{width:256px;float:left;margin:35px 0 0 35px;}
.fczs-pd-list1 li .pic{width:100%;float:left;height: 179px;overflow: hidden;background: url(/public/img/loading-1.gif) center no-repeat;}
.fczs-pd-list1 li .pic img{max-width: 100%;vertical-align: bottom;}
.fczs-pd-list1 li .t{width:100%;float:left;height: 41px;line-height: 41px;text-align: center;background: #EDEEF0;overflow: hidden;}
.fczs-pd-list1 li .pic a{width:256px;height:179px;display: table-cell;
 vertical-align:middle; text-align:center;
 *display: block;}
.fczs-pd-list1 li .pic img{max-width: 100%;vertical-align: middle;max-height: 100%;display:inline-block;background:#fff}


.fczs-pd-fl{width:100%;float:left;padding:0 26px;margin-bottom:28px;}
.fczs-pd-fl .list{padding:26px 0;width:640px;float:left;}
.fczs-pd-fl .list a{float:left;padding:0 11px;height: 30px;line-height: 30px;margin:5px 0;margin-right:13px;}
.fczs-pd-fl .list a:hover,.fczs-pd-fl .list a.on{background: #F3F3F3;}
.fczs-pd-fl .list a.active{background: #F3F3F3;color:#173e6d}

.fczs-pd-fl .line{width:100%;float:left;height: 1px;background: #ECECEC;}
.fczs-pd-fl .fbzt{float:right;width:118px;height: 32px;line-height: 32px;background: url(../images/ico7.png) 15px 9px no-repeat #173E6D;padding-left:38px;color: #fff;margin-top:27px;}
.fczs-pd-fl .fbzt:hover{opacity: 0.9;}

.fczs-pd-rtop{width:100%;float:left;}
.fczs-pd-rtop a{display: block;width:100%;margin-top:15px;background: #F7F7F8;height: 46px;padding-left:20px;color: #173e6d;border-radius:46px;line-height: 46px;font-size:16px;}
.fczs-pd-rtop a i{float:right;width:28px;height: 27px;background: url(../images/ico12.png) center no-repeat;margin:9px 12px 0 0;}
.fczs-pd-rtop a:hover{color: #000;}

.fczs-pd-rlist{width:100%;float:left;}
.fczs-pd-rlist ul{width:282px;margin:0 auto;}
.fczs-pd-rlist li{width:100%;float:left;border-bottom:1px solid #F0F0F0;padding:12px 0;}
.fczs-pd-rlist li img{width:91px;height: 65px;display: inline-block;vertical-align: middle;}
.fczs-pd-rlist li p{display: inline-block;vertical-align: middle;padding-left:15px;font-size:12px;width:172px;}

.fczs-gzs-list{width:100%;float:left;}
.fczs-gzs-list ul{margin:20px 0 30px 18px;}
.fczs-gzs-list li{width:281px;float:left;height: 108px;margin:10px 0 0 7px;background: #F9F9F9;border-radius:8px;padding:12px;}
.fczs-gzs-list li img{width:84px;height: 84px;}
.fczs-gzs-list li a{display: inline-block;vertical-align: middle;}
.fczs-gzs-list li .con{display: inline-block;vertical-align: middle;padding-left:17px;}
.fczs-gzs-list li .con p{margin-top:6px;}
.fczs-gzs-list li .con p a{display: inline-block;width:70px;height: 22px;line-height: 20px;text-align: center;border:1px solid #C5C5C5;border-radius:22px;}
.fczs-gzs-list li .con p a:hover{background:#173e6d;border-color: #173e6d;color: #fff;}

.fczs-gzslm-list{width:100%;float:left;}
.fczs-gzslm-list li{width:490px;height: 158px;float:left;margin:30px 0 0 66px;border:1px solid #EDEEF0;padding:18px;overflow: hidden;}
.fczs-gzslm-list li .pic{width:145px;height: 102px;float:left;overflow: hidden;}
.fczs-gzslm-list li .pic img{width: 145px;vertical-align: bottom;height: 102px;}
.fczs-gzslm-list li .con{float:right;width:286px;}
.fczs-gzslm-list li .con a{display: block;height: 26px;line-height: 26px;width:100%;overflow: hidden;font-weight: bold;}
.fczs-gzslm-list li .con p{width:100%;float:left;height: 55px;overflow: hidden;color: #666;margin:5px 0;}
.fczs-gzslm-list li .bot{width:100%;float:left;}
.fczs-gzslm-list li .bot span{margin-right:15px;display: inline-block;color: #173e6d;}

.fczs-gzslb-box{width:100%;float:left;background: #fff;}
.fczs-gzslb-box h1.tit{width:100%;float:left;text-align: center;font-size:23px;color: #173e6d;font-weight: normal;margin:50px 0 24px 0;}
.fczs-gzslb-box .content{width:1128px;margin:0 auto;border-top:1px solid #CECECE;border-bottom:1px solid #CECECE;padding:35px 55px;font-size:16px;line-height: 30px;}

.fczs-qyhc-rpic{width:100%;float:left;padding:0 16px;}
.fczs-qyhc-rpic ul{margin-top:6px;padding-bottom:16px;float:left;width:100%;}
.fczs-qyhc-rpic li{width:100%;float:left;position: relative;margin-top:10px;}
.fczs-qyhc-rpic li img{width:100%;height: 254px;vertical-align: bottom;}
.fczs-qyhc-rpic li p{width:100%;position: absolute;bottom:0;left:0;background: rgba(0,0,0,0.45);height: 35px;line-height: 35px;padding:0 10px;overflow: hidden;color: #fff;}

.fczs-home-left{padding:0 33px;}
.fczs-home-header{width:100%;float:left;margin-top:35px;}
.fczs-home-header .info{float:left;}
.fczs-home-header .info .pic{width:112px;height: 112px;float:left;border-radius:8px;}
.fczs-home-header .info .con{float:left;margin-left:22px;padding-top:8px;}
.fczs-home-header .info .con .t1{font-size:20px;display: inline-block;position:relative;padding-right:30px}
.fczs-home-header .info .con .t1 span.vicon2{display: inline-block;width:25px;height:25px;position:absolute;top:0;right:0;border:1px solid ed}

span.vicon{display: inline-block;width:25px;height:25px;position:absolute;top:-4px;right:0;border:1px solid ed}
span.v0{background: url(../images/v0.jpg)   no-repeat;}
span.v1{background: url(../images/v1.jpg)   no-repeat;}
span.v2{background: url(../images/v2.jpg)  no-repeat;}
span.v3{background: url(../images/v3.jpg)  no-repeat;}


.fczs-home-header .info .con .t2{display: block;font-size:16px;color: #757575;padding:10px 0;}
.fczs-home-header .info .con .t3{padding-left:24px;background: url(../images/ico13.png) left center no-repeat;line-height: 20px;font-size:14px;color: #757575;}
.fczs-home-header .rlink{float:right;margin-top:41px;}
.fczs-home-header .rlink a{display: inline-block;margin-left:10px;padding:0 16px;height: 35px;line-height: 35px;color: #fff;border-radius:5px;}
.fczs-home-header .rlink a.a1{background: #194170;}
.fczs-home-header .rlink a.a2{background: #FE6200;}
.fczs-home-header .rlink a:hover{opacity: 0.9;}

.fczs-home-nav{width:100%;float:left;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;padding:15px 0;margin-top:45px;}
.fczs-home-nav a{float:left;padding-left:32px;font-size:16px;color: #545454;background: url(../images/fczs-icon.png) no-repeat;line-height: 26px;height: 26px;margin-right:50px;}
.fczs-home-nav a.a1{background-position: 0 0;}
.fczs-home-nav a.a2{background-position: -115px 0;}
.fczs-home-nav a.a3{background-position: -241px 0;}
.fczs-home-nav a.a4{background-position: -355px 0;}
.fczs-home-nav a.a5{background-position: -475px 0;}

.fczs-home-nav a.a1:hover,.fczs-home-nav a.a1.on{background-position: 0 -26px;}
.fczs-home-nav a.a2:hover,.fczs-home-nav a.a2.on{background-position: -115px -26px;}
.fczs-home-nav a.a3:hover,.fczs-home-nav a.a3.on{background-position: -241px -26px;}
.fczs-home-nav a.a4:hover,.fczs-home-nav a.a4.on{background-position: -355px -26px;}
.fczs-home-nav a.a5:hover,.fczs-home-nav a.a5.on{background-position: -475px -26px;}

.fczs-home-nav a:hover,.fczs-home-nav a.on{color: #173e6d;}
.fczs-home-nav2{width:100%;float:left;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;padding:15px 0;margin-top:45px;}
.fczs-home-nav2 a{float:left;padding-left:32px;font-size:16px;color: #545454;;line-height: 26px;height: 26px;margin-right:50px;}
.fczs-home-nav2 a{padding-left:30px;}
.fczs-home-nav2 a:hover,.fczs-home-nav2 a.on{color: #173e6d;}

.fczs-home-nav2 a.a1,.fczs-home-nav2 a.a1.on{background: url(../images/1x.png) left center no-repeat;}
.fczs-home-nav2 a.a2,.fczs-home-nav2 a.a2.on{background: url(../images/2x.png) left center no-repeat;}
.fczs-home-nav2 a.a3,.fczs-home-nav2 a.a3.on{background: url(../images/3x.png) left center no-repeat;}
.fczs-home-nav2 a.a4,.fczs-home-nav2 a.a4.on{background: url(../images/4x.png) left center no-repeat;}
.fczs-home-nav2 a.a1.on,.fczs-home-nav2 a.a2.on,.fczs-home-nav2 a.a3.on,.fczs-home-nav2 a.a4.on{background-position: initial;}

.tijiao{ background-color:#163F6D; font-size:14px; color:#fff; line-height:25px; text-align:center; width:100px;}

.fczs-home-wz{width:100%;float:left;margin-top:15px;}
.fczs-home-wz ul{}
.fczs-home-wz li{width:100%;float:left;border-bottom:1px solid #E5E5E5;padding:16px 0;}
.fczs-home-wz li a{color: #173e6d;}
.fczs-home-wz li a:hover{color: #000;}
.fczs-home-wz li .abot{width:100%;display: block;margin-top:10px;line-height:30px;}
.fczs-home-wz li .abot span,.fczs-home-wz li .abot a{display: inline-block;height: 31px;line-height: 31px;border:1px solid #EDEDED;border-radius:6px;padding:0 15px;color: #949494;margin-left:15px;}
.fczs-home-wz li .abot a:hover{color:#173e6d;}
.fczs-home-wz li .abot p{display: inline-block;line-height: 31px;color: #949494;padding-left:10px;font-size:12px;}


/*德育中国*/
.div-box{width:100%;float:left;}
.dyzg-banner .next{ right:40px;background:url(../images/right5.png);}
.dyzg-banner .prev{ left:40px;background:url(../images/left5.png);}

.dyzg-left-list{width:100%;float:left;background: #fff;padding:0 31px 31px 31px;}
.dyzg-left-list li{width:100%;float:left;background: #EFF1F7;margin-top:28px;}
.dyzg-left-list li .pic{width:272px;height:188px;float:left;overflow: hidden;background: url(../images/ico10.png) center no-repeat;}
.dyzg-left-list li .pic img{max-width: 100%;vertical-align: bottom;}
.dyzg-left-list li .con{width:450px;float:left;margin-left:45px;}
.dyzg-left-list li .con p{float:left;width:100%;}
.dyzg-left-list li .con .t1{margin-top:16px;font-size:12px;}
.dyzg-left-list li .con .t2 a{font-size:16px;font-weight: bold;text-overflow: ellipsis;white-space: nowrap;}
.dyzg-left-list li .con .t2{position:relative;margin-top:8px;width:100%;height: 33px;line-height: 30px;overflow: hidden;}
.dyzg-left-list li .con .t2::before{position: absolute;left:0;bottom:0;width:15px;height: 1px;background: #173E6D;content: "";
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.dyzg-left-list li .con .t2:hover::before{width:30px;}
.dyzg-left-list li .con .t3{margin-top:10px;line-height: 25px;color: #9d9d9d;width:100%;display: block;height: 45px;overflow: hidden;}
.dyzg-left-list li .con .t4{margin-top:12px;}
.dyzg-left-list li .con .t4 a{background: #173E6D;width:90px;height: 29px;display: inline-block;line-height: 29px;text-align: center;color: #fff;
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.dyzg-left-list li .con .t4 a:hover{width:100px;}
.dyzg-left-list.list-top40 li{margin-top:37px;}

.dyzg-r-list{width:100%;float:left;overflow: hidden;}
.dyzg-r-list ul{padding:15px 20px 15px 20px;width:100%;float:left;}
.dyzg-r-list li{width:100%;float:left;overflow: hidden;position: relative;height: 35px;line-height: 35px;overflow: hidden;}
.dyzg-r-list li a{display: block;overflow: hidden;width:100%;line-height: 35px;font-size:15px;height: 35px;text-overflow: ellipsis;white-space: nowrap;}
.dyzg-r-list .pic{width:100%;float:left;height: 200px;overflow: hidden;position: relative;background: url(../images/ico10.png) center no-repeat;}
.dyzg-r-list .pic p{position: absolute;bottom:0;left:0;padding:0 20px;font-size:14px;color: #fff;height: 35px;line-height: 35px;background: rgba(0,0,0,0.5);overflow:hidden;width:100%;}
.dyzg-r-list li i{color:#860000;font-size:15px;font-style: italic;margin-right:8px;}

.two-list{width:593px;background: #fff;border:1px solid #E2E4E8;margin-top:18px;}
.two-list .list{width:100%;float:left;min-height:210px}
.two-list .list ul{padding:18px;width:100%;float:left;}
.two-list .list li{width:100%;float:left;}
.two-list .list li a{font-size:15px;line-height: 35px;height: 35px;width:400px;overflow: hidden;float:left;}
.two-list .list li span{float:right;line-height: 35px;font-size:13px;}

.dyzg-mingshi{width:100%;float:left;padding-bottom:20px;}

.dyzg-mingshi li{width:230px;display: inline-block;vertical-align: top;margin:25px 0 0 54px;}
.dyzg-mingshi li.tt{margin:2px 0 0 54px;}

.dyzg-mingshi li .pic{width:100%;float:left;eight: 226px;overflow: hidden;ackground: url(/public/img/loading-1.gif) center no-repeat;}
.dyzg-mingshi li .pic img{width:100%;height: 226px;vertical-align: bottom;display:none}
.dyzg-mingshi li .t1{display: block;margin:15px 0 0 0;width:100%;float:left;}
.dyzg-mingshi li .t1 a{font-weight: bold;font-size:18px;}
.dyzg-mingshi li .con{padding-top:5px;color:#6F6F6F;width:100%;float:left;}
.ml14{margin-left:14px;}

.ad-box{width:100%;float:left;margin-top:18px;}
.ad-box img{max-width: 100%;vertical-align: bottom;background: url(../images/ico10.png)}


/*联盟年会*/
.lmnh-banner{ width:100%; height:379px;position:relative;  overflow:hidden;  zoom:1;   }
.lmnh-banner .hd{position: absolute;z-index: 9;right:0;}
.lmnh-banner .hd ul{float:right;width:260px;position: relative;height: 379px;background: rgba(0,0,0,0.8);padding-top:30px;}
.lmnh-banner .hd ul li{ width:277px; text-align:left; padding:0 20px 0 37px;height: 40px;line-height: 40px;color: #fff;overflow: hidden;margin-left:-15px;}
.lmnh-banner .hd ul li a{;color: #fff;}

.lmnh-banner .hd ul li.on{ background:url("../images/nh-tiao.png") center left no-repeat; }

.lmnh-banner .bd{ width:100%;  height:379px; position:relative; background: url(/public/img/loading-1.gif) center no-repeat; }
.lmnh-banner .bd li{ position:relative; zoom:1; vertical-align:middle;}
.lmnh-banner .bd li{ position:relative; z-index:0;height:379px;}

/*联盟会员*/
.lmhy-xjlm{ width:100%;  overflow:hidden; position:relative;float:left;}
.lmhy-xjlm .hd{ overflow:hidden;}
.lmhy-xjlm .hd .prev,.lmhy-xjlm .hd .next{ display:block;  width:13px; height:23px;margin-top:10px;overflow:hidden;cursor:pointer;position: absolute;top:50%;margin-top:-40px;}
.lmhy-xjlm .hd .prev{background:url("../images/left6.png") no-repeat;left:30px;}
.lmhy-xjlm .hd .next{background:url("../images/right6.png") no-repeat;right:30px;}

.lmhy-xjlm .hd ul{}
.lmhy-xjlm .bd{width:100%;padding:30px 60px;}
.lmhy-xjlm .bd ul{ overflow:hidden; zoom:1; }
.lmhy-xjlm .bd ul li{ margin:0 14px; float:left; _display:inline; overflow:hidden; text-align:center; width:189px }
.lmhy-xjlm .bd ul li .pic{ text-align:center;width:100%;height: 135px;display: block;background: url(/public/img/loading-1.gif) center no-repeat;}
.lmhy-xjlm .bd ul li .pic img{width: 100%;vertical-align: bottom;height: 135px;background:#fff}
.lmhy-xjlm .bd ul li .t{width:100%;display: block;text-align:center;line-height: 35px;height: 35px;overflow: hidden;margin-top:5px;}
.lmhy-xjlm .bd ul li .t a{color: #6F6F6F;}
.lmhy-xjlm .bd ul li .t2{width:100%;padding:10px 0;text-align: center;background: #F4F4F4;border-radius:5px;display: block;margin-top:6px;position: relative;}
.lmhy-xjlm .bd ul li .t2::after{content:"";position: absolute;left:50%;background: url(../images/ico16.png) center no-repeat;width:9px;height: 5px;bottom:-5px;margin-left:-4px;}
.lmhy-xjlm .bd ul li .ico{width:100%;text-align: center;margin-top:8px;position: relative;height: 18px;display: block;}
.lmhy-xjlm .bd ul li .ico::after{background: url(../images/ico15.png);width:12px;height: 12px;display: inline-block;content: "";}
.lmhy-xjlm .bd ul li:hover .ico::after{background: url(../images/ico15h.png);width:12px;height: 12px;display: inline-block;content: "";}
.lmhy-xjlm .botline{width:100%;height: 2px;float:left;background: url(../images/line.png) repeat-x center;margin-top:-11px;}
.lmhy-xjlm .botico{width:20px;height: 19px;background: url(../images/ico14.png) center no-repeat;position: absolute;bottom:31px;left:40px;}

.fczs-pd-list2{width:100%;float:left;padding-bottom:23px;}
.fczs-pd-list2 li{width:256px;float:left;margin:23px 0 0 23px;}
.fczs-pd-list2 li .pic{width:100%;float:left;height: 179px;overflow: hidden;}
.fczs-pd-list2 li .pic img{max-width: 100%;vertical-align: bottom;}
.fczs-pd-list2 li .t{width:100%;float:left;height: 41px;line-height: 41px;text-align: center;background: #EDEEF0;overflow: hidden;}


.multipleLine{ overflow:hidden; position:relative; width:100%;float:left;height: 568px;}
.multipleLine .hd{ overflow:hidden;width:100%;float:left;text-align: center;margin:23px 0;background:url("../images/ico17.png") center no-repeat;height: 36px;}
.multipleLine .hd .prev,.multipleLine .hd .next{width:41px; height:36px;overflow:hidden;cursor:pointer;display: inline-block;}

.multipleLine .bd{}
.multipleLine .bd ul{ overflow:hidden; zoom:1;}
.multipleLine .bd ul li{width:256px;float:left;margin:23px 0 0 23px;overflow:hidden; text-align:center;  }
.multipleLine .bd ul li .pic{width:100%;float:left;height: 179px;overflow: hidden;background: url(/public/img/loading-1.gif) center no-repeat;}
.multipleLine .bd ul li .pic img{max-width: 100%;vertical-align: bottom;}
.multipleLine .bd ul li .pic a:hover img{ border-color:#999;  }
.multipleLine .bd ul li .t{width:100%;float:left;height: 41px;line-height: 41px;text-align: center;background: #EDEEF0;overflow: hidden;}




.picScroll-top{width:100%;  overflow:hidden; position:relative;float:left;padding:20px 20px 30px 30px;height: 366px;}
.picScroll-top .hd{display: none;}
.picScroll-top .hd ul{}
.picScroll-top .bd{}
.picScroll-top .bd ul{ overflow:hidden; zoom:1;width:100%;float:left;background: url(../images/line2.png) 2px repeat-y;}
.picScroll-top .bd ul li{margin-top:20px;position: relative;zoom:1;width:100%;float:left;padding-left:15px;}
.picScroll-top .bd ul li .ico{width:6px;height: 11px;position: absolute;left:0;top:5px;background: url(../images/ico10.png) center no-repeat;}
.picScroll-top .bd ul li .time{border:1px solid #E3E3E3;height: 19px;line-height: 17px;padding:0 34px 0 7px;font-size:12px;float:left;position: relative;}
.picScroll-top .bd ul li .time i{background: url(../images/ico11.png);width:4px;height: 5px;position: absolute;left:-4px;top:50%;margin-top:-3px;}
.picScroll-top .bd ul li .user{width:100%;float:left;margin-top:12px;}
.picScroll-top .bd ul li .user img{width:46px;height: 46px;border-radius:7px;vertical-align: middle;display: inline-block;}
.picScroll-top .bd ul li .user p{display: inline-block;vertical-align: middle;padding-left:8px;font-size:15px;}
.picScroll-top .bd ul li .t{width:100%;float:left;margin-top:12px;}
.picScroll-top .bd ul li .t a{color: #6f6f6f;font-size:12px;}


.lmhy-search{width:100%;float:left;background: #173E6D;padding:30px 45px;margin-top:32px;}
.lmhy-search span{float:left;line-height: 31px;color: #DEE1E7;padding-right:10px;}
div.select-main {border:1px solid #788FAA;border-radius:31px;font-size:14px;height:31px;position:relative;width:112px;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;margin-right:22px;float:left;}
div.select-main.z-index {z-index:10}
div.select-main.disabled {cursor:default;filter:alpha(opacity=50);opacity:.5;zoom:1}
div.select-main.disabled div.select-set {cursor:default}
div.select-main.disabled div.select-arrow {cursor:default}
div.select-set {border-radius:31px;color: #DEE1E7;cursor:pointer;height:31px;line-height:29px;overflow:hidden;position:relative;padding:0 35px 0 15px;width:112px;z-index:5}
div.select-arrow {cursor:pointer;position:absolute;top:13px;right:15px;width:9px;height:6px;z-index:7;background: url(../images/ico18.png) no-repeat;}
div.select-arrow.reverse {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
div.select-block {background-color:#fff;border:1px solid #173E6D;border-radius:5px;box-shadow:0 0 2px #2db2ff;left:-1px;line-height:20px;position:absolute;top:32px;width:200px}
ul.select-list {cursor:pointer;margin:15px 0 7px}
ul.select-list::-webkit-scrollbar {width:12px}
ul.select-list::-webkit-scrollbar-track {border-radius:10px}
ul.select-list::-webkit-scrollbar-thumb {border-radius:10px;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.5)}
ul.select-list {scrollbar-face-color:#aeb1b1;scrollbar-shadow-color:#c7caca;scrollbar-highlight-color:#ced1d1;scrollbar-3dlight-color:#ced1d1;scrollbar-darkshadow-color:#c7caca;scrollbar-track-color:#ced1d1;scrollbar-arrow-color:#333}
li.select-items {color:#333;padding:7px 15px}
li.select-items:hover,li.select-items.active {background-color:#173E6D;color:#fff}
.lmhy-search .rsear{float:right;width:253px;height: 30px;background: #557193;border-radius:30px;}
.lmhy-search .rsear .text{width:198px;height: 30px;border:none;background: none;outline: none;padding:0 0 0 20px;float:left;color: #fff;}
.lmhy-search .rsear .input{width:30px;height: 30px;background: url(../images/ico19.png) center no-repeat;cursor: pointer;border:none;float:right;margin-right:10px;}


.lmhy-search .rsear .text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.lmhy-search .rsear .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.lmhy-search .rsear .text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.lmhy-search .rsear .text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.lmhy-search .rsear .text::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}



.qgzm-list{width:100%;float:eft;background: #fff;padding:0 37px 37px 37px;}
.qgzm-list li{width:292px;height:246px;display:inline-block;margin-top:42px;margin-left:60px;}
.qgzm-list li .pic{width:292px;height: 200px;float:left;overflow: hidden;}
.qgzm-list li .pic img{width:290px;height:200px;vertical-align: bottom;}
.qgzm-list li .con{width:100%;height:100%;background:#edeef0;text-align:center;}
.qgzm-list li .con a{display:inline-block;height:46px;line-height:46px;}

.qgzm-list li .con .t2 a{font-size:16px;font-weight: bold;}
.qgzm-list li .con .t2{position:relative;padding-bottom:16px;margin-top:0px;width:100%;height: 42px;line-height:35px;overflow: hidden;}
.qgzm-list li .con .t2::before{position: absolute;left:0;bottom:0;width:15px;height: 1px;background: #173E6D;content: "";
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.qgzm-list li .con .t2:hover::before{width:30px;}
.qgzm-list li .con .t3{margin-top:22px;line-height: 25px;color: #9d9d9d;}
.qgzm-list li .con .t4{margin-top:20px;}
.qgzm-list li .con .t4 a{background: #173E6D;width:90px;height: 29px;display: inline-block;line-height: 29px;text-align: center;color: #fff;
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.qgzm-list li .con .t4 a:hover{width:100px;}
/*联盟学术*/
.lmxs-list{width:100%;float:left;background: #fff;}
.lmxs-list li{width:346px;margin:40px 0 0 38px;display: inline-block;vertical-align: top;}
.lmxs-list li .pic{width:100%;display: block;height: 214px;overflow: hidden;background: url(/public/img/loading-1.gif) center no-repeat;}
.lmxs-list li .pic img{max-width: 100%;height: 214px;vertical-align: bottom;}
.lmxs-list li .t1{width:100%;display: block;margin-top:10px;}
.lmxs-list li .t1 a{font-size:16px;}
.lmxs-list li .t2{width:100%;display: block;line-height: 22px;color: #949494;margin-top:10px;}
.lmxs-list li .t3{width:100%;display: block;margin-top:10px;font-size:12px;color: #949494;}
.lmxs-list li .t3 span{color: #d84830;}

/*科学研究*/
.kxyj-list{width:100%;float:left;margin-top:30px;}
.kxyj-list ul{width:846px;margin:0 auto;}
.kxyj-list li{width:100%;float:left;border-bottom:1px dotted #E3E3E3;padding:15px 0;}
.kxyj-list li .t{float:left;width:700px;padding-left:10px;}
.kxyj-list li a{color: #555;}
.kxyj-list li a span.t-name{color: #999;}
.kxyj-list li a:hover{color: #173E6D;}
.kxyj-list li span.time{color: #9e9e9e;float:right;margin-right:20px;}
.kxyj-list li span a{font-size:16px;color: #173e6d;}
.kxyj-list li span a:hover{color: #000;}
.kxyj-list .list-banner,.lsdw-list .list-banner{padding: 0 40px;}
.kxyj-list .list-banner img,,.lsdw-list .list-banner img{width:100%}


.kxyj-show{width:100%;float:left;padding:40px 55px;}
.kxyj-show h1.title{width:100%;float:left;text-align: center;font-size:28px;color: #454545;font-weight: normal;}
.kxyj-show h2.titbot{font-size:12px;color: #888;text-align: center;width:100%;float:left;font-weight: normal;padding:20px 0;}
.kxyj-show h2.titbot span{padding:0 5px;}

.kxyj-show .content{width:100%;min-height:400px;float:left;border-top:1px solid #D4D4D4;border-bottom:1px solid #D4D4D4;padding:40px 20px;line-height: 32px;color: #888;}

.kxyj-show .content p,.kxyj-show .content div,.mtbd-content-box .content p,.mtbd-content-box .content div,.about-content p,.about-content div{margin-bottom: 20px; text-indent: 2em;font-family: "微软雅黑", Arial, Helvetica, sans-serif;font-size: 16px;color: rgb(63, 63, 63);line-height: 35px;}
.kxyj-show .content img ,.kxyj-show .content img ,.mtbd-content-box .content img, .about-content img ,.mtbd-content-box .content  img{margin-left: -2em;}

.kxyj-show .show-page{width:100%;float:left;margin-top:30px;position: relative;line-height: 30px;}
.kxyj-show .show-page a{font-size:12px;color: #888;}
.kxyj-show .show-page a:hover{color:#173E6D;}
.kxyj-show .show-page .back{position: absolute;right:0;top:0;width:117px;height: 36px;text-align: center;line-height: 34px;border:1px solid #A4A4A4;}
.kxyj-show .show-page .back:hover{background: #173E6D;border-color: #173E6D;color: #fff;}

/*师资队伍*/
.lsfc-list{width:100%;float:left;background: #fff;}
.lsfc-list ul{width:100%;float:left;}
.lsfc-list li{width:209px;float:left;margin:25px 0 0 25px;}
.lsfc-list li .pic{width:209px;float:left;eight: 293px;overflow: hidden;position: relative;ackground: url(/public/img/loading-1.gif) center no-repeat;}
.lsfc-list li .pic img{width:100%;height: 293px;vertical-align: bottom;display:none}
.lsfc-list li .pic p{position: absolute;bottom:4px;left:4px;background: rgba(0,0,0,.7);color: #fff;line-height: 20px;color: #fff;font-size:12px;padding:0 15px;}
.lsfc-list li .tit{width:100%;float:left;margin-top:10px;}
.lsfc-list li .tit a{font-size:16px;}
.lsfc-list li .tit a,.lsfc-list li .tit p{height: 30px;line-height: 30px;overflow: hidden;display: block;width:100%;text-overflow: ellipsis;white-space: nowrap;}
.lsfc-list li .tit p{color: #969694;line-height: 20px;height: 20px;font-size:12px;}

.lsfc-show{width:100%;float:left;background: #fff;padding:55px;}
.lsfc-show .lsfc-show-top{width:100%;float:left;}
.lsfc-show .lsfc-show-top .pic{width:240px;float:left;display:none}
.lsfc-show .lsfc-show-top .pic img{width:100%;vertical-align: bottom;}
.lsfc-show .lsfc-show-top .rcon{float:left;idth:764px;padding-top:30px;}
.lsfc-show .lsfc-show-top .rcon h1.t1{font-weight: bold;font-size:18px;}
.lsfc-show .lsfc-show-top .rcon h2.t2{color: #353535;line-height: 24px;margin-top:8px;font-weight: normal;font-size:14px;}
.lsfc-show .lsfc-show-top .rcon .con{width:100%;float:left;line-height: 30px;margin-top:20px;color: #727272;}
.lsfc-show .content{width:100%;float:left;line-height: 30px;color: #727272;margin-top:40px;}
.bot-back{width:100%;float:left;background: #fff;text-align: center;padding:40px 0;}
.bot-back a{width:257px;height: 58px;border:1px solid #B7B7B7;line-height: 56px;text-align: center;font-size:12px;display: inline-block;position: relative;}

.bot-back a:hover{background: #173E6D;border-color: #173E6D;color: #fff;}
.szdw-box{width:100%;float:left;background: #fff;padding-top:30px;}

.down-list{width:100%;float:left;}
.down-list li{display: inline-block;vertical-align: top;width:135px;text-align: center;margin:30px 0 0 30px;}
.down-list li .ico{width:100%;height: 46px;display: block;}
.down-list li .ico.rar{background: url(../images/rar.png) center no-repeat;}
.down-list li .ico.excel{background: url(../images/excel.png) center no-repeat;}
.down-list li .ico.ppt{background: url(../images/ppt.png) center no-repeat;}
.down-list li .ico.word{background: url(../images/word.png) center no-repeat;}
.down-list li .ico.pdf{background: url(../images/pdf.jpg) center no-repeat;}
.down-list li .ico.wailian{background: url(../images/wailian.jpg) center no-repeat;}

.down-list li p{text-align: center;display: block;width:100%;padding-top:8px;font-size:12px;}


/*首页*/

.fullSlide{width:100%;position:relative;height:418px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;background: url(/public/img/loading-1.gif) center no-repeat;}
.fullSlide .bd li{width:100% !important;height:418px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:418px;}

.fullSlide .hd {width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {float:left;  width:10px; height:10px; overflow:hidden; margin:0 8px;border-radius:10px; text-indent:-999px; cursor:pointer; background:#5095A4;}
.fullSlide .hd ul .on{background: #3062AB;width:47px;}

.fullSlide .hd{ height:26px; overflow:hidden; position:absolute; left:0; bottom:25px; z-index:9999; width:100%;text-align: center; }
.fullSlide .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.fullSlide .hd ul li{ float:left;  width:10px; height:10px; overflow:hidden; margin:0 8px;border-radius:10px; text-indent:-999px; cursor:pointer; background:#5095A4;}
.fullSlide .hd ul li.on{ background: #3062AB;width:47px;}


.fullSlide .prev,.fullSlide .next { display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:12%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px  no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;

}
.fullSlide .next{left:auto;right:12%;background-position:-6px -137px;}




.fullSlide .prev,
.fullSlide .next{ position:absolute;top:50%; margin-top:-21px; width:43px; height:43px;}
.fullSlide .next{ right:80px;background:url(../images/right4.png);}
.fullSlide .prev{ left:80px;background:url(../images/left4.png);}
.fullSlide .prev:hover,
.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.home-toplink{width:100%;float:left;background: #fff;}
.home-toplink li{width:200px;float:left;height: 184px;display: table;text-align: center;border-left:1px solid #E2E4E8;}
.home-toplink li:first-child{border:None;}
.home-toplink li a p{color:#AFAFAE;font-size:14px;padding-top:6px;
	 -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}

.home-toplink li:hover a p{color:#173E6D;padding-top:15px;}

.home-left{width:765px;float:left;}
.home-right{width:413px;float:right;}
.home-picnews{ width:100%; height:253px; overflow:hidden; position:relative;float:left;margin-top:24px;}
.home-picnews .hd{width:100%;position: absolute;bottom:10px;left:0;text-align: right;z-index: 999;padding-right:10px;}
.home-picnews .hd ul{ overflow:hidden; zoom:1;}
.home-picnews .hd li{display: inline-block;width:8px;height: 8px;background: #fff;border-radius:100%;margin:0 3px;opacity: 0.5;}
.home-picnews .hd li.on{opacity: 1;width:10px;height: 10px;}
.home-picnews .bd{width:100%; height:253px; z-index:0;}
.home-picnews .bd li{ zoom:1; vertical-align:middle;width:100%; height:253px;position:relative;background: url(/public/img/loading-1.gif) center no-repeat;}
.home-picnews .bd li p{position: absolute;width:100%;height: 35px;background: rgba(0,0,0,0.5);line-height: 35px;padding:0 20px;color: #fff;bottom:0;left:0;}
.home-picnews .bd img{ width:100%; height:253px; display:block;vertical-align: bottom;}

.home-picnews2{ width:100%;overflow:hidden; position:relative;float:left;height: 167px;}
.home-picnews2 .hd{ overflow:hidden;}
.home-picnews2 .hd .prev,.home-picnews2 .hd .next{width:21px; height:21px; overflow:hidden; cursor:pointer;position: absolute;top:50%;margin-top:-10px;}
.home-picnews2 .hd .prev{background: url(../images/left7.png) no-repeat;left:20px;}
.home-picnews2 .hd .next{background: url(../images/right7.png) no-repeat;right:20px;}

.home-picnews2 .hd ul{ display: none;}

.home-picnews2 .bd{width:657px;margin:0 auto;padding:16px 0;}
.home-picnews2 .bd ul{ overflow:hidden; zoom:1; }
.home-picnews2 .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;height: 132px;background: url(/public/img/loading-1.gif) center no-repeat;}
.home-picnews2 .bd ul li img{width:156px;height: 132px;vertical-align: bottom;}
.tit-rtab{float:right;}
.tit-rtab li{float:left;height: 32px;border:1px solid #E4E4E4;line-height: 30px;border-radius:32px;text-align: center;margin:13px 16px 0 0;font-size:12px;margin-right:8px;padding:0 15px;cursor: pointer;}
.tit-rtab li.hover{background: #173E6D;border-color: #173E6D;color: #fff;}

.home-list1{width:100%;float:left;padding:20px 30px;}
.home-list1 li{width:100%;float:left;line-height: 35px;position: relative;padding-right:95px;height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.home-list1 li p{display: block;height: 35px;line-height: 35px;width:100%;overflow: hidden;text-overflow: ellipsis;}
.home-list1 li span{position: absolute;right:0;top:0;}
.home-list1 li a{font-size:15px;}
.rhome-list{padding:30px 30px;}

.home-rzcr-list{width:100%;float:left;margin-top:-2px;}
.home-rzcr-list li{width:100%;float:left;border:1px solid #e2e4e8;margin-bottom:15px;background: #fff;padding:20px 15px;position: relative;}
.home-rzcr-list li .pic{width:102px;height: 72px;float:left;overflow: hidden;}
.home-rzcr-list li .pic img{width:102px;height: 72px;vertical-align: bottom;}
.home-rzcr-list li .rcon{width:254px;float:right;}
.home-rzcr-list li .rcon a{display: block;width:100%;height: 25px;line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:16px;}
.home-rzcr-list li .rcon p{width:100%;display:block;height: 40px;overflow: hidden;color:#8C8C8C;font-size:12px;}
.home-rzcr-list li a.more{position: absolute;right:10px;bottom:10px;border:1px solid #173E6D;height: 26px;line-height: 24px;border-radius:26px;padding:0 20px;color: #173E6D;}
.home-rzcr-list li a.more:hover{background: #173E6D;color: #fff;}


.slideTxtBox{ width:100%;float:left;}
.slideTxtBox .hd{position:relative;width:100%;float:left;border-bottom:1px solid #e2e4e8;background: #F9F9F9;height: 57px;}
.slideTxtBox .hd ul{ float:left;}
.slideTxtBox .hd ul li{float:left;margin-right:35px;font-size:17px;line-height: 21px;cursor: pointer;}
.slideTxtBox .hd ul li.on{}
.slideTxtBox .bd{height:auto;}



.slideGroup{width:100%;float: left;}
.slideGroup .parHd{position:relative;width:100%;float:left;border-bottom:1px solid #e2e4e8;background: #F9F9F9;height: 57px;}
.slideGroup .parHd ul{ float:left;}
.slideGroup .parHd ul li{float:left;padding:0 25px;font-size:17px;line-height: 21px;cursor: pointer;line-height: 57px;background: url(../images/line3.png) left center no-repeat;}
.slideGroup .parHd ul li:first-child{background: none;}
.slideGroup .parHd ul li.on a{color:#173E6D;}
.slideGroup .parHd a.more{float:right;width:82px;height: 32px;border:1px solid #E4E4E4;line-height: 30px;border-radius:32px;text-align: center;margin:13px 16px 0 0;font-size:12px;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:30px 0 10px 42px; position:relative;}

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; top:50%; display:block; width:21px; height:21px;margin-top:-10px;}
.slideGroup .sPrev{ left:20px; background:url(../images/left7.png) center no-repeat;}
.slideGroup .sNext{ right:20px; background:url(../images/right7.png) center no-repeat;}
.slideGroup .parBd{}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;margin:0 auto;padding:25px 0;width:322px;}
.slideGroup .parBd ul li{float:left;margin:0 5px;background: url(/public/img/loading-1.gif) center no-repeat;}
.slideGroup .parBd ul li img{width:97px;height: 111px;}
.slideGroup .parBd ul li p{text-align: center;width:100%;display: block;line-height: 30px;height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}




.home-cbwzz{ width:100%;  overflow:hidden; position:relative;float:left;}
.home-cbwzz .hd{ overflow:hidden;}
.home-cbwzz .hd .prev,.home-cbwzz .hd .next{width:21px; height:21px; overflow:hidden; cursor:pointer;position: absolute;top:50%;margin-top:-10px;}
.home-cbwzz .hd .prev{background: url(../images/left7.png) no-repeat;left:20px;}
.home-cbwzz .hd .next{background: url(../images/right7.png) no-repeat;right:20px;}

.home-cbwzz .hd ul{ display: none;}

.home-cbwzz .bd{width:322px;margin:0 auto;padding:25px 0;}
.home-cbwzz .bd ul{ overflow:hidden; zoom:1; }
.home-cbwzz .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.home-cbwzz .bd ul li img{width:97px;height: 111px;}

.home-hzhb{width:100%;float:left;}
.home-hzhb li{width:171px;height: 96px;float:left;border-left:1px solid #E2E4E8;display: table;text-align: center;}
.home-hzhb li:first-child{border:None;}
.home-hzhb li img{max-width: 100%;}
.home-hzhb li a{display: table-cell;vertical-align: middle;
	 -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.home-hzhb li a.patxt{padding:0 2px;}
.home-hzhb li:hover a{padding-bottom:10px;}

.dzzz-box{width:100%;float:left;background: #fff;padding:21px;}
.dzzz-box .dzzz-bg{width:100%;height: 789px;float:left;background: url(../images/bg1.jpg) top left no-repeat;}
.dzzz-box .dzzz-bg .title{float:left;margin:64px 0 0 90px;font-size:67px;color: #173e6d;position: relative;padding-bottom:15px;font-weight: bold;}
.dzzz-box .dzzz-bg .title::after{content: "";position: absolute;bottom:0;left:0;background: #173e6d;width:63px;height: 7px;}
.dzzz-box .dzzz-list{width:832px;float:right;margin-top:64px;margin-right:20px;}
.dzzz-box .dzzz-list li{width:100%;float:left;position: relative;border-bottom:1px dashed #E3E3E3;display: table;padding:15px 180px 15px 40px;}
.dzzz-box .dzzz-list li p{display:table-cell;vertical-align: middle;}
.dzzz-box .dzzz-list li a{padding-left:33px;line-height: 25px;display: inline-block;}
.dzzz-box .dzzz-list li a.pdf{background: url(../images/pdf.png) 0 2px no-repeat;}
.dzzz-box .dzzz-list li span{position: absolute;right:40px;top:0;}
.dzzz-box .dzzz-list li span a{line-height: 50px;background: url(../images/down-ico.png) right center no-repeat;padding-right:30px;text-decoration: underline;color:#173e6d; }
.hzhb-list .title{width:100%;float:left;padding:30px 30px;font-size:27px;color: #173e6d;font-weight: bold;}
.hzhb-list{width:100%;float:left;background: #fff;}
.hzhb-list ul{margin-left:2px;}
.hzhb-list li{width:172px;height: 96px;float:left;border:1px solid #E2E4E8;display: table;text-align: center;margin:-1px 0 0 -1px;}

.hzhb-list li img{max-width: 100%;}
.hzhb-list li a{display: table-cell;vertical-align: middle;
	 -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.hzhb-list li a.patxt{padding:0 20px;}
.hzhb-list li:hover a{padding-bottom:10px;}

.ktgzs-box{width:100%;float:left;background: #fff;}
.ktgzs-box h1.tit{width:100%;float:left;text-align: center;font-size:30px;color: #173e6d;margin-top:75px;}
.ktgzs-box .content{width:100%;float:left;padding:40px 105px;font-size:16px;line-height: 30px;text-indent: 30px;}
.ktgzs-box .down{width:100%;float:left;text-align: center;margin:113px 0;}
.ktgzs-box .down p{display: block;font-size:14px;color: #6f6f6f;}
.ktgzs-box .down a.adown{background: url(../images/down-input.png) center no-repeat;height: 57px;display: inline-block;width:207px;margin-top:25px;}
.ktgzs-box .down a.adown:hover{opacity: 0.8;}
input:focus
{ 
border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 5px rgba(82,168,236,0.3)
}

/***/
.hide{display:none}
.pic-news-list li{width:360px;height: 249px;float:left;margin:30px 0 0 30px;position: relative;}
.pic-news-list li img{max-width: 100%;height: 249px;vertical-align: bottom;}
.tit-rtab li.hover a{color: #fff;}
/***/
.vd-pd-nav li{padding-left:30px;border:1px solid ed}
.vd-pd-nav li.n_1{width:15%}
.vd-pd-nav li.n_2{width:22%}
.vd-pd-nav li.n_3{width:25%}
.vd-pd-nav li.n_4{width:23%}
.vd-pd-nav li.n_5{width:15%}
.vd-pd-nav li.n_6{width:10%}
.vd-pd-nav li.n_7{width:10%}
/***/
.footer-wx  a.wx{padding-left:35px;position: relative;}
.footer-wx a.wx p{display: none;position: absolute;top:39px;left:5;padding:5px;background: #3A3F46;;z-index: 999;}
.footer-wx a.wx p img{max-width: 100%;background: #fff;padding:5px}
.footer-wx a.wx:hover p{display: block;}

/***/
.pages{width:100%;float:left;text-align: center;padding:25px 0;}
.pages a{display: inline-block;height: 30px;line-height: 28px;border:1px solid #C9C9C9;padding:0 15px;color: #545454;margin:0 2px;}
.pages a:hover,.pages a.active{background: #024287;color: #fff;border-color: #024287;}

.pages a{display: inline-block;height: 30px;line-height: 28px;border:1px solid #C9C9C9;padding:0 15px;color: #545454;margin:0 2px;}
.pages a.cur,.pages a:hover{background: #024287;color: #fff;}

.pages ul{width:100%;float:left;text-align: center;margin:0 auto;display: block;}
.pages li {display: inline-block;width:auto;height: 30px;line-height: 28px;margin:1px 0 0 2px;float:none;border-bottom:none;background:#fff}
.pages li.disabled,.pages li.active {display: inline-block;padding:0 15px;border:1px solid #C9C9C9;}
.pages li a{display: inline-block;padding:0 15px}
.pages li.active ,.pages li a:hover{background: #024287;color: #fff;}
/**/
.gzshz-rtab{float:left;}
.gzshz-rtab li {
    background: none;
    border-color: #F9F9F9;
    color: #173e6d;
	font-size: 17px;;
	border-radius:0;
}
.gzshz-rtab li.hover {
    background: none;
    border-color: #F9F9F9;
    color: #173e6d;
	font-size: 17px;;
	border-radius:0;
}
.gzshz-rtab li a { font-size: 17px;;}
.tstj-nav li a {font-size: 14px;;}
.gzshz-rtab li.hover a { color: #173e6d;}
.news-tab ul { padding-left:0}

.news-tab li  { margin-right: 19px;}

/* feedback */
.tc_bj{position: fixed;padding-top:10%;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    outline: 0;background:url(../images/hy_bj.png);}
.tc_box { width: 600px; height: auto; margin: 0 auto 0; padding-bottom: 4%; border: 1px solid #ccc; background: #fff; position: relative; }
.tc_box ul { width:85%; height: auto; margin:0 auto 0; }
.tc_box ul .hy_logo { display: none; }
.tc_box ul h6{ text-align:center; font-size:24px; color:#173E6D; margin:5% 0 0;}
.tc_box ul h1{ font-size:18px; color:#3e3e3e; margin-bottom:2%;}
.tc_box ul li .input01{ width:100%; padding-left:10px; height:40px; line-height:40px; border:1px solid #E3E3E3; font-size:16px; color:#c1c1c1; margin-bottom:3%;}
.tc_box ul li textarea{ width:100%; padding:10px 0 0 10px; height:10vw; line-height:25px; border:1px solid #E3E3E3; font-size:14px; color:#c1c1c1;}
.tc_box ul li .tc_pic{ width:30%; margin:3% 0 0 2%;}
.tc_box ul li .tc_pic img{ width:40%;}
.tc_box ul li .tc_pic span{ color:#00b38b; font-size:16px; margin-left:10%;}
.tc_anniu{ width:100%; text-align:center; margin-top:5%;}
.tc_box ul li .tc_anniu input{ text-align:center; background:#fff; font-size:18px; width:115px; height:35px; line-height:35px; margin-left:1%;-webkit-appearance: none;border-color: #4898d5;
    background-color: #2e8ded;    display: inline-block;
    vertical-align: top;border: 1px solid #dedede;border-radius: 2px;
    color: #fff;}
.tc_anniu .input.gray{ border: 1px solid #dedede; background-color: #f1f1f1; color: #333;;}
.tc_anniu .button02:hover { color: #00b38b; background: #fff;}
.tc_box .x { position: absolute; top: 10px; right: 10px; }
.mh300 { min-height: 300px;line-height: 28px;color: #444;font-family: "microsoft yahei"; }

div.pic-share{position: relative;}
div.pic-share .bdsharebuttonbox{position: absolute;top:1px;right:0px;}

.right-share-box{margin-top:50px;width:100%;text-align:center;right: 0px;  top: 30px;  ;border:1px solid ed}
.right-share-box .fa-weixin{color:f4604b}
.right-share-box a i{    font-size: 30px;}
.right-share-box div.pos1-qrcode { position: absolute;  top: 0px;left: -130px;
}
.right-share-box #qrcode p{font-size:14px;color:#333;margin-bottom:5px;margin-top:0}
.right-share-box #qrcode {border: 1px solid #dedede; padding:10px;}





.a .con p img{width:100%;}


//联盟之声
@charset "utf-8";
/* 通用代码 */
* {word-wrap:break-word; padding:0; margin:0}
html{padding:0;margin:0}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
body{color:#555;font-family:"STHeitiSC-Light","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft Yahei",sans-serif;font-size:14px; background:#EDEEF0;overflow-y:scroll;}
a{ color:#333;text-decoration:none}
a:hover{text-decoration:none; color:#333}
strong{color:#666}
img{border:0}
li{list-style:none}
	body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, .pr, .pc {margin:0;padding:0}
	table {empty-cells:show;border-collapse:collapse}
	caption, th {text-align:left;font-weight:400}
	ul li, .xl li {list-style:none}
	h1, h2, h3, h4, h5, h6 {font-size:1em}
	em, cite {font-style:normal}
/* ------------------------------通用代码 */

.clear {clear:both}


/* 首页焦点图 */
.ind_banner{width:1200px;overflow:hidden;height:260px;position:relative;padding-top:20px;margin:0 auto;}
.banList{position:absolute;height:260px;}
.banList li{height:260px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.0s ease 0s, opacity 1.0s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background:#ddd;width:10px;height:10px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fff;cursor:pointer;}


/* 首页声音分类*/


.vbox_bsall{width:1240px; margin:0 auto;}
.vbox_bs{width:1200px; height:200px; background:#fff; float:left;margin-left:20px;margin-top:15px;}
.vtitles{ height:50px; line-height:50px;margin:15px 15px 5px 15px;font-size:18px;}
.vtitles i{width:5px; height:25px; background:#F86442;margin-left:10px;border-radius:5px;}

.vtit2{ margin-left:25px;margin-top:-20px;font-size:14px;}

.vtextlist{}
.vtextlist li{margin-left:20px;margin-right:20px;border-bottom:1px dashed #ddd; }
.vtextlist li  a{color:#333;}
.vtextlist li  a:hover{color:#173e6d;}
.vtextna{width:450px; font-size:16px;line-height:45px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;}
.vtimes{float:right; line-height:45px;font-size:14px;color:#aaa;}



/*  search*/

.search_form{display: block;width: 700px; }
.clearfix{margin:0 auto;margin-top:40px;}
.clearfix:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0}
#keyword{border: medium none; font-family: "微软雅黑"; font-size: 14px; height: 45px; line-height: 45px; margin-left: 10px; outline: medium none; width: 580px; vertical-align: top; color:#999; background:none;}
.header_search{  height: 45px; line-height: 45px;  }
.header_search .search_btn{
    /*    background: #4b9a00 url("../images/search.png") no-repeat scroll 0 0; */
    cursor: pointer; float: right;
    height: 47px; width: 100px;margin:-1px 0 0 0; font-size: 14px;color:#FFF
}
.search_green{background:#eee;}
.search_green  .search_btn{border:none; background: #2B4BB8 ;}





/* 首页全部主播*/
.vbox_zb{width:1200px; height:auto; background:#fff; float:left;margin-left:20px;margin-top:15px;}
.ind_nr_zb_pic{width:1120px;margin:0 auto;}
.ind_nr_zb_pic li{width:200px;height:260px;float:left;margin:12px;}
.ind_nr_zb_pic li img{opacity:0.8;filter:Alpha(Opacity=0.8);transition-duration:0.3s;}
.ind_nr_zb_pic li img:hover {opacity:1;filter:Alpha(Opacity=1);transition-duration:0.3s;}

.ind_nr_zb_name{font-size:18px; color:#333;margin-top:5px; font-weight:bold;}
.ind_nr_zb_name a{color:#333;}
.ind_nr_zb_name a:hover{color:#173E6D;}

.ind_nr_zb_al{font-size:14px; color:#888;}
.ind_nr_zb_al a{color:#888;}
.ind_nr_zb_al a:hover{color:#666;}

.ind_vmore{border:1px solid #ccc; line-height:35px; text-align:center;width:180px;margin:0 auto;margin-bottom:30px;font-size:14px;}
.ind_vmore a{display:block;}
.ind_vmore a:hover{ background:#eee; color:#555;}



/* 首页最新声音*/
.vbox_voi{width:850px; height:auto; background:#fff; float:left;margin-left:20px;margin-top:15px;}

.ind_voi_title_list{background:url(../images/ul-bg.gif); }
.ind_voi_title_list li{padding-left:65px;margin-right:30px; background:url(../images/voico.png) no-repeat 35px; }
.ind_voi_title_list li  a{color:#333;}
.ind_voi_title_list li  a:hover{color:#173e6d;}
.ind_voi_title_list_na{width:650px; font-size:14px;line-height:60px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;}
.itimes{float:right; line-height:60px;font-size:14px;color:#aaa;}




/* 首页点击排行*/
.vbox_rank{width:335px; height:auto; background:#fff; float:left;margin-left:15px;margin-top:15px;}

.ind_rank_title_list{}
.ind_rank_title_list li{padding-left:65px;margin-right:30px; background:url(../images/new.png) no-repeat 35px 10px; }
.ind_rank_title_list li  a{color:#333;}
.ind_rank_title_list li  a:hover{color:#173e6d;}
.ind_rank_title_list li i{ font-size:16px;padding-right:10px;color:#F64152; }
.ind_rank_title_list_na{width:240px; font-size:14px;line-height:40px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}




/* gg */
.ind_voi_ad{margin:15px 0 0 15px;float:left;}






/*Voice_Intro*/
/* ************************************************************************************************************************************************************************************ */
.vbox_int_l_bsall{width:1240px; margin:0 auto;}
.vbox_voi_int{width:380px; height:380px; background:#fff; float:left;margin-left:20px;margin-top:15px;}

/* */
.vbox_voi_int_list{width:800px; height:auto; background:#fff; float:left;margin-left:15px;margin-top:15px;}

.ind_voi_int_title_list{background:url(../images/ul-bg.gif); }
.ind_voi_int_title_list li{padding-left:65px;margin-right:30px; background:url(../images/voico.png) no-repeat 35px; }
.ind_voi_int_title_list li  a{color:#333;}
.ind_voi_int_title_list li  a:hover{color:#173e6d;}
.ind_voi_int_title_list_na{width:600px; font-size:14px;line-height:60px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;}



/*Personnel_List*/
/* ************************************************************************************************************************************************************************************ */






/*Voice_List*/
/* ************************************************************************************************************************************************************************************ */
.v_vbox_voi{width:1200px; height:auto; background:#fff; float:left;margin-left:20px;margin-top:15px;padding-top:10px;}

.v_voi_title_list{background:url(../images/ul-bg.gif); }
.v_voi_title_list li{padding-left:65px;margin-right:30px; background:url(../images/voico.png) no-repeat 35px; }
.v_voi_title_list li  a{color:#333;}
.v_voi_title_list li  a:hover{color:#173e6d;}
.v_voi_title_list_na{width:1000px; font-size:14px;line-height:60px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;}



/*Voice*/
/* ************************************************************************************************************************************************************************************ */

.voi_img{float:left;width:150px; height:150px;margin-top:25px;margin-left:180px;}
.voi_img img{width:100%;}
.voi_txt{float:left;border-top:1px solid #eee;border-bottom:1px solid #eee;border-right:1px solid #deeeee;margin-top:26px;width:680px;padding-right:40px;padding-left:10px;height:148px;}
.voi_title{font-size:20px;color:#333;padding-top:10px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.voi_title_s{font-size:12px;color:#999;margin-top:6px;line-height:20px;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; overflow: hidden;text-overflow: ellipsis;}







.voi_nr{width:1200px; height:auto; background:#fff; float:left;margin-left:20px;margin-top:15px;padding-top:10px;}
.voi_nr p{padding:10px 35px 10px 35px;font-size:16px; line-height:35px;}






