﻿@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:0px;
	left:0px;
	}
.contents{
	margin-top:20px;	
	}

/*top*/
.in_top{width: 100%;
	background: url(jyt_01.png) 0 center repeat-x;
    height: 32px;
    color: #fbfbfb;
    font-size: 12px;}
.in_box{ max-width:1200px; margin:0 auto}
.in_top .txt_l{float:left;overflow:hidden; height:32px; line-height:32px;color:#333;}
.in_top .txt_l a{ color:#333;}
.in_top .txt_r{float:right;overflow:hidden; height:32px; line-height:32px;padding-right:30px;}
.in_top .txt_r a{color:#333;  text-decoration:none;}
.in_top .txt_r a:hover{display: inline-block;padding: 0px 10px;background:#056dbd; 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:#056dbd;
}
.zqdhlist dd h2 a { color:#4e4e4e;}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}
.list_tit h2 { 

	font-size:18px;
	line-height:45px; 
	color: #056dbd;
}
.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: #056dbd;}
.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: #056dbd; }

/*******************************header************************************/

.header{
	background:url(jyt_02.png) no-repeat center;
	height:167px;
	width:100%;
	margin:0px;	
	}
.header_bg{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.header_bg .headerlogo{
	width:70%;
	margin:auto auto;
    margin-top: 15px;
	float: left;
	}
.header_bg .headerlogo img{
	max-width: 100%;
}
.header_bg .headerlogo .logo_wz{
	margin-top: 10px;
}
.header_bg .searchbox{
	width:25% ;
	float: right;
}

/*搜索*/
.serach{ 
	width:25%; 
	float:right;
	margin-top: 100px;
	margin-right: 30px;
	}
.serach .serachtext{
	 /*width: 290px; */
	width: 79%;
	 height: 26px; 
	 line-height: 26px; 
	 background: #f0f0f0; 
	 border: solid 1px #e4e3e3; 
	 float: left;
	 }
.serach .searchbtn{ 
	/*width: 66px; */
	width: 20%;
	height: 28px; 
	background: #056dbd; 
	border: none; 
	color: #fff; 
	font-size: 18px; 
	letter-spacing: 5px; 
	float: left;
	}
.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_bg .header .logo{
	background:url(renfang_logo.png) no-repeat center;
	width:84px;
	height:84px;
	margin:18px auto;	
	}
.header_bg .header .logo_wz{
	background:url(renfang_sy_topwz.png) no-repeat 20px center;
	width:837px;
	height:60px;
	margin:33px auto;	
	}*/

/*******************************header end************************************/

/*******************************nav************************************/

.nav_bg{
	background:#056dbd;
	width:100%;
	height:50px;	
	}
.nav{
	display:block;
	margin:0 auto;	
	max-width:1200px;
	position:relative;
	}
.nav li{
	float:left;	
	/*padding: 0 1%;*/
	width:11%;
	/*position:relative;*/
	}
.nav li a{
	width:100%;	
	text-align:center;
	display:block;
	color:#fff;
	font-size:20px;
	height:50px;
	line-height:50px;
	}
.nav li a:hover{
	background:#05599a;	
	}
.nav li .nav_xiala{ 
    display:none;    
    background:url(navhoverbg.png) 0 center no-repeat;
	width:1200px;
	height:60px;
	position: absolute;
    left: -10px;
    top: 49px;
    z-index: 2;
    }
.nav li .nav_xiala .nav_logo,.nav li .nav_xiala .nav_logo:hover{
    background: url(logo1.png) 70px center no-repeat;
}
.nav li .nav_xiala a{
    color: #333;
    display: block;
    width: 130px;
    float: left;
    font-size: 16px;
}
.nav li .nav_xiala a:hover{
	background: none;
	color: #056dbd;
}

/*******************************nav end************************************/
/*标题*/
.bt h2{ border-bottom: solid 2px #ccc; height: 50px;  margin-bottom: 20px;}
.bt h2 a span{ display: block; float: left; height: 50px; line-height: 50px; font-size: 50px; color: #056dbd; font-weight: bold; padding-right:5px;border-bottom: solid 2px #056dbd; }
.bt h2 a  ul{ float: left; height: 47px;line-height: 1.5;border-bottom: solid 2px #056dbd; padding-top: 3px;}
.bt h2 a  ul li:nth-of-type(2){font-size: 12px;}
.bt h2 a  ul li:first-of-type{ font-size: 18px; font-weight: bold;}

/*****************************中间内容开始******************************************/
.contents {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative; 
    overflow: hidden;
	padding:10px 20px;
	background:#fff;
	z-index:999;
}
.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:10px;
	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:#056dbd; font-size:18px; /*margin-right:55px;*/ float: left; overflow:hidden}
.footer_link {
    float: right;
    font-size: 14px;
	width: 1100px;

}
.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:240px;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: 15%; margin-left:10%}
.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 .gkxx .xxgkul li{ float: left;margin: 8px 8px 8px 0px; width: 98%; height: 55px; line-height: 55px;  letter-spacing: 3px; background: #F5F7fa; }
.ejcont_left .gkxx .xxgkul li a img{ display: block; float: left; margin: 0px 20px 5px 20%;}
a:hover{ color: #056dbd;}
.ejcont_left h3{
	font-size: 18px;
	color: #056dbd;
	text-indent: 10px;
	padding: 5px 0px;
	margin-bottom: 20px;
	border-bottom: solid 2px #056dbd;
}

.ejcont_left .zwgk ul li a{
	display: block;
	float: left;
	width: 46%;
	height: 45px;
	line-height: 45px;
	margin: 10px 5px;	
	text-align: center;
	background: #F5F7fa;
}
.ejcont_left .zwgk ul li a:hover{ background: #056dbd; color: #fff;}

/*互动交流*/
.ejcont_left .hdjl ol li{ float: left; width: 95%; margin: 8px 8px 8px 0px;  height: 50px; line-height: 50px; background: #F5F7fa; padding-left: 5%; }
.ejcont_left .hdjl ol li a img{ float: left;  margin: 5px 20px 5px 20%;/*padding: 5px 20px 5px 0;*/}

.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 .ejlb h2{
	height: 30px;
	line-height: 30px;
	color: #056dbd;
	font-size: 18px;
	text-indent: 10px;
	margin-bottom: 20px;
	text-align: left;
	background: url(h2bg.png) 0 center no-repeat;
}
.ejcont_right .ejlb h2 a{ 
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	}
.ejcont_right .ejlb ul li{
	line-height: 2.5;	
}
.ejcont_right .ejlb 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 .ejlb ul li em{ 
	float: right;
	color: #666;
	}
.ejcont_right h2{
	font-size:22px;
	color:#056dbd;
	margin-bottom: 20px;
	text-align: center;
	}


/*列表页*/
.line{ border: dashed 1px #ccc; margin: 15px auto;}

/****************************二级页 中间内容*****************************/


/****************************内容页 右侧内容*****************************/
.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: 52px;
	position:relative;	
   margin-bottom: 15px;
	}
.ind_tit h2 .xx b{
	/*border-bottom:2px solid #056dbd;	*/
	line-height:35px;
	display:block;
	color: #056dbd;
	z-index:4;	
	}
.ind_tit h2 a{
	display:inline-block;
	cursor:pointer;		
	}
.ind_tit h2 a b{
	font-size:18px;
	color:#333;
	float:left;
	/*border-bottom:2px solid #ccc;*/
	display:block;
	line-height:35px;
	letter-spacing: 3px;	
	padding-left:5px;
	margin: 0px 40px;
	}
	
/*二级页标题*/
.ind_tit h3{
	height: 35px;
	position:relative;	
	border-bottom:3px solid #ccc;	
	}
.ind_tit h3 .xx b,.ind_tit h3 .xx span{
	border-bottom:3px solid #1e71c5;	
	line-height:35px;
	display:block;
	
	z-index:4;
	}
.ind_tit h3 a{
	display:inline-block;
	cursor:pointer;
		
	}
.ind_tit h3 a b{
	font-size:26px;
	color:#1e71c5;
	float:left;
	border-bottom:3px solid #ccc;
	display:block;
	line-height:35px;
	letter-spacing: 3px;
	font-weight:normal;
	padding-left:5px;
	}
.ind_tit h3 a span{
	font-size:22px;
	color:#333;
	float:left;
	border-bottom:3px solid #ccc;
	display:block;
	line-height:35px!important;
	padding-right:30px;
	letter-spacing: 3px;
	}


.imglistcont dl{
	/*width: 280px;*/
	width: 23%;
	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: #056dbd;
	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: #056dbd;;	
	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: #056dbd 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: #056dbd;
}
.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: #056dbd;
}
.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:15%; float:left; font-size:20px; color:#056dbd; text-align:center; line-height:150px}
.zfld_jz .zfld_jz_cont{ width:85%; float:left;}
.zfld_jz .zfld_jz_cont li{ width:19%; 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:22px; 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;} 


@media screen and (max-width:1100px) {
    .header_bg .headerlogo .logo{ display: none;}
	.header_bg .headerlogo .logo_wz img{ width: 80%;}

}

@media screen and (max-width:980px) {
     /*head*/
	#mdgov_enterpriseNavigationWrap{ display: none;}
	.header-cyy { width:100%; margin:0 auto; height:60px; position: fixed; background:#1e71c5; z-index: 99999999; top: 0px; display:block}
	.header-cyy_main { width:90%; margin:0 auto; height:60px;}
	.search-icon-cyy{width:40px; height: 40px; background:url(201650ss1zwl.png) no-repeat center;margin: 0 5px; vertical-align: middle; display:block; float:left}
	.hmb-icon-cyy{ display: block; width:40px; height: 40px; background:url(201650lmzwl.png) no-repeat center; margin: 0 5px; vertical-align: middle; float:left} 
	.nav-jit-hid{ display: none; width: 100%; background:rgba(255,255,255,0.9); position: fixed; top: 60px; z-index: 999999;  }
	.nav-jit-hid li{ padding:15px; border-bottom: 1px solid #e5e5e5;   }
	.nav-jit-hid li a{ display: block; width: 100%; height: 100%;  }
	.hidded-nav-jit{ float: right; margin-top: 10px; }
	.app_logo {float: left;width: 244px;height: 44px;background: url(app_logo.png) no-repeat;margin-left: 1%; margin-top: 8px;}
	.search_box_lj{ display:none !important;}
	.Relevant{ width: 90%;}
	
	.contents {margin-top: 60px;}
	
	.contents .imgnews { width: 100%; margin: 10px 5px;}
	.Relevant { display: none;}
	.footer_map{ width: 100%;}
	
	.import_notice{ width: 100%; float: none;}
	.serach{ width: 100%; float: none; margin: 20px auto;}
	.banner{ clear: both; margin-top: 40px;}
	.import_notice img{ margin-left: 0px;}
	.unslider-nav{ margin-bottom: 30px;}
	.ind_con .con_fl,.ind_con .con_fr{ float:none; clear: both; margin: 15px auto;}
	.ind_con .con_fl img,.ind_con .con_fr img{ width: 100%;}
	.ind_con .narrow,.ind_con .wide{ width: 100%; float: none; overflow: hidden;}

	 /*图片列表*/
	.contents .img_list{width:23.5%; margin: 10px 5px;}
	.contents .img_list dt{ font-size: 24px;}
	
	 /*专题专栏*/
   .contents .ztzlul li{width: 28%;}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    #mdgov_enterpriseNavigationWrap{ display: none;}
    /*.list li span {width: 20%;}
    .list li a{ width: 65%;}*/
    .header{ display: none;}
    .nav_bg{ display: none;}
    .header{ display: none;}
    .zqdhlist{ display: none;}
    .ind_con .con_fl{ width: 100%; float: none;}
    .ind_con .con_fr{ width: 100%; float: none;}
	.ind_con .con_fl img,.ind_con .con_fr img{ width: 100%;}
    .ind_con .narrow,.ind_con .wide{ width: 100%; float: none; overflow: hidden;}
    .ind_con .narrow .gkxxul li { width: 24%; margin-bottom: 30px;}  
   
    
    .contents dl{width:31%; margin: 10px;}
    .mgnews li{ width: 23%;}
       /*机构职能*/
    .ejcont_left{ width: 100%; float: none;}
    .ejcont_right{ width: 100%; float: none;}
    .current{ display: none;}
   /*.xia_right{ width: 62%;}
   .xia_right .fy{ left: 40%;}
   .Relevant { width: 95%;}
   .xia_right h2{ font-size: 22px;}
	.xia_left ul li a{ float: left; font-size: 22px;}
	.xia_right .xia_list li a{ font-size: 18px; line-height: 2.5;  border-bottom: 1px dashed #666; width: 90%;}
	.xia_left ul li h3{ font-size: 22px;}*/
    /*信件回访*/
	.xia_right .wyxxtitle{ font-size: 22px;}
	.xia_right .newstop{ font-size: 16px; margin-top: 30px; padding: 20px 0px; }
	.xia_right .wyxx{ width: 26%; padding: 10px 0; font-size: 16px;}
	.xia_right .smtw p{ font-size: 16px; padding: 0px;}
	.xia_right .xfhfcont p{ font-size: 16px;}
	.xia_right .xfhfcont{max-height: 160px;}
	
    /*专题专栏*/
   .contents .ztzlul li{width: 95%; float: none; margin: 20px auto;}
    /*图片列表*/  
    .contents .img_list { width: 30%;  margin: 10px 5px;}
    .contents .img_list dt { font-size: 18px;}
      /*内容页*/
	 .contents p{ padding:0 20px;}
	 .newscontent .newstop{ padding: 20px 20px;}
	 .newscontent .newscont h6{ padding: 2% 10%;}
	 .currentstation{ margin: 20px 20px 0px 20px;}
}
@media (min-width: 480px) and (max-width: 767px) {   

	#mdgov_enterpriseNavigationWrap{ display: none;}
    .header{ display: none;}
    .nav_bg{ display: none;}
    .header{ display: none;}
    .zqdhlist{ display: none;}
    .ind_con .con_fl{ width: 100%; float: none;}
    .ind_con .con_fr{ width: 100%; float: none;}
    
    .ind_con .con_fl img,.ind_con .con_fr img{ width: 100%;}
    .ind_con .narrow,.ind_con .wide{ width: 100%; float: none; overflow: hidden;}
    .ind_con .narrow .gkxxul li { width: 24%; margin-bottom: 30px;}  
    .ind_con .wide .hdjlol li a img{margin: 5px 5px 5px 5%;}
	.ind_con .hdjl p a{ width: 58%; font-size: 14px;}
    .ind_con .hdjl p em{ width: 24%; font-size: 14px;}
    .ind_con .hdjl p b{width: 18%; font-size: 14px;}

    /*机构职能*/
    .ejcont_left{ width: 100%; float: none;}
    .ejcont_right{ width: 100%; float: none;}
    .ejcont_right .ejlb{ width: 100%; }
    .current{ display: none;}

	/*专题专栏*/
   .contents .ztzlul li{width: 95%; float: none; margin: 20px auto;}
     /*内容页*/
 .contents p{ padding:0 20px;}
 .newscontent .newstop{ padding: 20px 0px;}
 .newscontent .newscont h6{ padding: 2% 10%;}
 .currentstation{ margin: 20px 20px 0px 20px;}

   /*政府领导*/
 .zfld_jz .zfld_jz_title{ width:30%;} 
 .zfld_jz .zfld_jz_cont{ width: 70%;}
 .zfld_jz .zfld_jz_cont li{ width: 36%;}
}
@media screen and (max-width:480px) {
	#mdgov_enterpriseNavigationWrap{ display: none;}
	.header{ display: none;}
    .nav_bg{ display: none;}
    .header{ display: none;}
    .zqdhlist{ display: none;}
    
    .ind_con .con_fl{ width: 100%; float: none;}
    .ind_con .con_fr{ width: 100%; float: none; margin-left: 0px;}
    .ind_con .con_fl img,.ind_con .con_fr img{ width: 100%;}
    .ind_con .narrow,.ind_con .wide{ width: 100%; float: none; overflow: hidden;}
    .ind_con .narrow .gkxxul li { width: 100%; margin-bottom: 30px; float: none;}  
    .ind_con .narrow .gkxxul li a img{ margin: 5px 5% 5px 25%;}   
    .ind_con .wide .hdjlol li{ width: 100%; float: none; margin: 10px 0px;}
    .ind_con .wide .hdjlol li:nth-of-type(2) {  margin: 0px;}
     .ind_con .wide .hdjlol li a img{margin: 5px 5% 5px 25%;}
	.ind_con .hdjl p a{ width: 58%; font-size: 14px;}
    .ind_con .hdjl p em{ width: 24%; font-size: 14px;}
    .ind_con .hdjl p b{width: 18%; font-size: 14px;}
    .ind_tit h2 a b{ margin: 0 0px 0px 40px;}    
    .list li a{ width: 68%;}
    
    .contents dl{width:31%; margin: 10px;}
    .mgnews li{ width: 45%;}

   /*机构职能*/
    .ejcont_left{ width: 100%; float: none;}
    .ejcont_right{ width: 100%; float: none;}
    .ejcont_right .ejlb{ width: 100%; }
    .current{ display: none;}
    .ldgrjj_cont{ width: 100%;}
    .ldgrjj_cont div{ border: none;}
    .ldgrjj_cont div img{ margin-left: 20%; width: 50%;}
    .ldjl{ width: 100%;}
 
	/*专题专栏*/
   .contents .ztzlul li{width: 95%; float: none; margin: 20px auto;}
	/*图片列表*/  
  .contents .img_list { width: 45%;  margin: 10px 5px;}
  .contents .img_list dt { font-size: 16px;}
  /*内容页*/
 .newscont p{ padding:0 20px;}
 .newscontent .newstop{ padding: 20px 0px;}
 .newscontent .newscont h6{ padding: 2% 10%;}
 .currentstation{ margin: 20px 0px 0px 0px;}
 
 /*搜索结果*/
.contents .serachcont h3 a{ padding-left: 0px;}
.contents .serachcont p{ padding: 0px;}
  /*信箱回访*/
 .xxhf_left{ display: none;}
 .xxhf_right{ width: 90%;}
 .xia_right .wyxxtitle{ font-size: 18px; padding: 0px; line-height: 1.5;}
 .xia_right .newstop{ padding: 20px 0px; margin-top: 15px;}
 .xia_right .smtw p{ padding: 0px;}
 .xia_right .sharediv{ padding: 0px; margin-top: -35px;}
 .xia_right .smtw p{ font-size: 14px;} 
 /*政府领导*/
 .zfld_jz .zfld_jz_title{ width:30%;} 
 .zfld_jz .zfld_jz_cont{ width: 70%;}
 .zfld_jz .zfld_jz_cont li{ width: 36%;}
}
.xgdiv{ height:380px;}
.copyright{max-width: 1200px;margin: 0 auto;}



/*20191227 修改*/
.hdjl .hdjl_bt{
	width: 230px;
	float:left;
}
.hdjl .hdjlol{
	float: right;
    width: 555px;
}

.ypt_a a{
	float: left;
	display: block;
	width: 31%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #F4F4F4;
	color: #333;
	margin: 1%;
}
.ypt_a a:hover{
	background: #056dbd;
	color: #fff;
/*	outline: 3px solid #abd7f8;*/
}











