﻿body {
	/* min-width: 1182px; */
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	background:url(../img/bodybg.png) 0 0 repeat-x;
}


/*首页*/

.main-body {
	background: url(../img/mainbg.png) center 0 no-repeat;
	/* background-size: cover; */
}

.header-top {
	width: 89%;
	max-width: 1366px;
	margin: 0 auto;
}

.header-top a {
	display: inline-block;
	padding-right: 15px;
	font-size: 14px;
	line-height: 33px;
	color: white;
}

.header-top .txt {
	margin-right: -46px;
}

.header-top img {
	vertical-align: middle;
}

.header-top .wx,
.header-top .wb {
	position: relative;
}

.header-top .wx:hover>div {
	display: block;
}

.header-top .ewm {
	display: none;
	position: absolute;
	left: -13px;
	width: 143px;
	height: 147px;
	background-color: #ffffff;
	border: solid 1px #669ff1;
	text-align: center;
	line-height: 147px;
	z-index: 1;
}

.header-top .ewm img {
	width: 122px;
	height: 122px;
}

.header-top .wb .ewm {
	left: -13px;
}

.header-top .wb:hover>div {
	display: block;
}

.header-log {
	position: relative;
	/* width: 94%; */
	/* max-width: 1300px; */
	/* margin: 0 auto; */
	/* margin-bottom: 50px; */
}

.header-log .logo {
	margin: 0 auto;
	/* width: 424px; */
	text-align: center;
}

.header-log .logo-jpg {
	/* margin-top: -5px; */
	vertical-align: middle;
	width: 66%;
	padding-top: 20px;
	padding-bottom: 14px;
}

.header-air-zl {
	/* position: absolute; */
	/* top: 16px; */
	width: 83%;
	height: 80px;
	margin: 9px auto 20px;
	background: url(../img/airbg.png) 0 center no-repeat;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/searchbg.png) 0 0 no-repeat;
	margin: 20 auto;
	background-size: 100% 100%;
}

.header-air-zl .status {
	/* margin-top: 7px; */
	/* cursor: pointer; */
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.header-air-zl .status.one .status-type {
	color: #00e400;
}

.header-air-zl .status.one .status-val {
	background-color: #00e400;
	color: #026600;
}

.header-air-zl .status.two .status-type {
	color: #ffff00;
}

.header-air-zl .status.two .status-val {
	background-color: #ffff00;
	color: #775600;
}

.header-air-zl .status.three .status-type {
	color: #ff7e00;
}

.header-air-zl .status.three .status-val {
	background-color: #ff7e00;
	color: #731800;
}

.header-air-zl .status.four .status-type {
	color: #ff0000;
}

.header-air-zl .status.four .status-val {
	background-color: #ff0000;
	color: #ffa59c;
}

.header-air-zl .status.five .status-type {
	color: #99004c;
}

.header-air-zl .status.five .status-val {
	background-color: #99004c;
	color: #ff8383;
}

.header-air-zl .status.six .status-type {
	color: #7e0023;
}

.header-air-zl .status.six .status-val {
	background-color: #7e0023;
	color: #ff809e;
}

.header-air-zl .personimg {
	/* margin-left: 20px; */
	/* margin-top: -30px; */
	display: inline-block;
	margin: -21px 0 0;
	width: 85px;
}

.header-air-zl .status-type {
	display: inline-block;
	/* margin-left: 22px; */
	/* margin-right: 12px; */
	font-size: 45px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #27ff1c;
	margin: 0 18px;
}

.header-air-zl .status-val {
	width: 75px;
	height: 21px;
	margin-top: 12px;
	background-color: #00e400;
	border-radius: 10px;
	font-size: 17px;
	text-align: center;
	color: #ffffff;
	/* padding-top: 2px; */
}

.header-air-zl .status-pm {
	font-size: 14px;
	color: white;
	padding-right: 3px;
	line-height: 24px;
	text-align: center;
}

.header-air-zl .status-pm span {
	font-size: 10px;
	/*color: #450909;*/
	vertical-align: sub;
}

.air {
	display: none;
	position: absolute;
	top: 74px;
	left: -3px;
	z-index: 100;
	width: 337px;
	padding: 18px 13px 20px 31px;
	background-color: #ffffff;
	border: solid 1px #669ff1;
	text-align: left;
	box-sizing: border-box;
}

.air-aqi-more {
	position: absolute;
	top: 68px;
	left: 50%;
	margin-left: -6px;
}

.air-sj {
	display: none;
	position: absolute;
	top: 68px;
	left: 50%;
	margin-left: -12px;
	z-index: 0;
}

.time-air ul {
	padding-right: 11px;
	font-size: 14px;
	color: #333333;
}

.time-air li {
	overflow: hidden;
	margin-bottom: 8px;
}

.time-air .fl {
	width: 98px;
}

.time-air .fl.status {
	text-align: center;
	color: #00a213;
	line-height: 66px;
}

.time-air .fl.status img {
	width: 109px;
	height: 83px;
}

.time-air ul .fr {
	width: 172px;
	color: #2a91d6;
}

.time-air ul .pm-num {
	font-size: 12px;
	vertical-align: sub;
}

.time-air ul .fr img {
	width: 109px;
	height: 83px;
}

.hour-air {
	margin-top: 16px;
}

.hour-air ul {
	margin-left: -9px;
}

.hour-air li {
	float: left;
	width: 50px;
	height: 42px;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.hour-air .active {
	color: #333333;
}

.hour-air .icon {
	width: 15px;
	height: 15px;
	margin: 4px auto;
	border-radius: 62px;
	cursor: pointer;
}

.hour-air .icon.one {
	background-color: #d3d300;
}

.hour-air .icon.two {
	background-color: #ffa500;
}

.hour-air .icon.three {
	background-color: #ff0000;
}

.hour-air .icon.four {
	background-color: #00a213;
}

.hour-air .icon.five {
	background-color: #800080;
}

.hour-air .icon.six {
	background-color: #7e0023;
}

.hour-air li:hover .icon {
	width: 18px;
	height: 18px;
	margin: 2px auto;
}

.hour-air .hour-line {
	position: relative;
	top: -15px;
	z-index: -1;
	height: 1px;
	background-color: #bbbbbb;
}

.hour-air .time {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}

.hour-air .zl {
	width: 83%;
	margin: 0 auto;
}

.hour-air .item {
	width: 50%;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.hour-air .item .status {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #ff9c00;
}

.hour-air .item .pm {
	font-size: 18px;
	color: #333333;
}

.hour-air .pm span {
	font-size: 14px;
	vertical-align: sub;
}

.header-air-zl:hover>.air-sj {
	display: block;
}

.header-air-zl:hover>.air {
	display: block;
}

.header-air-zl:hover>.air-aqi-more {
	display: none;
}

.search-form {
	position: relative;
	/* right: 0; */
	/* top: 32px; */
	width: 83%;
	height: 51px;
	background: url(../img/searchbg.png) 0 0 no-repeat;
	margin: 0 auto;
	background-size: 100% 100%;
}
.search-link {
	text-align: center;
}

.search-link a {
	margin: 0px 3px;
	font-size: 14px;
	color: #81dcfa;
}
.homesearch {
	width: 78%;
	height: 100%;
	padding-left: 24px;
	border: 0;
	box-sizing: border-box;
	background: transparent;
	font-size: 14px;
}

.search-form .homesearch-input-placeholder {
	/* WebKit, Blink, Edge */
	color: white;
}

.search-form .homesearch::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: white;
}

.search-form .homesearch:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: white;
}

.search-form .homesearch::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: white;
}

