﻿@charset "UTF-8";

/*
 * @Author:majingyi
 * @Date: 2019/6/3 14:00;
 */

body{
    background: url(../images/bg.png) top center no-repeat;
    /*background: url(../images/test.jpg) top center no-repeat;*/
}
body.index-bg{
	background: url(../images/bg.png) top center no-repeat #f9f9f9;
}
.w-container{
    width: 1200px;
    margin: 0 auto;
}
.index-item{
    display: none;
}
.index-item.show{
    display: block;
}
.top{
    height: 30px;
    background: #cd0202;
    position: relative;
    z-index: 999;
}
.top a,.top span{
	display: inline-block;
	line-height: 30px;
    color: #fff;
    font-size: 11px;
}
.top a:hover{
	font-weight: bold;
}
.top span.line {
    margin: 0 8px;
}
.top-l a{
    margin-top: 3px;
    width: 68px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.top-l a:hover{
    background: url(../images/bg1.png) center no-repeat;
}
.nav{
    position: relative;
    z-index: 999;
    height: 88px;
    /*background: #e2eff7;
    border-bottom: 1px solid #f5f9fd;*/
    background: url(../images/bg12.png) repeat-x;
}
.nav .logo{
    display: inline-block;
    margin-top: 16px;
}
.nav-l li{
    float: left;
}
.nav-l a{
    display: inline-block;
    height: 89px;
    line-height: 89px;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    padding: 0 31px;
}
.nav-l li.fir span{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 16px;
    line-height: 18px;
    background: url(../images/icon7.png) bottom center no-repeat;
}
.nav-l li.cur a,.nav-l li:hover a{
    background: #cd0202;
    color: #fff;
}
.nav-l li.cur,.nav-l li:hover{
    height: 102px;
    background: url(../images/icon1.png) bottom center no-repeat;
}
.header{
    height: 278px;
    width: 100%;
}
.header-con{
	height: 159px;
}
.search-box{
    margin-top: 53px;
    margin-left: 25px;
    width: 482px;
}
.search-in{
    width: 482px;
    height: 52px;
    background: url(../images/bg3.png) no-repeat;
}
.search-in input{
    height: 52px;
    padding: 0 28px;
    width: 374px;
    color: #666666;
    font-size: 14px;
}
.search-in button{
    width: 52px;
    height: 52px;
    background: url(../images/icon6.png) center no-repeat;
}
.search-word{
    padding-top: 7px;
    padding-left: 34px;
}
.search-word span,.search-word a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}
.search-word a{
    padding: 0 12px;
    border-radius: 10px;
}
.search-word a:hover{
    background: url(../images/bg4.png);
}
.header-con .logo2{
    width: 580px;
    text-align: center;
    padding-top: 48px;
}
/*底部*/
.footer{
	position: relative;
	z-index: 999;
    height: 96px;
    background: #7f7f7f;
}
.f-text{
    width: 576px;
    padding-top: 26px;
    display: inline-block;
    margin-left: 20px;
}
.f-text p{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.f-text span{
    display: inline-block;
    margin-right: 10px;
}
.f-text span:last-child{
    margin-right: 0;
}
.f-img1{
    margin-top: 20px;
    margin-left: 8px;
}
.f-img2{
    margin-top: 26px;
}
.f-list{
    padding-top: 38px;
}
.f-list a,.f-list span{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.f-list a:hover{
    font-weight: bold;
}
.f-list span{
    margin: 0 10px;
}
/*当前位置*/
.local{
    padding-top: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cd0202;
}
.local img{
    margin-right: 8px;
    margin-left: 17px;
}
.local span,.local a{
    color: #333333;
    font-size: 12px;
    line-height: 14px;
}
.local a:hover{
    font-weight: bold;
}
.local .arrow{
    margin: 0 4px;
}
.local .cur{
    font-weight: bold;
    color: #cd0202;
}
/*翻页*/
.page {
    padding: 11px 0;
    text-align: center;
}
.page a{
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #d2d2d2;
    color: #4c4c4c;
    background: #fff;
    margin-left: 2px;
}
.page a:first-child{
    margin-left: 0px;
}
.page .be{
    width: 58px;
}
.page .be.cur,.page .be:hover{
    background: #cd0202;
    border: 1px solid #cd0202;
    color: #fff;
}
.page .ud{
    width: 83px;
}
.page .ud:hover{
    border: 1px solid #cd0202;
}
.page .ud .arrow{
    display: inline-block;
    width: 26px;
    vertical-align: top;
    background: #f5f5f5;
}
.page .ud .tt{
    display: inline-block;
    width: 52px;
}
.page .num{
    width: 24px;
}
.page .num.cur,.page .num:hover{
    background: #cd0202;
    border: 1px solid #cd0202;
    color: #fff;
}
/*底部下拉*/
.index-link{
	padding-top: 26px;
	height: 54px;
	background: #fff;
	margin-bottom: 20px;
}
.index-link img{
    margin-top: 4px;
    float: left;
    margin-left: 18px;
}
.index-link span{
    color: #cd0202;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    margin: 0 7px;
    float: left;
    font-weight: bold;
}
.drop-down {
    float: left;
    position: relative;
    width: 240px;
    height: 28px;
    margin-left: 28px;
    line-height: 28px;
    text-align: center;
}
.drop-down .tag {
	display: inline-block;
    font-size: 16px;
    color: #828282;
    padding-right: 12px;
    background: url(../images/f-arrow.png) right center no-repeat;
    cursor: pointer;
}
.drop-lists {
    display: none;
    position: absolute;
    bottom: 28px;
    left: -1px;
    width: 100%;
    max-height: 90px;
    overflow-y: auto;
    background: #fff;
}
.drop-lists li {
    height: 28px;
}
.drop-lists li a {
    margin-left: 9px;
    font-size: 12px;
    color: #828282;
}
.drop-lists li a:hover,.drop-down .tag:hover{
	font-weight: bold;
}
/*概览*/
.gl-main{
    margin-bottom: 40px;
    padding: 16px 14px 0 17px;
    background: url(../images/bg5.png) bottom left no-repeat #fff;
}
.gl-nav{
    width: 260px;
}
.gl-nav-t{
    height: 50px;
    width: 100%;
    background: #cd0202;
    line-height: 50px;
}
.gl-nav-t a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.gl-nav-t a:hover{
    font-weight: bold;
}
.gl-nav-t img{
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 20px;
}
.gl-nav-l a{
    display: block;
    border: 1px solid #eeeeee;
    border-top: none;
    padding-left: 40px;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
}
.gl-nav-l a.cur,.gl-nav-l a:hover{
    color: #cd0202;
    border-left: 3px solid #cd0202;
    background: #f7f7f7;
    padding-left: 38px;
}
.gl-content{
    width: 888px;
    border: 1px solid #eeeeee;
}
.gl-title{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eeeeee;
}
.gl-title a{
    display: inline-block;
    color: #cd0202;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}
.gl-title a:hover{
    text-decoration: underline;
}
.gl-title img{
    vertical-align: middle;
    margin-left: 19px;
    margin-right: 16px;
}
.gl-list li{
    height: 43px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 18px;
}
.gl-list li a{
    display: inline-block;
    background: url(../images/icon11.png) left center no-repeat;
    color: #444444;
    font-size: 14px;
    line-height: 43px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gl-list li a:hover{
    font-weight: bold;
}
.gl-list li span{
    float: right;
    color: #999999;
    font-size: 12px;
    line-height: 43px;
    font-family: Arial;
}
/*概览-详情*/
.gl-main .xl-content{
	width: 886px;
}
.xl-title{
	color: #cd0202;
	font-size: 25px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 20px;
}
.xl-bar{
	padding-left: 30px;
	height: 22px;
}
.xl-info{
	line-height: 22px;
}
.xl-info span{
	color: #666666;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}
.xl-info .con{
	margin-right: 16px;
}
.xl-bg span{
	color: #666666;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 38px;
}
.xl-bg img{
	width: 16px;
	height: 16px;
	margin-left: 6px;
	cursor: pointer;
	vertical-align: middle;
}
.xl-bg img.cur{
	width: 18px;
	height: 18px;
}
.xl-bg img:hover{
	opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
}
.xl-font{
	width: 142px;
	line-height: 22px;
	background: url(../images/bg6.png) right center no-repeat;
}
.xl-font img{
	vertical-align: middle;
}
.xl-font span{
	float: right;
	margin-left: 22px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	width: 22px;
	background: url(../images/icon18.png) center no-repeat;
}
.xl-font span.cur,.xl-font span:hover{
	color: #fff;
	background: url(../images/icon18o.png) center no-repeat;
}
.xl-font span.small{
	margin-left: 0;
}
.xl-article{
	margin-top: 10px;
	color: #333333;
	line-height: 32px;
	font-size: 15px;
	padding: 32px 8px 66px;
	border-top: 1px dashed #9a9a9a;
	border-bottom: 1px dashed #9a9a9a;
}
.xl-bottom{
	padding-top: 20px;
}
.xl-btn a{
	display: inline-block;
	text-align: center;
	width: 68px;
	height: 28px;
	border: 1px solid #dcdcdc;
	border-radius: 14px;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin-top: 3px;
	margin-left: 14px;
}
.xl-btn a:hover{
	color: #f01515;
	border: 1px solid #f01515;
}
.xl-share{
	height: 38px;
	line-height: 38px;
}
.xl-share span{
	color: #666666;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.xl-share a{
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	margin-right: 14px;
}
.xl-share a.wx{
	background: url(../images/icon19.png);
}
.xl-share a.wx:hover{
	background: url(../images/icon19o.png);
}
.xl-share a.wb{
	background: url(../images/icon20.png);
}
.xl-share a.wb:hover{
	background: url(../images/icon20o.png);
}
.xl-share a.qq{
	background: url(../images/icon21.png);
}
.xl-share a.qq:hover{
	background: url(../images/icon21o.png);
}
.xl-share a.more{
	background: url(../images/icon22.png);
}
.xl-share a.more:hover{
	background: url(../images/icon22o.png);
}
/*互动交流*/
.hd-main{
	padding: 18px 15px 45px;
	background: #fff;
}
.hd-xx{
	width: 850px;
}
.hd-xx-t{
	height: 40px;
	padding: 0 12px;
	line-height: 40px;
	background: #cd0202;
}
.hd-xx-t .tit{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.hd-xx-t .tit:hover{
	text-decoration: underline;
}
.hd-xx-t .img{
	margin-right: 10px;
	vertical-align: middle;
}
.hd-xx-t .btn{
	display: inline-block;
	width: 88px;
	height: 28px;
	background: url(../images/bg7.png) center no-repeat;
	line-height: 28px;
	color: #ea6363;
	font-size: 12px;
	float: right;
	margin-left: 14px;
	margin-top: 6px;
}
.hd-xx-t .btn img{
	vertical-align: top;
	margin-right: 5px;
}
.hd-xx-t .btn:hover{
	font-weight: bold;
}
.xx-list{
	padding-left: 9px;
	margin-top: 27px;
}
.xx-list li{
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
}
.xx-list li.w104{
	width: 104px;
}
.xx-list li.w84{
	width: 84px;
}
.xx-list li.w87{
	width: 87px;
}
.xx-list li.w342{
	width: 330px;
	padding-left: 12px;
	text-align: left;
}
.xx-list-t{
	margin-bottom: 15px;
}
.xx-list-t li{
	background: #f1f1f1;
	color: #333333;
	font-weight: bold;
}
.xx-list-l li{
	color: #444444;
	margin-bottom: 13px;
}
.xx-list-l li.f12{
	font-size: 12px;
}
.xx-list-l li a{
	display: inline-block;
	color: #444444;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xx-list-l li a:hover{
	font-weight: bold;
}
.hd-list{
	width: 298px;
}
.hd-list-t a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 133px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #cd0202;
}
.hd-list-l{
	padding-top: 16px;
	padding-bottom: 8px;
}
.hd-list-l li{
	height: 36px;
}
.hd-list-l li a{
	display: inline-block;
	padding-left: 10px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555555;
	font-size: 14px;
	background: url(../images/icon26.png) left center no-repeat;
}
.hd-list-l li a span{
	margin-right: 4px;
}
.hd-list-l li a span.s{
	color: #4ac3b1;
}
.hd-list-l li a span.e{
	color: #bbbbbb;
}
.hd-list-l li a:hover,.hd-ts:hover,.hd-list-t a:hover{
	font-weight: bold;
}
.hd-ts{
	display: block;
	border: 1px solid #eeeeee;
	border-left: 3px solid #fc6643;
	line-height: 62px;
	background: #fff;
	text-align: center;
	color: #444444;
	font-size: 16px;
}
.hd-ts img{
	vertical-align: middle;
	margin-right: 16px;
}
/*领导介绍*/
.ld-main{
	background: #fff;
}
.ldzc-nav{
	width: 270px;
}
.ldzc-nav-t{
	height: 54px;
	padding-left: 20px;
	line-height: 54px;
	background: url(../images/bg8.png) bottom right #cd0202 no-repeat;
}
.ldzc-nav-t a{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.ldzc-nav-t a:hover{
	text-decoration: underline;
}
.ldzc-nav-t img{
	vertical-align: middle;
	margin-right: 10px;
}
.ldzc-nav-l a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 40px;
}
.ldzc-nav-l span{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ldzc-nav-l a .name{
	color: #333333;
	font-size: 16px;
	width: 126px;
}
.ldzc-nav-l a .job{
	color: #999999;
	font-size: 14px;
	width: 100px;
}
.ldzc-nav-l a.cur,.ldzc-nav-l a:hover{
	background: url(../images/bg9.png) left center no-repeat;
}
.ldzc-nav-l a.cur .name,.ldzc-nav-l a:hover .name{
	font-weight: bold;
	color: #cd0202;
}
.ldzc-content{
    width: 870px;
    padding: 26px 0px 70px 30px;
    border-left: 1px solid #e5eaf2;
    margin-left: -1px;
    padding-top: 26px;
}
.ldzc-tit{
    height: 32px;
    border-bottom: 1px solid #e9edf1;
    margin-bottom: 19px;
}
.ldzc-tit .tit{
    color: #cd0202;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-bottom: 2px solid #cd0202;
    display: inline-block;
    padding: 0 10px 13px;
}
.ldzc-box .tx{
    width: 140px;
    height: 190px;
}
.ldzc-box{
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 18px;
}
.ldzc-intro{
    width: 700px;
    margin-left: 30px;
}
.ldzc-list li{
	height: 45px;
}
.ldzc-list li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
	padding-left: 15px;
	background: url(../images/icon26.png) left center no-repeat;
}
.ldzc-list li a:hover{
	font-weight: bold;
}
.ldzc-list li span{
	color: #999999;
	font-size: 13px;
	float: right;
}
/*站点地图*/
.dt-main{
	padding: 20px;
	min-height: 620px;
}
.dt-box{
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.dt-box .tit{
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-top: -1px;
	margin-left: -1px;
	width: 90px;
	padding-right: 5px;
	background: url(../images/icon29.png) right center no-repeat;
}
.dt-list{
	float: left;
	/*height: 58px;*/
	width: 1064px;
}
.dt-list a{
	display: inline-block;
	padding: 0 21px;
	line-height: 30px;
	text-align: center;
	color: #474747;
	font-size: 14px;
	margin-top: 14px;
}
.dt-list a:hover{
	background: #cd0202;
	border-radius: 14px;
	color: #fff;
}
/*首页*/
.index-box{
	background: #fff;
}
.index-headline{
	padding-top: 35px;
	height: 112px;
	background: url(../images/img3.png) left top no-repeat;
	position: relative;
}
.index-headline-tab{
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 90px;
    width: 860px;
    margin: 0 auto;
}
.index-headline-item{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.index-headline-item h1 a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #cd0202;
    font-size: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.index-headline-item h1 a:hover{
	text-decoration: underline;
}
.index-headline-item p{
	color: #666666;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.index-headline-btn{
	width: 30px;
	position: absolute;
	top: 38px;
	right: 15px;
}
.index-headline-btn span{
	display: block;
	height: 20px;
	margin-bottom: 6px;
	cursor: pointer;
}
.index-headline-btn .prev{
	background: url(../images/icon30o.png);
}
.index-headline-btn .prev:hover{
	background: url(../images/icon30.png);
}
.index-headline-btn .next{
	background: url(../images/icon31o.png);
}
.index-headline-btn .next:hover{
	background: url(../images/icon31.png);
}
.index-wrap1{
	padding: 0 15px 15px;
}
.index-wrap1-col1{
    width: 700px;
    height: 393px;
    position: relative;
    overflow: hidden;
}
.index-wrap1-col1 .index-pictt a:hover{
    text-decoration: underline;
}
.index-newspic li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-newspic li img {
    width: 100%;
    height: 100%;
}
.index-pictt {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: url(../images/bg10.png) no-repeat;
}
.index-pictt li {
    width: 100%;
    height: 100%;
}
.index-pictt li a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.index-picpg {
    position: absolute;
    bottom: 21px;
    right: 21px;
}
.index-picpg li {
    float: left;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    cursor: pointer;
    background: url(../images/icon32.png) no-repeat;
}
.index-picpg li.cur {
    background: url(../images/icon33.png) no-repeat;
}
.index-wrap1-col2{
	width: 448px;
	height: 393px;
}
.index-tit1{
	height: 38px;
	line-height: 38px;
}
.index-tit1 .tit{
	display: inline-block;
	color: #111111;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
}
.index-tit1 .tit.cur{
	font-weight: bold;
}
.index-tit1 img{
	margin: 0 13px;
	vertical-align: middle;
}
.index-list1 li{
	height: 36px;
}
.index-list1 li a{
	display: inline-block;
	padding-left: 14px;
	color: #666666;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon26.png) left center no-repeat;
}
.index-list1 li a:hover{
	color: #cd0202;
}
.index-list1 li span{
	display: inline-block;
	line-height: 22px;
	float: right;
	color: #999999;
	font-size: 12px;
}
.index-wrap4{
	padding: 9px 18px 0;
	width: 344px;
}
.index-wrap4 .index-tit1 img{
	margin: 0 20px;
}
.index-wrap4-search{
	margin-top: 15px;
}
.index-wrap4-search input{
	height: 38px;
	width: 266px;
	padding: 0 12px;
	background: #f4f4f4;
	border-radius: 4px;
	color: #999999;
	font-size: 14px;
	margin-right: 7px;
}
.index-wrap4 .index-list1 li a{
	max-width: 74%;
}
.index-wrap4-search button{
	opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
}
.index-wrap2{
	width: 880px;
}
.index-wrap5{
	padding-left: 18px;
	width: 462px;
	padding-bottom: 13px;
}
.index-wrap5-con a{
	display: inline-block;
	padding: 0 5px;
	background: #f4f4f4;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.index-wrap5-con a .item{
	width: 130px;
	height: 100px;
	text-align: center;
}
.index-wrap5-con a .img{
	line-height: 40px;
	padding-top: 15px;
}
.index-wrap5-con a .img img{
	vertical-align: middle;
}
.index-wrap5-con a .item .tit{
	color: #111111;
	font-size: 14px;
	margin-top: 8px;
}
.index-wrap5-con a .intro{
	width: 140px;
	padding-right: 15px;
	line-height: 21px;
	color: #666666;
	font-size: 12px;
	padding-top: 18px;
}
.index-wrap5-con a .intro2{
	padding-right: 0;
	padding-left: 15px;
}
.index-wrap5-con a:hover{
	font-weight: bold;
}
.index-wrap5-con a .red{
	color: #da0b0b;
}
.index-tit2{
	height: 57px;
	line-height: 57px;
}
.index-tit2 .tit{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: #111111;
	font-size: 18px;
	font-weight: bold;
}
.index-tit2 .tit:hover{
	text-decoration: underline;
}
.index-wrap4-gkl{
	padding-top: 20px;
	height: 195px;
	overflow: hidden;
}
.index-wrap4-gkl li{
	float: left;
	width: 114px;
	height: 67px;
	text-align: center;
	margin-bottom: 38px;
}
.index-wrap4-gkl a{
	display: inline-block;
}
.index-wrap4-gkl a:hover{
	font-weight: bold;
}
.index-wrap4-gkl a div{
	height: 38px;
	line-height: 38px;
}
.index-wrap4-gkl a div img{
	vertical-align: middle;
}
.index-wrap4-gkl a span{
	color: #333333;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
.index-wrap7{
	width: 500px;
}
.index-wrap6{
	width: 440px;
	padding-left: 42px;
	padding-right: 18px;
	margin-top: 17px;
	padding-top: 10px;
	height: 233px;
}
.index-wrap3{
	width: 300px;
}
.index-wrap8{
	height: 232px;
	padding: 0 18px;
}
.index-wrap8-con a{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #111111;
	font-size: 15px;
	background: #f4f4f4;
	border-radius: 5px;
	margin-bottom: 16px;
}
.index-wrap8-con a:hover{
	font-weight: bold;
}
.index-wrap8-con a.a1{
	width: 100%;
}
.index-wrap8-con a.a2{
	width: 122px;
}
.index-wrap9{
	margin-top: 24px;
	height: 285px;
	padding: 0 18px;
}
.index-wrap9 .index-tit2 .btn{
	display: inline-block;
	width: 120px;
	height: 30px;
	background: url(../images/bg11.png) no-repeat;
	text-align: center;
	line-height: 30px;
	color: #cd0202;
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	float: right;
}
.index-wrap9 .index-tit2 .btn:hover{
	opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
}
.index-wrap9-con a{
	display: inline-block;
	width: 122px;
	height: 94px;
	border-radius: 5px;
	background: #f4f4f4;
	margin-bottom: 18px;
	text-align: center;
}
.index-wrap9-con a:hover{
	font-weight: bold;
}
.index-wrap9-con a div{
	height: 50px;
	line-height: 50px;
	padding-top: 14px;
}
.index-wrap9-con a div img{
	vertical-align: middle;
}
.index-wrap9-con a p{
	color: #666666;
	font-size: 14px;
	margin-top: 4px;
}
/*右侧浮窗*/
.index-float{
	height: 100%;
	width: 50px;
	position: fixed;
	top: 0;
	right: 0;
	background: url(../images/bg2.png);
}
.index-float-l{
	text-align: center;
	padding-top: 200px;
}
.index-float-l a{
	display: block;
	position: relative;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
}
.index-float-l a img{
	vertical-align: middle;
}
.index-float-l a .item{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	white-space: nowrap;
	padding: 0 13px;
	height: 40px;
	background: #009944;
	line-height: 40px;
}
.index-float-l a .item img{
	margin-right: 8px;
}
.index-float-l a .item span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}
/*资讯中心*/
.zx-main{
	background: #fff;
	padding: 0 15px 40px;
}
.zx-headline{
	padding-top: 35px;
	height: 94px;
	position: relative;
}
.zx-headline-tab{
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 90px;
    width: 860px;
    margin: 0 auto;
}
.zx-headline-item{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.zx-headline-item .tit a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #cd0202;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.zx-headline-item .tit a:hover{
	text-decoration: underline;
}
.zx-headline-item .con{
	color: #666666;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.zx-headline-btn{
	width: 30px;
	position: absolute;
	top: 38px;
	right: 0px;
}
.zx-headline-btn span{
	display: block;
	height: 20px;
	margin-bottom: 6px;
	cursor: pointer;
}
.zx-headline-btn .prev{
	background: url(../images/icon30o.png);
}
.zx-headline-btn .prev:hover{
	background: url(../images/icon30.png);
}
.zx-headline-btn .next{
	background: url(../images/icon31o.png);
}
.zx-headline-btn .next:hover{
	background: url(../images/icon31.png);
}
.zx-headline-t{
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 30px;
}
.zx-wrap1-col1{
    width: 600px;
    height: 323px;
    position: relative;
    overflow: hidden;
}
.zx-wrap1-col1 .zx-pictt a:hover{
    text-decoration: underline;
}
.zx-newspic li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.zx-newspic li img {
    width: 100%;
    height: 100%;
}
.zx-pictt {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 45px;
    bottom: 0;
    background: url(../images/bg10.png) no-repeat;
}
.zx-pictt li {
    width: 100%;
    height: 100%;
}
.zx-pictt li a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.zx-picpg {
    position: absolute;
    bottom: 15px;
    right: 12px;
}
.zx-picpg li {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.zx-picpg li.cur {
    background: #ea1616;
    color: #fff;
}
.zx-wrap1-col2{
	width: 542px;
	height: 323px;
}
.zx-tit1{
	height: 37px;
}
.zx-tit1 .tit{
	display: inline-block;
	width: 173px;
	height: 35px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 35px;
	color: #333333;
	font-size: 16px;
	background: #fff;
	margin-right: 8px;
}
.zx-tit1 .tit.cur{
	color: #fff;
	background: #cd0202;
	border: 1px solid #cd0202;
}
.zx-list1 li{
	height: 32px;
}
.zx-list1 li a{
	font-size: 14px;
}
.zx-wrap2-box{
	width: 390px;
	margin-right: 30px;
}
.zx-wrap2-box2{
	width: 330px;
}
.zx-tit2{
	height: 34px;
	border: 1px solid #dcdcdc;
}
.zx-tit2 a:hover{
	font-weight: bold;
}
.zx-tit2 .tit{
	display: inline-block;
	padding: 0 23px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	margin-top: -1px;
	margin-left: -1px;
	background: #cd0202;
}
.zx-tit2 .more{
	display: inline-block;
	padding-right: 12px;
	color: #bf9a9a;
	font-size: 12px;
	float: right;
	line-height: 34px;
	margin-right: 19px;
	background: url(../images/icon50.png) right center no-repeat;
}
.zx-wrap2 .index-list1{
	padding-top: 15px;
}
.zx-wrap2-box .index-list1 li a{
	max-width: 78%;
}
.zx-wrap2-box2 .index-list1 li a{
	max-width: 74%;
}
/*细览*/
.xl-main{
	background: #fff;
	padding: 46px 20px 55px;
}
.xl-main .xl-font{
	margin-right: 25px;
}
.xl-main .xl-article{
	padding: 32px 26px 66px 15px;
}
/*信件查询*/
.ldzc-nav2{
	width: 289px;
}
.ldxx-nav-l{
	padding: 20px;
}
.ldxx-nav-l a{
	display: block;
	height: 42px;
	border: 1px solid #e5eaf2;
	line-height: 42px;
	color: #333333;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
	background: #fff url(../images/icon51.png) 210px center no-repeat;
}
.ldxx-nav-l a:hover{
	color: #fff;
	border: 1px solid #cd0202;
	background: #cd0202 url(../images/icon51o.png) 210px center no-repeat;
}
.ldxx-content{
	width: 910px;
	border-left: 1px solid #e5eaf2;
}
.ldxx-tit{
	height: 52px;
	border-bottom: 1px solid #e5eaf2;
}
.ldxx-tit .tit{
	display: inline-block;
	color: #464646;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	line-height: 52px;
}
.ldxx-box{
	padding-left: 30px;
	padding-right: 32px;
	padding-bottom: 45px;
}
.ldxx-search{
	text-align: center;
	padding-top: 32px;
	padding-bottom: 30px;
}
.ldxx-search .tit{
	display: inline-block;
	color: #000000;
	font-size: 16px;
	line-height: 39px;
	margin-right: 20px;
}
.ldxx-search input{
	margin-right: 30px;
	width: 190px;
	padding: 0 10px;
	height: 39px;
	background: url(../images/bg13.png) center no-repeat;
}
.ldxx-search button{
	height: 39px;
	width: 97px;
	background: #f8b551;
	color: #fff;
	font-size: 16px;
}
.ldxx-search button:hover{
	font-weight: bold;
}
.ldxx-list li{
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ldxx-list li.w98{
	width: 98px;
}
.ldxx-list li.w80{
	width: 80px;
}
.ldxx-list li.w70{
	width: 70px;
}
.ldxx-list li.w100{
	width: 100px;
}
.ldxx-list li.w110{
	width: 110px;
}
.ldxx-list li.w390{
	width: 380px;
	padding-left: 10px;
	text-align: left;
}
.ldxx-list-t{
	margin-bottom: 10px;
}
.ldxx-list-t li{
	background: #f5f8fb;
	color: #000000;
}
.ldxx-list-l li{
	color: #333333;
}
.ldxx-list-l li.f13{
	font-size: 13px;
	color: #999999;
}
.ldxx-list-l li a{
	display: inline-block;
	color: #333333;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ldxx-list-l li a:hover{
	font-weight: bold;
}
/*翻页*/
.page2{
    text-align: center;
    padding-top: 20px;
}
.page2 span,.page2 a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
}
.page2 span.red{
    color: #ec3233;
    margin: 0px 5px;
}
.page2 a{
    line-height: 26px;
    border: 1px solid #ebebeb;
    margin: 0px 4px;
}
.page2 a:hover,.page2 a.cur{
    color: #fff;
    background: #cd0202;
}
.page2 a.num:hover,.page2 a.num.cur{
    border: 1px solid #cd0202;
}
.page2 a.go:hover{
    font-weight: bold;
    color: #fff;
}
.page2 a.num{
    width: 26px;
}
.page2 .fe{
    border: none;
    line-height: 28px;
}
.page2 .fe:hover{
    color: #cd0202;
    background: none;
}
.page2 .pn{
    width: 58px;
}
.page2 input{
    width: 26px;
    height: 26px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0px 7px;
}
.page2 .go{
    width: 60px;
    height: 28px;
    border: none;
    background: #cd0202;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 14px;
}
.page2 span.jump{
    margin-left: 10px;
}
.page2 .first{
    margin-left: 19px;
    margin-right: 6px;
}
/*意见征集*/
.yjzj-list{
	padding-bottom: 110px;
}
.yjzj-list li{
	float: left;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yjzj-list li.w120{
	width: 126px;
}
.yjzj-list li.w80{
	width: 80px;
}
.yjzj-list li.w130{
	width: 130px;
}
.yjzj-list li.w100{
	width: 100px;
}
.yjzj-list li.w210{
	width: 210px;
}
.yjzj-list li.w490{
	width: 470px;
	padding-left: 10px;
}
.yjzj-list-t{
	padding-left: 24px;
	margin-bottom: 25px;
	background: #cd0202;
}
.yjzj-list-t li{
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.yjzj-list-l{
	padding-left: 24px;
	border-bottom: 1px dashed #999999;
}
.yjzj-list-l.cur{
	background: #fafafa;
}
.yjzj-list-l li{
	height: 47px;
	line-height: 47px;
}
.yjzj-list-l li.w490{
	text-align: left;
}
.yjzj-list-l li.w490 a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yjzj-list-l li a:hover{
	font-weight: bold;
}
.yjzj-list-l li.num span{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/bg14.png) center no-repeat;
	line-height: 25px;
	vertical-align: middle;
	color: #333333;
	font-size: 14px;
}
.yjzj-list-l li.time{
	font-size: 13px;
	color: #999999;
}
.yjzj-list-l li.sta{
	font-size: 13px;
	color: #0f971c;
}
.yjzj-list-l li.sta.e{
	color: #666666;
}
.yjzj-list-l li.cz a{
	display: inline-block;
	width: 79px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	vertical-align: middle;
}
.yjzj-list-l li.cz a.cy{
	background: #556fb5;
}
.yjzj-list-l li.cz a.ck{
	background: #aaaaaa;
	margin-right: 10px;
}
.yjzj-list-l li.cz a.fk{
	background: #e4372e;
}
.yjzj-list-l li.cz a.fk.e{
	background: #aaaaaa;
}
/*我要写信*/
.wyxx-main{
	padding-bottom: 56px;
	background: #fff;
}
.wyxx-title{
	height: 53px;
	border-bottom: 1px solid #eeeeee;
	background: #f7fafd;
	padding: 0 20px;
	line-height: 53px;
}
.wyxx-title img{
	margin-right: 15px;
	vertical-align: middle;
}
.wyxx-title span{
	display: inline-block;
	color: #cd0202;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
}
.wyxx-content{
	padding: 23px 39px 0;
}
.wyxx-intro{
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 19px;
}
.wyxx-intro p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.wyxx-intro p span.red{
	color: #ed413d;
	display: inline-block;
    margin: 0 5px;
}
.wyxx-form{
	padding-top: 39px;
}
.wyxx-item{
	margin-bottom: 20px;
}
.wyxx-item .tit{
	display: inline-block;
	width: 100px;
	text-align: right;
	line-height: 31px;
	color: #333333;
	margin-right: 10px;
	font-size: 14px;
	vertical-align: top;
}
.wyxx-item input{
	border: 1px solid #e7e7e7;
	height: 29px;
	padding: 0 10px;
	color: #656565;
	font-size: 12px;
	vertical-align: top;
}
.wyxx-item .w168{
	width: 168px;
}
.wyxx-item .w108{
	width: 108px;
}
.wyxx-item .w438{
	width: 438px;
}
.wyxx-item .w298{
	width: 298px;
	margin-left: 10px;
}
.wyxx-item .star{
	display: inline-block;
	line-height: 31px;
	color: #ef344f;
	font-size: 12px;
	margin-left: 12px;
	vertical-align: top;
}
.wyxx-table-drop.w188{
	width: 188px;
	background: url(../images/icon53.png) 165px center no-repeat;
}
.wyxx-table-drop.w128{
	width: 128px;
	background: url(../images/icon53.png) 108px center no-repeat;
}
.wyxx-table-drop{
    height: 29px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}
.wyxx-table-drop .tag{
    color: #656565;
    font-size: 12px;
    line-height: 29px;
    padding: 0 10px;
    height: 29px;
}
.wyxx-table-drop .drop-l{
    border: 1px solid #e7e7e7;
    width: 100%;
    position: absolute;
    top: 29px;
    left: -1px;
    z-index: 999;
    display: none;
}
.wyxx-table-drop .drop-l li{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #fff;
    color: #656565;
    font-size: 12px;
}
.wyxx-table-drop .drop-l li:hover{
    font-weight: bold;
}
.wyxx-item textarea{
    border: 1px solid #e7e7e7;
    padding: 10px;
    width: 618px;
    height: 154px;
    overflow-y: auto;
}
.wyxx-item .con{
	display: inline-block;
	color: #333333;
	font-size: 12px;
	line-height: 31px;
	margin-left: 10px;
	margin-right: 20px;
}
.wyxx-btn{
	padding-left: 110px;
}
.wyxx-btn button{
	width: 80px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	background: #cd0202;
}
.wyxx-btn button.reset{
	background: #c0c4ca;
	margin-left: 10px;
}
.wyxx-btn button:hover{
	font-weight: bold;
}
/*搜索页面*/
.ss-main{
	background: #fff;
}
.ss-t{
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
}
.ss-t p{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-left: 20px;
}
.ss-cont{
    margin-top: 20px;
    width: 100%;
}
.ss-cl{
    width: 890px;
    border-right: 1px solid #eaecef;
}
.ss-cl .lfbox{
    width: 800px;
    margin-left: 30px;
    padding-bottom: 30px;
}
.ss-cl .p-t{
    font-size: 18px;
    color: #000000;
    max-width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.ss-cl .p-t:hover{
    color: #e22117;
}

.ss-cl .a1{
    color: #e22117;
}

.cl1 .pict{
    margin-top: 10px;
    width: 100%;
}
.ss-cl .cl1 .a2{
    display: inline-block;
}
.ss-cl .cl1 .a2:hover{
    opacity: 0.75;
}
.ss-cl .cl1 .p-wd{
    width: 630px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.ss-cl .cl1 ul{
    margin-top: 16px;
}
.ss-cl .cl1 li{
    width: 100%;
    height: 32px;
}
.ss-cl .cl1 li a{
    background: url("../images/icon54.png") left center no-repeat;
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
    max-width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.ss-cl .cl1 li a:hover{
    color: #e22117;
}
.ss-cl .cl1 li span{
    float: right;
    font-size: 12px;
    color: #999999;
    margin-right: 20px;
}
.ss-cl .cl2 ul{
    margin-top: 13px;
    padding-bottom: 30px;
}
.ss-cl .cl2 li{
    float: left;
    margin-right: 1px;
}
.ss-cl .cl2 li a{
    display: block;
}
.ss-cl .cl2 li a:hover{
    opacity: 0.75;
}
.ss-cl .cl2 li img{
    width: 156px;
    height: 100px;
}
.ss-cl .cl3{
    padding-bottom: 26px;
}
.ss-cl .cl3 .gk{
    line-height: 26px;
}
.ss-cl .cl3 .gk a{
	vertical-align: top;
}
.ss-cl .cl3 .gk .ak{
    display: inline-block;
    width: 86px;
    height: 26px;
    background-color: #3092dd;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.ss-cl .cl3 .gk .ak:hover{
    font-weight: bold;
}
.disb{
    display: inline-block;
}
.ss-cl .cl3 .gk-tex{
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
}
.ss-cl .cl3 .gk-tex p{
    margin-top: 4px;
}
.ss-cl .cl3 .gk-tex .sp1{
    color: #333333;
    text-align: justify;
}

.ss-cl .cl3 .gk-tex .a5{

    font-size: 12px;
    color: #333333;
}
.ss-cl .cl3 .gk-tex .a5:hover{
    text-decoration: underline;
}
.ss-cl .cl3 .gk-tex .sp2{
    font-size: 12px;
    color: #999999;
}
.ss-cr .rtbox{
    width: 260px;
    height: 890px;
    margin-right: 20px;
    overflow: hidden;
}
.rtbox-t{
    width: 220px;
    font-size: 14px;
    color: #df1902;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-top: 24px;
}
.ss-cr .rtbox ul{
    margin-top: 10px;
}
.ss-cr .rtbox ul li{
    background: url("../images/icon54.png") left center no-repeat;
    margin-left: 22px;
}
.ss-cr .rtbox ul li a{
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    padding-left: 11px;
}
.ss-cr .rtbox ul li .cur, .ss-cr .rtbox ul li a:hover{
    color: #df1902;
    font-weight: bold;
}
/*依申请公开*/
.ysq-main{
	padding-top: 30px;
	padding-bottom: 52px;
}
.ysq-tit{
	line-height: 20px;
	height: 20px;
	margin-bottom: 16px;
}
.ysq-tit a{
	display: inline-block;
	color: #cd0202;
	font-size: 18px;
	font-weight: bold;
}
.ysq-tit img{
	margin-right: 26px;
}
.ysq-box{
	padding-bottom: 15px;
}
.ysq-item{
	padding-left: 40px;
	padding-right: 38px;
	margin-bottom: 19px;
}
.ysq-item span{
	display: inline-block;
	line-height: 31px;
	color: #333333;
	font-size: 14px;
	vertical-align: top;
}
.ysq-item .tit{
	text-align: right;
	width: 180px;
	margin-right: 16px;
}
.ysq-item .tit1{
	width: 120px;
}
.ysq-item input{
	border: 1px solid #e7e7e7;
	height: 29px;
	padding: 0 10px;
}
.ysq-item input.w224{
	width: 224px;
}
.ysq-item input.w232{
	width: 232px;
}
.ysq-item input.w154{
	width: 154px;
}
.ysq-item .cx{
	width: 80px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	background: #cd0202;
	margin-left: 28px;
}
.ysq-item .cx:hover{
	font-weight: bold;
}
.ysq-item .star{
	color: #ef344f;
	margin: 0 10px;
	width: 40px;
}
.ysq-item .sel{
	margin-top: 2px;
}
.ysq-item .con{
	margin-left: 10px;
	margin-right: 20px;
}
.ysq-item textarea{
	width: 837px;
	padding: 10px;
	height: 98px;
	border: 1px solid #e8e8e8;
}
.ysq-btn{
	padding-left: 234px;
}
.ysq-btn button{
	width: 80px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	margin-right: 16px;
}
.ysq-btn button:hover{
	font-weight: bold;
}
.ysq-btn .tj{
	background: #cd0202;
}
/*信息公开*/
.xxgk-main{
	padding: 17px 23px 74px 19px;
}
.xxgk-nav{
	width: 290px;
}
.xxgk-nav>li{
	margin-bottom: 10px;
}
.xxgk-nav .tit{
	display: block;
	height: 50px;
	border-left: 3px solid #cd0202;
	background-color: #f7f7f7;
	padding-left: 75px;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 38px center;
}
.xxgk-nav .tit:hover,.xxgk-nav .tit.cur{
	background-color: #cd0202;
	color: #fff;
}
.xxgk-nav .tit1{
	background-image: url(../images/icon58.png);
}
.xxgk-nav .tit1.cur,.xxgk-nav .tit1:hover{
	background-image: url(../images/icon58o.png);
}
.xxgk-nav .tit2{
	background-image: url(../images/icon59.png);
}
.xxgk-nav .tit2.cur,.xxgk-nav .tit2:hover{
	background-image: url(../images/icon59o.png);
}
.xxgk-nav .tit3{
	background-image: url(../images/icon60.png);
}
.xxgk-nav .tit3.cur,.xxgk-nav .tit3:hover{
	background-image: url(../images/icon60o.png);
}
.xxgk-nav .tit4{
	background-image: url(../images/icon61.png);
}
.xxgk-nav .tit4.cur,.xxgk-nav .tit4:hover{
	background-image: url(../images/icon61o.png);
}
.xxgk-nav .tit5{
	background-image: url(../images/icon62.png);
}
.xxgk-nav .tit5.cur,.xxgk-nav .tit5:hover{
	background-image: url(../images/icon62o.png);
}
.xxgk-nav .tit6{
	background-image: url(../images/icon63.png);
}
.xxgk-nav .tit6.cur,.xxgk-nav .tit6:hover{
	background-image: url(../images/icon63o.png);
}
.xxgk-nav .tit7{
	background-image: url(../images/icon64.png);
}
.xxgk-nav .tit7.cur,.xxgk-nav .tit7:hover{
	background-image: url(../images/icon64o.png);
}
.gkml-item {
    height: 100%;
    border: 1px solid #eeeeee;
}
.gkml-list>li{
    padding-left: 40px;
}
.gkml-list>li.cur{
    background: url(../images/icon57.png) left center no-repeat;
}
.gkml-list>li.cur>.gkml-link>.depart{
	color: #f45c5c;
}
.gkml-list .depart:hover,.gkml-list .depart.cur{
	color: #f45c5c;
}
.gkml-list>li ul {
    display: none;
}
.gkml-list>li li {
    padding-left: 22px;
}
.gkml-link {
    display: block;
    padding-left: 18px;
    line-height: 36px;
    font-size: 14px;
    height: 36px;
}
.depart {
    font-size: 14px;
    color: #333333;
}
.gkml-link.plus {
    background: url(../images/icon56.png) left center no-repeat;
}
.xxgk-content{
	width: 844px;
}
.xxgk-title{
	padding-top: 4px;
}
.xxgk-title .tit{
	color: #cd0202;
	font-size: 20px;
	font-weight: bold;
}
.xxgk-drop{
	width: 98px;
	height: 39px;
	border: 1px solid #d2d2d2;
	position: relative;
	display: inline-block;
}
.xxgk-drop .tag{
	line-height: 39px;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	padding: 0 15px;
	background: url(../images/icon65.png) 78px center no-repeat;
}
.xxgk-drop .drop-l{
    border: 1px solid #d2d2d2;
    width: 100%;
    position: absolute;
    top: 39px;
    left: -1px;
    z-index: 999;
    display: none;
}
.xxgk-drop .drop-l li{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #fff;
    color: #656565;
    font-size: 12px;
    cursor: pointer;
}
.xxgk-drop .drop-l li:hover{
    font-weight: bold;
}
.xxgk-search{
	margin-top: 16px;
	margin-bottom: 14px;
}
.xxgk-search input{
	padding-left: 37px;
	height: 39px;
	width: 580px;
	padding-right: 15px;
	background: url(../images/icon66.png) 15px center no-repeat;
	border: 1px solid #d2d2d2;
	border-left: none;
}
.xxgk-search button{
	width: 103px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	background: #f19149;
	margin-left: 8px;
}
.xxgk-search button:hover{
	font-weight: bold;
}
.xxgk-list{
	border: 1px solid #e5e5e5;
}
.gklb-t{
	height: 38px;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
}
.gklb-t li{
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	float: left;
	text-align: left;
	line-height: 38px;
	border-right: 1px solid #d5e2f0;
	padding-left: 14px;
}
.gklb-t li.w74{
	border-right: none;
}
.w166{
	width: 166px;
}
.w443{
	width: 443px;
}
.w100{
	width: 100px;
}
.w74{
	width: 74px;
}
.gklb-l{
	position: relative;
	height: 38px;
	border-bottom: 1px solid #e5e5e5;
}
.gklb-l>li{
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 38px;
	height: 38px;
	padding-left: 14px;
	margin-right: 1px;
	font-size: 14px;
	color: #444444;
}
.gklb-l>li a{
	line-height: 38px;
	font-size: 14px;
	color: #444444;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gklb-l.cur{
	background: #f7f7f7;
}
.gklb-l>li.num{
	color: #666666;
	font-size: 12px;
	cursor: pointer;
}
.gklb-l>li.num.cur{
	color: #eb3f3f;
}
.gklb-l>li.tit a:hover{
	font-weight: bold;
}
.gklb-l>li.time{
	color: #999999;
	font-size: 12px;
	font-family: Arial;
	margin-right: 0;
}
.gklb-h{
	position: absolute;
	height: 138PX;
	background: #cd0202;
	z-index: 999;
	top: 39px;
	left: 0px;
	padding-left: 54px;
	padding-top: 16px;
	display: none;
}
.gklb-h>li{
	float: left;
	width: 394px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.gklb-h>li>span{
	font-weight: bold;
}
.xxgk-list .page{
	padding: 18px 0;
}