@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 15px;
	font-family: "Microsoft Yahei";
	-webkit-text-size-adjust: none;
	color: #535252;
	width: expression(document.body.clientWidth <=1200? "1200px": "auto");
	min-width: 1200px;
	line-height: 30px;
           background:#fff;
}
select::-ms-expand {
	display: none;
}
li,
ol,
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #1b50a0;
}

img {
	border: none;
}

input {
	background-color: transparent;
	padding: 0px;
}

.main {
	width: 100%;
	margin: 0 auto;
	background: url(../images/main_bj.jpg) center bottom no-repeat;
	padding:20px 0px 15px;
}

.i_con {
	width: 1200px;
	margin: 0 auto;
}

.index_con {
	width: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.clear_bottom {
	clear: both;
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}
input::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
	font-size: 15px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 15px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 15px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	font-size: 15px;
}

/*头部*/

.top {
	width: 100%;
	margin: 0 auto;
	background: url(../images/top_bj.jpg) center no-repeat;
	height: 125px;
}

.logo {
	width: 530px;
	margin: 0 auto;
	text-align: left;
}

.logo img {
	padding: 25px 0 0 0;
	display: block;
	width: 535px;
	height: 75px;
}

.top_r {
	width: 425px;
	margin: 0 auto;
	padding-top: 45px;
}


/*搜索*/

.search_bj {
	width: 265px;
	height: 40px;
	line-height: 40px;
	background: url(../images/search_bj.png) center no-repeat;
}

.search {
	width: 100%;
	margin: 0 auto;
}
.search_con {
	width: 220px;
	height: 32px;
	text-align: left;
	font-size: 15px;
	margin-left: 10px;
          background-color: transparent;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	border: none;
	color: #FFFFFF;
	outline: none;
}

.search_con_btn {
	width: 21px;
	height: 23px;
	background: url(../images/search.png) left center no-repeat;
}

