@charset "UTF-8";

/*css reset start*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
code,
del,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}
em,strong{
        margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table,
tbody,
thead,
tr,
th,
td {
        margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
	table-layout: fixed;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

img {
	border: none;
}

input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
}

a {
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: -2px;
	margin-right: 5px;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑";
	font-size: 100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
strong{
    font-weight: bold;
}
strong em {
    font-weight: bold;
}

/*css reset end*/
body{
    background-attachment: fixed;
}
/**/

.news_padd_left {
	padding: 0 20px 0 0;
}

.news_padd_right {
	padding: 0 0 0 20px;
	border-left: 1px solid #CCCCCC;
}

.news_title_li_w {
	width: 90px;
}

.news_title_li_b {
	border-right: none !important;
}
/**/


/*头部*/
#page{
    margin: auto;
    width: 1100px;
}
.head {
	width: 100%;
	background:url(../images/bg.png) no-repeat;
	background-size: cover;
}
.head2{
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
}
.head2 .nav_warp{
   height:70px;	
}
.head2  .nav_center{
   height:70px;	
}
.head2 .nav li{
	height:70px;	
	line-height:50px;
}
.head2 .nav li .nava{
	height: 50px;
}
.head2 .search{
	margin-top: 17px;
}

.head_top {
	width: 100%;
	height: 36px;
	background: #6d6d6d;
}

.head_top_center {
	width: 1120px;
	height: 100%;
	margin: 0 auto;
   	overflow: hidden;
}

.head_top_center li {
	line-height: 36px;
}

.head_top_center li:first-child {
	float: left;
}

.head_top_center li:first-child span {
	font-size: 14px;
	color: #CDCDCD;
}

.head_top_center li:first-child+li {
	float: right;
}

.head_top_center li:first-child+li a {
	font-size: 14px;
	color: #CDCDCD;
	padding: 0 9px;
}