.search-form .homesearch:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
}

.homesearch-btn {
	position: absolute;
	top: 14px;
	right: 26px;
	border-radius: 4px;
}

.container {
	width: 1265px;
	width: 93%;
	margin: 0 auto;
}


/*.container {
	min-width: 1191px;
	margin: 0 auto;
	    background-color: rgba(249, 248, 248, 0.8);
}*/

.main {
	margin: 0 auto;
	background-color: white;
	background-color: white;
	border-radius: 4px;
	height: 432px;
	overflow: hidden;
	border: solid 1px #0099cc;
	box-sizing: border-box;
}

.tab-pane .more {
	font-size: 12px;
	/* margin-right: 20px; */
	color: #0071bc;
}

.main-tab li {
	width: 207px;
	height: 70px;
	margin-bottom: 2px;
	line-height: 70px;
	background: #008ab8;
	;
	text-align: center;
	box-sizing: border-box;
}

.main-tab li.tb {
	/*height: 77px;

	line-height: 77px;*/
}

.main-tab li.active {
	background: white;
}

.main-tab li.tbbg {
	border: 0;
	/*background: url(../img/tbbg.png) 0 0 no-repeat;*/
}

.main-tab li .ywtb {
	display: inline;
}

.main-tab li .ywtbs {
	display: none;
}

.main-tab .tab-img-active {
	display: none;
}

.main-tab li.active a {
	color: #008ab8;
}

.main-tab li.active .tab-img {
	display: none;
}

.main-tab li.active .tab-img-active {
	display: inline-block;
}

.main-tab a {
	display: block;
	font-size: 20px;
	color: #ffffff;
}

.main-tab li.tb a {
	font-size: 18px;
}

.main-tab li.tb.active a {
	font-size: 18px;
	color: #284070;
}

.main-tab img {
	margin-right: 15px;
	vertical-align: middle;
}

.main-tab-content {
	width: 1054px;
	box-sizing: border-box;
	overflow: hidden;
}


/*一网通办 s*/

.tab-pane.tb {
	margin: 14px 22px 0 14px;
}

.tab-pane.tb .top {
	height: 278px;
}

.tab-pane.tb .news-list {
	margin: 0;
}

.tab-pane.tb .wsbs {
	width: 100%;
}

.tab-pane.tb .wsbs>div {
	width: 33%;
	padding-right: 19px;
	box-sizing: border-box;
}

.tab-pane.tb .wsbs .jg {
	width: 34%;
	padding-right: 0;
}

.tab-pane.tb .wsbs .jg .jq-title {
	height: 22px;
	overflow: hidden;
}

.tab-pane.tb .wsbs .jg .bd {
	margin-top: 9px;
}

.tab-pane.tb .wsbs .jg .bd li {
	height: auto;
	margin-bottom: 10px;
	line-height: 22px;
	background-position-y: 8px;
}

.tab-pane.tb .wsbs .jg .bd li:hover {
	color: #0071bc!important;
	text-decoration: underline!important;
}

.tab-pane.tb .wsbs .jg .bd li:hover .date,
.tab-pane.tb .wsbs .jg .bd li:hover .status {
	color: #0071bc!important;
	text-decoration: underline!important;
}

.tab-pane.tb .wsbs .jg .status {
	display: inline-block;
	width: 84px;
	text-align: center;
}

.tab-pane.tb .hd {
	width: 100%;
}

