﻿@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 {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
h1 {font-size: 2.4em; /*2.4em × 10 = 24px */}
p	{font-size: 1.4em; /*1.4em × 10 = 14px */}
li {font-size: 1.4em; /*1.4 × ? = 14px ? */}
body{background:#f3f3f3; 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; margin:0 auto;}
.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:auto;	
	position:absolute;
	top:0px;
	left:0px;
	}
.contents{
	margin-top:20px;
	padding: 10px;
	}

/*top*/
.in_top{width: 100%;
	background: #025ff9;
    height: 25px;
    color: #fbfbfb;
    font-size: 12px;
	border-bottom:1px solid #fff;
}
.in_box{ max-width:1400px; 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:#539eff; 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:#166ddb;
}
.zqdhlist dd h2 a { color:#4e4e4e;}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}
.list_tit h2 { 

	font-size:18px;
	line-height:45px; 
	color: #166ddb;
}
.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: #166ddb;}
.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.png) no-repeat center;
	height:290px;
	width:100%;
	margin:0px;	
	}
.header_bg{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 20px;
}
.header_bg .headerlogo{
	width:70%;
	margin:50px auto;
    
	float: left;
	}
.logo {
    margin-left: 5%;
}
.header_bg .headerlogo img{
	max-width: 100%;
}
.header_bg .headerlogo .logo_wz{
	margin: 10px;
}
.header_bg .searchbox{
	width:25% ;
	float: right;
}

/*搜索*/
.serach{ 
	width:30%; 
	float:right;
	margin-top: 175px;
	}
.serach .serachtext{
	 /*width: 290px; */
	width: 55%;
    height: 33px;
    padding-left: 3px;
    line-height: 33px;
    background: #fff;
    border: solid 1px #fff;
    float: left;
}
.serach .searchbtn{ 
	/*width: 66px; */
	width: 24%;
    height: 36px;
	background:url(fdj.png) no-repeat center;
	border: none; 
	color: #fff; 
	font-size: 18px; 
	letter-spacing: 5px; 
	float: left;
	cursor: pointer;
	}
.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:#025ff9;
	width:100%;
	height:50px;	
	}
.nav{
	display:block;
	margin:0 auto;	
	max-width:1400px;
	position:relative;
	}
.nav li{
	float:left;	
	width:16%;
	/*position:relative;*/
	background: url(nav_x.png) no-repeat right center;
	}
.nav li a{
	width:99%;	
	text-align:center;
	display:block;
	color:#fff;
	font-size:22px;
	height:50px;
	line-height:50px;
	}
.nav li a:hover{
	background:#0147a6;	
	}
.nav li .nav_xiala{ 
    display:none;    
    background:url(renfang_sy_ss.png) no-repeat;
	width:1400px;
	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) 58% center no-repeat;
}
.nav5{
	background:none!important;
}
.nav li .nav_xiala a{
    color: #333;
    display: block;
    width: 155px;
    float: left;
    font-size: 16px;
}
.nav li .nav_xiala a:hover{
	background: none;
	color: #0147a6;
}

/*******************************nav end************************************/

/***************************政府领导专栏***************************/
/***************************政府领导专栏***************************/

