@charset "utf-8";
*,
*:before,
*:after { margin: 0px;padding: 0px;}
body { font-family: "微软雅黑"; font-size: 16px; color: #333;position: relative;min-width:1200px;}
ul,ol,li {list-style: none;}
select { border: 1px solid #DFDFDF; font-family: "微软雅黑"; border-radius:5px; }
img {border: none;}
em {font-style: normal;}
a {text-decoration: none; color: #333;cursor: pointer;}
a:hover {color:#CE3537;text-decoration: none; cursor: pointer;}
.hide {display: none;}
.clear { clear:both;}
.fl {float: left;}
.fr {float: right;}
input {outline: none;}
.blue { color:#1A4588; }
.mb20{margin-bottom:20px}
.mt20{margin-top:20px}
.mr35{margin-right:35px}

.collect {
	position: absolute;z-index: 99;
	top:10px;
	width:1200px;
	text-align:right;
	color:#fff;
	font-size:12px;
	
	
}
.collect a { color:#fff; margin:0 5px; }


#headerBg {background:#f1f0ec url(../img/u2.png) repeat-x center top;}
#header { position:relative; width:1210px; margin:0 auto;height:350px; }
.head_top { height:130px; width:1210px; }
.logo { position:absolute; left:0; top:100px; width:440px; height:95px; }
.logo a { display:block; width:440px; height:95px; }
.search { position:absolute; right:0px; top:120px; width:450px; height:45px; line-height:45px; background:380px url(../img/u14.png) no-repeat #fff; border:1px solid #0D65B6; }
.search input { float:left; width:400px; height:43px; margin:0 0 0 15px; border:0; background:none; }
.search a { float:left; margin:4px 0 0 3px; }
.nav {
	clear:both;
	width:1250px;
	height:55px;
	position: absolute;top:298px;
}
.nav ul li { float:left; height:52px; line-height:52px;}
.nav ul li a { padding:0 45px;  color:#fff; font-size:20px; }
.nav ul li .on { display:block; background:#a80400; }
.nav ul li img { vertical-align:middle; margin:0 8px 0 0; }



.wapper { clear:both; width:1210px; margin:30px auto; }
.bar { float:left; width:1190px; padding:20px 20px 20px 20px; margin:0 0 20px 0; background:#fff; }
.important { float:left; width:1250px; margin:0 0 10px 0; }
.important h3 { float:left; width:69px; margin:0 20px 0 0; }
.important p { float:left; }
.important p a { margin:0 10px; }


.infotab a { color:#fff; font-size:20px;font-weight:800; display:inline-block;width:32.9%;text-align:center;background-color:#9AC1E2;line-height:80px}
.infotab .on { background-color:#3588DE;background-size:cover;}
.infotab img { vertical-align:middle; margin:0 8px 0 0; }
.con{
	width:100%;
	height:320px;
	padding-top:20px;
	overflow: hidden;
}
.tab1 {width:100%;border-bottom:1px #666 solid; }
.tab1 li a { float: left; padding:12px; font-size:18px; color:#000; text-align:left;}
.tab1 li.on a{ display:inline-block; border-radius:5px; color:#006098; }
.in{width:48%}
.infoad {margin-top:20px}
.infoad img{width:250px}
.infoad li {float:right;width:270px;margin:18px 10px 0 0;background: url(../img/c1.jpg) no-repeat}
.infoad li a {line-height:70px;text-align:center;color:#0D65B6;text-shadow: 1px 1px 0 #fff}
.infoad2{margin-top:10px}
.in_l{width:36.5%}
.in_l li{float:left;width:25%;text-align:center;margin:18px 0px}
.in_r{width:60%}
.intt{width:100%;border-bottom:1px #D1E6FC solid;}
.intt a{color:#2b69b4; font-size:20px;font-weight:800;padding:10px 0;display:inline-block;}
.intt img { vertical-align:middle; margin:0 8px 0 0; }
.infoad1 li{width:32.3%;float:right;border:1px #D1E6FC solid; line-height:60px;text-align:center;margin:15px 5px 0 0}
.infoad1 li a{color:#c;font-size:16x;font-weight:700;}
.xz a{display:inline-block;width:99%;color:#2b69b4;font-size:20px;font-weight:700;border:1px #D1E6FC solid; line-height:68px;text-align:center;margin:20px 5px 0 0;  background: radial-gradient(circle, #fff 0%, #D1E6FC 100%);}
.infoad2 li{width:47.8%;float:right;border:1px #D1E6FC solid; line-height:80px;text-align:center;margin:15px 10px 0 0;background-image: url(../img/u20.jpg);background-size:cover;}
.infoad2 li a{color:#2b69b4;font-size:16x;font-weight:700;}
.infoad2 li img{vertical-align:middle; margin:0 8px 0 0;}
.jw{width:94.5%;border:1px #D1E6FC solid; padding:10px;background-color:#e2f2ff;margin-top:15px}
.jw_l {display:block;padding:5px 10px;background-color:#E88B53;color:#fff;font-size:18px;font-weight:900;}
.jw_r p{color:#2b69b4}
.row {display: flex;flex-direction: row;} 
.zt a{margin-right:25px;}
.don1 a,.don2 li{
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
	display:block;
	text-align:center;
}
.don1 a:hover {
	transform:translate(0,-5px);
	-webkit-transform:translate(0,-5px);
	-moz-transform:translate(0,-5px);
	-o-transform:translate(0,-5px);
	-ms-transform:translate(0,-5px);
}
.don2 li:hover {
	transform:translate(3px,0);
	-webkit-transform:translate(3px,0);
	-moz-transform:translate(3px,0);
	-o-transform:translate(3px,0);
	-ms-transform:translate(3px,0);
}
.ft_l{width:50%;margin-top:20px;}
.ft_r{width:49%;margin-top:20px;line-height:24px}
.ft_r p{margin-top:10px}
.banner { float:left; width:627px; }
.news { float:right; width:520px; }
.tab { float:left; width:520px; }
.tab li a { float: left; padding:8px 4px; font-size:20px; color:#000;text-align:center;}
.tab li.on a{ display:inline-block;  background:#548FC5; border-radius:5px; color:#fff; }
.contant ul { float:left; width:520px;height:312px; overflow: hidden; margin:10px 0 0 0; }
.contant li {
	height:39px;padding-left:15px;
	line-height:39px;
	background-image: url(http://fgw.huangshi.gov.cn/material/2021/img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
} 
.contant li a{float: left;display: block;width: 70%;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;margin-right: 60px;
    } 
.contant ul li span {float:right; color:#999;
  width: 90px;
    height: 100%;
    display: block;
    overflow: hidden;
}

#picbox{position: relative;}
#ulOuter{height:80px;}
#picbox .bx_wrap{
	height:80px;	
	position: relative;
}
#picbox .bx_container{
	width:100%;
	height:80px;
	overflow: hidden;
	position: absolute;
	z-index: 999999;	
}
#picbox #demozz img{border:0;
	height: 80px;
	width: 278px;
}
#picbox .bx_wrap a.prev,#picbox .bx_wrap a.next{
	display: block;
	position: absolute;
	height: 50px;
	width: 20px;
	top: 20px;
	z-index: 999999999;
	background: url(http://fgw.huangshi.gov.cn/material/2021/img/5_arr.png) no-repeat 5px top;
	cursor: pointer;
	text-indent: -2000px;
}
#picbox .bx_wrap a.next{background-position: right top;right:0;}
/************************main4*********************************/






.info { float:left; width:745px; }
.info h3 { font-size:28px; font-style:italic; color:#336699; }
.info ul { float:left; width:745px; margin:15px 0 0 0; }
.info ul li { float:left; margin:0 10px 0 0; }






/*︻▓▇▇◤子页︻▓▇▇◤ */

#containerOutter{}
#container { position: relative;
    margin: 0px auto;
    text-align: left;
    width: 1200px;
    padding: 0 0px 15px 0px;
    }

#left {
	padding-left:0px;
	width:270px;
	margin-right:30px;
	overflow:hidden;
	float: left;
	display:inline;
	min-height:650px;
	border: 1px solid #D8D8D8;
	background-color: #F5F5F5;
}
#right {
	width:898px;
	overflow-x:hidden;
	float: left;
	min-height:280px;	
}
#crumbOuter{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;margin-bottom:10px;
}
#crumb{width:1200px;margin:0 auto;	
	height:40px;
	line-height:40px;
	font-size:14px;
	background-image: url(../img/3_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#crumb *{color:#686868;}
#crumb h2{
	position: absolute;
	font-size: 15px;
	color:#fff;
	text-indent: 25px;	display:none;
}
#crumb span{
	text-indent: 25px;	
	float: left;
	margin-right: 30px;	
	padding-left: 10px;	font-size: 15px;	
}
#sideMenu{	
	margin-bottom:10px;
	background-color: #fff;
}
#sideMenu h3{
	
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	background-image: url(../img/3_sideMenuh3.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	color:#FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}

#sideMenu ul{}
#sideMenu li{height:51px;border-bottom: 1px solid #E8E8E8;}
#sideMenu a{
	height:51px;
	line-height:51px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;}
#sideMenu a:link,#sideMenu a:visited{}
#sideMenu a:hover,#currentLi a:link,#sideMenu #currentLi a:visited,#sideMenu #currentLi a:hover{
	border-left: 6px solid #0C65B7;
	color: #0087CB;
	text-decoration: none;}
	
#op1{padding:0;}
#op1 ul li {
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;}
#op1 ul li a {
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;
	width:80%;}
#op1 span{
	width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #989898;
}
#op11{min-height: 300px;padding-top: 20px;}
#op11 .subNBox{
	margin-bottom:40px;	
}
#op11 h3{
	padding-left:5px;
	clear:both;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
#op11 h3 b{padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    background-color: #086CBE;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}

#op11 h3 a{
	float:right;
	margin-right:10px;margin-top:-5px;
	font-size: 14px;
	font-weight: normal;
	height: 18px;
	/*background-image: url(img/more.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;*/	
}
#op11 h3 a:link,#op11 h3 a:visited{color: #999;}
#op11 h3 a:hover{color: #0E68C0;}
#op11 UL{
	padding:10px;
	width:97%;
}
#op11 LI{
	height:41px;
	line-height:41px;
	overflow:hidden;
	border-bottom: 1px dashed #D8D8D8;
}
#op11 li a{
	white-space:normal;
	float:left;
	display: block;
	font-size: 16px;
	width:80%;
}
#op11 li span{width:90px;
	margin-left:-90px;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #989898;}
/*分页钮*/
#pagetop{clear: both;height: 20px;clear: both;}
.pages {clear:both;	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 13px; MARGIN: 3px; PADDING-TOP:13px; TEXT-ALIGN: center;}
.pages A {BORDER: #D7D7D7 1px solid; PADDING: 2px 10px;  MARGIN: 2px; TEXT-DECORATION: none}
.pages A:hover,.pages A:active {COLOR: #666; BORDER: #999 1px solid}
.pages .current {BORDER: #2778BA 1px solid;
	PADDING: 2px 10px;	
	FONT-WEIGHT: bold;	
	MARGIN: 2px;
	COLOR: #fff;	
	BACKGROUND-COLOR: #2778BA;
}
.pages .disabled {
	BORDER: #D7D7D7 1px solid;
	PADDING: 2px 10px;	
	MARGIN: 2px;
	COLOR: #bbb;	
}
/*文章内容页*/
.trs_key4format{font-size: 16px;zoom: 1;color: #333;}
.trs_key4format p{text-indent: 2em;font-size: 16px;line-height: 30px;margin-bottom: 15px;color: #333;margin:5px 0;}
.trs_key4format img{text-align: center;margin-bottom: -3px;max-width: 100%;}
.trs_key4format table{margin: 0 auto;}
.trs_key4format table td{border: 1px solid #DDD;}
#content{
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	line-height: 200%;		
}
#contentPic{text-align: center;}
#contentPic img{max-width:980px;margin:0 auto;margin-bottom:20px;}
#content table td{
	margin:0 auto;
	border: 1px solid #999;	
}
#content p{	font-size: 16px;margin-bottom:10px;}
#ShowArtOne #content img{max-width:100%;}
#Err{
	
	height: 300px;
}
#ShowArtOne{border: 0px solid #DCDCDC;padding:10px;
	position: relative;margin-bottom:10px;
}
#ShowArtOne #title{
	font-size: 12px;
	text-align: center;
	margin:10px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom:10px;
}
#ShowArtOne #title h1{
	line-height:28px;
	font-size: 22px;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;

	font-weight: normal;
}
#ShowArtOne #title p{
	height:30px;font-size: 14px;
	line-height:30px;
	background-color: #f9f9f9;
}
#ShowArtOne #title em{font-style: normal;margin-left:10px;}
#ShowArtOne hr{border-top: 1px dashed #C1C1C1;}
#backLastPageBtn{color:#3F6F9F;}
#PreNext{
	border-top: 1px dashed #CCCCCC;
	margin-top:15px;margin-bottom:15px;padding-top:5px;
	font-size: 12px;
}
#PreNext li{height:24px;
}
#fuJian{
	clear:both;
	margin:30px 0;padding-top:20px;
	border-top: 1px solid #DDDDDD;
}
#fuJian h3{
	height:30px;
	line-height:30px;
	font-size: 16px;
	color: #193080;
	font-weight: normal;
}
#fuJian a{
	line-height:24px;
	font-size: 16px;
	margin-bottom:6px;
	display: block;
	text-decoration: underline;
}
#fuJian a:link,#fuJian a:visited{color: #193080;}
#btns{padding-left:400px;margin-bottom:49px;}
#btns a{float:left;	
	width: 72px;
	height: 34px;
	display: block;
	margin-right: 14px;
	text-decoration: none;
	text-indent: -2000px;
}



#LINKS {CLEAR:BOTH;width:100%; height:70px; background:#086CBE; color:#fff; }
.link { WIDTH:1210PX;word-spacing:1210px; MARGIN:0 AUTO;padding-top:35px; }
.link h3 { float:left; width:125px; height: 32px; line-height:32px; font-size:24px; }
.link_cont { float:right; width:1065px; }
.link_cont select{ float:left; height: 32px; margin:0 15px 0 0;width:30% ;padding-left:10px;}

#footer { float:left; width:100%; height:130px; background:#086CBE; color:#fff; }
.foot { width:1210px; margin:0 auto; }


.foot_pic { clear:both; width:1210px; }
.foot_pic .pic { float:left; width:365px; margin:30px 0 0 0; }
.foot_pic .pic img { vertical-align:middle; margin:0; }
.cont { float:left; width:795px; margin:40px 0 0 0;line-height:180% }
#_span_jiucuo{  margin-right:10px; }
