@charset "utf-8";
/* CSS Document */
body,ul,li,ol,dl,dd,dt,tr,td,div,span,a,img,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	font-family:"微软雅黑","Microsoft YaHei",Arial;
	color:#555;
	font-size:14px;
	background:#fff url(/xxgk_static/images/zfxxgk_bg.png) no-repeat top center;
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
	cursor:pointer
}
img{
	border:0;
}
.pos_relative{position: relative;}
.song{
	font-family:Arial,'simsun';
}
.yahei{
	font-family:"Microsoft YaHei";
}
.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.font15{
	font-size:15px;
}
.font16{
	font-size:16px;
}
.font18{
	font-size:18px;
}
.font20{
	font-size:20px;
}
.font24{
	font-size:24px;
}
.font30{
	font-size:30px;
}
.font36{
	font-size:36px;
}
.mg5{
	margin:5px;
}
.mg10{
	margin:10px;
}
.mg15{
	margin:15px;
}
.mg20{
	margin:20px;
}
.mgt0{
	margin-top:0px;
}
.mgb0{
	margin-bottom:0px;
}
.mgl0{
	margin-left:0px;
}
.mgr0{
	margin-right:0px;
}
.mgt5{
	margin-top:5px;
}
.mgb5{
	margin-bottom:5px;
}
.mgl5{
	margin-left:5px;
}
.mgr5{
	margin-right:5px;
}
.mgt10{
	margin-top:10px;
}
.mgb10{
	margin-bottom:10px;
}
.mgl10{
	margin-left:10px;
}
.mgr10{
	margin-right:10px;
}
.mgt15{
	margin-top:15px;
}
.mgb15{
	margin-bottom:15px;
}
.mgl15{
	margin-left:15px;
}
.mgr15{
	margin-right:15px;
}
.mgt20{
	margin-top:20px;
}
.mgb20{
	margin-bottom:20px;
}
.mgl20{
	margin-left:20px;
}
.mgr20{
	margin-right:20px;
}
.mgl40{
	margin-left:40px;
}
.mgr40{
	margin-right:40px;
}
.mgt40{
	margin-top:40px;
}
.mgb40{
	margin-bottom:40px;
}
.mgr25{
	margin-right:25px
}
.pd5{
	padding:5px;
}
.pd10{
	padding:10px;
}
.pd15{
	padding:15px;
}
.pd20{
	padding:20px;
}
.pd40{
	padding:40px
}
.pd50{
	padding:50px
}
.pdt5{
	padding-top:5px;
}
.pdb5{
	padding-bottom:5px;
}
.pdl5{
	padding-left:5px;
}
.pdr5{
	padding-right:5px;
}
.pdt10{
	padding-top:10px;
}
.pdb10{
	padding-bottom:10px;
}
.pdl10{
	padding-left:10px;
}
.pdr10{
	padding-right:10px;
}
.pdt15{
	padding-top:15px;
}
.pdb15{
	padding-bottom:15px;
}
.pdl15{
	padding-left:15px;
}
.pdr15{
	padding-right:15px;
}
.pdt20{
	padding-top:20px;
}
.pdb20{
	padding-bottom:20px;
}
.pdl20{
	padding-left:20px;
}
.pdr20{
	padding-right:20px;
}
.pd30{
	padding:30px
}
.pdt40{
	padding-top:40px;
}
.pdb40{
	padding-bottom:40px;
}
.pdl40{
	padding-left:40px;
}
.pdr40{
	padding-right:40px;
}
.mgt30{
	margin-top:30px
}
.mgOauto{
	margin:0 auto;
}
.w1200{
	width:1200px;
}
.w1000{
	width:1000px;
}
.w1040{
	width:1100px;
}
.w100{
	width:100%;
}
.clearfix:after{
	display:block;clear:both;content:"";visibility:hidden;height:0
}
.clearfix{
	zoom:1
}
	