.zfld_jz{ margin:30px 0;}
.zfld_jz .zfld_jz_title{ width:15%; float:left; font-size:20px; color:#0066cc; 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;}
/***********************************领导个人简介*******************************************/
.ldjs h4{ 
	font-size: 16px;
	color: #0457B5;
	text-align: left;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.ldjs p{ 
	font-size: 16px;
	line-height: 35px;
}




/*****************************中间内容开始******************************************/
.contents {
    width: 1380px;
    margin:1% auto;
    /*margin-top: 190px;*/
    position: relative;
 
    overflow: hidden;
/*	padding:10px;*/
/*	background:#f8f8f8;*/
	z-index:999;
}
.er_con{
	background:#fff;
}
.sycontents{
	  top: 940px;
	padding: 0px!important;
	width:1400px!important;
	}
.bounce {
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 10px;
    position: relative;
}

/******虚线*****/
/*.dashed{ border-right:1px dashed #ccc;}*/


/*******************************footer**********************************/

/*******************************footer**********************************/
.footer{
	width:100%;
	background:#fff;
	margin-top:175px;
	padding-top:20px;	
	z-index:-999;
	}
/*******************************底部链接**********************************/
/*  底部友情链接  */


.footer_link {
    float: left;
    font-size: 14px;
}
.Relevant{ width:77%; 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:#005fcb; font-size:18px; margin-right:55px; float: left; overflow:hidden}
.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:155px;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;}
.copyright{width:65%; margin:0  auto; position:relative; overflow:hidden;padding: 1% 0px;}
.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;}
.er_footer{
	margin-top:35px;
}
	
/****************************二级页 中间内容*****************************/
.xia_left{
	/*width:380px;*/
	width: 30%;
	float: left;
/*	border-right: 1px solid #ccc;	*/
/*	padding: 10px;*/
	
	}
.xia_left ul{
	background: #f5fdfe;
	}
.xia_left ul li{
	/*width: 100%;*/
	height:60px;
	margin:20px auto;	
	background: #f5fdfe;
	}
.xia_left ul li h3{
	background:#025ff9;
	text-align:center;
	width: 100%;
	height:50px;
	color:#fff;
	font-size:20px;
	line-height:50px;
	border-radius: 5px;
	}
.xia_left ul li a{
	width: 100%;
	height:60px;
	line-height:60px;
	display:block;
	text-align:center;
	font-size:18px;
	cursor:pointer;
	font-weight: bold;
	color:#333;
	}
.xia_left ul li a.on{
	background:url(sp_gxj_56.png) no-repeat center;	
	}
.xia_left ul li a:hover{
	color:#025ff9;
	}
.xia_left .leftbottomimg{
	margin-top:20px;	
	}
.xia_right{
	/*width:777px;*/
	width: 64%;
	float: right;
/*	padding:10px;*/
	min-height: 760px;
	}
h2.er_tit{
	height:68px;
	border-bottom: 1px dashed #025ff9;
	}
h2.er_tit span{
	font-size:18px;
	color:#025ff9;
	line-height:69px;
	font-weight: bold;
	}

.xia_right .xia_list li a{
	background:url(renfang_sy_12.png) 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;
	}
.dqwz{
	text-align:right;
	font-size: 16px!important;
	font-weight: normal!important;
	display: inline-block;
	float:right;
	color: #333!important;
}
.er_list{
	width:96%;
	padding: 2%;
	border: 1px solid #ccc;
	margin-top: 3%;
}
/**************列表**********************/
.list li{
	height:38px;
	line-height:38px;	
	}
.list li a{
	float:left;
	color:#333;
	font-size:1rem;
	display:block;
	background:url(renfang_sy_12.png) no-repeat left;
	padding-left:20px;
	cursor:pointer;
	width:70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "宋体";
	}
.list li a:hover{
	color:#000;
}
.list li span{
	float:right;
	display:block;
	color:#666;
	width:20%;
	font-size:1rem;
	text-align:right;
	margin-right: 10px;
	font-family: "宋体";
	}
.xia_right .xia_list li span{
	float:right;
	display:block;
	color:#666;
	width:15%;
	font-size:0.8rem;
	text-align:right;
	margin-right: 10px;
	padding: 1% 0px;
	line-height:45px;
	font-family: "宋体";
	}
.xia_right .fy{   
    position: absolute;
    bottom: 0px;
    left: 50%;
    
}

/****************************内容页 右侧内容*****************************/
.xia_right .newstop{ 
   color: #333;
 }
.xia_right .newscont h6{
	font-family: "黑体";
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.xia_right .newscont p{
	font-size: 1rem;
	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: 40px;*/
	padding: 1% 0px;
	position:relative;	
	border-bottom:6px solid #cacaca;	
	background: #ecf8ff;
	}
.ind_tit h2 .xx b{		
/*	line-height:40px;*/
	color:#004fe0;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0px 5px;
	}
.ind_tit h2 .xx span{		
	font-size: 1.4rem;
	}
.ind_tit h2 a span{		
	font-size: 1.4rem;
	}
.ind_tit h2 a i{
	display:inline-block;
	cursor:pointer;
	color: #b6b6b6;
	font-size: 0.8rem;
	}
.ind_tit h2 a b{
	line-height:32px;
	color:#004fe0;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 5px;
	}

.contents dl{
	/*width: 280px;*/
	width: 23.3%;
	float: left;
	margin: 10px 10px;
	overflow: hidden;
}

.contents .img_list dd a{
	/*width:280px;*/
	width: 100%;
/*	height:200px;	*/
	display:block;
	}
.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: 1.4rem;
	font-family: "微软雅黑";
	color: #333;
	line-height: 1.5;
	/*padding: 0 20px 0 80px;*/
}
.contents p b{
	font-size: 1.4rem;
	margin-right: 20px;
	font-family:"微软雅黑";
}
/*
.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;*/
	padding: 0.8% 0px;
    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: 2rem;
	color: #166ddb;
	padding-bottom: 20px;
}
.contents .xxfkul li{
	line-height: 2;
}
.contents .xxfkul li em{
	float: right;
	font-style: normal;    
	color: #666666;
}
.bgblue{
	background: #025ff9;
	text-align: center;
	font-size: 1rem;
	color: #fff;
/*	height: 35px;*/
	padding: 1% 0px;
	width: 70px;
	line-height: 35px;
	margin-right: 1%;
	border: 0px;
	cursor: pointer;
	margin: 2%;
}
.gray{
	background: #9d9d9d;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	padding: 1% 0px;
	border: 0px;
	width: 70px;
	line-height: 35px;
	cursor: pointer;
	margin: 2%;
}
/*专题专栏*/
.ztzlul{
	margin-left:15px ;
}
.contents .ztzlul li{
	float:left;
	width: 30%;
	margin: 10px 10px;
	padding: 5px;
	border:solid 1px #ccc;
}
.contents .ztzlul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.contents .ztzlul li a img{
	width: 100%;
	height: 100%;
}

