@charset "UTF-8";
/*初始化css*/
body{min-width:1100px;font-family:微软雅黑;color: #333;font-size:13px;margin:0;background:#fff;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#d80607;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#125aae;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}

button,
html input[type="button"]{
    -webkit-appearance: button;
    cursor: pointer;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

.w1100{width:1100px;background:none;margin:auto;}
.fenge{width:1100px;height:20px;background:#eef1f1;}


/*顶部*/

.top{height:300px;padding-top:30px;}
.top-left{width:600px;height:170px;}
.banner{margin-left:20px;margin-top:35px;}
.top-right{width:550px;height:120px;}
.search-tit{text-align:right;margin-right:10px;}
.search-tit a:link{line-height:20px;display:inline-block;}
input{border:none;}
.fg-1{background:#333;margin:-2px 5px;display: inline-block;width: 1px;height: 13px;}
.searchinput{width:405px;padding-left:10px;height:50px;line-height:50px;color:#d5d9dc;border:1px solid #d5d9dc;}
.searchbutton{margin-left:20px;background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/search_icon.png) no-repeat 10px center #0591fd;height:50px;line-height:50px;width:120px;border:none;color: #fff;font-size: 17px;text-align: right;padding-right: 10px;box-sizing: border-box;}

/*头部结束*/

/*底部*/
.footer{width:100%;height:80px;background:#ad2d2e;font-size:13px;color:#fff;text-align:center;line-height:30px;padding-top:10px;}
.footer-main{position:relative;}
.footer ul{width:290px;margin:auto;}
.footer ul li{float:left;}
.footer ul li a{color:#fff;}
.footer ul li img{ margin:0 10px;}
.footer-lef{position:absolute;top:30px;left:200px;}
.footer-rig{position:absolute;top:30px;right:150px;}



/*主体*/
.main{min-height:500px;}

/*section1*/
.cont-section1{background:#fff;margin:0px auto;padding:10px 15px 30px 0px;margin-top: 20px;}
.One{height:390px;}
.con-session1-top{padding:15px 20px;}

/*轮播*/
.sy_pts{
	width:500px;
	height:340px;
	overflow:hidden;
	position:relative;
	margin:0px auto;
	padding:20px;
}
*{ 
    padding:0; 
    list-style:none; 
	border:none;
}
#focus{
	width:500px; 
	height:340px; 
	overflow:hidden; 
	position:relative;
	margin:0 auto;
	float:left;
}
#focus ul{
	height:340px; 
	position:absolute;
	margin:0;
	padding:0;
}
#focus ul li{
	float:left; 
	width:500px; 
	height:340px; 
	overflow:hidden; 
	position:relative; 
	background:#000;
}
#focus ul li img{
	width: 100%;
	height: 100%;
}
#focus ul li div.photo_bt{
		padding-left:6px;
		position:absolute; 
		bottom:0; 
		left:0; 
		font-size:15px; 
		color:#ffffff; 
		z-index:3; 
		width:500px;
		line-height:44px; 
		overflow:hidden;
		background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/zjsy_pic_03.png);
}
#focus .btnBg{
	position:absolute; 
	width:500px; 
	line-height:44px; 
	height:44px;
	left:0; 
	bottom:0; 
	background-color:#000;
	opacity: .45;
}
#focus .btn{
position: absolute;
    line-height: 44px;
    right: 0px;
    bottom: -11px;
    text-align: right;
    z-index: 4;
    padding-right: 10px;
    margin-bottom: 8px;
}
#focus .btn span{
	display:inline-block; 
	_display:inline; 
	_zoom:1; 
	width:20px; 
	height:5px; 
	_font-size:0; 
	margin-left:10px; 
	cursor:pointer; 
	background:#fff; 
	color:#000; 
	text-align: center;
	margin-bottom:5px;
}
#focus .btn span p{
	font-size: 15px;
	font-weight:bold;
	margin-top:-7px;
}
#focus .btn span a{
	font-size: 15px;
}
#focus .btn span.on{
	background:#fab600;
	color:#fff;
}
#focus ul li a{
	color: #fff;
	font-size: 15px;
}

