﻿﻿@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:#e8e8e8; 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;}
.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: #fe8a1b;
    height: 25px;
    color: #fbfbfb;
    font-size: 12px;}
.in_box{ max-width:1200px; margin:0 auto}
.in_top .txt_l{float:left;overflow:hidden; height:25px; line-height:25px;color:#fff;}
.in_top .txt_l a{ color:#fff;}
.in_top .txt_r{float:right;overflow:hidden; height:25px; line-height:25px;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:#fe7405; 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:#fe7405;
}
.zqdhlist dd h2 a { color:#4e4e4e;}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}
.list_tit h2 { 

	font-size:18px;
	line-height:45px; 
	color: #fe7405;
}
.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: #fe7405;}
.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: #fe7405; }

/*******************************header************************************/

.header{
	background:url(renfang_sy_01.jpg) no-repeat center;
	height:130px;
	width:100%;
	margin:0px;	
	}
.header_bg{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.header_bg .headerlogo{
	width:70%;
	margin:auto auto;

	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:30%; 
	float:right;
	margin-top: 20px;
	}
.serach .serachtext{
	 /*width: 290px; */
	width: 74%;
	 height: 33px; 
	 line-height: 33px; 
	 background: #f0f0f0; 
	 border: solid 1px #e4e3e3; 
	 float: left;}
.serach .searchbtn{ 
	/*width: 66px; */
	width: 25%;
	height: 35px; 
	background: #fe8d1b; 
	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_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:#ff6200;
	width:100%;
	height:50px;	
	}
.nav{
	display:block;
	margin:0 auto;	
	max-width:1200px;
	position:relative;
	}
.nav li{
	float:left;	
	width:12%;
	/*position:relative;*/
	}
.nav li a{
	width:100%;	
	text-align:center;
	display:block;
	color:#fff;
	font-size:24px;
	height:50px;
	line-height:50px;
	}
.nav li a:hover{
	background:#ffae00;	
	}
.nav li .nav_xiala{ 
    display:none;    
    background:url(renfang_sy_ss.png) 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(renfang_navlogo.png) right 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: #FF6200;
}

/*******************************nav end************************************/

/*****************************中间内容开始******************************************/
.contents {
    max-width: 1200px;
    margin: 0 auto;
    /*margin-top: 190px;*/
    position: relative;
 
    overflow: hidden;
	padding:10px;
	background:#f8f8f8;
	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:70px;
	padding-top:20px;
	z-index:-999;
	}
.sy_footer{
	margin-top: 230px;
	}
/*******************************底部链接**********************************/
/*  底部友情链接  */

.Relevant{ width:65%; 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:#fe7405; 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%;
	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;}
	
	
	
	
/****************************二级页 中间内容*****************************/
.xia_left{
	/*width:380px;*/
	width: 30%;
	float: left;
	padding-right: 1%;
	border-right: 1px solid #ccc;	
	}
.xia_left ul li{
	/*width: 100%;*/
	height:60px;
	margin:20px auto;	
	}
.xia_left ul li h3{
	background:#ff6200;
	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:#ff6200;
	}
.xia_left .leftbottomimg{
	margin-top:20px;	
	}
.xia_right{
	/*width:777px;*/
	width: 64%;
	float: right;
	padding-left:20px;
	padding-right:20px;
	}
.xia_right h2{
	font-size:22px;
	color:#ff6200;
	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;
	}
.list li a{
	float:left;
	color:#333;
	font-size:16px;
	display:block;
	background:url(renfang_sy_12.jpg) no-repeat left;
	padding-left:20px;
	cursor:pointer;
	width:70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.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:3px solid #ccc;	
	}
.ind_tit h2 .xx b,.ind_tit h2 .xx span{
	border-bottom:3px solid #ff6200;	
	line-height:35px;
	display:block;
	
	z-index:4;
	}
.ind_tit h2 a{
	display:inline-block;
	cursor:pointer;
		
	}
.ind_tit h2 a b{
	font-size:26px;
	color:#ff6200;
	float:left;
	border-bottom:3px solid #ccc;
	display:block;
	line-height:35px;
	letter-spacing: 3px;
	font-weight:normal;
	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:30px;
	letter-spacing: 3px;
	}
.contents dl{
	/*width: 280px;*/
	width: 23.3%;
	float: left;
	margin: 10px 10px;
	overflow: hidden;
}
.contents .img_list dd{
	overflow: hidden;
}
.contents .img_list dd a{
	/*width:280px;*/
	width: 100%;
   /*height:200px;*/
	display:block;
	}
.contents .img_list dt {
    height: 45px;
}
.contents dl dd a img{
    width: 100%;
    transition: all 1s;
}
.contents dl dd a img:hover{
  transform: scale(1.1);
}
.align_center{ 
   margin:50px 0px 30px 0px;
}

/***********领导简介**********/
.contents p{
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 1.5;
	padding: 0 20px 0 80px;
}
.contents p b{
	font-size: 20px;
	margin-right: 20px;
	font-family:"微软雅黑";
	text-align: left;
}
.contents h5{
	font-size: 24px;
	font-family: "微软雅黑";
	color: #f67206;
	margin: 15px 0px;
	text-indent: 20px;
}

/***********领导信箱**********/
/*.contents table{
	background: #fff;
}*/
.contents table tr td {
    padding-left: 20px;
}

.contents table tr td input[type="text"] {
    width: 100%;
    height: 30px;
    border: 1pt solid #e7e7e7;
/*    background: #fff;*/
    
}
.contents table tr td textarea{
    width: 100%;
    height: 122px;
    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%;
}

/*信件回复*/
.xia_right .wyxx{
	width: 115px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ff6200;;	
	margin: 30px 0px;
	
}
.xia_right .wyxx a{
	color: #fff;
}
.xia_right .wyxxtitle{
	font-size: 27px;
    color: #303132;
    text-align: center;
    line-height: 42px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 10%;
}
.xia_right .xfhfcont{
	margin: 2% 5%;
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden; 
    background: #fef8f2;
    border: #ff6200 1px dotted;
    
}
.xia_right .smtw{
  padding-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.xia_right .smtw p{
  font-size: 16px;
  padding: 0 40px 0px 40px;
  line-height: 1.8;
  text-indent: 30px;
}
.xia_right .xfhfcont p{
   font-size: 16px;
   padding: 0 20px;
   line-height: 1.8;
   text-indent: 30px;
   }
.xia_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;
}
.xia_right .newstop{
	/*height: 50px;
	line-height: 50px;*/
    padding: 20px 50px;
	font-size: 14px;
}
.xia_right .newscont h2{
	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: #000;
}
/*.hjshareys{
    right: 50px;
}*/

/*内容页*/
.currentstation{
  padding: 10px 0 10px 20px;
  text-indent: 20px;
  margin: 20px 30px 0px 30px;
  background: #eee url(position.png) 20px center no-repeat;
}
.newscontent .newscont h6 {
    font-family: "黑体";
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 2% 20%;
    line-height: 1.5;
}
.newscontent .newstop{
	height: 50px;
	line-height: 50px;
    padding: 20px 50px;
	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: 40px;*/
}
.newscontent .newscont .zrbj {
    float: right;
    margin-right: 50px;
}
.newscontent .newscont .zrbj a {
    color: #ff6200;
}
.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: #ff6200;
}
.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;
}

/*防空警报信号专栏*/
.jbred{ color: #ca2009;}
.jbblue{ color: #087e3a;}
.jborange{ color: #ff6200;}

.main_box3_warn {
		/*width: 526px;*/
		width: 98%;
/*		background: url(adbar1.jpg) 0 0 no-repeat;*/
		float: left;
		margin-right: 9px;
		overflow: hidden;
		border: solid 2px #ccc;
	}
	.main_box3 img {
		float: left;
		overflow: hidden;
	}
	.main_box3_warn_box {
		width: 82%;
		float: right;
		margin: 11px auto;
	/*	margin: 5px 10px 0 0;*/
	}

	.main_box3_warn .fkxhtit{
		display: block;
		width: 200px;
		float: left;
	}
	.main_box3_warn_box li{
		width: 33%;
		float: left;
		text-indent: 70px;
	
		background: url(tb14.jpg) 15px center no-repeat;
		border-right: solid 1px #ccc;
	}
	.main_box3_warn_box li:nth-of-type(3){
		border: none;
	}
	.main_box3_warn_box li p {
		color: #1b73b8;
		float: left;
		font-size: 16px;
		padding: 0;
	}
	.main_box3_warn_box li h2{
		font-weight: bold;
		padding-bottom: 5px;
	}
	.main_box3_warn_box li a {
		width: 11px;
		height: 10px;
		float: left;
		margin: 7px 0 0 5px;
		background: url(adbaricon1.jpg);
	}
	.main_box3_warn_box li a.cur {
		width: 10px;
		height: 10px;
		float: left;
		margin: 3px 0 0 5px;
		background: url(adbaricon2.jpg);
	}


@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:#ff6200; 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%;}
	 /*图片列表*/
	.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;}
    .contents dl{width:31%; margin: 10px;}
    .mgnews li{ width: 23%;}
       /*机构职能*/
   .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;}
    /*机构职能*/
   .xia_right{ width: 62%;}

	/*专题专栏*/
   .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;}


}
@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;}
    .contents dl{width:31%; margin: 10px;}
    .mgnews li{ width: 45%;}
    /*机构职能*/
   .xia_left{ width: 28%;}
   .xia_right{ width: 60%;}
   .xia_left ul li h3{font-size: 18px;height: 40px; line-height: 40px;}
   .xia_left ul li{ height: 40px;margin: 10px auto; }
   .xia_left ul li a{ height: 40px; line-height: 40px;font-size: 18px;}
   .xia_right h2{ font-size: 18px; height: 60px; line-height: 60px;}
   .xia_right .xia_list li a{ font-size: 16px; }
   .align_center{ font-size: 12px;}
   .xia_right .fy{ left: 138px;}
	/*专题专栏*/
   .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;}
  /*内容页*/
 .contents 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{ margin:30px 0;}
.zfld_jz .zfld_jz_title{ width:15%; float:left; font-size:20px; color:#333; font-weight: bold; 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:20px;text-align: left;}
.ldgrjj_cont p span{margin:0 10px;text-align: left;}
.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: 16px; line-height: 1.8;} 

.clear{clear: both;}