﻿@charset "utf-8";

/* CSS Document */


/*应该加到base里的*/

* {
	color: inherit;
	box-sizing: border-box;
}


/****************/

.x-content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.x-bg-white {
	background: #fff;
}

.x-radius {
	border-radius: 3px;
}

.x-border {
	border: solid 1px #dcdcdc;
}

.x-clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.a1 {
	color: #333;
}

.a1:hover {
	color: #ff0000;
}

.mb9-body {
	background: url(../images/mb9-body-bg.jpg) center top no-repeat #fafaef;
	min-width: 1200px;
}


/*头部*/

.mb9-top {
	height: 30px;
	line-height: 29px;
	background: #fff;
	border-bottom: 1px #afa484 dashed;
}

.mb9-top a {
	display: inline-block;
	padding: 0 10px;
	color: #60350a;
}

.mb9-top a:hover {
	color: #60350a;
}

.mb9-top dt {
	display: inline-block;
}

.mb9-top i {
	background: url(../images/mb9-ico-bg.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom:4px;
}

.mb9-top i.i_zhangai {
	width: 20px;
	height: 20px;
	background-position: -40px 0;
}

.mb9-top i.i_time {
	width: 20px;
	height: 20px;
	background-position: 0 -20px;
}

.mb9-top i.i_home {
	width: 19px;
	height: 18px;
	background-position: -23px -20px;
}

.mb9-top i.i_wel {
	width: 26px;
	height: 16px;
	background-position: 0 0;
}

.mb9-top i.i_fav {
	width: 18px;
	height: 17px;
	background-position: -44px -21px;
}

.mb9-top i.i_trans {
	width: 18px;
	height: 16px;
	background-position: -64px -21px;
}


/*banner*/
.mb9-banner-wrap {width: 100%; min-width: 1200px;}

.mb9-banner {
	width: 1200px;
	margin: 0 auto;
	height: 148px;
}

.mb9-banner .logo {
	padding-top: 20px;
}


/*导航*/

.mb9-nav {
	width: 100%;
	height: 40px;
	background: #bd0703;
	position: relative;
}

.mb9-nav .x-content {overflow: inherit;}

.mb9-nav ul {
	display: table;
	font-size: 16px;
	height: 35px;
	padding-top: 5px;
}

.mb9-nav ul li {
	line-height: 20px;
	display: table-cell;
	text-align: center;
	width:1%;
	white-space:nowrap;
	padding: 0 5px;
}

.mb9-nav ul li a {
	color: #fff;
	display: block;
	padding: 5px 5px 10px;
	font-size: 20px;
	font-weight: bold;
}

.mb9-nav ul li a:hover {
	background-color: #fff;
	color: #bd0703;
	border-radius: 3px 3px 0 0;
}

.mb9-nav ul li a.on {
	background-color: #fff;
	color: #bd0703;
	border-radius: 3px 3px 0 0;
	font-size: 20px;
}

.mb9-nav .search {
	width: 381px;
	height: 55px;
	background: url(../images/mb9-ssk.png) no-repeat;
	float: right;
	padding-top: 10px;
	padding-left: 25px;
	margin-top: -17px;
}

.mb9-nav .search span {
	font-size: 14px;
	line-height: 35px;
	color: #333;
	float: left;
	font-weight: bold;
}

.mb9-nav .search input {
	width: 220px;
	height: 36px;
	border: none;
	background-color: #f8ebc8;
	float: left;
	padding-left: 15px;
	color: #6e2e00
}

.mb9-nav .search .btn1 {
	width: 60px;
	height: 36px;
	border: none;
	float: left;
	background-color: #bd0703;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}


/*头*/

.bg_fff {
	background: #fff;
}

.mb9-onetitle {
	margin: 15px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	border-top: 5px #bd0704 solid;
	background: #fff;
}

.mb9-onetitle .pic {
	width: 73px;
	float: left;
	margin-top: -5px;
}

.mb9-onetitle h3 {
	color: #bd0703;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

.mb9-onetitle p {
	color: #999;
	margin: 12px auto 20px;
	line-height: 20px;
	height: 20px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
	width: 90%;
	font-size: 16px;
}

.mb9-onetitle .link1 {
	color: #333;
	font-size: 14px;
	margin-top: 0px;
}

.mb9-onetitle .link1 a {
	color: #333;
	padding: 0 5px 0 10px;
	display:inline-block; 
	width:184px; 
	overflow:hidden; 
	height:25px;
	line-height:25px;
}

.mb9-onetitle .link1 a:first-child {
	padding-left: 0;
}

.mb9-onetitle .link1 a:hover {
	color: #ff0500;
}

.mb9-video {
	overflow: hidden;
}

.mb9-video li {
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-right: 15px;
}

.mb9-video li img {
	width: 185px;
	height: 135px;
}

.main {}


/*轮播*/

.mb9-lunbo {
	padding: 0 15px;
}

#mb9-yxh_article {
	width: 100%;
}

.slider_box {
	margin: 0px auto 0 auto;
	height: 342px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mask {
	height: 54px;
	overflow: hidden;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity:70);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-top: solid 2px #ddd;
}

.silder_con {
	overflow: hidden;
	position: absolute;
}

.silder_panel {
	width: 770px;
	height: 342px;
	overflow: hidden;
	float: left;
	position: relative;
}

.silder_panel img {
	width: 100%;
	height: 342px;
	display: block;
	overflow: hidden;
}

.silder_nav li {
	float: left;
	padding: 0px;
	border: 2px solid #000;
	margin: 2px;
	display: inline;
	position: relative;
}

.silder_nav li.current {
	border: 3px solid #b91804;
	margin: 0 4px;
}

.silder_nav li,
.silder_nav img {
	display: block;
	width: 100px;
	height: 48px;
	overflow: hidden;
}

.slider_box a.prev,
.slider_box a.next {
	display: block;
	width: 45px;
	height: 100px;
	line-height: 999em;
	overflow: hidden;
	z-indent: 9;
	position: absolute;
	cursor: pointer;
	margin: 85px 0 0 0;
	/*background: url(../images/mb9-silder_btn.gif) no-repeat;*/
}

.slider_box a.prev {
	left: 0;
	background-position: left 0;
}

.slider_box a.next {
	right: 0;
	background-position: right 0;
}

.silder_intro {
	position: absolute;
	left: 30;
	bottom: 0;
	z-index: 9;
	width: 400px;
	height: 54px;
	overflow: hidden;
	color: #fff;
	padding-left: 20px;
}

.silder_intro h3 {
	font-size: 16px;
	font-weight: normal;
	height: 54px;
	line-height: 54px;
	width:300px; 
	overflow:hidden;
}

.silder_intro p {
	font-size: 12px;
	line-height: 20px;
}

.dec {
	float: right;
	height: 100px;
	bottom: -10px;
	right: 10px;
	overflow: hidden;
	z-index: 9;
	position: absolute;
}

.dec li {
	margin-top: 20px;
	float: left;
	display: inline;
}


/*通知公告*/

.mb9-notice {
	width: 100%;
	padding: 0 15px 0 0;
}

.mb9-notice .tit {
	height: 40px;
	background: url(../images/mb9-lm-bt_12.jpg) repeat-x;
}

.mb9-notice .tit h3 {
	float: left;
	width: 165px;
	height: 39px;
	background: url(../images/mb9-lm-bt_11.jpg) no-repeat;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	line-height: 42px;
	font-weight: normal;
}

.mb9-notice .more {
	float: right;
	line-height: 30px;
	color: #9c0300;
	font-size: 16px;
}

.mb9-notice .more a:hover {color: #333;}

.mb9-notice .con {
	padding-left: 5px;
}

.mb9-notice .con a:hover,
.mb9-news .con ul li .name a:hover {
	color: #bd0703;
}

.mb9-notice .con ul {}

.mb9-notice .con ul li {
	font-size: 14px;
	color: #333;
	height: 38px;
	background: url(../images/mb9-dian.png) left center no-repeat;
	border-bottom: 1px #efd0b4 dashed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mb9-notice .con ul li a {
	line-height: 38px;
	padding-left: 15px;
}


/*广告*/

.ad {
	padding: 0 15px;
}
.ad img{
	width:1170px !important;
}


/*news*/

.mb9-news {
	padding: 0 0;
}

.mb9-news .tit {
	height: 40px;
	background: url(../images/mb9-lm-bt_12.jpg) repeat-x;
}

.mb9-news .tit h3 {
	float: left;
	width: 165px;
	height: 39px;
	background: url(../images/mb9-lm-bt_11.jpg) no-repeat;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	line-height: 42px;
	font-weight: normal;
}

.mb9-news .tit h4 {
	float: left;
	width: 195px;
	height: 39px;
	background: url(../images/mb9-lm-bt_10.jpg) no-repeat;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	line-height: 42px;
	font-weight: normal;
}

.mb9-news .more {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #9c0300;
}

.mb9-news .con {
	padding-left: 5px;
	padding-top:10px;
}

.mb9-news .con ul {
	display: block;
}

.mb9-news .con ul li {
	font-size: 14px;
	padding-left: 15px;
	color: #333;
	height: 40px;
	line-height: 40px;
	background: url(../images/mb9-dian.png) left center no-repeat;
	border-bottom: 1px #efd0b4 dashed;
}

.mb9-news .con ul li .date {
	float: right;
	color: #999;
}

.mb9-news .con ul li .name {
	margin-right: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*政务公开*/

.mb9-public {
	overflow: hidden;
	margin: 0 15px 13px 0;
}

.mb9-public ul {
	overflow: hidden;
}

.mb9-public ul li {
	width: 50%;
	float: left;
	padding: 25px 10px 0;
	height: 110px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #f1f0f6;
}

.mb9-public ul li.grew {
	background-color: #f1f0f6;
}

.mb9-public ul li.green {
	background-color: #f7f0e8;
}

.mb9-public ul li i {
	display: block;
	margin: 0 auto;
	background: url(../images/mb9-ico-bg.png) no-repeat;
}

.mb9-public ul li p {
	text-align: center;
	margin: 10px auto;
	font-size: 16px;
}

.mb9-public ul li i.i-ico1 {
	width: 42px;
	height: 36px;
	background-position: 0 -44px;
}

.mb9-public ul li i.i-ico2 {
	width: 36px;
	height: 36px;
	background-position: -50px -44px;
}

.mb9-public ul li i.i-ico3 {
	width: 35px;
	height: 33px;
	background-position: 0 -87px;
}

.mb9-public ul li i.i-ico4 {
	width: 40px;
	height: 34px;
	background-position: -44px -87px;
}


/*我要留言*/

.mb9-message {
	margin-top: 10px;
	padding-right: 15px;
	padding-left:10px;
}

.mb9-message .title {
	height: 40px;
	line-height: 40px;
	border: 1px #d2c5af solid;
	background-color: #f7f0e8;
}

.mb9-message .title h3 {
	float: left;
	color: #bd0703;
	font-size: 16px;
	font-weight: normal;
	padding-left: 18px;
}

.mb9-message .title span {
	color: #ff0500;
	font-size: 14px;
	float: right;
	margin-right: 10px;
}

.mb9-message .con {
	overflow: hidden;
	width: 100%;
	padding:20px;
	border-left: 1px #d2c5af dashed;
	border-right: 1px #d2c5af dashed;
	border-bottom: 1px #d2c5af dashed;
}

.mb9-message .con li {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}

.mb9-message .con li span {
	vertical-align: middle;
	float: left;
}

.mb9-message .con input {
	height: 26px;
	width: 78%;
	background-color: #f9f8f9;
	border: 1px #d6d6d6 solid;
	padding-left: 5px;
	margin-left: 10px;
}

.mb9-message .con textarea {
	height: 52px;
	width: 68%;
	float: left;
	background-color: #f9f8f9;
	border: 1px #d6d6d6 solid;
	padding-left: 5px;
	margin-left: 10px;
	vertical-align: text-top;
}

.mb9-message .con button {
	float: left;
	height: 52px;
	width: 8%;
	background-color: #e60012;
	border: none;
	margin-left: 2%;
}

.mb9-message .con button i {
	width: 11px;
	height: 18px;
	display: block;
	background: url(../images/mb9-ico-bg.png) no-repeat;
	background-position: 0 -126px;
	margin-left: 8px;
}

.mb9-ad1 {
	margin-left:10px;
	margin-right:15px;
	margin-top: 10px;
}

.mb9-ad1 img {
	width: 100%;
	height: 100%;
}


/*专题专栏*/

.mb9-fund_con {
	width: 1200px;
	background-color: #f1f0f6;
	height: 140px;
	overflow: hidden;
	padding-top: 15px;
	position: relative;
}

.mb9-fund_con .fund_c {
	width: 1115px;
	height: 112px;
	overflow: hidden;
	position: relative;
	margin-left: 40px;
	margin-right: 30px;
}

.mb9-fund_con .fund_c .fund_list {
	width: 1200px;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
}

.mb9-fund_con .fund_c .fund_list li {
	display: block;
	float: left;
	width: 267px;
	height: 112px;
	background-color: #fff;
	margin-right: 15px;
}

.mb9-fund_con .fund_c .fund_list li:last-child {
	margin-right: 0;
}

.mb9-fund_con .fund_c .fund_list li img {
	width: 266px;
	height: 111px;
}

.mb9-fund_con .arrow {
	position: absolute;
	top: 55px;
	width: 20px;
	height: 34px;
	background: url(../images/mb9-ico-bg.png) no-repeat;
	cursor: pointer;
}

.mb9-fund_con .arrow_prev {
	left: 10px;
	background-position: -46px -125px;
}

.mb9-fund_con .arrow_next {
	right: 10px;
	background-position: -25px -125px;
}


/*友情链接*/

.mb9-service {
	margin-right: 15px;
}

.mb9-service .tit1 {
	height: 40px;
	line-height: 40px;
	background: url(../images/mb9_subnav_bg.jpg) repeat-x;
	font-size: 14px;
	color: #999;
}

.mb9-service .tit1 .more {
	float: right;
	color: #999;
}

.mb9-service .tit1 li {
	float: left;
	color: #333;
	padding: 0 20px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.mb9-service .tit1 li.on {
	background-color: #0f76ce;
	color: #fff;
	border-radius: 5px;
	position: relative;
}

.mb9-service .tit1 li.on:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0068b7;
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 44%;
}

.mb9-service .txt1 {
	height: 318px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 5px;
}

.mb9-service .txt1 .tt {
	margin-bottom: 5px;
}

.mb9-service .txt1 .tt h3 {
	color: #074b85;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

.mb9-service .txt1 .tt p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}

.mb9-service .txt1 li {
	height: 35px;
	color: #666;
	background: url(../images/mb9-li1.png) left center no-repeat;
	padding-left: 10px;
	border-bottom: 1px #b2b1b1 dashed;
}

.mb9-service .txt1 li span {
	float: right;
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 35px;
}

.mb9-service .txt1 li a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 60px;
}

.mb9-service .txt1 li a:hover {
	color: #ff0000;
}


/*政策法规 政策解读*/

.mb9-zcfg {
	padding: 0 10px;
}

.mb9-zcfg .tit1 {
	height: 40px;
	line-height: 40px;
	background: url(../images/mb9_subnav_bg.jpg) repeat-x;
	font-size: 18px;
	color: #999;
}

.mb9-zcfg .tit1 .more {
	float: right;
	color: #999;
	font-size: 14px;
	padding: 5px 10px;
}

.mb9-zcfg .tit1 .more i {
	width: 1px;
	display: inline-block;
	height: 20px;
	background-color: #333;
	margin: 0 5px;
	border: 1px #000 solid;
	float: left;
}

.mb9-zcfg .tit1 span.linedou {
	margin: 0 5px;
	margin-top: 5px;
	font-size: 14px;
	float: right;
}

.mb9-zcfg .tit1 h3 {
	background-color: #0f76ce;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 0 15px;
	font-weight: normal;
	border-radius: 5px;
	position: relative;
}

.mb9-zcfg .tit1 h3:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0068b7;
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 44%;
}

.mb9-zcfg .txt1 {
	overflow: hidden;
	margin-left: 5px;
	padding-top: 10px;
}

.mb9-zcfg .txt1 ul {
	display: block;
}

.mb9-zcfg .txt1 li {
	height: 30px;
	color: #666;
	background: url(../images/mb9-li1.png) left center no-repeat;
	padding-left: 10px;
}

.mb9-zcfg .txt1 li span {
	float: right;
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.mb9-zcfg .txt1 li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 60px;
}

.mb9-zcfg .txt1 li a:hover {
	color: #ff0000;
}


/*在线视频*/


/*政务公开*/

.mb9-zcfg .one {
	padding: 20px;
}

.mb9-zcfg .one img {
	width: 100%;
	height: 100%;
}

.mb9-zcfg .one p {
	margin-top: 10px;
	display: block;
	color: #444;
	font-size: 16px;
	line-height: 30px;
	text-indent: 24px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.mb9-zcfg .lined {
	width: 1px;
	height: 30px;
	background-color: #333;
	margin: 0 15px;
}


/*政民互动*/

.mb9-three-pic {
	padding: 0 10px;
}

.mb9-three-pic ul {}

.mb9-three-pic ul li {
	text-align: center;
	float: left;
}

.mb9-three-pic ul li.bg1 {
	width: 50%;
	height: 130px;
	background-color: #39c1cd;
}

.mb9-three-pic ul li.bg1 p {
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
}

.mb9-three-pic ul li.bg1 i {
	margin: 0 auto;
	margin-top: 35px;
	display: block;
}

.mb9-three-pic ul li.bg2 {
	width: 50%;
	height: 130px;
	background-color: #8c98a8;
}

.mb9-three-pic ul li.bg2 p {
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
}

.mb9-three-pic ul li.bg2 i {
	margin: 0 auto;
	margin-top: 35px;
	display: block;
}

.mb9-three-pic ul li.bg3 {
	width: 100%;
	height: 130px;
	background: url(../images/mb9-icon-bg.png) no-repeat #fac485;
}

.mb9-three-pic ul li.bg3 i {
	margin-top: 15px;
	display: inline-block;
}

.mb9-three-pic ul li.bg3 span {
	font-size: 22px;
	color: #731212;
	margin-left: 10px;
	vertical-align: middle;
}


/*专题专栏*/

.mb9-column {}

.mb9-column ul {
	width: 100%;
	overflow: hidden;
}

.mb9-column ul li {
	width: 25%;
	float: left;
	padding: 10px;
}

.mb9-column ul li img {
	width: 100%;
	height: 100%;
}


/* 友情链接 */

.mb9-link {
	padding: 10px 15px 25px 15px;
	overflow: hidden;
}

.mb9-invest_i {
	border-left: 1px #d2c5af solid;
	border-top: 1px #d2c5af solid;
	overflow: hidden;
}

.mb9-invest_i_tit {
	height: 42px;
}

.mb9-invest_i_tit ul {
	width: 100%;
}

.mb9-invest_i_tit ul li {
	width: 100%;
	display: block;
	height: 40px;
	border-bottom: 1px #d2c5af solid;
	border-right: 1px #d2c5af solid;
	line-height: 40px;
	text-align: center;
	background-color: #f7f0e8;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.mb9-invest_i_tit ul li.last {
	border-bottom: 0;
}

.mb9-invest_i_tit ul li.on {
	height: 40px;
	line-height: 40px;
	border-right: none;
	background-color: #fff;
	color: #416099;
}

.mb9-invest_i_con {
	height: 200px;
	background-color: #fff;
	float: right;
	padding: 20px 50px;
	line-height: 28px;
	font-size: 14px;
	border-right: 1px #d2c5af solid;
	border-bottom: 1px #d2c5af solid;
}

.mb9-invest_i_con .invest_i_c {
	display: none;
	clear: both;
}

.mb9-invest_i_con .invest_i_c a {
	display: table-cell;
	width: 16.6%;
	margin-bottom: 5px;
	float: left;
	color: #333;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

.mb9-invest_i_con .invest_i_c a:before {
	width: 8px;
	height: 8px;
	background-color: #ccc;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 50%;
}

.mb9-invest_i_con .invest_i_c a:hover {
	color: #a60909;
}


/*footer*/

.mb9-footer {
	width: 100%;
	font-size: 0;
	background: #c80000;
	text-align: center;
	padding: 20px 0;
}

.mb9-footer>* {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.mb9-footer>img {
	margin: 0 5px;
}

.mb9-footer>div {
	margin: 10px;
	text-align: left;
	color: #fff;
	line-height: 24px;
}


/********/


/*左侧*/

.x-content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.bread {
	height: 50px;
	line-height: 50px;
	position: relative;
	padding-left: 20px;
}

.bread span {
	padding-left: 18px;
}

.bread span:before {
	content: "";
	font-family: "iconfont";
	display: block;
	color: #ccc;
	float: left;
	position: absolute;
	left: 16px;
	right: 15px;
}

.hwq-left-list {
	background: #eee;
	border-radius: 3px 3px 0 0;
	margin-top: 10px;
}

.hwq-left-list ol {
	height: 70px;
	background-color: #bd0703;
	border-radius: 3px 3px 0 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	display: table;
	width: 100%;
}

.hwq-left-list ol a {
	line-height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	color: #fff;
}

.hwq-left-list li {
	line-height: 40px;
	border-bottom: dashed 1px #dcdcdc;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0 10px;
	position: relative;
}

.hwq-left-list li:hover,
.hwq-left-list li.active {
	background: #fff;
	margin: 0;
	border-bottom: #ecf5ff 1px solid;
	font-weight: bold;
}

.hwq-left-list li:hover:before {
	content: '';
	display: block;
	float: left;
	width: 3px;
	height: 36px;
	left: 0px;
	top: 2px;
	background: #bd0703;
	position: absolute;
}

.hwq-left-list li:last-child {
	border-bottom: none;
}

.hwq-tab {
	background: #FFF;
	padding-top: 1px;
	border-radius: 3px 3px 0 0;
}

.hwq-tab div.title {
	/*overflow: auto;*/
	overflow: hidden;
	background: #fff;
	margin: 10px 10px 0 20px;
	border-bottom: solid 1px #f5f5f5;
}

.hwq-tab div.title span:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #bd0703;
	position: absolute;
	top: 41px;
	left: 0
}

.hwq-tab div.title span {
	line-height: 44px;
	text-align: center;
	float: left;
	margin: 0px;
	margin-right: 10px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	padding: 0 15px;
	position: relative;
	/*transition: ease-in-out 0.2s;*/
}

.hwq-tab ul {
	font-size: 14px;
	display: none;
	clear: both;
	height: auto;
	padding: 25px 20px;
	background: #fff;
	position: relative;
}

.hwq-tab ul>span {
	font-size: 12px;
	color: #333;
	padding: 10px 20px;
	position: absolute;
	bottom: 100%;
	z-index: 999;
	right: 0;
}

.hwq-tab ul>span>a:first-child:after {
	content: '>';
	margin: 0 5px
}

.hwq-tab ul>span>a:after {
	/* content:'>'; font-family:SimSun; margin:0 5px*/
}

.hwq-tab ul>span>a:last-child:after {
	content: '';
}

.hwq-tab ul>a {
	font-size: 12px;
	color: #0a7aca;
	padding: 10px 20px;
	position: absolute;
	bottom: 100%;
	z-index: 999;
	right: 0;
}

.hwq-tab ul>a:hover {
	margin-right: 5px;
}

.hwq-tab ul li {
	line-height: 35px;
	padding-left: 15px;
	background: url(../images/mb9-dian.png) left center no-repeat;
	border-bottom: 1px #efd0b4 dashed;
}

.hwq-tab ul li .name {
	margin-right: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.hwq-tab ul li .name.new {
	padding-right: 28px;
	position: relative;
}

.hwq-tab ul li .name.new:after {
	content: "new";
	display: block;
	position: absolute;
	right: 0;
	background: #f00;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	top: 50%;
	margin-top: -8px;
	padding: 2px;
	border-radius: 3px;
	font-family: KaiTi;
}

.hwq-tab ul li .name a:hover {
	color: #bd0703;
}

.hwq-tab ul li .time {
	float: right;
	color: #999999;
}


/*页码*/

.hwq-page {
	text-align: center;
	padding-top: 60px;
	clear: both;
	position: relative;
	padding-bottom: 30px;
}

/*.hwq-page:before {
	border-top: dashed #dcdcdc 1px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	content: '';
	display: block;
}*/

/*.hwq-page>a { display: inline-block; height: 30px; line-height: 30px; border: solid 1px #b8b8b8; border-radius: 3px; background: #f0f0f0; min-width: 30px; padding: 0 5px; box-sizing: border-box; font-size: 14px; margin: 0 5px; box-shadow: #999 0 1px 3px; font-weight: bolder; color: #777; position: relative; }*/
.hwq-page>a {color: #0a7aca;}
.hwq-page>a:hover { /*background: #ccc;*/ color:#333; text-decoration: underline;}

.hwq-page>a.active {
	background: #ccc;
	border: solid 1px #e8f1d5;
	box-shadow: 0 1px 3px #e8f1d5;
	color: #333;
}

.hwq-page>a.active:hover {
	background: #ccc;
}


/*文章列表*/

.hwq-info-article {}

.hwq-info-article ul {
	height: auto !important;
	padding: 15px;
}

.hwq-info-article-title {
	text-align: center;
	line-height: 42px;
	padding: 5px 0;
	border-bottom: dashed 1px #eee;
	font-size: 24px;
	color: #333;
}

.hwq-info-article-time {
	line-height: 40px;
	text-align: center;
}

.hwq-info-article-time span {
	margin: 0 10px;
}

.hwq-info-article p {
	line-height: 35px;
	text-indent: 2em;
}

.hwq-info-article img {
	margin: 20px auto;
	display: block;
	max-width: 100%;
	text-align: center;
}

.hwq-info-article .hwq-page {
	text-align: right;
	padding-bottom: 20px;
}

.hwq-info-article .hwq-page>span {
	float: left;
	font-size: 14px;
	text-indent: 0em;
	text-align: left;
	width: 80%;
}

.hwq-info-article .hwq-page>span>a {
	display: block;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  width: 100%;
}

.hwq-info-article .hwq-page>span>a:hover {
	color: #f00;
}

.hwq-img-list .info a:hover {
	color: #ff0000;
}



.dakuang {overflow: hidden;}
.dakuang > div {margin-bottom: -9999px; padding-bottom: 9999px; background: #fff;}
.dakuang > div .hwq-left-list {margin-top: 0;}
.dakuang > div.item-2 {width: 15.66%; float: left; margin-left: 1%; padding-left: 0!important; padding-right: 0!important; background: #eee;}
.dakuang > div.item-10 {width: 82.33%; float: right;}
.dakuang > div.bread {background: none;width: 100%; float: left; margin-bottom: 0; padding-bottom: 0;}


.mb9_img_01 {width: 100%; padding: 0 15px 13px 0;}
.mb9_img_02 {width: 100%; padding: 0 15px 0 0;}
.mb9_img_01 img {width: 100%; height: 148px;}
.mb9_img_02 img {width: 100%; height: 121px;}

/*友情链接*/

.mb15-link{
	min-width: 1200px;
	width:100%;
	height:54px;
	margin-bottom:20px;
	text-align: left;
}
.mb15-link .linkbox{
	height:54px;
	background-color:#fff;
	margin-top:10px;
	line-height:54px;
	font-size:16px;
	color: #39548b;
	padding-left: 20px;
}
.mb15-link .linkbox span {color: #c90209;}


.mb15-link .linkbox select {width: 190px; height: 25px; margin-right: 15px; border: 1px solid #d2d2d2; box-sizing: border-box; color: #333;}


.mb9-nav .x-content .item-4 {float: right;}


.hwq-tab.hwq-list ul { height: auto; min-height: 500px; padding-top: 30px;}
.hwq-page {padding: 40px 0 80px; margin-right: 15px;}
.hwq-info-article-center {padding: 20px 30px 50px; min-height: 700px;}




/*频道页*/
.pindao-img01 {width: 100%; clear: both; position: relative; height: 229px; border: solid 1px #dcdcdc; border-radius: 3px; }
.hwq-tab div.title .more {float: right; line-height: 34px; padding-right: 10px; font-size: 14px; color: #0a7aca;}
.hwq-tab div.title .more:hover {color: #0a0aca;}
.pindao-center01 {line-height: 30px; font-size: 14px; color: #333; padding: 20px 15px 0; height: 260px; overflow: hidden;}
.pindao-center02 {line-height: 30px; font-size: 14px; color: #333; padding: 10px 15px; height: 180px; overflow: hidden; border-bottom: 15px solid #fff;}

.pindao-ad-wrap01 {display:table; height: 70px; margin: 10px -5px; font-size: 0; display: block!important; position: relative;}
.pindao-ad-wrap01 li {display:table-cell; width:1%; white-space:nowrap; text-align:center; padding: 0 5px; box-sizing: border-box;}
.pindao-ad-wrap01 li a {width: 100%; height: 100%; display: block; background: #e69d9c; border-radius: 3px; padding: 10px 20px; text-align: center; line-height: 50px; box-sizing: border-box;}
.pindao-ad-wrap01 li a p {display: inline-block; vertical-align: middle; color: #fff; font-size: 18px; line-height: 25px; white-space: pre-wrap;}
.pindao-ad-wrap01 li a:hover {opacity: 0.8;}

.zwgk-left-wrap {width: 100%;}
.zwgk-left-wrap .title {height: 60px; line-height: 60px; text-align: center; font-size: 24px; color: #fff; background: #bd0703;}
.zwgk-left-wrap .nav-wrap {margin: 10px -5px 0; font-size: 0;}
.zwgk-left-wrap .nav-wrap li {width: 50%; margin-bottom: 10px; padding: 0 5px; display: inline-block; vertical-align: top;}
.zwgk-left-wrap .nav-wrap a {text-align: center; border: 1px solid #bd0703; padding: 0 10px; display: block; width: 100%; height: 40px; line-height: 40px; border-radius: 3px; background: #fff;}
.zwgk-left-wrap .nav-wrap a p {font-size: 14px; color: #bd0703; line-height: 16px; display: inline-block; vertical-align: middle;}
.zwgk-left-wrap .nav-wrap a:hover {opacity: 0.8; background: #fff;}

.zwgk-butt-wrap {line-height: 40px; display:table; font-size: 0; margin: 10px -5px;}
.zwgk-butt-wrap > div {display:table-cell; width:1%; white-space:nowrap; text-align:center; padding: 0 5px; box-sizing: border-box;}
.zwgk-butt-wrap > div > a {width: 100%; height: 100%; display: block; background: #bd0703; border-radius: 3px; padding: 10px 10px; text-align: center; line-height: 40px; box-sizing: border-box;}
.zwgk-butt-wrap > div > a > p {display: inline-block; vertical-align: middle; color: #fff; font-size: 16px; line-height: 18px; max-height: 36px; white-space: pre-wrap; overflow: hidden;}

.hwq-tab div.title .tabbb1024 {float: right; padding-right: 10px; font-size: 0; color: #bd0703; padding-top: 15px;}
.hwq-tab div.title .tabbb1024 a {padding: 0 10px; display: inline-block; font-size: 14px; line-height: 24px;}
.hwq-tab div.title .tabbb1024 a.cur {background: #bd0703; color: #fff;}

.zwgk-butt-wrap1 {line-height: 40px; font-size: 0; margin: 10px 5px 0; height: 190px}
.zwgk-butt-wrap1 > div {display:inline-block; min-width: 25%; white-space:nowrap; text-align:left; padding: 0 5px; box-sizing: border-box;}
.zwgk-butt-wrap1 > div > a {width: 100%; height: 100%; display: block; border-radius: 3px; padding: 0 0 0 15px; text-align: left; line-height: 20px; box-sizing: border-box; margin:0 10px; color: #bd0703; font-size: 16px; background: url(../images/mb9-dian.png) left center no-repeat;}
.zwgk-butt-wrap1 > div > a:hover {color: #333;}


/*互动交流*/
.hwq-tab div.title.tabbb2046 {overflow: hidden;}
.hwq-tab div.title.tabbb2046 > a {line-height: 45px; text-align: center; float: left; min-width: 130px; margin: 0px; margin-right: 10px; font-size: 20px; color: #bd0703; cursor: pointer; /*transition: ease-in-out 0.2s;*/ padding: 0 10px; position: relative; }
/*.hwq-tab div.title.tabbb2046 > a.cur:after { position: absolute; right: -20px; bottom: 0; content: ""; width: 0; height: 0; border-style: solid; border-width: 12px 10px; border-color: #e69d9c transparent transparent #e69d9c; }*/
.hwq-tab div.title.tabbb2046 > a.cur {line-height: 45px; text-align: center; float: left; min-width: 130px; margin: 0px; background: #bd0703; margin-right: 10px; font-size: 20px; color: #fff; cursor: pointer; /*transition: ease-in-out 0.2s;*/ padding: 0 10px; position: relative; }
.hwq-tab div.title .more {float: right; line-height: 45px; padding-right: 15px;}
.hwq-tab div.title .more a {font-size: 16px; color: #333;}
.hwq-tab div.title .more a:hover {color: #bd0703;}

.hdjl-shiz {width: 100%; height: 230px; padding: 0 30px; background: #bd0703; padding-top: 40px;}
.hdjl-shiz .title {line-height: 80px; font-size: 40px; color: #fff;}
.hdjl-shiz .title a {display: inline-block;width: 100px;height: 36px;border: 1px solid #e69d9c;line-height: 34px;text-align: center;color: #fff;border-radius: 3px;font-size: 16px; vertical-align: middle; margin-left: 35px; margin-bottom: 4px;}
.hdjl-shiz .title a:hover {background: #fff; color: #bd0703;}
.hdjl-shiz .title i {width: 70px; height: 65px; display: inline-block; vertical-align: middle; margin: 0 15px 4px 0; background: url(../images/hdjl_03.jpg);}
.hdjl-shiz .cent {line-height: 20px; color: #fff; font-size: 16px;}

.hdjl-tous-wrap {width: 100%; height: 230px; padding: 0 30px; background: #bd0703; padding-top: 35px;}
.hdjl-tous-wrap .title {line-height: 30px; color: #feed8a; font-size: 26px; margin-bottom: 10px;}
.hdjl-tous-wrap p {line-height: 20px;color: #fff;font-size: 14px; margin-bottom: 10px; height: 60px; display: block;}
.hdjl-tous-wrap .butt {text-align: left;}
.hdjl-tous-wrap .butt a {display: inline-block;width: 95px;height: 36px;border: 1px solid #e69d9c;line-height: 34px;text-align: center;color: #fff;border-radius: 3px;font-size: 16px; margin: 0 5px 0;}
.hdjl-tous-wrap .butt a:hover {background: #fff; color: #bd0703;}



.p15 { padding: 15px!important; }


.dakuang > div.item-1,.dakuang > div.item-2,.dakuang > div.item-3,.dakuang > div.item-4,.dakuang > div.item-5,.dakuang > div.item-6,.dakuang > div.item-7,.dakuang > div.item-8,.dakuang > div.item-9,.dakuang > div.item-10,.dakuang > div.item-11 {padding-bottom: 9999px!important;}



.wbj-xxgkml-listmain {min-height: 800px; padding-bottom: 40px; margin: 0 10px 0 20px; padding-top: 25px;}

.wbj-xxgkml-table {border: 1px solid #e1e1e5; border-bottom: 0;}
.wbj-xxgkml-table table {table-layout: auto; border-collapse:collapse; border-spacing:0;}
.wbj-xxgkml-table table td,.wbj-xxgkml-table table th{margin:0; border-collapse:collapse; border-spacing:0; line-height:20px; padding:10px;border-bottom:1px solid #e1e1e5;font-size:16px; text-align: left; padding-left: 30px; color: #333;}
.wbj-xxgkml-table table th {font-weight: normal; font-weight: bold; background: #f5f5f5; color: #333;}
.wbj-xxgkml-table table td a {color: #333;}
.wbj-xxgkml-table table td a:hover {color: #bd0703;}
.wbj-xxgkml-table table p {text-indent:0;}

.hwq-tab.headline-box > a {cursor: pointer;}
.hwq-tab.headline-box {font-size: 16px; text-align: center; padding-bottom: 40px; margin-top: 0;}


.wbj-xxgkml-left .tit1 {height: 60px;line-height: 60px;text-align: center;font-size: 24px;color: #fff;background: #bd0703; margin-bottom: 10px; display: block;}
.wbj-xxgkml-left .nav-wrap {margin: 0 10px; font-size: 0;}
.wbj-xxgkml-left .nav-wrap li {width: 100%; padding: 0 5px; display: inline-block; vertical-align: top; margin: 0 auto 10px;}
.wbj-xxgkml-left .nav-wrap a {text-align: center; border: 1px solid #bd0703; padding: 0 10px; display: block; width: 100%; height: 40px; line-height: 40px; border-radius: 3px; background: #fff;}
.wbj-xxgkml-left .nav-wrap a p {font-size: 14px; color: #bd0703; line-height: 16px; display: inline-block; vertical-align: middle;}
.wbj-xxgkml-left .nav-wrap a:hover {opacity: 0.8; background: #fff;}


/*20200110 孙兵*/
.hwq-info-article-center,.hwq-info-article-center * {font-family:"SimSun";font-size: 16px; color: #333; text-indent: 0; line-height: 35px;}

.hwq-info-article-center table * {text-indent: 0;text-align: center;}





.floatingAd .ad {z-index: 99999!important;}




/* 20200122 sunb 手机浏览器列表时间串行 */
.mb9-news .con ul li {overflow: hidden;}
.mb9-news .con ul li .date {white-space: nowrap;}


.mb9-notice .con ul li {overflow: hidden;}

.hwq-tab ul li {height: 35px; overflow: hidden;}
.hwq-tab ul li .time {white-space: nowrap;}



/*20200203 政府文件*/
.zf-zfgw-body {background: #808080;}
.zf-zfgw-main {width: 698px; margin: 0 auto; background: #fff; min-height: 1000px; padding: 60px 0;}
.zf-zfgw-main .title {width: 100%; line-height: 60px; text-align: center; font-size: 35px; font-weight: bold; color: #f00; font-family: "黑体";}
.zf-zfgw-main .title img {vertical-align: top;}
.zf-zfgw-main .fawenhao {line-height: 60px; height: 60px; text-align: center; font-size: 15px; color: #333;}
.zf-zfgw-main .fawenhao.ling {margin-bottom: 20px;}
.zf-zfgw-main .line1 {width: 523px; height: 2px; background: #f00; margin: 0 auto 35px;}
.zf-zfgw-main .tit {width: 523px; line-height: 30px; text-align: center; font-size: 21px; font-weight: bold; color: #333; font-family: "宋体"; margin: 0 auto 30px;}
.zf-zfgw-main .tit * {font-family: "宋体"; color: inherit; font-size: inherit;}
.zf-zfgw-main .text {width: 523px; margin: 0 auto 20px; line-height: 30px; font-size: 16px; color: #333; font-family: "宋体";}
.zf-zfgw-main .text a,.zf-zfgw-main .text a * {color: #205ebc; font-family: "宋体";}
.zf-zfgw-main .text a:hover,.zf-zfgw-main .text a:hover * {text-decoration: underline;}
.zf-zfgw-main .text * {font-family: "宋体";color: inherit; font-size: inherit;}
.zf-zfgw-main .text table {border-collapse:collapse; border-spacing:0;table-layout: auto; max-width: 100%; margin: 30px auto;}
.zf-zfgw-main .text table td,.zf-zfgw-main .text table th {border: 1px solid #000;}
.zf-zfgw-main .text table p {text-indent:0;}


.zf-fudong-wrap {width: 68px; position: fixed; bottom: 280px; left: 50%; margin-left: 620px; z-index: 100;}
.zf-fudong-wrap > div {background-color: #205ebc; border-radius: 3px; color: #fff; display: block; margin-bottom: 2px; position: relative;}
.zf-fudong-wrap > div:hover {background-color: #3185d7;}
.zf-fudong-wrap > div.butt2 {width: 68px; height: 68px; cursor: pointer;}
.zf-fudong-wrap > div > p {color: #fff; text-align: center; line-height: 22px; font-size: 16px;}

.nmxgxx-wrap {padding: 20px 0; border-top: 1px solid #999; margin: 0;}
.nmxgxx-wrap .zf-listwrap1 {min-height: auto; padding: 10px 0 0;}
.nmxgxx-wrap .zf-listwrap1 a {width: 95%;}
.nmxgxx-wrap .title01 {height: 45px; border-bottom: 1px solid #e5e5e5; margin-bottom: 5px;}
.nmxgxx-wrap .title01 .tab-wrap {float: left;}
.nmxgxx-wrap .title01 .tab-wrap > div {margin-bottom: -1px; height: 45px; line-height: 41px; padding: 0 15px; float: left; display: block; font-size: 20px;}
.nmxgxx-wrap .title01 .tab-wrap > div.cur {border-bottom: 4px solid #c80000; color: #c80000; font-weight: bold;}
.zf-zfgw-main .nmxgxx-wrap {padding: 20px 0 0; width: 650px; margin: 60px auto 0;}
.zf-zfgw-main .nmxgxx-wrap .title01 .tab-wrap > div.cur {border-bottom: 4px solid #f00; color: #f00; font-weight: bold;}
.zf-zfgw-main .nmxgxx-wrap .title01 .tab-wrap > div.cur a {color: #f00;}

.zf-listwrap1 {padding: 25px 25px 40px; min-height: 800px;}
.zf-listwrap1 li {height: 45px; line-height: 44px; padding-left: 20px; font-size: 0; border-bottom: 1px dashed #e0e0e0; position: relative;}
.zf-listwrap1 li:before {content:''; width: 8px; height: 8px; border-radius: 4px; background: #c7c7c7; position: absolute; left: 2px; top: 17px;}
.zf-listwrap1 li a {width: 85%; height: 44px; display: inline-block; font-size: 16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; vertical-align: middle; margin-bottom: 2px;}
.zf-listwrap1 li a:hover {color: #205ebc;}
.zf-listwrap1 li span {color: #999; float: right; font-size: 16px;}



/* 20200323 专题专栏*/
.ztzl-wrap {margin: 30px 10px; font-size: 0; display: block; padding: 0;}
.ztzl-wrap li {width: 33.33%; display: inline-block; vertical-align: top; padding: 10px;}
.ztzl-wrap li img {width: 100%;}





/* 20201030 首页互动交流*/
.ico-wrap01 {overflow: hidden;}
.ico-wrap01 li {width: 50%; float: left; padding: 10px 30px; padding-bottom: 20px;}
.ico-wrap01 li i {width: 80px; height: 80px; display: block; background: url(http://static.zvnga.com/gongyong/asybj/images/mb17-redbg.png) no-repeat; text-align: center; margin: 0 auto;}
.ico-wrap01 li i img {width: 80px; height: 80px;}
.ico-wrap01 li:hover i{background:url(http://static.zvnga.com/gongyong/asybj/images/mb17-bluebg.png) no-repeat;}
.ico-wrap01 li p{color:#a60909;font-size:16px; text-align:center;}
.ico-wrap01 li:hover p{color:#3275b3;}

/* 列表页页签切换 */
.zf-listtabwrap {line-height: 30px; font-size: 0; color: #333; padding: 10px 10px; margin:25px 0 0; text-align: left; margin-left: 30px; margin-bottom: -15px;}
.zf-listtabwrap a {line-height: 28px;border: 1px solid #fff;font-size: 16px;color: #333;display: inline-block;position: relative;padding: 0 10px;vertical-align: top;margin: 0 10px;transition: all 0.2s;}
.zf-listtabwrap a:before,.zf-listtabwrap a:after {content:''; position: absolute; left: -12px; top: 5px; width: 1px; height: 20px; background: #999;}
.zf-listtabwrap a:after {left: auto; right: -11px;}
.zf-listtabwrap a:hover {line-height: 28px;color: #1d74d8;}
/* 列表页页签切换 */