/*信件回复*/
.er_list h1{
	text-align: center;
	font-size: 1.2rem;
	color: #333;
/*	height: 50px;*/
	padding: 2% 0px;
	line-height: 50px;
}
.er_list h4{
	text-align: center;
}
.er_list h4 span{
	text-align: center;
	font-size: 1rem;
	color: #666;
/*	height: 40px;*/
	padding: 1% 0px;
	line-height: 40px;
	margin: 0px 10px;
}
.er_list h5{
	text-align: left;
	font-size: 1rem;
	color: #025ff9;
	padding: 1% 0px;
	line-height: 40px;
	font-weight: bold;
}
.er_list p{
	text-align: left;
	font-size: 1rem;
	color: #333;
	line-height: 35px;
}
.xia_right .wyxx{
	width: 115px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #166ddb;
	margin: 30px 0px;
	
}
.xia_right .wyxx a{
	color: #fff;
}
.xia_right .wyxxtitle{
	font-size: 1.2rem;
    color: #333;
    text-align: left;
    line-height: 40px;
    font-weight:bold;
    margin-top: 10px;
    padding: 0 18px;
	background: url(sp_gxj_58.png) no-repeat left center;
}
.xia_right .xfhfcont{
	margin: 2% 5%;
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden; 
    background: #f2f7fe;
    border: #166ddb 1px dotted;
    
}
.xia_right .smtw{
  padding-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.xia_right .smtw p{
  font-size: 1rem;
  padding: 0 40px 0px 40px;
  line-height: 1.8;
  text-indent: 30px;
}
.xia_right .xfhfcont p{
   font-size: 1rem;
   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: 1.8rem;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.xia_right .newscont p{
	font-size: 1rem;
	line-height: 2;
	margin-top: 10px;
	color: #000;
}
.div_gd{
	width:45%;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f5f5f5;
	font-size: 1rem;
	display: block;
	margin: 2% auto;
}
.div_gd:hover{
	border: 1px solid #0f4195;
	background: #2976f6;
	color: #fff;
}
.scroll_div{
	width:95%;
	padding: 1%;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.bgs_div li{
	float:left;
	width: 33%;
}
.bgs_div li a{
	padding-left: 1%;
	text-align: left;
	font-size: 1rem;
	color: #333;
/*	height: 35px;*/
	padding: 1% 0px;
	line-height: 35px;
	display: block;
}
.bgs_div li a:hover{
	padding-left: 1%;
	text-align: left;
	font-size: 1rem;
	color:#005fcb;
}

/*内容页*/
.currentstation{
  padding: 10px 0 10px 20px;
  text-indent: 20px;
  margin: 20px 30px 0px 30px;
  background: #eee;
}
.newscontent .newscont h6 {
    font-family: "黑体";
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    padding: 2% 20%;
    line-height: 1.5;
}
.newscontent .newstop{
/*	height: 50px;*/
	padding: 2% 0px;
	line-height: 50px;
/*    padding: 20px 50px;*/
	font-size: 0.8rem;
}
.newscontent .newscont h2{
	font-family: "黑体";
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	padding: 2% 20%;
	line-height: 1.5;
}
.newscontent .newscont p{
	/*font-size: 1rem;*/
	line-height: 2;
	margin-top: 10px;
	color: #000;
	text-indent: 5px;
	padding: 0 40px;
}
.newscontent .newscont .zrbj {
    float: right;
    margin-right: 50px;
}
.newscontent .newscont .zrbj a {
    color: #025ff9;
}
.newscontent .newstop {
    color: #333;
}


/*搜索结果*/
.contents .serachcont{
    margin-top: 20px;
    border-bottom: dashed 1px #ccc;
}
.contents .serachcont h3 a {
    font-size: 1.2rem;
    color: #666;
    display: block;
	font-family: "微软雅黑";
	font-weight: bolder;
	padding-left: 50px;
}
.contents .serachcont h3 a:hover{
   color: #025ff9;
}
.contents .serachcont h3 a span {
    font-size: 0.8rem;
    margin-left: 20px;
    color: #999;
}
.contents .serachcont p {
    font-size: 1rem;
    margin: 15px auto;
    padding: 0 50px;
	line-height: 1.8;
	text-indent: 35px;
	color: #666;
}

@media screen and (max-width: 1366px) {
	.header_bg {
    max-width: 1200px; 
}
	.header_bg .headerlogo .logo_wz {
    width: 78%;
}
	.nav {
    max-width: 1200px;
}
	.nav li .nav_xiala {
    width: 1200px;
}
	.sycontents {
    width: 1200px!important;
}
	.contents {
    width: 1180px;
}
	.ind_con .con_fr {
    width: 40%;
}
	.left_1 {
    width: 19%;
	}
	
}

@media screen and (max-width:1280px) {
	
}

@media screen and (max-width:1200px) {
	
}

@media screen and (max-width:1100px) {
/*    .header_bg .headerlogo .logo{ display: none;}*/
/*	.header_bg .headerlogo .logo_wz img{ width: 80%;}*/
	.header_bg {
    max-width: 900px; 
}
	.header_bg .headerlogo .logo_wz {
    width: 78%;
}
		.header_bg .headerlogo .logo {
    width: 12%;
}
	.nav {
    max-width: 900px;
}
	.nav li .nav_xiala {
    width: 900px;
}
	.sycontents {
    width: 900px!important;
}
	.contents {
    width: 880px;
}
	.ind_con .con_fr {
width: 39%;
		height: 600px;
		overflow-x: hidden;
		overflow-y: auto;
}
	.right_2{
		width:38%;
	}
	.right_1{
		width:38%;
	}
	.left_1 {
    width: 15%;
	}
	.ind_tit h2 a i{
		display:none;
	}
	.ind_tit h2 a span{
		display:none;
	}
	.list li a{
		width:68%;
	}
	.list li span{
		width:23%;
	}
	.gxdt li span{
		width:25%;
	}
	.copyright {
    width: 70%;
   
}
	.serach .searchbtn {
    width: 28%;
	}
	.contents .ztzlul li {
    width: 29%;
	}

}

@media screen and (max-width:980px) {
     /*head*/
	#mdgov_enterpriseNavigationWrap{ display: none;}
	.header-cyy { width:100%; margin:0 auto; height:60px; position: fixed; background:#166ddb; 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!important;}
	
	.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: 98%; float: none;}
    .ind_con .con_fr{ width: 98%; 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;}
	 .newscont p{ padding:0 80px;}
	  /*领导个人简介照片*/
	 .ldgrjj_cont{ width:36%; margin:0 auto; float:none;}
	 .ldgrjj_cont div{ width:100%; border:solid 1px #ccc; background:#fff; padding:3px; height:auto;}
	 .ldjl span{ width:100%;}
	  /*领导简介照片*/
	 .zfld_jz .zfld_jz_cont li{ width:36%; float:left; margin:0 3%;}
	
	.left_1,.right_1,.right_2{
		float:none;
		width:98%;
	}
	.tb_ul li {
    padding: 1% 0px;
}
	.zt_list li a {
    height: 100px;
}
	 
}
@media screen and (min-width: 700px) and (max-width: 768px) {
		body{
		background: #f0f0f0;
	}
	
	
	#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;}
	.left_1,.right_1,.right_2{
		float:none;
		width:100%;
	}
	
}



@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;}
	.left_1,.right_1,.right_2{
		float:none;
		width:100%;
	}
	



}
@media screen and (max-width:480px) {
	.ind_con .con_fr {
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.left_1, .right_1, .right_2,.top_div, .bto_div {
    padding: 1%;
	width: 98%;
	margin: 0px 0px 1% 0px;
}
.ind_tit h2 a {
    padding: 1% 0px;
		
}
	.my-slider img{
		height:auto;
	}
.tb_ul li a img {
    display: none;
}
	.zt_list li a {
    height: auto;
	}
	.contents {
    width: 97%;
		padding: 1%;
}	
	.sycontents {
    width: 97%!important;
		padding: 1%;
}
		/*图片列表*/  
	.contents .img_list {
    width: 100%;
    margin: 0px;
		float:none;
}
	.contents .img_list dt {
    font-size: 1.2rem;
}
	.copyright {
    width: 98%;
}
	.footer{
		display:none;
	}
	#mdgov_enterpriseNavigationWrap{ display: none;}
	.header{ display: none;}
    .nav_bg{ display: none;}
    .header{ display: none;}
    .zqdhlist{ display: none;}
	.left_1,.right_1,.right_2{
		float:none;
		width:100%;
	}
    
    .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: 100%; float:none;}
   .xia_right{  width: 100%; float:none;}

	.xia_left ul li {
    height: auto;
    float: left;
    margin: 1% 2%;
    width: 46%;
    background: #fff;
}
	.xia_left ul li h3 {
    font-size: 1rem;
    height: auto;
    line-height: 40px;
		width: 100%;
}
	.xia_left ul li a {
    width: auto;
    height: auto;
		padding: 1% 14%;
    line-height: 40px;
   
    font-size: 1rem;
  
}
	
	.zfld_jz .zfld_jz_title {
    width: 100%;
	line-height: 45px;
		text-align: left;
		
	}
  
  
   .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 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: 1rem;
    padding: 0px 18px;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;}
}
@media screen and (max-width:414px) {

	
	#mdgov_enterpriseNavigationWrap{ display: none;}
	.header{ display: none;}
    .nav_bg{ display: none;}
    .header{ display: none;}
    .zqdhlist{ display: none;}
	
	.left_1,.right_1,.right_2{
		float:none;
		width:100%;
	}


    
    .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 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;}
}
@media screen and (max-width:375px) {

	
	.app_logo {
    width: 232px;
}
	.sp_kh {
    padding: 1%;
	}
	.ind_con .con_fl {
   padding: 1%;
}

	
	
}