@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"微软雅黑"; }
ol li, ul li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
u,b,i{ font-style:normal;}
a{text-decoration: none; color:#333;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
	/* [disabled]margin:0; */
	padding: 0;
	font-family: "microsoft yahei","simhei", "simsun";
	margin:0;	
}
body{background:#e4f1fa; overflow-x: hidden; z-index:-999999999;/*background:#f4f4f4 url(bg_1.jpg) no-repeat fixed center 100%;*/ background-size: cover; -moz-background-size: cover;-webkit-background-size: cover; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%; font-weight:normal}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}

/*a,a:hover{color:#60636d;}*/
.clearfix:after{content:".";display:block;clear:both;visibility:hidden}

img {	/*display: block;*/	max-width: 100%;	border:none;}
.hid{ display: none;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.clearfix:after {       
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
   display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
   line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
   font-size:0;    /*字体大小为0；*/
  }

/*.clearfix { *zoom:1;} */  /*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/

.ind_bg{
	width:100%;
	height:100%;	
	position:absolute;
	top:120px;
	left:0px;
	}
.contents{
	margin-top:20px;	
	}

/*top*/
.in_top{width: 100%;
	background: url(topbg.jpg) 0 center repeat-x;
    height: 34px;
    color: #fbfbfb;
    font-size: 12px;}
.in_box{ max-width:1200px; margin:0 auto}
.in_top .txt_l{float:left;overflow:hidden; height:34px; line-height:34px;color:#fff;}
.in_top .txt_l a{ color:#fff;}
.in_top .txt_r{float:right;overflow:hidden; height:34px; line-height:34px;padding-right:30px;}
.in_top .txt_r a{color:#fbfbfb;  text-decoration:none;}
.in_top .txt_r a:hover{display: inline-block;padding: 0px 10px;background:#0097de; color:#FFF}

/*site.css*/
.zqdhlist {	
	background: url(white.png) repeat;
	position: absolute;
	width:500px;
	top: 25px;
	right:-580px; 	
    padding:0 33px; overflow:hidden;
	background: #f5f5f5;
	overflow: auto;
	z-index: 999999;
	display: none;
}


.zqdhlist{

	transition: right 1s;
-moz-transition: right 1s;	/* Firefox 4 */
-webkit-transition: right 1s;	/* Safari �? Chrome */
-o-transition: right 1s;
}
.zqdhlist.show_on{ right: 0px;display: block;}
/*.zqdhlist.show_on{ display: block; right: 0px;}*/
.zqdhlist  dl{ 
	clear:both; overflow:hidden;
}
.zqdhlist  dt{ 
	clear:both;
	float:left;
	 width:101px;
	 height:67px;
}

.zqdhlist  dd{ margin-bottom:10px;
	
}
.zqdhlist  dd  h2{ 
		font-size:16px; height:30px;  color:#5d5d5d; line-height:30px;
}
.zqdhlist  dd a{ 
		font-size:14px; color:#919191; padding-right:10px;
}
.zqdhlist  dd a:hover,.list dd h2 a:hover{ 
		color:#038dce;
}
.zqdhlist dd h2 a { color:#4e4e4e;}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}
.list_tit h2 { 

	font-size:18px;
	line-height:45px; 
	color: #038dce;
}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}

.list_link{ border-bottom:1px solid #fff; padding-bottom:20px;}
.list_link a {
    font-size: 14px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: #5d5d5d;
    white-space: nowrap;
    margin-right: 20px;
	line-height:30px;
}
.list_link a:hover{color: #038dce;}
.close{ background-color: #ccc; display: block; position: absolute; right: 20px; height: 40px; width: 40px; border-radius: 0 0 6px 6px;
 text-indent: -9999px; background:url(close.png) center center no-repeat #ccc;  }
.close:hover{ background-color: #0097de; }

/*******************************header************************************/

.header{
	background:url(headbg.jpg) 0 center repeat-x;
	height:242px;
	width:100%;
	margin:0px;
	background-size: cover; -moz-background-size: cover;-webkit-background-size: cover; 	
	}
.header_bg{
	width: 1200px;	
	margin: 0 auto;
	position: relative;
	/*padding-top: 20px;*/
}
.header_bg .headerlogo{
	/*width:48%;*/
	width: 500px;
	margin:auto auto;
    margin-top: 50px;
	float: left;
	}
.header_bg .headerlogo img{
	max-width: 100%;
	margin-top: 50px;
}
.header_bg .headerlogo .logo_wz{
	margin-left: 15px;
}
.header_bg .searchbox{
	width:25% ;
	float: right;
}

/*头部轮播*/
.hear_top {
    position: absolute;
    right:0px;
    /*right: 5%;*/
    width: 700px;
    /*width:52%;*/
    z-index: 9999;
    height: 242px;
    overflow: hidden;
}
.focus{height: 242px;
    overflow: hidden;
    position: relative;}
/* focus_s */
.focus_s{position:absolute;left:97%;bottom:2%;height:13px;overflow:hidden;width:110px;z-index:9;margin:0 0 0 -30px;}
.focus_s li{float:left;cursor:pointer;height:13px;width:12px;overflow:hidden;margin-right:10px;background:url(../images/dian.png) no-repeat;}
.focus_s li.active{background-position:-12px 0;}
/* focus_m */
.focus_m ul{opacity:1;filter:alpha(opacity=100);}
.focus_m li{width:100%;height:242px;position:absolute;top:0;left:0;}
/* focus_l focus_r */
.focus_l,.focus_r{position:absolute;display:block;width:50px;height:75px;overflow:hidden;z-index:2;top:150px;}
.focus_l{left:0;}
.focus_r{right:0;}
.focus_l b,.focus_r b{position:absolute;z-index:1;display:block;width:50px;height:75px;overflow:hidden;background:#000;opacity:0.3;filter:alpha(opacity=30);cursor:pointer;}
.focus_l span,.focus_r span{display:inline-block;position:relative;z-index:2;width:22px;height:33px;top:21px;cursor:pointer; margin-right:28px;}
.focus_l span{left:12px;background-image:url(../images/l.png);_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/l.png');}
.focus_r span{left:16px;background:url(../images/r.png) 0 0 no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/r.png');}
.focus_l:hover b,.focus_r:hover b{opacity:0.5;filter:alpha(opacity=50);}


/*搜索*/
.serach{ 
	width:25%; 
	float:right;
	margin-top: 5px;
	margin-right: 20px;
	}
.serach .serachtext{
	 /*width: 290px; */
	width: 79%;
	 height: 27px; 
	 line-height: 27px; 
	 background: #fff; 
	 border: solid 1px #e4e3e3; 
	 float: left;
	 }
.serach .searchbtn{ 
	/*width: 66px; */
	width: 20%;
	height: 28px; 
	background: #1e71c5; 
	border: none; 
	color: #fff; 
	font-size: 18px; 
	letter-spacing: 5px; 
	float: right;
	}
.nav-jit-hid{ display: none;}
.search-jit-hid{display: none; position: fixed; top:80px;background:#FFF;width:95%; padding:10px 2.5%; z-index:9999999}
.search-frame{ width:98%; border: 1px solid #ccc; border-radius:6px; background:#fff; height:40px ;}
.search-btn-jit{ width: 9%; height: 40px; border: 0px; float: right;  background:#f6f6f6 url(201650sszwl.png) no-repeat center; margin-right:0.1%}
.search-box-jit{ height: 40px; line-height: 40px; width: 89%; margin-left:1%; border: none; float: left;font-size: 16px;   }

/*******************************header end************************************/

/*******************************nav************************************/

.nav_bg{
	background:#0097de;
	width:100%;
	height:50px;
	}
.nav{
	display:block;
	margin:0 auto;	
	width:1200px;
	position:relative;
	}
.nav li{
	float:left;	
	width:132px;
	/*position:relative;*/
	background: url(navline.png) right center no-repeat;
	}
.nav li:last-of-type{ background: none;}
.nav li a{
	width:100%;	
	text-align:center;
	display:block;
	color:#fff;
	font-size:20px;
	height:50px;
	line-height:50px;
	font-weight: normal;
	}
.nav li a:hover{
	background:#038dce;	
	}
.nav li .nav_xiala{ 
    display:none;    
    background:url(navhoverbg.png) 0 center no-repeat;
	width:1200px;
	height:60px;
	position: absolute;
    left: -10px;
    top: 48px;
    z-index: 2;
    }
.nav li .nav_xiala .nav_logo,.nav li .nav_xiala .nav_logo:hover{
    background: url(logo1.png) 57px center no-repeat;
}
.nav li .nav_xiala a{
    color: #333;
    display: block;
    width: 130px;
    float: left;
    font-size: 18px;
}
.nav li .nav_xiala a:hover{
	background: none;
	color: #038dce;
}

/*******************************nav end************************************/

/*****************************中间内容开始******************************************/
.contents {
    width: 1200px;
    margin: 0 auto;
    /*margin-top: 190px;*/
    position: relative; 
    overflow: hidden;
	padding:10px;
	background:#fff;
	z-index:999;
	margin-top: 40px;
}
.sycontents{
	  top: 940px;	
	}
.bounce {
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 10px;
    position: relative;
}

/******虚线*****/
.dashed{ border-right:1px dashed #ccc;}


/*******************************footer**********************************/
.footer{
	width:100%;
	background:#f5f5f5;
	margin-top:70px;
	padding-top:20px;	
	z-index:-999;
	}
.sy_footer{
	margin-top: 230px;
	}
/*******************************底部链接**********************************/
/*  底部友情链接  */

.Relevant{ /*width:65%;*/width: 1200px; border-bottom:1px  solid #656565;border-top:1px  solid #656565; padding:20px 0; margin:0px auto; z-index:0;}
.Relevant h2{ line-height:48px; color:#038dce; font-size:18px; margin-right:55px; float: left; overflow:hidden}
.footer_link {
    float: left;
    font-size: 14px;
}
.footer_link ul li{float:left;width:100px;overflow: hidden;white-space: nowrap;word-break: keep-all;text-overflow: ellipsis;margin-right:15px;}
.footer_link_list{width:92%; border: 1px solid #e8e8e8; background:#fff;border-radius: 3px;padding:20px 4%; overflow:hidden;position: absolute; top:65px; left:0px; min-height:50px; z-index:9999;}
.footer_link_list a{ line-height:24px; display:block; margin: 10px; float: left; font-size:14px;}
.footer_link_list a:hover{ color:#2670dd;}
a.footer_link_a{display:block; height:48px; line-height:48px; padding: 0 15px;font-size:16px;}
a.footer_link_a span{  display: inline-block;padding: 5px; margin-left: 10px; }
a.footer_link_a:hover span{display: inline-block;padding: 5px; margin-left: 10px; }

.footer_link ul li{float:left;width:175px;overflow: hidden;white-space: nowrap;word-break: keep-all;text-overflow: ellipsis;margin-right:15px; background:url(jiantou_2.png) no-repeat left;}
.footer_link ul li:hover{ background:url(jiantou.png) no-repeat left!important;}
/*  底部友情链接 结束 */
/*.footer_map{
	width:50%;
	width: 1200px;
	margin:0 auto;	
	padding-top:20px;
	}
.footer_map p{
	margin:0 auto;	
	width:100%;
	text-align:center;
	}
.footer_map p span{
	margin:5px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#333;	
	}
.footer_map p a{
	cursor:pointer;
	display:block;	
	}
	*/
	.copyright{width:65%; margin:50px  auto; position:relative; overflow:hidden}
.copyright .copy_left{ float: left; width: 25%;}
.copyright .copy_left .dz{ margin-left: 26%; margin-bottom: 20px;}
.copyright .copy_left a{ font-size: 12px;}
.copyright .copy_mid{ float: left; width: 53%;}
.copyright .copy_mid p{ line-height: 44px; text-align: center; color: #333;}
.copyright .copy_right{ float: left; width: 20%; padding-top: 20px;}
.copyright .copy_right .jc{ margin-left: 15%;}
.copyright .copy_right ul li{ float: left; margin: 30px 5px 0px 5px;}

	
	
/*二级页*/
.ejcont_left{ 
	width: 25%;
	padding: 1%;
}
.ejcont_left .ldzc h2{
	height: 38px;
	line-height: 38px;
	background: #f5f7fa;
	font-size: 18px;
	color: #0097de;
	text-indent: 20px;
	margin-bottom: 20px;
	border-top: solid 2px #0097de;
}
.ejcont_left .ldzc dl dt img{
	padding: 0 25%;
}
.ejcont_left .ldzc dl dd{
	text-align: center;
	color: #333;
	margin: 10px auto 20px auto;
}
.ejcont_left .ldzc p{
	text-indent: 35px;
	line-height: 2;
	color: #333;
}
.ejcont_left .ldzc p a{
	color: #f00;
}
.ejcont_left .ldzc ul li{
	width: 30%;
	float: left;
	margin: 5px;
	background: #4ca4cd;
}
.ejcont_left .ldzc ul li a{
	display: block;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.ejcont_left h3{
	font-size: 18px;
	color: #0097de;
	text-indent: 10px;
	padding: 5px 0px;
	margin-bottom: 20px;
	border-bottom: solid 2px #0097de;
}
.ejcont_left .zwgk ul li:first-of-type{
	/*width: 96%;*/
}
.ejcont_left .zwgk ul li{
	float: left;
	width: 46%;
	height: 45px;
	line-height: 45px;
	margin: 5px;	
	text-align: center;
	background: #F5F7fa;
}
.ejcont_left .cbmfw ul li{
	float: left;
	width: 46%;
	height: 40px;
	line-height: 40px;
	margin: 5px;	
	text-align: center;
	background: #4ca4cd;
}
.ejcont_left .cbmfw ul li a{ 
	color: #fff;
	}
.ejcont_right{ 
	width: 71%;
	padding: 1%;
}	
.ejcont_right .current p{
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	background: #f5f7fa url(currntwz.png) 20px center no-repeat;
	margin-bottom: 40px;
}
.ejcont_right .ejlb{ 
	width: 46%;
	margin: 0 2%;
	margin-bottom: 40px;
	float: left;
}
.ejcont_right .jgzn {
    height: 321px;
    overflow: hidden;
}
.ejcont_right .jgzn h2{
	height: 30px;
	line-height: 30px;
	color: #0097de;
	font-size: 18px;
	text-indent: 10px;
	margin-bottom: 20px;
	text-align: left;
	background: url(h2bg.png) 0 center no-repeat;
}
.ejcont_right .jgzn h2.wh{background: url(h2bg1.png) 0 center no-repeat;}
.ejcont_right .jgzn h2 a{ 
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	}

.ejcont_right .jgzn ul li{
	line-height: 2.5;	
}
.ejcont_right .jgzn ul li a{
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	text-indent: 15px;
	background: url(listicon.png) 0 center no-repeat;
}	
.ejcont_right .jgzn ul li em{ 
	float: right;
	color: #666;
	}
.ejcont_right h2{
	font-size:22px;
	color:#038dce;
	margin-bottom: 20px;
	text-align: center;
	}


/*列表页*/
.line{ border: dashed 1px #ccc; margin:0px auto 25px auto;}

.listul li{
	line-height: 2.5;	
}
.listul li a{
	display: block;
	width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	text-indent: 15px;
	background: url(listicon.png) 0 center no-repeat;
}	



.imporul li{
    width: 50%!important;
    background: #dddbdb;
    color: #333;
    margin: 0px!important;
    }
.listul li em{ 
	float: right;
	color: #666;
	}
.imporul li a{
    padding: 0px!important;
    text-align: center;
    border: 0px;
    background: #dddbdb;
    margin: 0px!important;
    }
.imporul li.active{color:#208edb;}




/*通用tab导航*/
.currency_tab{ width:100%; background: #f7f7f7; overflow: hidden; height: 35px;  }
.currency_tab .zfxxgktitle a{ font-size: 24px;}
.zfwjtab{ height: 60px; /*border-bottom: solid 2px #ccc;*/}
.zfwjtab .active a{ color:#0684c5!important; /*border-bottom: solid 2px #4da9d9;*/}
.currency_tab li{ float:left; height: 30px; line-height: 30px; /*margin:30px 0;*/ width: 46%; margin-right: 10px;   }
.currency_tab li a{ display: inline-block; font-size:18px; width: 100%;  text-indent:10px; padding-bottom: 6px;  padding-right:12px;  margin-right:11px; color:#2c3250; }
.currency_tab_a{ background:none!important;}
.currency_tab li a em{ color:#60636d; display: none; font-size:8px;text-transform:uppercase}
.active a{ color:#0097de!important; background: #fff; border-top: 2px solid #0097de;}

/****************************二级页 中间内容*****************************/
/*.xia_left{
	width: 30%;
	float: left;
	padding-right: 1%;
	border-right: 1px solid #ccc;	
	}
.xia_left ul li{
	height:60px;
	margin:20px auto;	
	}
.xia_left ul li h3{
	background:#038dce;
	text-align:center;
	width: 100%;
	height:60px;
	color:#fff;
	font-size:24px;
	line-height:60px;
	}
.xia_left ul li a{
	background:url(renfang_jg_03.png) no-repeat bottom;	
	width: 100%;
	height:60px;
	line-height:60px;
	display:block;
	text-align:center;
	font-size:22px;
	cursor:pointer;
	color:#038dce;
	}
.xia_left .leftbottomimg{
	margin-top:20px;	
	}
.xia_right{
	width: 64%;
	float: right;
	padding-left:20px;
	padding-right:20px;
	}
.xia_right h2{
	font-size:22px;
	color:#038dce;
	height:88px;
	line-height:88px;
	}

.xia_right .xia_list li a{
	background:url(renfang_sy_12.jpg) no-repeat left;
	padding-left:15px;
	line-height: 2.5;
	border-bottom:1px dashed #ccc;	
	display:block;
	cursor:pointer;
	font-size:16px;
	color:#333;
	width:78%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float:left;
	}
.xia_right .xia_list li a:hover{
	color:#038dce ;
}
.list li a{
	float:left;
	color:#333;
	font-size:16px;
	display:block;
	background:url(listicon.png) center no-repeat left;
	padding-left:10px;
	cursor:pointer;
	width:70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.list li a:hover{
	color: #038dce;;
}
.xia_right .xia_list li span{
	float:right;
	display:block;
	color:#666;
	width:15%;
	font-size:14px;
	text-align:right;
	margin-right: 10px;
	height:45px;
	line-height:45px;
	}
.xia_right .fy{   
    position: absolute;
    bottom: 0px;
    left: 50%;
    
}*/

/****************************内容页 右侧内容*****************************/
.xia_right .newstop{ 
   color: #333;
 }
.xia_right .newscont h6{
	font-family: "黑体";
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.xia_right .newscont p{
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
	color: #333;
	padding: 0px 50px;
	text-indent: 35px;
}
.xia_right .newscont .zrbj{ float: right; margin-right: 50px;}
.xia_right .newscont .zrbj a{ color: #4da9d9;}
/*内容页小图片并排显示   2016-10-21*/
.xia_right .newscont p a img {
	display:inline-block;
	    
}
.xia_right .newscont p{
	clear: both;
	}


/***********分享**********/
.share_cell {
        position: absolute;
    top: 46px;
    right: 5px;
	display:none;
}
.share_cell li {
    width: 30px;
    height: 40px;
    background: rgba(255,255,255,0.95);
}
.share_cell li a {
    display: block;
    width: 30px;
    height: 40px;
    padding-left: 0px;
}
.bshare-custom.icon-medium-plus.cus-jl {
    width: 50px;
    float: right;
  /*  margin-top: -10px;*/
    position: relative;
}
.bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    font-size: 16px;
    line-height: 26px !important;
}
a.bshareDiv .bsPromo.bsPromo1, div.bshare-custom .bsPromo.bsPromo1 {
    width: 51px;
    height: 18px;
    top: -18px;
    left: 0;
    line-height: 16px;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    background: url(http://static.bshare.cn/frame/images/bshare_box_sprite2.gif) no-repeat 0 -606px;
}
span.share_box {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    float: left;
}
span.share_box img {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.bshare-qzone {
    background: url(qq1.png) no-repeat center center;
}
.bshare-sinaminiblog {
    background: url(sina1.png) no-repeat center center;
}
.bshare-qqmb {
    background: url(tencent1.png) no-repeat center center;
}
.bshare-weixin {
    background: url(weixin1.png) no-repeat center center;
}

/***********图片列表**********/
.ind_tit h2{
	height: 35px;
	position:relative;	
	border-bottom:2px solid #ccc;	
	background: url(sl_40.jpg) 0 center no-repeat;
	margin-bottom: 20px;
	}
.ind_tit h2 .xx b,.ind_tit h2 .xx span{
	border-bottom:2px solid #038dce;	
	line-height:35px;
	display:block;	
	z-index:4;
	}
.ind_tit h2 .xx b{ 
	color: #038dce;
	background: url(sl_40.jpg) 0 center no-repeat;
}
.ind_tit h2 a{
	display:inline-block;
	cursor:pointer;
	margin-right: 0px;
	}
.ind_tit h2 a b{
	font-size:18px;
	/*	color:#333;*/
	float:left;
	/*	border-bottom:3px solid #ccc;*/
	display:block;
	line-height:35px;
	letter-spacing: 0px;
	font-weight:normal;
	text-indent: 37px;
	/*padding-left:5px;*/
	}
.ind_tit h2 a span{
	font-size:22px;
	color:#333;
	float:left;
	border-bottom:3px solid #ccc;
	display:block;
	line-height:35px!important;
	padding-right:5px;
	letter-spacing: 3px;
	}
.imglistcont dl{
	/*width: 280px;*/
	width: 23.3%;
	float: left;
	margin: 10px 10px;
	overflow: hidden;
}
.imglistcont .img_list dd{
	overflow: hidden;
}
.imglistcont .img_list dd a{
	/*width:280px;*/
	width: 100%;
   /*height:200px;*/
	display:block;
	}
.imglistcont .img_list dt {
    height: 45px;
}
.imglistcont dl dd a img{
    width: 100%;
    transition: all 1s;
}
.imglistcont dl dd a img:hover{
  transform: scale(1.1);
}
.align_center{ 
   margin:50px 0px 30px 0px;
}

/***********领导简介**********/
.contents .ldjs p{
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 1.5;
	padding: 0 20px 0 80px;
}
.contents .ldjs p b{
	font-size: 20px;
	margin-right: 20px;
	font-family:"微软雅黑";
}
.contents .ldjs h5{
	font-size: 24px;
	font-family: "微软雅黑";
	color: #038dce;
	margin: 15px 0px;
	text-indent: 20px;
}

/***********领导信箱**********/
/*.contents table{
	background: #fff;
}*/

.contents .ldxxtable tr td {
    padding-left: 20px;
}

.contents table tr td input[type="text"] {
    width: 100%;
    height: 35px;
    border: 1pt solid #e7e7e7;
/*    background: #fff;*/
    
}
.contents table tr td textarea{
    width: 100%;
    height: 240px;
    border: 1pt solid #e7e7e7;
    background: #fff;
}
.contents table tr td .star{ 
   background: #fff url(star.jpg) right center no-repeat;
   }

.contents .title{
	display: block;
	font-size: 26px;
	color: #ff6200;
	padding-bottom: 20px;
}
.contents .xxfkul li{
	line-height: 2;
}
.contents .xxfkul li em{
	float: right;
	font-style: normal;    
	color: #666666;
}

/*专题专栏*/
.ztzlul{
	margin-left:15px ;
}
.contents .ztzlul li{
	float:left;
	width: 30%;
	margin: 10px 10px;
	padding: 5px;
	border:solid 1px #ccc;
}
.contents .ztzlul li a img{
	width: 100%;
}

/*信件回复*/
.ejcont_right .wyxx{
	width: 115px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #038dce;;	
	margin: 30px 0px;
	
}
.ejcont_right .wyxx a{
	color: #fff;
}
.ejcont_right .wyxxtitle{
	font-size: 27px;
    color: #303132;
    text-align: center;
    line-height: 42px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 10%;
}
.ejcont_right .xfhfcont{
	margin: 2% 5%;
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden; 
    background: #fef8f2;
    border: #038dce 1px dotted;
    
}
.ejcont_right .smtw{
  padding-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.ejcont_right .smtw p{
  font-size: 16px;
  padding: 0 40px 0px 40px;
  line-height: 1.8;
  text-indent: 30px;
}
.ejcont_right .xfhfcont p{
   font-size: 16px;
   padding: 0 20px;
   line-height: 1.8;
   text-indent: 30px;
   }
.ejcont_right .xjhfright ul li{
	text-indent: 10px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(listicon.png) left center no-repeat;
}
.ejcont_right .newstop{
	/*height: 50px;
	line-height: 50px;*/
    padding: 20px 50px;
	font-size: 14px;
}
.ejcont_right .newscont h2{
	font-family: "黑体";
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.ejcont_right .newscont p{
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
	color: #000;
}
/*.hjshareys{
    right: 50px;
}*/

/*内容页*/
/*.newsxx{ width: 80%;}*/
.currentstation{
  padding: 10px 0 10px 20px;
  text-indent: 20px;
/*  margin: 20px 30px 0px 30px;*/
  background: #eee url(position.png) 20px center no-repeat;
}
.newscont {
    padding: 0 40px;
}
.newscontent .newscont h6 {
    font-family: "黑体";
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 2% 20% 0 20%;
    line-height: 1.5;
}
.newscontent .newstop{
	height: 50px;
	line-height: 50px;
  /*  padding: 10px 50px;*/
    text-align: center;
	font-size: 14px;
}
.newscontent .newscont h2{
	font-family: "黑体";
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.newscontent .newscont p{
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
	color: #000;
	text-indent: 5px;
}
.newscontent .newscont .zrbj {
    float: right;
    margin-right: 50px;
}
.newscontent .newscont .zrbj a {
    color: #038dce;
}
.newscontent .newstop {
    color: #333;
}


/*搜索结果*/
.contents .serachcont{
    margin-top: 20px;
    border-bottom: dashed 1px #ccc;
}
.contents .serachcont h3 a {
    font-size: 18px;
    color: #666;
    display: block;
	font-family: "微软雅黑";
	font-weight: bolder;
	padding-left: 50px;
}
.contents .serachcont h3 a:hover{
   color: #038dce;
}
.contents .serachcont h3 a span {
    font-size: 12px;
    margin-left: 20px;
    color: #999;
}
.contents .serachcont p {
    font-size: 16px;
    margin: 15px auto;
    padding: 0 50px;
	line-height: 1.8;
	text-indent: 35px;
	color: #666;
}

/********************************政府领导二级页****************************************/
.zfld_jz{ margin:30px 0;}
.zfld_jz .zfld_jz_title {width: 43%;float: left;font-size: 20px; color: #038dce;text-align: center; margin: 73px 0px;}
.zfld_jz .zfld_jz_cont {width: 57%;float: left;}
.zfld_jz .zfld_jz_cont li {width: 28%;float: left;margin: 0 3%;}
.zfld_jz .zfld_jz_cont li div{ width:99%; border:solid 1px #ccc; background:#fff; padding:3px; height:auto;}
.zfld_jz .zfld_jz_cont li div img{ width:100%; height:auto;}
.zfld_jz .zfld_jz_cont li a{ display:block; width:100%; text-align:center; font-size:16px; color:#333; line-height:40px;}
/***********************************领导个人简介*******************************************/
.ldgrjj{ padding:20px 0 0 0;}
.ldgrjj b{ font-size: 22px; color: #333;}
.ldgrjj_cont{ width:20%; float:left;}
.ldgrjj_cont div{ width:100%; border:solid 1px #ccc; background:#fff; padding:3px; height:auto;}
.ldgrjj_cont div img{ width:100%; height:auto;}
.ldgrjj_cont p{ font-size:20px; text-align:center;}
.ldgrjj_cont p span{ margin:0 10px;}
.ldjl{ width:74%; float:left; padding:0 3%;}
.ldfg{ width:100%; margin:30px 0;}
.ldfg b{ font-size: 22px;color: #333;}
.ldjl span{ width:100%; display:block; font-size: 18px; line-height: 1.8;} 
.ejlbcon{ height:200px; overflow:hidden;}