input[type='button']{
	cursor:pointer	
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.font-n{
	font-style:normal;
}
.font-w{
	font-weight:normal;
}
input[type=button]{
	cursor:pointer
}
a{
	color:#555;
}
a:hover{
	color:#ea5050;
}
.disnon{
	display:none;
}
.disblk{
	display:block;
}
.disInBlk{
	display:inline-block;
}
.visnon{
	visibility:hidden;
	height:0
}
.por{
	position:relative;
}
.hidden{
	overflow:hidden
}
.white,
.white a:link,
.white a:visited,
.white a:hover{
	color:#ffffff;
}
.red,
.red a:link,
.red a:visited,
.red a:hover{
	color:#ef4d49;
}
.blue,
.blue a:link,
.blue a:visited,
.blue a:hover{
	color:#295792;
}
.grey,
.grey a:link,
.grey a:visited,
.grey a:hover{
	color:#777;
}
.blur{
    filter: url(blur.svg#blur); 
    -webkit-filter: blur(3px); 
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
	*filter:none
}
.shadow1{
	box-shadow:0 1px 3px #999;
	-moz-box-shadow:0 1px 3px #999;
	-webkit-box-shadow:0 1px 3px #999;
	-o-box-shadow:0 1px 3px #999;
}
.bg_ff{
	background-color:#fff
}
.now{
	white-space:nowrap
}


/*分页代码*/
.list_page{padding: 1rem 0;text-align: center;}
.list_page *{box-sizing: border-box;}
.list_page span{margin-left: 10px;display: inline-block; box-sizing: border-box;width:2rem; background-image: linear-gradient(#fefefe,#f0f0f0);border: 1px solid #c1c1c1; border-radius: 0.15rem; color: #7f7f7f;font-size: 1rem;font-weight: bold;height:2rem;line-height: 2rem;text-align: center;vertical-align: middle;cursor: pointer;overflow:hidden}
.list_page span:empty{display: none}
.list_page span.list_page_span,.list_page #pageSubmit{ background-image: none; width:3em}
.list_page span.page_text,.list_page span.page_text_total{background-image: none; border: none;width: auto;}
.list_page span a{color: #7f7f7f;display: block;}
.list_page span a:hover{color: #fff;}
.list_page span:hover,.list_page span.active{background:#2265a9;border: 1px solid #3b5897;color: #fff;}
.list_page span.page_text:hover,.list_page span.page_text_total:hover{ background: none; border: none;color:#7f7f7f}
.list_page span img{float: left;}
.list_page .gopage{width:3rem}
.list_page .gopage input{border: medium none;width: 100%; font-size: 1rem; line-height: 2em;text-align: center;}
.list_page #pnum{width:3rem;border: 1px solid #c1c1c1;border-radius: 0.15rem;font-size: 1rem; line-height: 2em;height: 2rem;text-align: center;}
.list_page span.page_prev a,.list_page span.page_next a{font-size: 0;}
.list_page span.page_prev{background:#f6f6f6 url(../images/global/list_page_prev.png) no-repeat center center; background-size: 50%;}
.list_page span.page_prev.disabled{background:#f6f6f6 url(../images/global/list_page_prev_no.png) no-repeat center center;background-size: 50%;}
.list_page span.page_next{background:#f6f6f6 url(../images/global/list_page_next.png) no-repeat center center;background-size: 50%;}
.list_page span.page_next.disabled{background:#f6f6f6 url(../images/global/list_page_next_no.png) no-repeat center center;background-size: 50%;}
.list_page span.page_prev.disabled a,.list_page span.page_next.disabled a{cursor:default}

.list_page .list_page_go,#pageSubmit{margin-left:10px;background-image: linear-gradient(#fefefe,#f0f0f0);border: 1px solid #c1c1c1;border-radius: 0.15rem; padding: 0 0.5rem; line-height: 2em; font-size: 1rem; color: #7f7f7f; cursor: pointer;}
.list_page .page_text_total{font-size:1rem}


/*新版政府信息公开分页样式*/
.page{height: 30px;padding: 20px 0;text-align: center;}
.page span{
	margin-left: 8px;width: 50px;height: 20px;border: 1px #b2b2b2 solid;background: #f8f7fa;font-size: 16px;
	border-radius: 5px;text-align: center;line-height: 20px;display: inline-block;
}
.page a{
    margin-left: 8px;width: 50px;height: 20px;border: 1px #b2b2b2 solid;
	background: #f8f7fa;font-size: 16px;border-radius: 5px;
	text-align: center;line-height: 20px;display: inline-block;
}

/*----宽度----*/
.w445{
	width:445px
}
.w455{
	width:455px
}
.w460{
	width:460px
}
.w480{
	width:480px
}
.w500{
	width:500px
}
.w630{
	width:630px
}
.w750{
	width:750px
}