/*政务要闻切换*/
.news01-rig{height:340px;font-size:17px;overflow:hidden;margin-left:20px;}
.news01-rig .gsgg{
	height: 100%;
}
.news01-rig .zwyw{height:340px;overflow: hidden;}
.zwyw .tit-01{height:35px;line-height:35px;margin-top:-3px;border-bottom:1px solid #eeeeee;}
.zwyw .tit-01 li{float:left;height:35px;font-size:17px;padding:0 20px;cursor:pointer;background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/left_icon.png) left center no-repeat;}
.zwyw .tit-01 li.hover {color: #0591fd;border-bottom:1px solid #0591fd;}
.zwyw .tit-01 li.hover a{color: #0591fd;font-weight:bold;}
.zwyw .tit-01 li a{padding: 0;}
.zwyw .tit-01 li:first-child{background:none;}
.zwyw .tit-01 a{font-size: 17px;}
.zwyw .list-01 li{background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/grey_icon.png) no-repeat 5px 19px;padding-left:18px;font-size:15px;line-height:42px;border-bottom:1px dashed #eeeeee;}
.zwyw .list-01 li span {color: #ccc;float:right;}
.zwyw .list2 li:hover{
	background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/icon_yellow.png) no-repeat 3px 14px;
}

/*section2*/
.cont-section2,.cont-section3,.cont-section4,.cont-section5{background:#fff;margin:0px auto; }
.Two{height:155px;}
.rdzt{background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/jh_bg_04.jpg) no-repeat;height:77px;padding-left:20px;line-height:30px;}
.rdzt ul{padding-top:10px;background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/jh_pic_05.jpg) no-repeat left 16px;padding-left:120px;}
.rdzt ul li{background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/jh_bg_05.jpg) no-repeat left center;float:left;width:230px;padding-left:15px;padding-right:50px;}
.rdzt ul li a{font-size:15px;}
.rdzt ul li img{float:right;margin-top:8px;}
.rollpt{height:67px;margin-top:10px;}
/*热点图轮播样式*/
.friend{margin:0 auto;overflow:hidden;width:1100px;}
.mr_frbox{height:67px;position: relative;width: 936px;margin: 0 57px;}
.mr_frBtnL{cursor:pointer;position: absolute;left: -60px;top: 0px;z-index: 999;}
.mr_frUl{float:left;height:67px;width:936px;}
.mr_frBtnR{cursor:pointer;position: absolute;right: -110px;top: 0px;z-index: 999;}
.mr_frUl ul li{display:inline;float:left;/*height:389px;*/width:226px;overflow:hidden;position:relative;margin-right:25px;}
.mr_frUl ul li a img{width: 241px;height: 67px;}
/*文章开始*/
.gsgg{height:240px;overflow: hidden;width:532px;margin-right: 15px;}
.zcwj{
	margin-right: 0px
}
.gsgg .tit-02{height: 35px;line-height:35px;margin-top:-3px;}
.gsgg .tit-02 li{float:left;height:35px;font-size:17px;padding:0px;color:#215da3;width: 100%;}
.gsgg .tit-02 li .fl{
	width: 100px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	background: #ad2d2e;

}
.gsgg .tit-02 li a{padding:0;color:#215da3;font-weight:bold;}
.gsgg .tit-02 li p a{
	font-weight: normal;
	color: #999;
	font-size: 15px;
}
.gsgg .tit-02 li:first-child{background:none;}
.gsgg .tit-02 a{font-size: 17px;}
.gsgg .list-02 li{background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/zjsy_point.jpg) no-repeat left 19px;padding-left:12px;font-size:15px;line-height:42px;border-bottom:1px dashed #eeeeee;}
.gsgg .list-02 li span{color:#cdd6e1;float:right;}
.gsgg .list-02 li:first-child{
	border-top:1px solid #eeeeee;
}

/*文章结束*/
.index_gg{
	margin:20px auto;
}
/*section3开始*/
.jhzj{
	margin:25px 0;
}
.zxts,.dczj{
	width: 280px;
	height: 200px;
	margin:30px 5px;
	display: inline-block;
}
/*section3结束*/
/*友情链接*/

.footer_box_top{height:50px;margin:20px 0 0;background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/472161/images/jh_bg_15.png) no-repeat 80px #f9f9f9;border-top:2px solid #f0f0f0;}
.friendlink_box{position: relative;}
.fdd{width:140px !important;color:#fff !important;font-size:21px !important;font-weight:bold;text-align:center;line-height:50px !important;}
.friendlink_box>li{width:175px;margin-left:10px;line-height:30px;font-size:15px;color:#666;}
.friendlink_box>li a{color:#666;}
.friendlink_box>.friendlink{background:#fff url(jh_bg_38.jpg) no-repeat 150px center;padding-left:15px;cursor:pointer;margin-top:10px;margin-left:35px;}
.friendlink_box>li:first-child{margin-left:0px;}
.friendlink02_div02{width:1100px;background:#f7f7f7;position:absolute;left:0px;}
.friendlink>div a{display:block;margin:5px 20px;float:left;line-height:28px;font-size:13px;width:195px;}
.friendlink02_div02 ul li{display:block;float:left;width:30px;margin:10px 20px;}