.top_wx {
          display:none;
	width: 135px;
	margin: 0 auto;
	position: relative;
}
.wx_box{
	height: 40px;
	line-height: 40px;
	width: 135px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background: url(../images/top_wx.png) center no-repeat;
}
.wx_box span{
	padding-left: 50px;
}
.ewm_box{
	display: none;
}
.ewm_box img{
	width: 115px;
	height: 115px;
	display: block;
	margin: 22px auto 0;
}
.top_wx:hover .ewm_box{
	display: block;
	height: 148px;
	width: 135px;
	background: url(../images/ewm_bg.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 40px;
           z-index: 9999999;
}

/*导航*/

.menu_bj {
	width: 100%;
	margin: 0 auto;
	font-size: 17px;
	height: 60px;
	height: 60px;
	height: 60px;
}

.menu {
	width: 1200px;
	margin: 0 auto;
}

.menu li {
	width: 200px;
	float: left;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.menu li a {
	display: block;
	padding: 0 20px 0 21px;
}

.menu li a:hover ,.curr_li a{
	background: url(../images/menu_a.jpg) center 45px no-repeat;
	background-color: #114daa;
	border-top: 1px solid #1f6fcf;
	color: #FFFFFF;
}



/*banner大图*/

.banner_bj {
	width: 100%;
	margin: 0 auto;
	height: 375px;
	background: url(../images/banner_bj.jpg) left center no-repeat;
}

.banner {
	width: 1200px;
	margin: 0 auto;
	height: 375px;
}

.banner img {
	width: 1200px;
	height: 375px;
}


/*首页栏目标题*/

.index_menu {
	width: 100%;
	font-size: 20px;
	height: 75px;
	line-height: 75px;
	font-weight: bold;
}

.index_more {
	font-size: 12px;
	font-weight: normal;
	color: #1b50a0;
	text-align: right;
	text-transform: uppercase;
}

.index_more a {
	color: #1b50a0;
}


/*最新公开信息*/

.index_gkxx {
	width: 400px;
	margin: auto;
}

.index_gkxx li {
	width: 385px;
	border-left: 4px solid #1b50a0;
	height: 40px;
	line-height: 22px;
	padding: 10px 0 10px 11px;
	font-size: 15px;
	background-color: #f5f5f5;
	vertical-align: top;
	margin-bottom: 10px;
	vertical-align: middle;
}
.gkxx_con ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	width: 100%;
}
.index_gkxx li .index_date {
	font-size: 12px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.index_gkxx li a:hover {
	font-weight: bold;
	color: #333333;
}


/*公示公告*/

.index_gsgg {
	width: 400px;
	margin: 0 auto;
	margin-left: 50px;
}
.gsgg_con{
	height: 349px;
	overflow: hidden;
}
.gsgg_con ul{
	height: 350px;
}
.index_gsgg li {
	vertical-align: middle;
	height: 50px;
	line-height: 24px;
	padding-bottom: 11px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #b0aeae;
}
.index_gsgg li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	width: 340px;
	color: #1b50a0;
}
.gsgg_zy{
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 340px;
	height: 24px;
}

.index_gsgg li a:hover {
	font-weight: bold;
}

.index_gsgg_date {
	width: 45px;
	height: 50px;
	background: url(../images/date_bj.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
	margin-right: 15px;
}

.index_gsgg_date h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}

.index_gsgg_date p {
	font-size: 12px;
}


/*信息公开受理*/

.index_gksl {
	width: 300px;
	margin: 0 auto;
}

.index_gksl_con {
	width: 270px;
	height: 135px;
	padding: 15px;
	line-height: 28px;
	color: #333333;
	background: url(../images/xgcd_xxgk_01.jpg) top center no-repeat;
}
.index_gksl_con div{
	line-height: 28px;
}
.index_gksl_pic {
	width: 100%;
	margin: 0 auto;
}
.index_gksl_pic a,.index_gksl_pic img{
	width: 300px;
	height: 80px;
	display: block;
}
.index_gksl_pic a{
	margin-top: 8px;
}


/*信息公开专栏*/

.index_xxzl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.index_xxzl ul{
	width: 1220px;
}
.index_xxzl li{
	width: 223px;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	float: left;
	border: 1px solid #e5e5e5;
	vertical-align: top;
	border-radius: 5px;
	background: #FFFFFF;
	margin: 0 18px 12px 0px;
}
.index_xxzl li a {
	display: block;
	width: 100%;
	height: 100%;
}
.index_xxzl li a span{
	padding-left: 88px;
}
.index_xxzl li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.index_xxzl .xxzl_01 {
	background: url(../images/xxzl_01.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_01:hover {
	background: url(../images/xxzl_01_a.png) 26px center no-repeat #2ca28b;
}

.index_xxzl .xxzl_02 {
	background: url(../images/xxzl_02.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_02:hover {
	background: url(../images/xxzl_02_a.png) 26px center no-repeat #9645cf;
}

.index_xxzl .xxzl_03 {
	background: url(../images/xxzl_03.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_03:hover {
	background: url(../images/xxzl_03_a.png) 26px center no-repeat #d85858;
}

.index_xxzl .xxzl_04 {
	background: url(../images/xxzl_04.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_04:hover {
	background: url(../images/xxzl_04_a.png) 26px center no-repeat #b4a346;
}

.index_xxzl .xxzl_05 {
	background: url(../images/xxzl_05.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_05:hover {
	background: url(../images/xxzl_05_a.png) 26px center no-repeat #0a54c4;
}

.index_xxzl .xxzl_06 {
	background: url(../images/xxzl_06.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_06:hover {
	background: url(../images/xxzl_06_a.png) 26px center no-repeat #e77315;
}

.index_xxzl .xxzl_07 {
	background: url(../images/xxzl_07.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_07:hover {
	background: url(../images/xxzl_07_a.png) 26px center no-repeat #1789e1;
}

.index_xxzl .xxzl_08 {
	background: url(../images/xxzl_08.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_08:hover {
	background: url(../images/xxzl_08_a.png) 26px center no-repeat #66ab04;
}

.index_xxzl .xxzl_09 {
	background: url(../images/xxzl_09.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_09:hover {
	background: url(../images/xxzl_09_a.png) 26px center no-repeat #635bc7;
}

.index_xxzl .xxzl_010 {
	background: url(../images/xxzl_10.png) 26px center no-repeat #FFFFFF;
}

.index_xxzl .xxzl_010:hover {
	background: url(../images/xxzl_10_a.png) 26px center no-repeat #c70f66;
}


/*二级页面 start*/


/*二级banner*/

.er_banner {
	width: 100%;
	background-color: #f5f5f5;
	height: 245px;
}

.er_banner img {
	width: 1200px;
	height: 245px;
}


/*左侧栏目*/

.er_left {
	width: 245px;
	margin: auto;
}

.er_left_top {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #11489c;
	height: 75px;
}

.er_left_top h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 75px;
}

.er_left_menu {
	width: 243px;
	border: 1px solid #e0e0e0;
	padding: 20px 0;
	background-color: #FFFFFF;
}

.er_left_menu ul li {
	margin: 0 auto;
	width: 205px;
	line-height: 45px;
	font-size: 15px;
	vertical-align: top;
	text-align: left;
}

.er_left_menu ul li a {
	display: block;
	background: url(../images/er_ico.png) 15px center no-repeat;
	padding-left: 35px;
}
.er_left_menu ul li ul li{
           height: 30px;
           line-height: 30px;
}
.er_left_menu ul li ul li a{
           padding-left: 50px;
           font-size: 13px;
           background: url(../images/er_ico.png) 30px center no-repeat;
}
.er_left_menu ul li a:hover,.er_curr_li a{
           display: block;
	color: #FFFFFF;
	background: url(../images/er_ico_a.png) 15px center no-repeat #1469cf !important;
	border-radius: 6px 0 6px 0;
}
.er_curr_li ul li a{
           background: url(../images/er_ico.png) 30px center no-repeat !important;
           color: #333;
}
.er_left_menu ul li ul li a:hover{
           background: url(../images/er_ico.png) 30px center no-repeat !important;
           color:#1469cf;
}
.er_left_menu ul li span {
	padding-right: 15px;
}

.er_con {
	width: 920px;
	margin: auto;
           min-height: 350px;
}


/*位置*/

.er_weizhi {
	margin: auto;
	background-color: #f6f6f6;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #8fa2bf;
	text-align: right;
	padding-right: 15px;
	font-size: 15px;
}
/*列表*/

.er_list {
	margin: 10px auto;
}

.er_list li {
	height: 50px;
	line-height: 50px;
	vertical-align: bottom;
	border-bottom: 1px #dcdcdc dashed;
	padding: 0 10px;
	margin: 0 15px;
}

.er_list li a {
	width: 750px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/xwdt_ico.png) center left no-repeat;
	padding: 0 10px 0 15px;
	display: block;
	font-size: 15px;
	float: left;
}
.er_list li span{
	float: right;
	font-size: 13px;
	color: #7e7e7e;
}
.er_list li a:hover{
	font-weight: bold;
}

.er_jianjie{
          margin: 15px auto; 
          line-height: 200%;
          font-size:14px;
}
.er_jianjie p{
          text-indent: 2em;
}
.er_jianjie img{
          max-width: 92%;
          width:auto;
          margin:0 auto;
}
 .er_jianjie table{
          margin: 0 auto;
          text-align: center;
}
.er_jianjie table td p{
          text-indent: 0em;
}
/*底部信息*/

.foot_bj {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background-color: #11489c;
	color: #FFFFFF;
}

.foot {
	line-height: 30px;
	padding-top: 25px;
}

.foot span {
	padding-right: 20px;
}

.foot_link {
	width: 255px;
	height: 40px;
	line-height: 40px;
	background: url(../images/foot_link.png) no-repeat;
	margin-top: 35px;
}

.foot_link select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	padding: 0px;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
           appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
          background: url(../images/select_bg.png) 228px center no-repeat;        
}
.foot_link select option{
           color:#333;
}
.er_menu_r{
	width: 100%;
	margin: 0 auto;
}
.er_menu_r li{
	padding: 10px 15px 0 0;
	width: 410px;
	height: 170px;
	margin: 0 auto;
	border: 1px solid #e9e8e8;
	float: left;
	margin: 10px 15px;
	background-color: #FFFFFF;
}
.er_menu_r li .menu_left{
	margin-top: 32px;
	width: 85px;
	height: 100px;
	padding: 0 10px;
	text-align: center;
	line-height: 24px;
	border-right: 1px solid #e9e8e8;
}
.er_menu_r li .menu_left h2{
	font-size: 15px;
	font-weight: bold;
}
.er_menu_r li .menu_list{
	width: 290px;
	text-align: center;
}
.er_menu_r li .menu_list p{
	font-size: 14px;
	min-width: 125px;
	height: 32px;
	line-height: 32px;
	float: left;
	text-align: left;
	margin: 0 5px;
}
.er_menu_r li .menu_list p a{
	color: #4a4a4a;
}
.er_menu_r li .menu_list p a:hover{
	color: #1b50a0;
	font-weight: bold;
}