.head_top_center li:first-child+li a:first-child+a {
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

.logo {
	width: 1100px;
	height: 142px;
	margin: 0 auto;
	background: #FFFFFF;
}

.logo_left{
	width: 154px;
	text-align: center;
	padding-top: 28px;
	float: left;
}
.logo_right{
	width: 945px;
	float: right;
	padding-right: 20px;
}
.logo_text{
	width: 100%;
	border-bottom: 2px solid #616d7c;
	padding: 10px 0;
	margin-bottom: 10px;
}


/*导航*/

.nav_warp {
	width: 100%;
	height: 40px;
}

.nav_center {
	width: 100%;
	height: 40px;
	margin: 0 auto;
}

.nav {
	width: 685px;
	height: 40px;
	float: left;
	position: relative;
}

.nav li {
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	float: left;
}
/*
.nav li:first-child{
	width: 65px;
}
.nav li:first-child a{
	width: 65px;
	text-align: left;
	border-left: 0;
}
*/
.nav li:first-child a{
	border-left: 0;
}
.nav li .nava{
	display: block;font-size:18px;
	width: 80px;
	height: 20px;
	color: #333;
	border-right: 1px solid #bec4ca;
        border-left: 1px solid #bec4ca;
	margin: 10px 0;
}
.nav>li:hover,
.nav>li.active,
.nav2>li:hover,
.nav2>li.active {
   background-color: #f7a500;
}
.nav li:hover .nava,
.nav2 li:hover .nava{
	background-color: #f7a500;
	border: none;
}
.nav>li.active .nava{
	background-color: #f7a500;
	border: none;

}
.nav2>li.activ .nava{
	background-color: #f7a500;
	border: none;

}
.navContent {
	position: absolute;
	top: 36px;
	left:-160px;
	z-index: 200;
	width: 1106px;
	height: 0;
	overflow: hidden;
}

.navContent>span {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(navx.png) no-repeat;
	padding:15px 30px;
}

.search {
	width: 240px;
	height: 38px;
	float: right;
	position: relative;
	border: 1px solid #cccccc;
}

.search input {
	width: 198px;
	height: 36px;
	line-height: 36px;
	outline: 0;
	font-size: 14px;
	float: left;
	background: white;
	text-indent: 10px;
}
.search input[type="submit"]{
    float: right;
    height: 36px;
    width: 40px;
    background: url(xbt.png) 172px 885px #f8af02;
}
.logo2 {
	width: 1100px;
	height: 142px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(mam_rgba_bg.png) no-repeat;
}

.logo2_img {
	width: 410px;
	height: 85px;
	padding-top: 10px;
}
.nav_warp2 {
	width: 100%;
	height: 50px;
	background: #043b80;
}

.nav_center2 {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

.nav2 {
	width: 848px;
	height: 50px;
	float: left;
	position: relative;
}

.nav2 li {
	width: 106px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	float: left;
}

.nav2 li a {
	display: block;
	width: 106px;
	height: 30px;
	color: #fff;
	border-left: 1px solid #315e97;
	border-right: 1px solid #315e97;
	margin: 10px 0;
}

.search2 {
	width: 206px;
	height: 36px;
	float: right;
	margin: 7px 0;
	position: relative;
}

.search2 input {
	width: 160px;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: 0;
	font-size: 14px;
	float: left;
	background: white;
	text-indent: 10px;
}

.search2 a {
	float: right;
	height: 36px;
	width: 40px;
	background-color: #f8af02;
}

.search2 input[type="submit"] {
	display: block;
	width: 40px;
	height: 36px;
	background: #f8af02 url(xbt.png) 172px 885px;
}






































/*下拉菜单*/
.navContent h2 a{
    display:block;
   font-size: 18px;
   color: #fff;
   text-align: left;
   margin-bottom: 17px;
}
.navContent ul li{
	float: none;
	text-align: left;
}
.navContent ul li:hover{
	background:none;
}
.navContent ul li a{
 color: #fff;	
}
.xzfTopL{
	float: left;
	width: 300px;
}
.peoBox{
	width: 100%;
}
.peoBox span{
	display: inline-block;
	width: 75px;
	color: #f7a118;
	font-size: 16px;
	float: left;
	text-align: left;
}
.peoBox ul {	
	width: 210px;
    float: left;
    display: inline-block;
}
.peoBox ul li{
  width: 70px;
  height: 30px;	
  text-align: left;
  font-size: 14px;
  float: left;
}
.peoBox ul li a{
  color: #fff;
}
.peoBox1{
	margin-bottom:10px;
}
.xlList li{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url(xldd.png) 0px 8px no-repeat;
	margin-bottom: 12px;
}
.navContent .xlList li:hover{
	background: url(xldd.png) 0px 8px no-repeat;
}
.xlList li a{
	max-width: 100%;
	display:inline-block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.xlList li a:hover{
	color: #fb873e;
}
.xzfTopC{
	width: 350px;
    margin-right: 95px;
    float: left;
    margin-left: 90px;
}
.xzfTopR{
float:left;
}
.xzfTopR .xlxa{
	display: block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #f0f0f0;
	color: #333333;
	}
.xzfTopR .xlxa:hover{
	background-color: #ffe5b0;
}
.xzfTopR .xlxa{
	margin-bottom: 10px;
}
.xzL{
	 float: left;
    width: 325px;
}
.xzR{
	width: 340px;
	float: left;
	margin-left: 35px;
}
.szPic2{
	display: block;
	float: left;
	width: 135px;
	height: 154px;
}
.szPic2 img{
	width: 100%;
	height:100%;
}
.szMess{
	float: left;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
width: 170px;
}
.szMess span{
	color: #f7a118;
	font-size: 16px;
}
.xzC{
	 float: left;
    width: 320px;
    height: 200px;
    background: url(../images/szxxBg.png) no-repeat;
    margin-left: 25px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 12px 20px;
    margin-top: 10px;
}
.xzC p{
	line-height: 23px;
}
.xzC h3 a{
         display:block;
	text-align: center;
	font-size: 18px;
        color:#fff;
}
.xzR{
	 width: 300px;
    float: left;
    margin-left: 70px;
}
.zwxlL {
	width: 340px;
	float: left;
        margin-top: 10px;
}
.zwxlL ul li{
	float: left;
	
}
.zwxlL .title{
	margin-bottom: 15px;
}
.zwxlL .title ul li{
	width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
 .zwxlL .title ul li:first-child{
 	text-align: left;
 }   
.zwxlL .title ul li+li{
	border-left: 1px solid #fff;
	padding-left: 13px;
}
.zwxlL .title ul li a{
	font-size: 18px;
}
.zwxlL .title ul li.active a{
	color: #f7a500;
	font-size: 18px;	
}
.zwC{
	float: left;
    width: 440px;
    margin-top: 50px;
    margin-left: 24px;
}
.zwC a{
	display: block;
	float: left;
	width: 135px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	margin-right: 10px;
}
.zwC a:hover{
	background-color: #ffe5b0;
}
.zwR{
	 width:210px;
    float: right;
margin-left: 10px;


}
.zwR h2{
	margin-bottom: 10px;
}
.zwR h2 a{
margin: 0;
}
.zwR .zwwa{
	display: inline-block;
	width: 192px;
	height: 50px;
}
.zwR .zwwa img{
	width: 100%;
	height: 100%;
}
.hdxL{
	width: 270px;
	float: left;
}
.hdxC{
	width: 365px;
	float: left;
	margin-left: 35px;
min-height: 60px;
}
.hdxR{
	width: 355px;
	float: left;
	 margin-left: 20px;
}
.zxqImg{
	width: 160px;
	height: 110px;
	display:block;
	float: left;	
}
.zxqImg img{
	width: 100%;
	height: 100%;
}
.zxqMess{
	width: 192px;
	float: left;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}
.zxqMess span{
	display: block;
	text-align: left;
	min-height: 25px;
}
.zxqMess .zxqT{
	color: #ff6200;
}
.zxxTop {
	margin-bottom: 20px;
    margin-top: 6px;
   
}
.zxxTop a{
	display: block;
	float: left;
	width: 105px;
	height: 35px;
	line-height: 35px;
	background-color: #f0f0f0;
	color: #333333;
	margin-right: 10px;
}
.zxxTop a:hover{
	background-color: #ffe5b0;
}

/*导航zbc*/
.navShujRight{
	width: 360px;
	float: left;
}
.navShujRight{
	margin-top:30px;
	margin-left: 40px;
}
.navShujRight .title ul li:first-child{
	text-align: center;
}
.navShujRight .title ul li+li{
	padding: 0;
}
.navShujLeft{
 width: 575px;
 height: 200px;
    margin-left: 40px; 
    margin-top: 20px; 
    float: left;
}
.navShujLeft h1 a{
 font-size: 18px;
 color: #fff;
 float: left;
    margin: 5px; 
}
.navShujLeftA{
 margin-top: 20px;
 width: 575px;
 height: 150px;
 overflow: hidden;
}
.navShujLeftA a{
 display: block;
 width: 180px;
 height: 40px;
 color: #333;
 margin:5px;
 background-color: #fff;
 float: left;
 text-align: center;
 line-height: 38px;
}
.navShujLeftA a:hover{
 background-color: #1f90d9;
 color: #fff;
}
.navXqLeft{
 width: 450px;
 height: 195px;
 margin-top: 10px;
 margin-left: 40px;
 float: left;
}
.navXqLeft h1 a{
 font-size: 18px;
 color: #fff;
 float: left;
    margin: 5px; 
}
.navXqLeft h1{
 font-size: 18px;
 color: #fff;
 float: left;
    margin: 5px; 
}
.navXqLeft img{
 width: 220px;
 height: 152px;
 float: left;
}
.navXqLeftBox{
 width: 451px;
 height: 153px;
 margin:10px 0 0 5px;
 float: left;
 overflow: hidden;
}
.navXqLeftBox p{
 display: block;
 float: left;
 margin-left: 10px;
 width: 210px;
 height: 105px;
 font-size: 14px;
 line-height: 25px;
 color: #fff;
text-align: left;
}
.navXqLeftBox a{
 color: #ff6200;
 font-size: 14px;
 float: left;
 margin-left: 10px;
}
.navXqCenterBox{
    width: 210px;
    height: 230px;
    overflow: hidden;
    margin:10px 30px 0 30px;
    float: left; 
}
.navXqCenterBox h1 a{
 font-size: 18px;
 color: #fff;
 float: left;
    margin: 5px; 
}
.navXqCenterBox img{
 width: 204px;
 height: 80px;
 margin:5px;
 float: left;
}
.navXqRightBox{
 width: 310px;
 height: 200px;
 float: left;
 margin-top: 10px;
 overflow: hidden;
}
.navXqRightBox h1 a{
 font-size: 18px;
 color: #fff;
 float: left;
    margin: 5px; 
}
.navXqRightBoxA{
 width: 100%;
 height: 140px;
    overflow: hidden; 
}
.navXqRightBoxA a{
 width: 142px;
 height: 36px;
 display: block;
 font-size: 14px;
 text-align: center;
 line-height: 32px;
 background-color: #fff;
 color: #333;
 float: left;
 margin:5px;
}
.navXqRightBoxA a:hover{
 background-color: #ffe5b0;
}
/*导航 end*/

/*下拉菜单end*/

/*导航 end*/
.center {
	width: 1100px;
	height: auto;
	overflow: hidden;
	background: white;
	padding: 20px 20px 20px 20px;
	margin: 10px auto 0;
}
.center_1{
	padding-bottom:0;
}
.center_2{
	margin:0;
}
.banner_top {
	width: 1058px;
	height: auto;
	overflow: hidden;
}
/*轮播*/
.page_slide {
	width: 606px;
	height: 368px;
	float: left;
	position: relative;
	background: #fff;
}

.picbox {
	width: 100%;
	height: 100%;
}

.picplayImg {
	width: 100%;
	height: 100%;
}

#Projector {
	float: left;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#Projector img {
	width: 100%;
	height: 100%;
}

.picplay {
	position: relative;
	z-index: 2;
	height: 330px;
	width: 100%;
}

.picbox .picplayLink {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	display: block;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/bg31.png) no-repeat;
	background: #000;
	background: rgba(0, 0, 0, 0.7) !important;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-indent: 20px;
}

.cyclyImg_pager {
	height: 20px;
	text-align: right;
	position: absolute;
	left: 50%;
	bottom: 17px;
	margin-left: -70px;
	z-index: 99;
	overflow: hidden;
}

.cyclyImg_pager span {
	float: left;
	width: 20px;
	height: 6px;
	margin-left: 10px;
	margin-top: 5px;
	display: block;
	background: url(xbt.png) 248px 148px;
	cursor: pointer;
	overflow: hidden;
}

.cyclyImg_pager .cycle-pager-active {
	margin-top: 5px;
	background: url(xbt.png) 335px 148px;
}


/*轮播end*/


/*网上办事大厅*/

.news2 {
	width: 415px;
	height: 335px;
	background: #FFFFFF;
	float: left;
	padding: 0 20px;
	margin-right: 10px;
}
.news1_top {
	width: 100%;
	height: 44px;
	line-height: 45px;
	border-bottom: 1px solid #CCCCCC;
}
.news1_top a{
	
	font-size: 20px;
	color: #043b80;
	font-weight: bold;
}
.banshi {
	padding: 20px 0;
	width: 380px;
	border-bottom: 1px solid #CCCCCC;
}

.banshi li {
	width: 70px;
	height: 70px;
	float: left;
	background: #efefef;
	margin-right: 6px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

.banshi li a {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	color: #666;
}

.banshi li.active {
	background: #1f90d9;
	color: #FFFFFF;
}

.banshi li.active a {
	color: #FFFFFF;
}

.icon-gerenbanshi {
	display: block;
	width: 100%;
	height: 24px;
	background: url(bs-dt_hui_1.png) center center no-repeat;
}

.icon-farenbanshi {
	display: block;
	width: 100%;
	height: 24px;
	background: url(bs-dt_hui_2.png) center center no-repeat;
}

.icon-bumenbanshi {
	display: block;
	width: 100%;
	height: 24px;
	background: url(bs-dt_hui_3.png) center center no-repeat;
}

.icon-shenpibumen {
	display: block;
	width: 100%;
	height: 24px;
	background: url(../images/bs-dt_hui_4.png) center center no-repeat;
}

.icon-zhonghefuwu {
	display: block;
	width: 100%;
	height: 24px;
	background: url(../images/bs-dt_hui_5.png) center center no-repeat;
}

.banshi li.active a i.icon-gerenbanshi {
	background: url(bs-dt_1.png) center center no-repeat;
}

.banshi li.active a i.icon-farenbanshi {
	background: url(bs-dt_2.png) center center no-repeat;
}

.banshi li.active a i.icon-bumenbanshi {
	background: url(bs-dt_3.png) center center no-repeat;
}

.banshi li.active a i.icon-shenpibumen {
	background: url(../images/bs-dt_4.png) center center no-repeat;
}

.banshi li.active a i.icon-zhonghefuwu {
	background: url(../images/bs-dt_5.png) center center no-repeat;
}

.banshi li i {
	display: block;
	margin: 10px 0 8px 0;
	color: #666666;
}

.banshi_tab {
	width: 380px;
	padding-top: 15px;
}

.banshi_tab li {
	width: 92px;
	height: 95px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin: 5px 0 0 2px
}

.banshi_tab li a {
	display: block;
	width: 92px;
	height: 95px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left
}

.banshi_tab li a:hover {
	color: #1f90d9;
}

.banshi_tab li a:hover i {
	color: #1f90d9;
}

.banshi_tab li i {
	display: block;
	width: 35px;
	font-size: 22px;
	color: #666666;
	height: 35px;
	margin-bottom: 5px;
	margin-left: 27px;
}
.banshi_tab li i.i1 {
	background: url(u4.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i2 {
	background: url(u6.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i3 {
	background: url(u8.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i4 {
	background: url(u10.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i5 {
	background: url(u12.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i6 {
	background: url(u14.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i7 {
	background: url(u16.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i8 {
	background: url(u66.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i9 {
	background: url(u68.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i10 {
	background: url(u69.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i11 {
	background: url(u40.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i12 {
	background: url(u71.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i13 {
	background: url(u70.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i14 {
	background: url(u42.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i15 {
	background: url(u44.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i17 {
	background: url(u20.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i18 {
	background: url(u22.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i19 {
	background: url(u24.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i20 {
	background: url(u26.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i21 {
	background: url(u28.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i22 {
	background: url(u76.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i23 {
	background: url(u77.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i25 {
	background: url(u8.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i26 {
	background: url(u10.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i27 {
	background: url(u16.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i28 {
	background: url(../images/u38.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i29 {
	background: url(u40.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i30 {
	background: url(u42.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i31 {
	background: url(u44.png);
	background-size: 35px 35px;
}


.banshi_tab li i.i33 {
	background: url(u12.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i34 {
	background: url(u10.png);	
	background-size: 35px 35px;
}

.banshi_tab li i.i35 {
	background: url(u14.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i36 {
	background: url(u16.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i37 {
	background: url(../images/u58.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i38 {
	background: url(../images/u60.png);
	background-size: 35px 35px;
}

.banshi_tab li i.i39 {
	background: url(../images/u48.png);
	background-size: 35px 35px;
}
.banshi_tab li a:hover i.i1 {
	background: url(u4_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i2 {
	background: url(u6_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i3 {
	background: url(u8_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i4 {
	background: url(u10_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i5 {
	background: url(u12_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i6 {
	background: url(u14_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i7 {
	background: url(u16_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i8 {
	background: url(u66_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i9 {
	background: url(u68_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i10 {
	background: url(u69_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i11 {
	background: url(u40_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i12 {
	background: url(u71_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i13 {
	background: url(u70_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i14 {
	background: url(u42_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i15 {
	background: url(u44_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i17 {
	background: url(u20_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i18 {
	background: url(u22_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i19 {
	background: url(u24_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i20 {
	background: url(u26_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i21 {
	background: url(u28_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i22 {
	background: url(u76_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i23 {
	background: url(u77_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i25 {
	background: url(u8_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i26 {
	background: url(u10_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i27 {
	background: url(u16_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i28 {
	background: url(../images/u38_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i29 {
	background: url(u40_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i30 {
	background: url(u42_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i31 {
	background: url(u44_hover.png);
	background-size: 35px 35px;
}


.banshi_tab li a:hover i.i33 {
	background: url(u12_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i34 {
	background: url(u10_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i35 {
	background: url(u14_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i36 {
	background: url(u16_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i37 {
	background: url(../images/u58_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i38 {
	background: url(../images/u60_hover.png);
	background-size: 35px 35px;
}

.banshi_tab li a:hover i.i39 {
	background: url(../images/u48_hover.png);
	background-size: 35px 35px;
}




/*网上办事大厅  end*/


/*news*/

.news_warp {
	width: 1060px;
	height: 300px;
	border-top: 1px solid #CCCCCC;
	/*background: red;*/
}

.news {
	width: 529px;
	height: 300px;
	float: left;
}

.news_title {
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #cccccc
}

.news_title ul {
	width: 100%;
	height: 62px;
}

.news_title ul li {
	width: 120px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}

.news_title ul li:first-child {
	width: 100px;
	text-align: left;
}

.news_title ul li:first-child+li {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.news_title ul li a {
	font-size: 20px;
	color: #5d5d5d;
}

.news_title ul li a:hover {
	font-weight: bold;
	color: #2a4b8d;
}

.tab_box {
	width: 100%;
	height: auto;
	display: none;
}

.text_ul {
	margin-top: 10px;
}

.text_ul li {
	width: 100%;
    padding-left: 15px;
    display: inline-block;
    overflow: hidden;
	background: url(d-2_03.png) no-repeat 0 14px;
}

.text_ul li a {
	font-size: 14px;
    color: #333;
    position: relative;
    line-height: 32px;
    padding-right: 84px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display:block;
}

.text_ul li span {
	color: #999;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 2px
}

.text_ul li:hover a {
	color: #1f90d9;
}


.news_right {
	border-left: 1px solid #cccccc;
}


/*news  end*/


/*新闻轮播*/

.text_carousel_warp {
	width: 1100px;
	height: 85px;
	margin: 0 auto;
}

.text_carousel_title {
	width: 150px;
	height: 85px;
	background: #2a4b8d;
	text-align: center;
	color: white;
	padding-top: 15px;
	float: left;
}

.text_carousel_title p:first-child {
	font-size: 20px;
	color: white;
}

.text_carousel_title p:first-child+p {
	margin-top: 5px;
	font-size: 18px;
color: white;
}

.text_carousel_box {
	width: 400px;
	height: 85px;
	position: relative;
	overflow: hidden;
	float: left;
}

.text_content {
	width: 370px;
	height: 210px;
	float: left;
	background: #c9d8eb;
	overflow: hidden;
}

.text_content ul {
	height: 280px;
}

.text_content li {
	width: 360px;
	height: 85px;
	line-height: 30px;
	margin-left: 10px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
}

.text_content li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top:15px;
}
.text_btn {
	width: 30px;
	height: 100%;
	background: #9db3d0;
	float: right;
}

.text_btn p:first-child {
	width: 100%;
	height: 22px;
	display: block;
}

.text_btn p a {
	display: block;
	width: 100%;
	height: 100%;
}

.text_btn p:first-child+p {
	width: 100%;
	height: 40px;
}

.text_btn p:first-child+p+p {
	width: 100%;
	height: 22px;
}

.text_btn p:first-child a {
	background: url(../images/btn.png) 60px 84px;
}

.text_btn p:first-child+p a {
	background: url(../images/btn.png) 60px 63px;
}

.text_btn p:first-child+p+p a {
	background: url(../images/btn.png) 60px 26px;
}


/*新闻轮播end*/


/*bottom*/

.left_box {
	width: 346px;
	height: 1225px;
	float: left;
	padding-right: 20px;
	overflow: hidden;
}

.pic_vcr {
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.vcr_title {
	width: 326px;
	height: 66px;
	border-bottom: 1px solid #CCCCCC;
}

.vcr_title ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vcr_title ul li {
	 width: 66px;
    height: 22px;
    line-height: 22px;
    float: left;
    text-align: right;
    margin-top: 22px;

}

.vcr_title ul li:first-child {
	 border-right: 1px solid #333333;
    text-align: left;

}

.vcr_title ul li a {
	font-size: 20px;
	color: #333333;
}

.vcr_title ul li a:hover {
	font-weight: bold;
	color: #f8af02;
}
.pic_box_top{
	width: 325px;
	height: 235px;
	margin-top: 10px;
	position: relative;
}
.pic_box_top a{
	display: block;
	width: 100%;
	height: 100%;
}
.pic_box_top a img{
	width: 325px;
	height: 194px;
}
.pic_box_top a span{
	display: block;
	width: 99%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-spacing: normal;
}
.pic_box_top a span:hover{color:#1F90D9;}
.pic_pos{
	width: 325px;
	height: 194px;
	position: absolute;
	top: 0;
	left: 0;
}
.pic_pos img{
	width: 325px;
	height: 194px;
}
.pic_list {
	width: 100%;
	overflow: hidden;
margin-top:10px;
}
.pic_list li {
	float: left;
	width: 158px;
	height: 155px;
	position: relative;
}
.pic_list li:first-child{
	margin-right: 10px;
}
.pic_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.pic_list li a img{
	width: 158px;
	height: 110px;
}
.pic_list li a span{
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-spacing: normal;
}
.pic_list li a span:hover{color: #1F90D9;}
.pic_pos_2{
	width: 158px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
}
.pic_pos_2 img{
	width: 158px;
	height: 110px;
}
.pic_pos img{
	width: 325px;
	height: 194px;
}
.vcr_bottom {
	width: 326px;
	height: 290px;
	margin-top: 18px;
}

.vcr_bottom li {
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	position: relative;
}

.vcr_bottom li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	line-height: 70px;
	text-align: center;
	color: white;
	font-size: 18px;
	padding-left: 50px;
}
.vcr_bottom li:first-child+li+li{
	width: 100%;
	height: 120px;
}
.vcr_bottom li:first-child+li+li a {
	width: 100%;
	height: 120px;
	padding: 0;
}
.vcr_bottom li:first-child+li+li a img {
	width: 100%;
	height: 100%;
}
.vcr_bottom li:first-child{
	background: #2684c0;
}
.vcr_bottom li:first-child+li{
	background: #3b60a8;
}
.vcr_bottom li:first-child img{
	position: absolute;
	left: 90px;
	top: 15px;
}
.vcr_bottom li:first-child+li img{
	position: absolute;
	left: 90px;
	top: 20px;
}
.single_title {
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 65px;
	font-size: 20px;
}

.single_title a {
	font-size: 20px;
	color: #2a4b8d;
	font-weight: bold;
}

.single_img {
	width: 326px;
	height: 162px;
	margin-top: 16px;
}

.title ul li {
	font-weight: bold;
}

.title ul li.active a {
	color: #005292;
	font-weight: bold;
}

.center_box {
	width: 380px;
	height: 1250px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0 20px;
	float: left;
	overflow: hidden;
}

.column_warp {
	width: 100%;
	height: 290px;
}

.column_title {
	width: 100%;
	height: 68px;
	border-bottom: 1px solid #CCCCCC;
}

.column_title ul {
	width: 100%;
	height: 68px;
}

.column_title ul li {
	float: left;
	width: 169px;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.column_title ul li a {
	font-size: 20px;
	color: #333333;
}

.column_title ul li:first-child+li {
	border-left: 1px solid #333333;
}

.column_title ul li a:hover {
	font-weight: bold;
	color: #576d9f;
}

.column_box,
.column_box_1 {
	width: 370px;
	height: 210px;
	display: none;
}

.column_box ul,
.column_box_1 ul {
	width: 100%;
	height: 100%;
}

.column_box ul li,
.column_box_1 ul li {
	width: 99px;
	height: 88px;
	float: left;
	margin: 10px;
	text-align: center;
	background: #f6f6f6;
}

.column_box ul li a:first-child,
.column_box_1 ul li a:first-child{
	display: block;
	width: 34px;
	height: 34px;
	margin-top: 20px;
	margin-left: 35px;
}

.column_box ul li a:first-child+a,
.column_box_1 ul li a:first-child+a{
	display: block;
	width: 84px;
	height: 14px;
	text-align: center;
	color: #5f5f5f;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 9px;
}

.column_box ul li:first-child {
	margin-left: 0;
}

.column_box ul li:first-child+li+li {
	margin-right: 0;
}

.column_box ul li:first-child+li+li+li {
	margin-left: 0;
}
.column_box_1 ul li:first-child {
	margin-left: 0;
}

.column_box_1 ul li:first-child+li+li {
	margin-right: 0;
}

.column_box_1 ul li:first-child+li+li+li {
	margin-left: 0;
}



.column_box ul li:first-child+li+li+li+li+li {
	margin-right: 0;
}

.column_box ul li:first-child a:first-child {
	background: url(zwIconFs_07.png) no-repeat center center;
}

.column_box ul li:first-child+li a:first-child {
	background: url(zwIconFs_03.png) no-repeat center center;
}

.column_box ul li:first-child+li+li a:first-child {
	background: url(zwIconFs_10.png) no-repeat center center;
}

.column_box ul li:first-child+li+li+li a:first-child {
	background: url(zwIconFs_16.png) no-repeat center center;
}

.column_box ul li:first-child+li+li+li+li a:first-child {
	background: url(zwIconFs_11.png) no-repeat center center;
}

.column_box ul li:first-child+li+li+li+li+li a:first-child {
	background: url(zwIconFs_13.png) no-repeat center center;
}
.column_box_1 ul li:first-child a:first-child {
	background: url(../images/zwIconFs_19.png) no-repeat center center;
}

.column_box_1 ul li:first-child+li a:first-child {
	background: url(../images/zwIconFs_23.png) no-repeat center center;
}

.column_box_1 ul li:first-child+li+li a:first-child {
	background: url(../images/zwIconFs_26.png) no-repeat center center;
}

.email_img {
	width: 100%;
	height: 126px;
	margin-top: 20px;
}

.email_img img {
	width: 100%;
	height: 100%;
}

.opinion {
	width: 100%;
	height: 102px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.opinion a {
	display: inline-block;
	width: 88px;
	height: 100px;
	margin: 0 12px;
}

.opinion a:first-child+a {
	margin: 0 5px;
}

.right_box {
	width: 334px;
	height: 1250px;
	float: right;
	overflow: hidden;
}

.yjFile {
	width: 100%;
	height: 376px;
	background-color: #f0f0f0;
	padding: 20px;
}

.yjFile_title {
	width: 100%;
	height: 68px;
}

.yjFile_title ul {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	min-height:250px;
}

.yjFile_title ul li {
	width: 58px;
	float: left;
	line-height: 68px;
}

.yjFile_title ul li:first-child {
	width: 52px;
}

.yjFile_title ul li:first-child+li {
	background: url(../images/xbt_bgid_03.png) no-repeat 0 32px;
	padding-left: 15px;
	margin-right: 5px;
}

.yjFile_title ul li:first-child+li+li {
	background: url(../images/xbt_bgid_03.png) no-repeat 0 32px;
	padding-left: 15px;
}

.yjFile_title ul li a {
	font-size: 20px;
}

.yjFileBox {
	display: none;
}

.yjFileSearch {
	margin-top: 10px;
	width: 280px;
	height: 40px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 10px;
}

.yjFileSearch form {
	width: 100%;
	height: 100%;
}

.yjFileSearch input[type="text"] {
	width: 223px;
	height: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	text-indent: 15px;
	font-size: 14px;
	float: left;
	background: white;
}

.yjFileSearch input[type="submit"] {
	float: left;
	width: 56px;
	height: 100%;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #1f90d9;
	border: none;
	outline: none;
}

.wenjian_ul {
	width: 100%;
	height: 250px;
	padding-left: 20px;
}

.wenjian_ul li {
	width: 100%;
    padding-left: 15px;
    display: inline-block;
    overflow: hidden;
	background: url(d-2_03.png) no-repeat 0 14px;
}

.wenjian_ul li a {
    font-size: 14px;
    color: #333; 
    position: relative;
    line-height: 29px;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display:block;
}

.wenjian_ul li span {
	color: #999;
	font-size: 12px;
	width: 28%;
	position: absolute;
	top: 2px;
	right: 7px;
}
.wenjian_ul li:hover a {
	color: #1f90d9;
}

.newsList {
	width: 100%;
	padding-top: 10px;
	height: 185px;
}

.newsList li {
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	background: url(../images/li_d_03.png) no-repeat 0px 16px;
	padding-left: 15px;
}

.newsList li a {
	color: #333;
}

.newsList li span {
	float: right;
	color: #333;
}

.padd {
	padding: 0;
}

.data_title {
	border: none;
	text-indent: 20px;
}

.data {
	width: 300px;
	height: 198px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}

.data_page_slide {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}

#data_Projector {
	float: left;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.data_picplay {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
}

.data_picbox {
	width: 100%;
	height: 100%;
}

.data_picplay .data_picplayLink {
	height: 36px;
	line-height: 36px;
	text-indent: 20px;
	color: #000;
	display: block;
	font-size: 16px;
	width: 230px;
	/*padding: 10px;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.data_picplayImg {
	width: 100%;
	height: 157px;
}

#data_Projector img {
	width: 100%;
	height: 100%;
}
.blue_border{
	margin-top: 10px;
}
.data_cyclyImg_pager {
	height: 22px;
	width: 48px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
}

.data_cyclyImg_pager span {
	float: left;
	width: 9px;
	height: 9px;
	margin-right: 5px;
	/*margin-top: 14px;*/
	background: #CCCCCC;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.data_cyclyImg_pager .cycle-pager-active {
	margin-top: 0;
	background: #ff9933;
}

.data_ul {
	width: 300px;
	height: 290px;
	margin: 0 20px;
}

.service_box {
	width: 300px;
	height: 210px;
	margin-left: 20px;
	margin-top: 20px;
}

.service_box ul {
	width: 100%;
	height: 100%;
}

.service_box ul li {
	width: 93px;
	height: 95px;
	float: left;
	text-align: center;
	background: #e4eaf8;
	margin-bottom: 10px;
}

.service_box ul li:first-child+li {
	margin: 0 10px;
}

.service_box ul li:first-child+li+li+li+li {
	margin: 0 10px;
}

.service_box ul li a:first-child {
	display: block;
	width: 40px;
	height: 40px;
	background: yellow;
	margin-top: 15px;
	margin-left: 26px;
}

.service_box ul li a:first-child+a {
	display: block;
	width: 84px;
	height: 14px;
	text-align: center;
	color: #333333;
	margin-top: 5px;
	margin-left: 5px;
}

.service_box ul li:nth-child(1) {
	margin-left: 0;
}

.service_box ul li:nth-child(3) {
	margin-right: 0;
}

.service_box ul li:nth-child(4) {
	margin-left: 0;
}

.service_box ul li:nth-child(6) {
	margin-right: 0;
}

.service_box ul li:first-child a:first-child {
	background: url(icon3.png) 253px 4px;
}

.service_box ul li:first-child+li a:first-child {
	background: url(icon3.png) 149px 4px;
}

.service_box ul li:first-child+li+li a:first-child {
	background: url(icon3.png) 299px 3px;
}

.service_box ul li:first-child+li+li+li a:first-child {
	background: url(icon3.png) 253px 42px;
}

.service_box ul li:first-child+li+li+li+li a:first-child {
	background: url(icon3.png) 404px 42px;
}

.service_box ul li:first-child+li+li+li+li+li a:first-child {
	background: url(icon3.png) 300px 42px;
}
.leve1 {
	/*padding: 20px 40px;*/
margin-left: -103px;
}
.leve2{
margin-left: -342px;
}
.leve3{
margin-left: -580px;
}
.leve4{
margin-left: -818px;
}
.leve {
	display: none;
	width: 1060px;
	height: auto;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	border-bottom: 0;
	overflow: hidden;
	/*margin: 0 auto;*/
	position: absolute;
	left: 102px;
padding: 20px;
}

.leve a {
	display: inline-block;
	height: 14px;
	color: #333;
	margin-bottom: 10px;
}

.leve1 a {
	min-width: 230px;
}
.leve1 a:hover{color: #1f90d9;}

/*bottom_warp    end*/

.footer {
	width: 1100px;
	height: auto;
	margin: 20px 0 0 20px;
	overflow: hidden;
	margin: 0 auto;
	background: #FFFFFF;
	margin-top: 10px;
}
.foot_bottom{
	width: 1060px;
	height: 120px;
	overflow: hidden;
	margin-left: 17px;
	padding-top: 10px;
}
.foot_border_top{
	width: 1060px;
	height: 120px;
	border-top: 2px solid #2a4b8d;
	padding-top: 20px;
}
.footer_img {
	width: 190px;
	height: 76px;
	border-right: 1px solid #CCCCCC;
	float: left;
}
.footer_img a{
	float: left;
	margin-top: 10px;
}
.footer_img a:first-child{
	width: 52px;
	height: 62px;
	display: block;
	margin-right: 5px;
}
.footer_img a:first-child img {
	width: 100%;
	height: 100%;
}
.footer_img a:first-child+a{
	width: 110px;
	height: 55px;
	display: block;
}
.footer_img a:first-child+a img {
	width: 100%;
	height: 100%;
}.footer_img a{
	float: left;
	margin-top: 10px;
}
.footer_img a:first-child{
	width: 52px;
	height: 62px;
	display: block;
	margin-right: 5px;
}
.footer_img a:first-child img {
	width: 100%;
	height: 100%;
}
.footer_img a:first-child+a{
	width: 110px;
	height: 55px;
	display: block;
}
.footer_img a:first-child+a img {
	width: 100%;
	height: 100%;
}



.footer_ul {
	width: 800px;
	height: 100%;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

.footer_ul li {
	width: 100%;
	height: 25px;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
}

.footer_ul li a {
	font-size: 14px;
	color: #666666;
}

.footer_ul li img {
	position: absolute;
	top: 0px;
	left: 0;
}
.aboutLink {
	float: left;
	margin-top: 20px; 
	margin-left: 17px;
	width: 1060px;
	height: 42px;
	border: 1px solid #ccc;
	position: relative;
}

.aboutLink h3 {
	float: left;
	width: 102px;
	border-right: 1px solid #ccc;
	text-align: center;
	line-height: 42px;
	color: #005292;
	font-size: 14px;
	font-weight: bold;
}

.aboutLinkList {
	height: 100%;
	float: left;
}

.aboutLinkList li {
	float: left;
	width: 191px;
	height: 100%;
	border-left: 1px solid #ccc;
	background: url(linkjt_11.png) no-repeat 165px center;
}
.aboutLinkList li:first-child{
	border-left: none;
}


.aboutLinkList li>a {
	display: inline-block;
	width: 170px;
	height: 100%;
	line-height: 42px;
	color: #333;
	margin-left: 20px;
}

/*面包屑*/
.center_bg_color{
	background: #fff;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.qz_co{
    background: #f6f6f6;
    }
.bread{
	width: 1100px;
	height: 70px;
	margin:10px auto;
	background:url(wqBread_03.png) #fff no-repeat 635px 8px;
}
.bread span{
	width: 82px;
    float: left;
    margin:20px 16px 0 0;
    height: 35px;
    border-right: 1px solid #ccc;
    display: block;
    background: url(iconMap.png) no-repeat 30px 4px;
}
.bread a{
    font-size: 14px;
    color: #333;
    margin: 5px;
    line-height: 73px;
}
/*县政府*/
.xzf_left_box{
	width: 745px;
	min-height: 800px;
	float: left;
	border-right: 1px solid #cccccc;
	background: white;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.xzf_left_bo2{
	min-height:1370px;
}
.title_blue{
	width: 100%;
	height:50px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 50px;
}
.title_blue a{
	font-size: 20px !important;
	font-weight: bold;
	color: #005292;
}
.title_blue{
font-size: 20px !important;
    font-weight: bold;
    color: #005292;
}
.xzf_xz{
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-left: 15px;
}
.xzf_xianzhang_left{
	float: left;
	width: 20px;
	height: 55px;
	font-size: 18px;
	color: #005292;
}
.xzf_xianzhang_img{
	float: left;
	width: 112px;
	height: 132px;
	margin-left: 36px;
	border: 1px solid #CCCCCC;
}
.xzf_xianzhang_img img{
	width: 100px;
	height: 120px;
	margin-left: 5px;
	margin-top: 5px;
}
.xzf_xianzhang_right{
	float: left;
	/*height: 100%;*/
	margin-left: 20px;
	margin-top: 18px;
       width: 498px;
}
.xzf_xianzhang_right a{
	color: #333333;
	font-size: 18px;
	display: block;
}
.xzf_xianzhang_right span{
	display: block;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
}
.xzf_fxz{
	width: 100%;

   min-height: 675px;
 
	padding-top: 20px;
	padding-left: 15px;
}
.fxz_list{
	width: 650px;
	height: auto;
	overflow: hidden;
	margin-left: 38px;
}
.fxz_list li{
	width: 112px;
	height: 165px;
	float: left;
	margin-left: 18px;
	margin-bottom: 10px;
}
.fxz_list li a{
	width: 112px;
	height: 165px;
	display: block;
	text-align: center;
}
.fxz_list li a div{
	width: 112px;
	height: 132px;
	border: 1px solid #CCCCCC;
}
.fxz_list li a div img{
	width: 100px;
	height: 120px;
	margin-top: 5px;
}
.fxz_list li a span{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #333333;
}
.xzf_right_box{
	width: 351px;
	min-height: 820px;
	float: right;
	background: white;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.title_black{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.title_black a{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.title_blue_border{
	border: none;
}
.xzf_xzfjg_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.xzf_xzfjg a{
	font-size: 18px;
	color: #1980d0;
}
.xzf_xzfjg ul{
	margin-top: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.xzf_xzfjg ul li{
	width: 165px;
	height: 35px;
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
	background: url(../images/hover_1.png);
	line-height: 30px;
	text-align: center;
}
.xzf_xzfjg ul li:hover{
	background: url(../images/hover.png);
}
.xzf_xzfjg ul li a{
	font-size: 14px;
	color: #333333;
}
.xzf_bgdz{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.xzf_le2{
	min-height: 400px;
	border-bottom: 1px dashed #ccc;
}
.xzf_le3{
	min-height: 400px;
}
.xzf_le4{
	min-height: 400px;
	margin-top: 0;
}
.xzf_le4 li{
	height: 33px;
}
.sz_imgBox ul li {
    margin: 0 3px;
    float: left;
    margin-bottom: 30px;
     position: relative;	
}
.sz_imgBox ul li .imgBig {
    display: block;
    width: 228px;
    height: 150px;
    margin-bottom: 15px;
}
.sz_imgBox ul li .imgBig img{
	width: 100%;
	height: 100%;
}
.imgBig_pos{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -45px;
}
.imgBig_pos a{
    display: block;
    width: 100%;
    height: 100%;
}
.imgBig_pos a img{
    display: block;
    width: 100%;
    height: 100%;
}



.sz_imgBox ul li .titleBig {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 23px;
    width: 228px;
    color: #333333;
    font-size: 14px;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.sz_imgBox ul li .titleBig:hover{
    color: #1f90d9;
}

.xzf_bgdz_address{
	width: 710px;
	height: 240px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.bgdz_address_img{
	float: left;
	width: 355px;
	height: 100%;
}
.bgdz_address_img img{
	width: 355px;
	height: 238px;
}
.bgdz_address_text{
	width: 350px;
	height: 240px;
	float: right;
	text-align: center;
}
.bgdz_address_text h3{
	font-size: 14px;
	color: #2967b4;
	margin-top: 40px;
	margin-bottom: 20px;
}
.bgdz_address_text p{
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin-left: 36px;
	margin-top: 5px;
}
/*县长*/
.myWork2{
	min-height: 195px;
	margin-bottom: 20px;
}
.myWork li{
	width: 100%;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 150px;
    position: relative;
    color: #333333;
	background: url(../images/d-2_02.png) 0px 13px no-repeat;
	
}

.myWork li a {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.myWork li a:hover{
	color: #1980d0;
}
.myWork li span {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
}
.xianzhang{
	width: 100%;
	height: auto;
}
.xianzhang_img{
	min-width: 127px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
.xianzhang_img img{
	width: 127px;
	height: 150px;
}
.xianzhang_img p{
	color: #29334e;
	font-size: 20px;
	margin-top: 10px;
}
.xianzhang_img p span{
	color: #005292;
	font-size: 20px;
	font-weight: bold;
}
.xianzhang_img p a{
	font-size: 18px;
	font-weight: bold;
}
.xz_list{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.xz_list li{
	width: 310px;
	height: 70px;
	margin-bottom: 15px;
}

.xz_list li a{
	display: block;
	width: 310px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.xz_list li:first-child a{
	background: url(../images/wdji.png) no-repeat;	
}
.xz_list li:first-child+li a{
	background: url(../images/wdfg.png) no-repeat;	
}
.xz_list li:first-child+li+li a{
	background: url(../images/wdgz.png) no-repeat;	
}
.xz_list li:first-child+li+li+li a{
	background: url(../images/wdtp.png) no-repeat;	
}
.xz_list li:first-child a:hover{
	color: #1980d0;
	background: url(../images/wdji_hover.png) no-repeat;	
}
.xz_list li:first-child+li a:hover{
	color: #1980d0;
	background: url(../images/wdfg_hover.png) no-repeat;	
}
.xz_list li:first-child+li+li a:hover{
	color: #1980d0;
	background: url(../images/wdgz_hover.png) no-repeat;	
}
.xz_list li:first-child+li+li+li a:hover{
	color: #1980d0;
	background: url(../images/wdtp_hover_03.png) no-repeat;
}
.fxz_text_list{
	width: 240px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.fxz_text_list span{
	display: block;
	float: left;
	font-size: 16px;
	color: #29334E;
	font-weight: bold;
	margin-top: 5px;
}
.fxz_text_list ul{
	float: left;
	width: 175px;
	margin-top: 5px;
}
.fxz_text_list ul li{
	float: left;
	min-width: 67px;
    text-align: left;
    margin-bottom: 10px;
}
.fxz_text_list ul li a{
	 font-size: 16px;
    display: block;
    float: left;
    margin: 0 10px;
width: 64px;
}
/*政务*/
.zhengw_left{
	width: 340px;
	height: auto;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	float: left;
}
.carousel_warp{
	width: 320px;
	height: 240px;
	position: relative;
}
.carousel{
	width: 320px;
	height: 176px;
}
.vcr_list li{
	width: 152px;
}
.vcr_pos_2{
	width: 152px;
}
.pic_vcr_height{
	height:470px;
}
.zhengw_zt_list{
	width: 100%;
}
.zhengw_zt_list li{
	height: 80px;
	width: 100%;
	margin-bottom: 10px;
}
.zhengw_zt_list li a{
	display: block;
	width: 100%;
	height: 100%;
}

.zhengw_zt_list li a img{
	width: 100%;
	height: 100%;
}

.zhengw_center{
	width: 408px;
	min-height: 1355px;
	padding: 0 20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 1px solid #CCCCCC;
}
.zheng_border_r{
	border-right: 0 !important;
}
.zhengw_mar_bottom{
	margin-bottom: 20px;
	min-height: 240px;
}
.title_color a{
	color: #2a4b8d;
}
.zhegw_important{
	width: 370px;
	height: 475px;
	background: #e8f2ff;
	padding: 10px 20px 20px 20px;
}
.zhegw_important_list{
	width: 100%;
	height: 60px;
}
.zhegw_important_list li{
	width: 165px;
	height: 60px;
	float: left;
}
.zhegw_important_list li a{
	display: block;
	width: 165px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #2a4b8d;
	color: white;
}
.zhegw_important_list li.active a{
	background: #1f90d9;
}

.zhegw_important_tab{
	display: none;
}
.zhengw_right{
	width: 330px;
	height: 1355px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.special_column{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.special_column li{
	width: 100%;
	height: 70px;
	margin-bottom: 15px;
	background: #f3f3f3 url(zw_jian.png) no-repeat 280px center;
	padding-right: 20px;
}
.special_column li a{
	display: block;
	width: 100%;
	height: 70px;
	text-align: left;
	line-height: 70px;
	font-size: 18px;
	color: #333333;
}
.special_column li:hover{
	background: #f3f3f3 url(zw_jian_hover.png) no-repeat 280px center;
}
.special_column li a:hover{
	color: #1f90d9;
}
.special_column li a p{
	float: left;
	width: 100px;
	height: 70px;
	border-right: 1px solid #dbd2cb;
	margin-right: 20px;
}
.special_column li a p{
	background: url(../images/zwIcon_07.png) no-repeat center center;
}
.special_column li+li a p{
	background: url(../images/zwIcon_03.png) no-repeat center center;
}
.special_column li+li+li a p{
	background: url(../images/zwIcon_10.png) no-repeat center center;
}
.special_column li+li+li+li a p{
	background: url(../images/zwIcon_16.png) no-repeat center center;
}
.special_column li+li+li+li+li a p{
	background: url(../images/zwIcon_11.png) no-repeat center center;
}
.special_column li+li+li+li+li+li a p{
	background: url(../images/zwIcon_13.png) no-repeat center center;
}

.notice li a p{
	background: url(../images/zwIcon_19.png) no-repeat center center;
}
.notice li+li a p{
	background: url(../images/zwIcon_23.png) no-repeat center center;
}
.notice li+li+li a p{
	background: url(../images/zwIcon_26.png) no-repeat center center;
}
.basics li a p{
	background: url(../images/zwIcon_28.png) no-repeat center center;
}
.basics li+li a p{
	background: url(../images/zwIcon_32.png) no-repeat center center;
}
.basics li+li+li a p{
	background: url(../images/zwIcon_34.png) no-repeat center center;
}
.basics li+li+li+li a p{
	background: url(../images/zwIcon_37.png) no-repeat center center;
}
.basics li+li+li+li+li a p{
	background: url(../images/zwIcon_40.png) no-repeat center center;
}


.special_column li a:hover p{
	background: url(zwIconFs_07.png) no-repeat center center;
}
.special_column li+li:hover a p{
	background: url(zwIconFs_03.png) no-repeat center center;
}
.special_column li+li+li:hover a p{
	background: url(zwIconFs_10.png) no-repeat center center;
}
.special_column li+li+li+li a:hover p{
	background: url(zwIconFs_16.png) no-repeat center center;
}
.special_column li+li+li+li+li a:hover p{ 
	background: url(zwIconFs_11.png) no-repeat center center;
}
.special_column li+li+li+li+li+li a:hover p{ 
	background: url(zwIconFs_13.png) no-repeat center center;
}
.notice li a:hover p{
	background: url(../images/zwIconFs_19.png) no-repeat center center;
}
.notice li+li a:hover p{
	background: url(../images/zwIconFs_23.png) no-repeat center center;
}
.notice li+li+li a:hover p{
	background: url(../images/zwIconFs_26.png) no-repeat center center;
}
.basics li a:hover p{
	background: url(../images/zwIconFs_28.png) no-repeat center center;
}
.basics li+li a:hover p{
	background: url(../images/zwIconFs_32.png) no-repeat center center;
}
.basics li+li+li a:hover p{
	background: url(../images/zwIconFs_34.png) no-repeat center center;
}
.basics li+li+li+li a:hover p{
	background: url(../images/zwIconFs_37.png) no-repeat center center;
}
.basics li+li+li+li+li a:hover p{
	background: url(../images/zwIconFs_40.png) no-repeat center center;
}




















/*互动*/
body{
	background-color: #f0f0f0;
}
.zbcContent{
	width: 1100px;
	margin:auto;
	padding:20px;
	background-color: #fff;
}
.zbcbread{
	width: 1100px;
	height: 70px;
	margin:10px auto;
	background:url(wqBread_03.png) #fff no-repeat 635px 8px;
}
.zbcbread span{
	width: 82px;
    float: left;
    margin:20px 16px 0 0;
    height: 35px;
    border-right: 1px solid #ccc;
    display: block;
    background: url(iconMap.png) no-repeat 30px 4px;
}
.zbcbread a{
    font-size: 14px;
    color: #333;
    margin: 5px;
    line-height: 73px;
}
.hdH750{
	height: 750px;
}
.hd-left{
	width: 729px;
	float: left;
	height: 710px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.zbctitle{
	border-bottom: 1px solid #ccc;
	height: 48px;
}
.zbctitle a{
	font-size: 20px;
	font-weight: bold;
	color: #2a4b8d;	
}
.shuju_box  img{width:100%;height:100%;}
.zxftPicBox{
	width: 223px;
	margin-top:20px;
        margin-left:10px;
	float: left;
}
.zxftPicBox img{
	width: 223px;
	height: 130px;
	border:1px solid #ccc;
	padding:3px;	
}
.zxftPicBoxA{
	display: block;
	width: 213px;
	height: 42px;
	font-size: 14px;
	color: #333;
}
.zxftPicBoxA:hover{
color: #1f90d9;
}
.zxftPicBoxBig{
	height: 230px;
	overflow: hidden;
}
.hdYjzj{
	margin-top: 7px;
}
.hdYjzj li{
	width: 710px;
    padding-left: 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: url(xqListdian_03.png) no-repeat 5px;
}
.hdYjzj li a{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-right: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 700px;
    display: inline-block;
}
.hdYjzj li a:hover{
color: #1f90d9;
}	
.hdYjzj li a span{
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.hd_right{
	width:310px;
	float: right;
}
.hd_right img{
	margin-bottom:7px;
}
.hd_wsxf{
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background-color: #fcaf62;
}
.hd_wsxf img{
	width: 28px;
	height: 28px;
	margin: 20px 59px 0 59px;
}
.hd_wsjb{
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	color: #fff;
	margin-left:10px;
	margin-bottom: 10px;
	line-height: 30px;
	background-color: #839de7;
}
.hd_wsjb img{
	width: 28px;
	height: 28px;
	margin: 20px 59px 0 59px;
}

/*互动END*/

/*县情*/

.wqgkBox{
	width: 1060px;
	height: 330px;
	margin: 20px 0;
}
.wqgkBoxLeft{
	width: 800px;
	height: 330px;
	position: relative;
	float: left;
}
.wqgkBoxLeft img{
	width: 800px;
	height: 330px;	
}
.wqgkBoxLeftContBox{
	width: 349px;
	height: 330px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/lyiconBg.png);
}
.aP{
    display: block;
    width: 305px;
    text-indent: 2em;    
    height: 213px;
    margin: 10px auto;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;

}
.aButton{
    display: block;
    width: 100px;
    height: 36px;
    text-align: center;
    color: #fff;
    margin: 20px auto;
    line-height: 32px;
    font-size: 14px;
    background: url(../images/orangeButton.png);
}
.wqgkBox img{
	float: left;
}
.wqcsmp img{
	width: 250px;
	height: 160px;
	margin:0 0 10px 10px;
}
.mlwq img{
	width: 250px;
	height: 160px;
	margin-left: 10px;
}
.xzgkBox{
	margin-top: 20px;
	width: 1060px;
	height: 345px;
}
.xzgkBox img{
	width: 204px;
	height: 160px;
	margin:1px;
}
.sqgkBox{
	width: 1060px;
	height: 80px;
	margin-top: 20px;
}
.sqgkBox a{
	display: block;
	width: 204px;
	height: 70px;
	float: left;
	font-size: 18px;
	background-color: #f3f8ff;
	border:1px solid #226bc7;
	color: #226bc7;
	line-height: 70px;
    text-align: center;
    margin:4px;
}
/*县情END*/



/*数据*/
.shujuTitle{
	width: 1060px;
	margin-top: 10px;
	height: 520px;
}
.shujuTitle li{
	float: left;
	margin:3px;
}
.shujuTitle li a{
	width: 205px;
	height: 44px;
	text-align: center;;
	color: #333;
	font-size: 16px;
	line-height: 44px;
	display: block;
	background-color: #eee;
}
.shujuTitle .active a {
    background-color: #1f90d9;
    color: #fff;
}
.shuju_box{
	height: 395px;
	width: 1060px;
	float: left;
	display:none;
}
.shuJNewsBox{
	width: 1060px;
	height: 310px;
}
.shuJNewsBox hr{
	border:none;
	height: 100%;
	width: 1px;
	border-left:1px solid #ccc;
	float: left;
    margin: 0 17px;	
}
.shuJNews{
	width: 330px;
	float: left;
}
.shuJNews ul{
	margin-top: 10px;
}
.shuJNews li{
    width: 330px;
    padding-left: 15px;
    display: inline-block;
    overflow: hidden;
    background: url(xqListdian_03.png) no-repeat 5px;	
}
.shuJNews li a{
	font-size: 14px;
    color: #333;
    position: relative;
    line-height: 29px;
    padding-right: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 330px;
    display:block;	
}
.shuJNews li a:hover{
color:#1980d0;
}
.shuJNews li a span{
	color: #999;
    font-size: 12px;
    position: absolute;
    right:0px;
    top: 2px
}

/*旅游*/
.LvyPicBox{
	width: 1060px;
	height: 330px;
	margin:20px 0;
	position: relative;
}
.LvyPicBox img{
	width: 1060px;
	height: 330px;
}
.LvyTab{
	width: 615px;
	height: 105px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.LvyTab a{
	display: block;
	width: 90px;
	height: 90px;
	margin:5px;
	float: left;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: url(../images/lyiconBg.png);
}
.LvyTab a:hover{
	background: none;
	background-color: #8aa7cc;
}
.LvyTab a img{
	width: 32px;
    height: 29px;
    margin: 20px 20px 0 22px;
}
.LylistBox{
	width: 1060px;
	height: 375px;
}
.LylistBox img{
	width: 325px;
	height: 115px;
    margin: 17px 0 10px 0;
}
.LylistBox h1 a{
	font-size: 20px;
	color:#2a4b8d ;
	font-weight: bold;
}
.LylistBox ul {
	width: 325px;
}
.LylistBox ul li{
	width: 325px;
    padding-left: 15px;
    display: inline-block;
    overflow: hidden;
background: url(xqListdian_03.png) no-repeat 5px;
}
.LylistBox li a{
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 370px;
    display:block;	
}
.LylistBox li a:hover{
	color: #1f90d9;
}
.MlwqWh{
	width: 325px;
	height: 375px;
	float: left;
}
.LylistBox hr{
	border:none;
	height: 370px;
	width: 1px;
	border-left:1px solid #ccc;
	float: left;
    margin: 0 20px;	
}
.aboutLinkList li.active{
 background: url(linkjt_10.png) no-repeat 165px center;
background-color: #e0e0e0;
}
/*page*/
.dashed {
    border-bottom: 1px dashed #CCCCCC;
    height: 45px;
    margin-bottom: 15px;
}

.page span {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
}


.page span {
    float: none;
}
.page {
    margin: 30px auto;
    text-align: center;
    margin-bottom: 65px;
}
.page a {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px 10px;
    color: #333333;
    font-size: 14px;
}
.page a:hover, .page a.active {
    background-color: #005292;
    color: #fff;
}
.page_content {
    width: 100%;
}
.fazhan_content {
    min-height: 600px;
    margin: 0 auto;
}
.fazhan_left_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}
.fazhan_left_title_text {
    float: left;
margin-left: 10px;
}
.fazhan_left_title span {
    font-size: 14px;
    color: #a9a9a9;
}
.mm_rr {
    float: right;
}
.c_rr {
    display: inline-block;
    margin-left: 10px;
    color: #999;
    width: 268px;
    position: relative;
    float: right;
 
    font-size: 14px;
}
.c_rr a {
    color: #999;
}
.c_rr li a {
    line-height: 35px;
    width: 54px;
    display: block;
    font-weight: normal;
    background: #fff;
    text-align: center;
}
.printA {
    padding-left: 25px;
    background: url(../images/dayin.png) 0px 2px no-repeat;
}
.c_rr span {
    margin-right: 10px;
    display: inline-block;
    margin-left: 10px;
}
.fazhan_left_title span {
    font-size: 14px;
    color: #a9a9a9;
}
.ztdx {
    position: relative;
}
.zhxz {
    position: absolute;
    left: -9px;
    top: 24px;
    border: #E8E8E8 1px solid;
    border-top: 0;
}
.fxSahre {
    width: 68px;
    position: absolute;
    right: 0;
    top: 17px;
}
.fxBg {
   display: inline-block;
				height: 20px;
				width: 50px;
				float: left;
				padding-bottom: 20px;
				margin-right: 10px;
				margin-top: 2px;
				background: url(../images/fxxx.jpg) no-repeat 0px 0px !important;
				text-align: center;
				line-height: 15px;
				padding-left: 22px;
				font-style: normal;
				cursor: pointer;
}
.fazhan_text {
    width: 100%;
    height: auto;
    padding-top: 10px;
    word-wrap: break-word;
}
.c_rr .bshare-custom .bshare-renren {
    display: none;
}
.c_rr .bshare-custom .bshare-qqmb {
    display: none;
}
.c_rr .bshare-custom .bshare-douban {
    display: none;
}
.c_rr .bshare-custom .bshare-share-count {
    display: none;
}
.mm_rr{float:right}



#bsBox{
width:560px !important;
height:422px !important;
}
#bsWXBox{
    height: 256px !important;
    width: 232px !important;
}
.bsSearchDiv .bFind-wrapper-top{
height:26px;
}
.c_rr .bshare-custom .bshare-more{
    display: none;
}
.TRS_Editor ol{
list-style-type: decimal;
	
	margin-left: 25px;
}
.TRS_Editor ul{
	list-style-type: disc;
	margin-left: 25px;
}
/*page结束*/


/*县长信箱*/
.content{
	width: 1100px;
	margin: auto;
}
.xzxx_xqq{
	height: 815px;
	background-color: #fff;
	padding: 20px;
}
.biaodan{
	width: 740px;
	float: left;
}
.biaodan h2{
	padding: 10px 0px;
	color: #2a4b8d;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
.shuoming_xqq{
	height: 145px;
	border: 1px dashed  #ccc;
	margin: 20px 0px;
	padding: 15px; 
}
.shuoming_xqq p{
	line-height: 30px;
	font-size: 14px;
	text-indent: 25px;
}
.biaodan_xqq{
	height: 540px;
}
.xx_xqq{
	width: 310px;
	height: 760px;
	background-color: #f0f9ff;
	float: left;
	margin-left: 10px;

}
.xx_xqq p{
	line-height: 30px;
	text-indent: 25px;
	font-size: 14px;
	padding: 0px 8px;
}
.szxx_xqq {
    height: 645px;
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
}
.xxhf_xqq h2{
	padding: 10px 0px;
	color: #2a4b8d;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.xxhf_xqq h2 a{ 
	padding: 10px 0px;
	color: #2a4b8d;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.huifu-xqq a {
    display: block;
    float: right;
    width: 140px;
    height: 40px;
    background-color: #39baba;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}
#form1 {
    float: right;
    margin-bottom: 10px;
}
#form1 input[type="text"] {
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: 1px solid #ccc;
    margin-left: 5px;
}
#form1 input[type="button"] {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2a89d4;
    margin-left: 5px;
}
.xxhf_xqq table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
}
.xxhf_xqq table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f5f7ff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.xxhf_xqq table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 40px;
    text-align: center;
}
/*信箱反馈*/
.xxfk_xqq{
	height: 700px;
}
/*信箱反馈细缆*/
.xxfk_xqq{
	min-height: 700px;
	background-color: #fff;
	padding: 20px;
}
.hfxl-xqq{
	width: 710px;
	float: left;
	margin-right: 10px;
}
.hfxl-xqq h2 a {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding-left: 45px;
    background: url(../images/xiexin_03.png) no-repeat;
}
.lxqk_xqq{
	height: 40px;
	background-color: #6699cc;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border:1px solid #ccc;
	border-bottom: 0px; 
	margin-top: 20px;
}
.dfqk_xqq{
	height: 40px;
	background-color: #66cccc;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border:1px solid #ccc;
	border-bottom: 0px; 
	margin-top: 20px;
}
.hfxl-xqq table{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 14px;
}
.hfxl-xqq table th,.hfxl-xqq table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left:10px;
}
.hfxl-xqq table th{
	width: 110px;
	height: 40px;
	text-align: right;
	background-color: #f4f4f4;
	color: #666;

}
.sklist_xqq{
	height: 650px;
	width: 335px;
	border-left: 1px solid #ccc;
	float: left;
	padding: 0px 20px;
	padding-right: 0px;
}
.sklist_xqq h2 a{
	padding: 10px 10px;
	color: #2a4b8d;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.sklist_xqq li{
	line-height: 35px;
    padding-left: 20px;
    overflow: hidden;
    background: url(xqListdian_03.png) no-repeat 5px;
}
.sklist_xqq li a{
	font-size: 14px;
}
.sklist_xqq li span{
	float: right;
	font-size: 12px;
        color:#999;
}



/*县长轮播*/
.xzf_lb{
	width: 1060px;
	height: 600px;
	margin:20px;
}
.xzf_lb .page_slide {
    width: 1060px;
    height: 600px;
    float: left;
    position: relative;
    background: #fff;
}
.xzf_lb .picplay {
    position: relative;
    z-index: 2;
    height: 600px;
    width: 100%;
}
.xzf_lb .cyclyImg_pager {
    bottom: -30px;
}
/*县长轮播End*/

/*分页*/
.page {
	margin: 30px auto;
	text-align: center;
}
			
.pageLShow {
	margin: 30px auto;
	text-align: center;
}
			
.pageLShow span {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 5px 10px;
	color: #999;
	font-size: 14px;
}

/*分页结束*/
/*网站地图*/
.sqTop{
	width: 100%; 
    background: #fff;
    padding: 30px 0 0 30px;
    height: auto;
}
.xzqkTitle{
	font-size: 24px;
    color: #eb3f00;
    font-weight: bold;
    height: 60px;
    line-height: 40px;
}
.mapAdmin {
    width: 1040px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.mapAdmin h2 {
    padding-left: 25px;
    background: url(../images/zhixiang.png) 4px 7px no-repeat;
    color: #2c334f;
    /* font-size: 18px; */
    font-weight: bold;
    margin-top: 20px;
}
.mapAdmin h2 a {
    color: #2c334f;
    font-size: 18px;
    font-weight: bold;
}
.secondLevel {
    margin-left: 25px;
}
.secondLevel ul {
    width: 1000px;
    clear: both;
}
.secondLevel ul li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
.secondLevel ul li a {
    color: #666;
}
.secondLevel h3 {
    color: #2c334f;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 950px;
    display: block;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.secondLevel h3 a{
    color: #2c334f;
    font-size: 14px;
    font-weight: bold;}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*网站地图 end*/


/*foot nav*/

.footerNav{
	width:1100px;
margin:auto;
	padding:20px;
	min-height: 315px;
	background:url(../images/atfoot-bg_03.png) no-repeat 50px 90px #fff;
	overflow: hidden;
}
.footerNav-left270{
	margin-left: 210px;
}
.footerNavhr{
	width: 100%;
	height: 2px;
margin-bottom:30px;
	background-color: #2a4b8d;
}
.footerNavBox{
	width: 120px;
	float: left;
	margin-right: 20px;
}
.footerNavBox h1{
margin-bottom:10px;}
.footerNavBox h1 a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.footerNavBox li a{
	font-size: 14px;
	color: #333;
line-height:30px;
}
.footerNavBox li a:hover{color:#1f90d9;}
/*责任清单*/
.mayorTop {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mayorTop h2 {
    min-width: 130px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 24px;
    color: #2c334f;
    font-weight: bold;
    padding: 0px 30px;
}
.mayorTop h2 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #eb3f01;
    margin-right: 15px;
    margin-bottom: 3px;
}
.mayorTop .shu {
    font-style: normal;
    display: inline-block;
    width: 1px;
    height: 30px;
    border-left: 1px dashed #CCCCCC;
    margin-bottom: -7px;
}
.mayorTop .bread {
    font-size: 16px;
    display: inline-block;
    margin-left: 30px;
    color: #5e5e6e;
}
.mayorTop .bread a {
    color: #5e5e6e;
}
.mayorLeft {
    min-height: 600px;
    width: 730px;
    background-color: #fff;
    float: left;
    padding: 30px;
}
.shizfTittle {
    font-weight: bold;
    font-size: 24px;
    color: #005292;
    margin-bottom: 20px;
    display: block;
}
.zr_Pic a:first-child {
    margin-left: 0px;
}
.zr_Pic a {
    display: inline-block;
    width: 130px;
    height: 100px;
margin-left:5px;
}
.zr_Pic a.active img {
    border: 5px solid #ccc;
}
.zr_Pic a img {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.tabsCon.on {
    display: block;
}
.zrLeft .listContent {
    padding-bottom: 50px;
    padding-top: 20px;
 min-height: 611px;
}
.listContent {
    width: 100%;
    /*padding-top: 15px;*/
}
.qzRight {
    height: 694px;
}
.shizfRight {
    float: right;
    width: 360px;
    height: 781px;
    padding: 20px;
    background-color: #f6f6f6;
}
.shizfTittle {
    font-weight: bold;
    font-size: 24px;
    color: #005292;
    margin-bottom: 15px;
    display: block;
}
.shizfRight ul {
    min-height: 305px;
    overflow: hidden;
}
.qzRight ul li {
    float: left;
}
.qzRight ul li a {
    display: inline-block;
    width: 150px;
    height: 26px;
    padding-left: 2px;
}
.shizfRight ul li a {
    width: 150px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shizfLeft {
    width: 740px;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    float: left;
}.qzLeft {
   padding: 0px 10px 0px 10px;
    min-height: 620px;
}.qz_Pic {
    width: 100%;
    height: 140px;
    margin-bottom: 30px;
}
.qz_Pic a {
    display: inline-block;
    width: 300px;
    height: 140px;
    margin-left: 26px;
}
.qzRight ul li a:hover{
color: #ff6200;
    background-color: #ececec;}

.ql_Pic .active img {
    border: 5px solid #ccc;
}
.ql_Pic a:first-child {
    margin-left: 0px;
}
.ql_Pic a {
    display: inline-block;
    width: 200px;
    height: 100px;
    margin-left: 20px;
}
.tabsCon{
    display:none;
}
.tabsCon.on{
   display:block;
}
.qlqdList {
    margin-top: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
} 
.qlqdList li {
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding-left: 10px;
    background: url(d-2_03.png) 0px 15px no-repeat;
}
.qlqdList li>a {
    color: #333333;
    font-size: 14px;
    float: left;
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qlqdList li a:hover{
        color: #1f90d9;
} 
.qzRight ul li a:hover, .qzRight ul li a.active {
    color: #1f90d9;
    background-color: #ececec;
}
.ql_Pic .active img {
    border: 5px solid #ccc;
    width: 200px;
    height: 100px;
}
.qzqdContentForm {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 30px;
}

.tableMain {
    width: 1040px;
    padding-bottom: 30px;
}
.tableTable {
    color: #333;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.tableBm {
    margin-bottom: 10px;
}
.tableTitle {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    font-size: 24px;
    text-align: center;
    background-color: #e4e4e4;
    margin-bottom: 10px;
}
.qzqdTable {
    width: 100%;
    border: 1px solid #ccc;
}
.qzqdTable ol li{
  list-style-type: decimal;
    margin-left: 15px;
}
.qzqdTable ul li{
  list-style-type: disc;
    margin-left: 15px;
}
.qzqdTable thead tr td {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
   font-size: 14px;
}
.qzqdTable tbody tr td {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}
.qzqdTable tbody tr td img{
  max-width:98%;
}
.qzqdTable tbody tr td:last-child {
    width: 200px;
    border-right: none;
}
/*责任清单 结束*/
.TRS_Editor img {
    max-width: 98%;
  
}
.dlzzs{
    width: 400px;
    height: 300px;
}
.qlqdList li span {
    display: inline-block;
    width: 165px;
    height: 24px;
    float: right;
    color: #999999;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    background-color: #2da7f6;
}
.qlqdList li span a{
	color: #fff;
}
/*tanchu*/
.bounce {
	position: relative;
	margin: 10px auto 0;
	z-index: 99;
	width: 1100px;
	font-size: 16px;
	background-color: #fff;
	overflow: hidden;
	height: 0;
}

.close1 {
	display: block;
	position: absolute;
	right: 20px;
	height: 22px;
	width: 67px;
	text-indent: -9999px;
	cursor: pointer;
	bottom: 20px;
	background: url(../images/gb.png) center center no-repeat;
}

.xzSq {
	float: left;
	width: 1100px;
	height: 260px;
	margin-top: 20px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.xwSq {
	float: right;
	border: none;
}

.xzSqImg {
	width: 170px;
	height: 220px;
	border: 1px solid #333;
	float: left;
}

.xzSqImg img {
	width: 100%;
	height: 100%;
}

.xzSqCon {
	float: left;
	width: 830px;
	height:215px;
    margin-left: 20px;
}

.xzSqCon h3 {
	color: #ff6200;
	font-size: 24px;
	color: #ff6200;
	font-weight: bold;
	margin-bottom: 10px;
}

.xzSqCon p {
	color: #333;
}
/*tanchu*/
.xzL h2{ width: 40px;}
.fxSahre .bshare-custom{
    display: none;
    width: 55px;
    height: 80px;
    position: absolute;
    top: 25px;
    left: -2px;
 background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
     border-left: 1px solid #E8E8E8;
      border-right: 1px solid #E8E8E8;
padding:5px 15px;
line-height: 25px !important;
}
.c_rr .bshare-custom .bshare-sinaminiblog{
   background: url(../images/wibo.png) no-repeat;
display: inline-block;
width: 24px;
    height: 24px;
}
.c_rr .bshare-custom .bshare-weixin{
 background: url(../images/wx2.png) no-repeat;
display: inline-block;
width: 24px;
    height: 24px;
margin-bottom: 10px;
}


/*加粗*/
.TRS_Editor strong,.TRS_Editor strong font,.TRS_Editor b font,.TRS_Editor b span,.TRS_Editor b li,strong em{ font-weight:bold;}