.tab-pane.tb .wsbs .bd,
.tab-pane.fz .bd,
.tab-pane.sg .bd {
	margin-top: 5px;
}

.tab-pane.tb .wsbs .bd li {
	padding-left: 24px;
	background: url(../img/circle.png) 10px center no-repeat;
	overflow: hidden;
}

.tab-pane.tb .wsbs .bd a {
	width: 100%;
}

.tab-pane.tb .bottom {
	margin-top: 16px;
}

.tab-pane.tb .js-step {
	position: relative;
	width: 410px;
	height: 91px;
	margin-left: 12px;
}

.tab-pane.tb .js-step div {
	position: absolute;
	top: 41px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.tab-pane.tb .js-step a {
	color: #004000;
}

.tab-pane.tb .js-step .one {
	left: 58px;
}

.tab-pane.tb .js-step .two {
	left: 200px;
}

.tab-pane.tb .js-step .three {
	left: 312px;
}


/*一网通办 e*/


/*环保工作动态 s*/


/*轮播*/

.slider {
	position: relative;
	/* margin: 20px 18px 0 16px; */
	width: 100%;
	margin: 20px auto;
	height: 260px;
	overflow: hidden;
}

.slider .pic {
	height: 203px;
	overflow: hidden;
}

.slider .hd {
	position: absolute;
	z-index: 1;
	top: 158px;
	width: 100%;
	height: 44px;
	background-color: black;
	filter: Alpha(Opacity=30);
	background: rgba(0, 0, 0, 0.3);
}

.slider .hd li {
	display: block;
	float: left;
	width: 10px;
	width: 13px;
	height: 13px;
	margin: 14px 9px;
	filter: Alpha(Opacity=50);
	color: transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: transparent;
	border: solid 1px #ffffff;
	cursor: pointer;
}

.slider .hd li.on {
	background-color: #ffffff;
	border: solid 1px #ffffff;
}

.slider .bd .title {
	width: 295px;
	height: 48px;
	margin: 10px auto 0;
	line-height: 24px;
	color: #0071bc;
	text-align: center;
	overflow: hidden;
}

.slider img {
	width: 100%;
	/* height: 100%; */
}

.slider .title a {
	color: #333333;
}


/*tab切换*/

.news-list {
	/* width: 550px; */
	margin-top: 20px;
}

.news-list .hd {
	width: 98%;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #669cca;
}

.news-list .hd li {
	/* width: 109px; */
	float: left;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.news-list .hd li.on {
	padding: 0 7px;
	font-size: 18px;
	color: #0071bc;
	border-bottom: 1px solid #8fb7da;
}

.tab-pane.zw .hd li.on,
.tab-pane.fz .hd li.on,
.tab-pane.sg .hd li.on,
.tab-pane.tb .hd li.on {
	font-size: 18px;
}

.news-list .bd .title {
	height: 40px;
	margin: 14px auto 0;
	text-align: center;
	font-size: 18px;
	color: #0071bc;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .bd .content {
	/*padding: 0 10px;*/
	text-indent: 2em;
	line-height: 28px;
	/* height: 114px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news-list .bd li {
	height: 36px;
	overflow: hidden;
	padding-left: 15px;
	line-height: 36px;
	font-size: 16px;
	color: #333333;
	padding-left: 16px;
	background: url(../img/listcircle.png) 4px center no-repeat;
	overflow: hidden;
}

.news-list .bd a {
	color: #333333;
}

.news-list .bd a:hover,
.list-con .bd a:hover,
.tab-pane.zw .bd a:hover {
	color: #0071bc!important;
	text-decoration: underline!important;
}

.news-list .bd li.article {
	height: 173px;
	padding-left: 0;
	list-style-type: none;
	border-bottom: 1px dashed #999999;
	margin-bottom: 6px;

    background:none;
}

.news-list .bd li .con {
	display: inline-block;
	width: 68%;
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
	height: 36px;
	line-height: 36px;
}

.news-list .bd .date {
	float: right;
	line-height: 36px;
	display: inline-block;
}


/*环保工作动态 e*/


/*政务信息公开S*/

.tab-pane.zw {
	padding:10px 0;
}

.tab-pane.zw .news-list {
	/* width: 714px; */
	margin: 0;
}

.tab-pane.zw .hd {
	width: 100%;
}

.tab-pane.zw .hd li,
.tab-pane.fz .hd li,
.tab-pane.sg .hd li,
.tab-pane.tb .hd li {
	width: auto;
	padding: 0 10px;
	color: #0071bc;
	border-bottom: 1px solid #8fb7da;
}

.tab-pane.zw .bd li,
.tab-pane.fz .bd li,
.tab-pane.sg .bd li,
.tab-pane.tb .bd li {
	padding-left: 3px;
	list-style-type: none;
}

.tab-pane.zw .bd.one {
	margin-top: 5px;
}

.tab-pane.zw .bd li a {
	width: 100%;
	height: 100%;
}

.tab-pane.zw .bd .txt {
	    width: 65%;
    padding-left: 7px;
    overflow: hidden;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.tab-pane.zw .img-list {
	margin-top: 10px;
}

.tab-pane.zw .right {
	/* width: 252px; */
}

.tab-pane.zw .right .ul-top {
	margin-top: 6px;
}

.tab-pane.zw .right .ul-top li {
	width: 49%;
	height: 62px;
	padding: 10px 0 0 18px;
	line-height: 39px;
	margin-bottom: 4px;
	border-radius: 4px;
	border: solid 1px #0071bc;
	box-sizing: border-box;
}

.tab-pane.zw .right li:hover {
	background: #669cca;
	color: white;
}

.tab-pane.zw .right .one{
	display:inline-block;
}

.tab-pane.zw .right .two{
	display:inline-block;
	margin-left:8px;
}

.tab-pane.zw .right a {
	display: block;
	font-size: 16px;
	color: #0071bc;
}

.tab-pane.zw .right .ul-top div {
	float: right;
	margin-right: 19px;
}

.tab-pane.zw .right .ul-botom {
	margin-top: 5px;
	/* margin-right: -12px; */
}

.tab-pane.zw .right .ul-middle li {
	padding: 10px;
	margin-bottom: 4px;
	font-size: 16px;
	border-radius: 4px;
	border: solid 1px #669cca;
}

.tab-pane.zw .right .ul-middle .zmhd {
	background: url(../img/zwmenu3-4-b.png) right center no-repeat;
}

.tab-pane.zw .right .ul-middle img {
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}
.tab-pane.zw .right .ul-top li img {
    vertical-align: text-bottom;
}
.tab-pane.zw .right .ul-middle .m-txt {
	margin-left: 60px;
}

.tab-pane.zw .right .ul-middle .tip {
	font-size: 14px;
	color: #333333;
}

.tab-pane.zw .right .ul-middle a {
	color: #0071bc;
}

.tab-pane.zw .right .ul-botom li {
	width: 49%;
	/* margin-right: 7px; */
	float: left;
	/* height: 48px; */
	padding: 7px 0;
	margin-bottom: 4px;
	font-size: 16px;
	/* line-height: 48px; */
	border-radius: 4px;
	border: solid 1px #669cca;
	box-sizing: border-box;
	text-align: center;
}

.tab-pane.zw .right .ul-botom div {
	width: 66px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
}

.tab-pane.zw .right .ul-botom span {
	font-size: 12px;
}

.tab-pane.zw .right .ul-botom .icons {
	display: none;
}

.tab-pane.zw .right li:hover {
	background: #669cca;
}

.tab-pane.zw .right li:hover a {
	color: white;
}

.tab-pane.zw .right li:hover .tip {
	color: white;
}
.tab-pane.zw .right .ul-middle .zmhd:hover {
	background: #669cca;
}
.tab-pane.zw .right .ul-botom li:hover .icon {
	display: none;
}

.tab-pane.zw .right .ul-botom li:hover .icons {
	display: inline-block;
}

.tab-pane.zw .right .ul-botom img {
	width: 30px;
	/* padding-left: 29px; */
	padding-right: 6px;
}

.tab-pane.zw .right .ul-botom a {
	color: #0071bc;
}

.tab-pane.zw .right .ul-botom .txt {
	margin-top: 11px;
}

.tab-pane.zw .zwgk .bd li {
	/* position: relative; */
	float: left;
	width: 20%;
	height: 132px;
	padding-left: 0;
	text-align: center;
	background: none;
}
.tab-pane.zw .ulist{
	position: relative;
}
.tab-pane.zw .zwgk .icon {
	width: 61px;
	height: 61px;
	margin: 15px auto 0;
	line-height: 61px;
	border-radius: 50%;
	text-align: center;
}

.tab-pane.zw .zwgk .icon img {
	vertical-align: middle;
}

.tab-pane.zw .zwgk .one .icon,
.tab-pane.zw .zwgk .one .list {
	background-color: #c2cdeb;
}

.tab-pane.zw .zwgk .two .icon,
.tab-pane.zw .zwgk .two .list {
	background-color: #f9e6bc;
}

.tab-pane.zw .zwgk .three .icon,
.tab-pane.zw .zwgk .three .list {
	background-color: #bce3e8;
}

.tab-pane.zw .zwgk .four .icon,
.tab-pane.zw .zwgk .four .list {
	background-color: #daf9bc;
}

.tab-pane.zw .zwgk .five .icon,
.tab-pane.zw .zwgk .five .list {
	background-color: #f9bcbc;
}

.tab-pane.zw .right .b-name {
    display: block!important;
    width: 96%!important;
    margin: 0 auto;
    padding: 9px 0;
    border-bottom: solid 1px #669cca;
    color: #0071bc;
    line-height: 31px;
}

.tab-pane.zw .zwgk .one a,
.tab-pane.zw .zwgk .one li {
	color: #31457c;
}

.tab-pane.zw .zwgk .two a,
.tab-pane.zw .zwgk .two li {
	color: #b2892d;
}

.tab-pane.zw .zwgk .three a,
.tab-pane.zw .zwgk .three li {
	color: #20838f;
}

.tab-pane.zw .zwgk .four a,
.tab-pane.zw .zwgk .four li {
	color: #49781c;
}

.tab-pane.zw .zwgk .five a,
.tab-pane.zw .zwgk .five li {
	color: #9e3131;
}

.tab-pane.zw .zwgk .list {
	position: absolute;
	display: none;
	top: 118px;
	/* width: 100%; */
	/* height: 151px; */
	/* padding-left: 18px; */
	/* padding-top: 10px; */
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
	left: 0;
	right: 0;
}
.tab-pane.zw .zwgk .list:before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #eee;
    top: -16px;
    position: absolute;
    width: 0;
    height: 0;
}
.tab-pane.zw .zwgk .one .list:before{
	 border-bottom-color: #c2cdeb;
	 left:7.5%;
}
.tab-pane.zw .zwgk .two .list:before{
	 border-bottom-color: #f9e6bc;
	 left: 27%;
}
.tab-pane.zw .zwgk .three .list:before{
	 border-bottom-color: #bce3e8;
	 left: 47.5%;
}
.tab-pane.zw .zwgk .four .list:before{
	 border-bottom-color: #daf9bc;
	 left: 67.5%;
}
.tab-pane.zw .zwgk .five .list:before{
	 border-bottom-color: #f9bcbc;
	 left: 87.5%;
}
.tab-pane.zw .zwgk .list li {
	float: left;
	width: auto;
	height: auto;
	padding-left: 0px;
	list-style-type: disc;
	text-align: left;
	/* line-height: 36px; */
	line-height: 24px;
	padding-left: 24px;
	/* background: url(../img/listcircle.png) 10px center no-repeat; */
	box-sizing: border-box;
}


.tab-pane.zw .zwgk .list a {
	width: auto !important;
	font-size: 16px;
	line-height: 24px;
}

.tab-pane.zw .gkxx .bd li,
.tab-pane.fz .bd li,
.tab-pane.sg .bd li {
	padding-left: 16px;
    background: url(../img/listcircle.png) 4px center no-repeat;
}

/*.tab-pane.zw .zwgk .ulist>li:hover>a {
	display: none;
}*/

.tab-pane.zw .zwgk .ulist>li:hover>.list {
	display: block;
}


/*法律政策标准*/

.tab-pane.fz {
	margin: 10px 0;
}

.tab-pane.fz .hd {
	width: 100%;
}

.tab-pane.fz .right .bg {
	position: relative;
}

.tab-pane.fz .right .hb,
.tab-pane.fz .right .qj {
	width: 158px;
	border-radius: 4px;
	border: solid 1px #8dc9ce;
}

.tab-pane.hb {
	/* width: 90%; */
	/* margin: 0 auto; */
}

.tab-pane.fz>div {
	position: relative;
	width: 100%;
	/* height: 405px; */
	overflow: hidden;
	/* float: left; */
	border: 1px solid transparent;
	/* transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s; */
	background-color: #fff;
	border: solid 1px #91b2ce;
	border-radius: 6px;
	box-sizing: border-box;
}

.fz-fg {}

.tab-pane.fz .fz-fg {
	/* margin-right: 12px; */
	margin-bottom: 20px;
}

.tab-pane.fz .fz-ul li {
	position: relative;
	float: left;
	width: 46%;
	height: 43px;
	/* margin: 6px 4px; */
	margin: 0 0 0 2.3%;
	text-align: center;
	line-height: 39px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #cccccc;
	cursor: pointer;
}

.tab-pane.fz  .fz-ul li {
	/*float: left;
	width: 25%;
	margin: 6px 0;
	border: 0;*/
	border-color: transparent;
}

.tab-pane.fz  .fz-ul li.one {
	background-color: #edf6e6;
}

/*.tab-pane.fz  .fz-ul li.one a {
	color: #7cb434;
}*/
.tab-pane.fz  .fz-ul{
	margin: 4px 0 8px;
}
.tab-pane.fz  .fz-ul li.one {
	background-color: #7cb434;
}

.tab-pane.fz  .fz-ul li.two {
	background-color: #fff1db;
}

/*.tab-pane.fz  .fz-ul li.two a {
	color: #f87b3f;
}*/

.tab-pane.fz  .fz-ul li.two {
	background-color: #f87b3f;
}

.tab-pane.fz  .fz-ul li.three {
	background-color: #f8e0da;
}

/*.tab-pane.fz  .fz-ul li.three a {
	color: #bb1619;
}*/

.tab-pane.fz  .fz-ul li.three {
	background-color: #bb1619;
}

.tab-pane.fz  .fz-ul li.four {
	background-color: #ddecf5;
}

/*.tab-pane.fz  .fz-ul li.four a {
	color: #0b77bf;
}*/

.tab-pane.fz  .fz-ul li.four {
	background-color: #0b77bf;
}


/*.tab-pane.fz .fz-bz .fz-ul li {
	width: 97%;
	margin-top: 24px;
	height: 52px;
	line-height: 52px;
}*/

.tab-pane.fz .fz-bz .law-img {
	display: none;
}

.tab-pane.fz .fz-bz .wz {
	display: block;
}

.tab-pane.fz .fz-bz .law-img {
	display: block;
}

.tab-pane.fz .fz-bz .wz {
	display: none;
}

.tab-pane.fz .fz-bz .wz {
	display: none;
}

.tab-pane.fz  .fz-ul a {
	font-weight: bold;
}

.tab-pane.fz  .fz-ul .icon {
	float: left;
	/* margin-left: 34px; */
	/* -webkit-transition-duration: 0.6s; */
	/* transition-duration: 0.6s; */
	/* vertical-align: middle; */
}

.tab-pane.fz .fz-ul a {
	display: block;
	font-size: 16px;
	color: white;
}



.tab-pane.fz  .icon {
	/* position: relative; */
	height: 100%;
	/* display: inline-block; */
}

.tab-pane.fz .icon {
	height: 45px;
	display: inline-block;
	/* display: none; */
	width: 53px;
	text-align: right;
}

.tab-pane.fz  .fz-ul img {
	width: 40px;
	/* -webkit-transition-duration: 0.6s; */
	/* transition-duration: 0.6s; */
	/* vertical-align: middle; */
}

.tab-pane.fz  .normal {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tab-pane.fz  .select {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* opacity: 1; */
	/* z-index: 221; */
}

.tab-pane.fz  .fz-ul li:hover .normal {
	opacity: 0;
	filter: alpha(opacity=0);
}

.tab-pane.fz  .fz-ul li:hover .select {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tab-pane.fz  {
	
border-radius: 6px;
	
/* border: solid 1px #91b2ce; */
}

.tab-pane.fz .title {
	height: 34px;
	line-height: 34px;
	background-color: #e1ecf6;
	border-radius: 4px;
	color: #669cca;
	font-size: 16px;
	text-align: center;
}

.tab-pane.fz  .title {
	background-color: #0072bc;
	color: white;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.tab-pane.fz .news-list {
	width: 100%;
	padding: 0 5px;
	margin: 0;
	box-sizing: border-box;
}

.tab-pane.fz .hd {
	margin-top: 10px;
}

.tab-pane.fz  .news-list {
	padding: 0 8px;
}

.tab-pane.fz .bd {
	height: 234px;
	overflow: hidden
}

.tab-pane.fz .bd a {
	display: inline-block;
	width: 100%;
	height: 100%;
	
}

.tab-pane.fz  .bd a {
	/* width: 79%; */
}


/*法律政策标准E*/


/*生态环境质量S*/

.tab-pane.sz {
	margin: 10px 9px 0 16px;
}

.tab-pane.sz .news-list {
	margin: 0;
	width: 670px;
}

.tab-pane.sz .hd {
	width: 100%;
}

.tab-pane.sz .hd li.active {
	color: #0071bc;
	border-bottom: 1px solid #8fb7da;
}

.tab-pane.sz .bd>div {
	display: none;
}

.tab-pane.sz .bd>div.active {
	display: block;
}

.tab-pane.sz .zs-wrw {
	width: 252px;
	margin-right: 40px;
}

.tab-pane.sz .zs-title {
	margin-top: 18px;
	color: #0071bc;
}

.tab-pane.sz .wrw-table {
	width: 100%;
	height: 324px;
	margin-left: -4px;
	overflow: hidden;
}

.tab-pane.sz .wrw-table table {
	width: 100%;
}

.tab-pane.sz .wrw-table th {
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	color: #666666;
}

.tab-pane.sz .wrw-table td {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
}

.tab-pane.sz .wrw-table .even {
	background-color: #ddf1ff;
}

.tab-pane.sz .zs-wrw .time {
	padding-right: 7px;
	font-size: 16px;
	color: #999999;
	text-align: right;
}

.tab-pane.sz .zs-tu {
	width: 372px;
}

.tab-pane.sz .zs-tu .zs-title {
	margin-bottom: 12px;
}

.tab-pane.sz .zs-dbs {
	width: 316px;
	padding-left: 18px;
	box-sizing: border-box;
}

.tab-pane.sz .zs-wtop {
	height: 260px;
	overflow: hidden
}

.tab-pane.sz .zs-witem {
	margin-top: 10px;
	overflow: hidden;
}

.tab-pane.sz .zs-witem>div {
	float: left;
}

.tab-pane.sz .zs-witem .img {
	width: 50px;
	padding-left: 4px;
}

.tab-pane.sz .zs-witem .num {
	width: 74px;
}

.tab-pane.sz .zs-witem .br {
	position: relative;
	top: 2px;
	width: 160px;
	height: 15px;
	background-color: #eeeeee;
}

.tab-pane.sz .zs-witem .bar-percent {
	height: 15px;
}

.tab-pane.sz .zs-witem .num {
	font-size: 14px;
	color: #999999;
}

.tab-pane.sz .zs-witem .num span {
	display: inline-block;
	width: 40px;
	padding-right: 4px;
	text-align: right;
}

.tab-pane.sz .zs-witem.one span {
	color: #1cc2ff;
}

.tab-pane.sz .zs-witem.one .bar-percent {
	background-color: #1cc2ff;
}

.tab-pane.sz .zs-witem.two span {
	color: #6cb121;
}

.tab-pane.sz .zs-witem.two .bar-percent {
	background-color: #6cb121;
}

.tab-pane.sz .zs-witem.three span {
	color: #c8a026;
}

.tab-pane.sz .zs-witem.three .bar-percent {
	background-color: #c8a026;
}

.tab-pane.sz .zs-witem.four span {
	color: #d56c26;
}

.tab-pane.sz .zs-witem.four .bar-percent {
	background-color: #d56c26;
}

.tab-pane.sz .zs-witem.five span {
	color: #de4c2f;
}

.tab-pane.sz .zs-witem.five .bar-percent {
	background-color: #de4c2f;
}

.tab-pane.sz .zs-witem.six span {
	color: #ae0e25;
}

.tab-pane.sz .zs-witem.six .bar-percent {
	background-color: #ae0e25;
}

.tab-pane.sz .zs-wpie-time {
	position: relative;
	top: 26px;
	left: -28px;
	font-size: 14px;
	text-align: right;
	color: #999999;
}

.tab-pane.sz .water-tip .num {
	font-size: 40px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
}

.tab-pane.sz .water-pie {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.tab-pane.sz .water-tip {
	position: absolute;
	width: 270px;
	height: 270px;
	top: 42%;
	text-align: center;
}

.tab-pane.sz .wbot-title {
	margin-bottom: 18px;
	font-size: 16px;
	color: #0071bc;
}

.tab-pane.sz .zs-wbot {
	padding-left: 18px;
}

.tab-pane.sz .wbot-item {
	float: left;
	width: 25%;
	height: 63px;
	overflow: hidden;
}

.tab-pane.sz .wbot-item>.num {
	width: 61px;
	height: 61px;
	line-height: 71px;
	background-color: #e2f7ff;
	border-radius: 2px;
	border: solid 1px #c6e9f9;
	font-size: 16px;
	color: #0071bc;
	text-align: center;
}

.tab-pane.sz .wbot-item .percent {
	display: inline-block;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: -1px;
	color: #0071bc;
}

.tab-pane.sz .wbot-item .con {
	margin-top: 8px;
	margin-left: 10px;
}

.tab-pane.sz .wbot-item .c-num {
	margin-top: 4px;
	font-size: 14px;
	color: #666666;
}

.tab-pane.sz .zs-road {
	width: 370px;
	height: 100%
}

.tab-pane.sz .r-list {
	margin-left: -8px;
}

.tab-pane.sz .r-title {
	margin: 18px 0 12px 4px;
	font-size: 16px;
	color: #0071bc;
}

.tab-pane.sz .r-item {
	float: left;
	width: 50%;
	padding-top: 9px;
	padding-left: 12px;
	padding-bottom: 9px;
	border-bottom: dashed 1px #c9c9c9;
	box-sizing: border-box;
}

.tab-pane.sz .r-item.last {
	border-bottom: 0;
}

.tab-pane.sz .r-val {
	position: absolute;
	line-height: 21px;
	padding-left: 4px;
	z-index: 1;
	font-size: 14px;
	color: #ffffff;
}

.tab-pane.sz .r-percent {
	float: right;
	width: 125px;
	height: 21px;
	margin-right: 14px;
	background-color: #e9e9e9;
}

.tab-pane.sz .r-red {
	height: 21px;
	background-color: #d02200;
}

.tab-pane.sz .r-yellow {
	height: 21px;
	background-color: #d3a723;
}

.tab-pane.sz .r-green {
	height: 21px;
	background-color: #7dc52f;
}

.tab-pane.sz .rmap-time {
	margin: 26px 14px 10px 0;
	font-size: 14px;
	color: #999999;
	text-align: right;
}

.tab-pane.sz .maptip {
	position: absolute;
	text-align: center;
	/* position: relative; */
	color: #333333;
	font-size: 12px;
}

.tab-pane.sz .mapcon {
	padding: 5px 20px;
	border: 1px solid #666666;
	border-radius: 6px;
	text-align: center;
	background: white;
}

.tab-pane.sz .maptip .one {
	font-size: 14px;
	color: #95f231;
}

.tab-pane.sz .maptip .two {
	font-size: 14px;
	color: #ac8100;
}

.tab-pane.sz .maptip .three {
	font-size: 14px;
	color: #e05a00;
}

.tab-pane.sz .maptip .four {
	font-size: 14px;
	color: #d75242;
}

.tab-pane.sz .right {
	height: 410px;
}

.tab-pane.sz .right .top {
	width: 290px;
	height: 300px;
	padding: 25px;
	box-sizing: border-box;
	background: url(../img/sg-rbg.png) 0 0 no-repeat;
}

.tab-pane.sz .right .b-item {
	width: 289px;
	height: 50px;
	line-height: 50px;
	margin-top: 5px;
	box-sizing: border-box;
	background: #e9f0f6;
	border-radius: 4px;
	border: solid 1px #669cca;
}

.tab-pane.sz .right .b-item a {
	display: block;
	padding-left: 60px;
	color: #0071bc;
}

.tab-pane.sz .right .b-item.wind a {
	background: url(../img/sz-wind.png) 14px center no-repeat;
}

.tab-pane.sz .right .b-item.water a {
	background: url(../img/sz-water.png) 14px center no-repeat;
}

.tab-pane.sz .article-title {
	font-size: 18px;
	color: #c30d23;
	text-align: center;
	font-weight: bold;
}

.tab-pane.sz .article {
	margin-top: 6px;
	max-height: 214px;
	font-size: 16px;
	line-height: 26px;
	text-indent: 2em;
	overflow: hidden;
}

.tab-pane.sz .right .detail {
	float: right;
	font-size: 14px;
	color: #669cca;
	text-align: right;
	line-height: 4px;
}


/*生态环境质量E*/


/*生态环境管理S*/

.tab-pane.sg {
	margin: 10px 0;
}

.tab-pane.sg .news-list {
	/* width: 650px; */
	margin: 0;
	margin-bottom: 2px;
}

.tab-pane.sg .news-list .hd {
	width: 100%;
}

.tab-pane.sg .bd li a {
	width: 480px;
	padding-left: 7px;
}

.tab-pane.sg .right {
	width: 350px;
	margin-top: 6px;
	text-align: center;
}

.tab-pane.sg .right ul {
	text-align: center;
}

.tab-pane.sg .right a {
	color: #333333;
}

.tab-pane.sg .right li {
	display: inline-block;
	float: left;
	width: 49%;
	height: 60px;
	border: solid 1px #0071bc;
	box-sizing: border-box;
	margin: 0 .5%;
	border-radius: 4px;
	margin-bottom: 9px;
	line-height: 37px;
	padding: 10px 0;
}
.tab-pane.sg .right li.last{
	line-height: 20px;
}
.tab-pane.sg .right .icon {
	float: left;
	/* position: relative; */
	width: 60px;
	/* height: 100%; */
	/* line-height: 44px; */
	/* border-radius: 50%; */
	/* margin: 0 auto 3px; */
	-webkit-transition-duration: 0.6s;
	/* transition-duration: 0.6s; */
}

.tab-pane.sg .right .icon img {
	width: 43px;
	/* line-height: 61px; */
	padding: auto auto;
	/* padding: 9px; */
	/* -webkit-transition-duration: 0.6s; */
	/* transition-duration: 0.6s; */
	/* padding: 10px; */
	vertical-align: middle;
}

.tab-pane.sg .right .normal {
	/* opacity: 1; */
	filter: alpha(opacity=100);
}




.tab-pane.sg .right a {
	font-size: 16px;
	/* color: #0071bc; */
	display: block;
	height: 100%;
}
.tab-pane.sg .right li a{
	 color: #0071bc;
}

.tab-pane.sg .news-list .bd .date {
	/* margin-right: 16px; */
}

.tab-pane.sg .step {
	margin-bottom: 14px;
}

.tab-pane.sg .js-step {
	margin: 16px 0;
	position: relative;
	/*width: 410px;*/
	height: 91px;
}

.tab-pane.sg .js-step div {
	position: absolute;
	top: 24px;
	width: auto;
	min-width: 114px;
	font-size: 14px;
	line-height: 16px;
	/* text-align: center; */
}

.tab-pane.sg .js-step a {
	display: block;
	color: #004000;
	height: 68px;
	line-height: 82px;
}

.tab-pane.sg .js-step a:hover {
	font-size: 18px;
}

.tab-pane.sg .js-step .one {
	left: 1px;
}

.tab-pane.sg .js-step .two {
	left: 119px;
}

.tab-pane.sg .js-step .three {
	left: 234px;
}

.tab-pane.sg .js-step .four {
	top: 2px;
	right: -19px;
	cursor: pointer;
}

.tab-pane.sg .js-step.two {
	/* display: none; */
}

/*生态环境管理E*/

.slide-left {
	position: relative;
}

.piclist.bd {
	height: 56px;
	margin-top: 23px;
	margin-right: -20px;
	font-size: 0;
	overflow: hidden;
}

.piclist.bd li {
	float: left;
	width: 303px;
	margin-right: 18px;
	cursor: pointer;
}

.piclist.bd img {
	width: 100%;
}

.footer {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	overflow: hidden;
	/*background: url(../img/footbg.png) 0 0 repeat-x;*/
}

.footer a {
	display: inline-block;
	color: #333333;
}

.footerbg {
	height: 1px;
	margin-top: 27px;
	background-color: #b7d3e9;
}

.footer .container {
	padding: 4px 0 14px;
	text-align: center;
}

.footer .js {
	display: inline-block;
	text-align: center;
	/* margin-left: 47px; */
	/* margin-right: 340px; */
}

.footer .js img {
	width: 75%;
	/* margin-top: 6px; */
	vertical-align: bottom;
}

.foot-message {
	display: inline-block;
	margin-top: -8px;
	/* margin-left: 9px; */
	text-align: left;
}

.footer .zf,
.footer .gw,
.footer .icp,
.footer .zc {
	display: inline-block;
	margin-top: 14px;
	/* margin-right: 27px; */
}

.footer img {
	display: inline-block;
	/* margin-right: 10px; */
}


.hb-type {
	text-align: center;
	/*font-size: 0;*/
	overflow: hidden;
	margin-right: 0;
}

.hb-titem {
	float: left;
	display: inline-block;
	width: 32.33%;
	/*border:1px solid #ccc;*/
	box-sizing: border-box;
	line-height: 42px;
	background-color: #e4f4ff;
	border-radius: 4px;
	color: #0071bc;
	margin-right: 1%;
}

.hb-titem img {
	width: 20px;
	vertical-align: middle;
	margin-right: 4px;
}

.hb-line {
	display: inline-block;
	height: 14px;
	width: 4px;
	/* margin-left: 4px; */
	border-radius: 7px;
	background-color: #0071bc;
	margin-right: 8px;
}

.news-list .hd li.on a {
	color: #0071bc;
}


/*右侧导航*/
.main-open {
    display: block;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.main-wrapper {
    /* background-color: #f9f7f6; */
     position: fixed; 
       top: 0;
   right:0;
       height: 100%;
    z-index: 9999;
        background: #4e4b4b;
           right: -250px;
          transition:right 1s;
}
.main-wrapper .main-button {
    background: #48acf1;
    width: 32px;
    height: 32px;
    line-height: 30px;
    box-shadow: none;
    left: -32px !important;
    border-radius: 3px;
    position: absolute;
    top: 1px;
    cursor: pointer;
    z-index: 99999999999;
    border: none;
    color: white;
    cursor: pointer;
    text-align: center;
}
.main-wrapper .main-button img{
     height: 22px;
    vertical-align: middle;
}
.main-wrapper .main-con {
    background-color: transparent;
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5000;
    border: none;
    padding: 0;
}
.main-wrapper .main-ul{
	padding-top: 20px;
}
.main-wrapper li{
	width: 250px;
	line-height: 1.5;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-wrapper li  a {
	    display: block;
	    color: #fff;
	    padding: 14px 20px;
	    /* text-align: center; */
	    font-size: 16px;
}
.main-wrapper li.last{
	line-height: 20px;
}
.main-wrapper .tab-img-active{
	
/* width: 20px; */
	
width: 15px;
	
margin-right: 10px;
	
/* line-height: 37px; */
	
vertical-align: sub;
}
.main-wrapper li ul{
	padding-left: 25px;
}
