﻿@charset "utf-8";

/* CSS Document */

.news-bar {
	margin-bottom: 16px;
	height: 350px;
}

.news-list {
	width: 445px;
	height: 325px;
	margin-right: 10px;
}

.news-list .news-title {
	width: 490px;
	height: 35px;
	border-bottom: 1px solid #015597;
}

.news-title a {
	color: #888;
	font-size: 12px;
}

.news-title li {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 33px;
	height: 33px;
	cursor: pointer
}

.more {
	display: inline-block;
	float: right;
	width: 36px;
	height: 35px;
	line-height: 35px;
	background: url(gd.png) right center no-repeat;
	font-size: 12px;
}

#news1,
#news2 {
	font-size: 16px;
}


.news-t{background: linear-gradient(to right,#eaf1fa, #dfeaf7);}
.news-t:before{background:#eaf1fa;}
.news-t:after {background: #dfeaf7;}

#news1 {
	width: 81px;
	height: 35px;
	margin: 0px 29px 0px 26px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}

#news2 {
	width: 98px;
	height: 35px;
	margin: 0px 29px 0px -9px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}

.news-t.news-t-active,.news-t.news-t-active:before,
.news-t.news-t-active:after {
	background: #015597 !important;
	color: #fff !important;
}

#news1:before,
#news2:before {
	content: '';
	display: block;
	width: 28px;
	height: 35px;
	position: absolute;
	transform: skewX(-15deg);
	border-top-left-radius: 8px;
	left: -20px;
	top: 0;
}

#news1:after,
#news2:after {
	content: '';
	display: block;
	width: 28px;
	height: 35px;
	position: absolute;
	transform: skewX(15deg);
	border-top-right-radius: 8px;
	top: 0;
	right: -20px;
}


.news-con {
	height: 210px;
	margin-top: 10px;
}

.news-con li {
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.news-con li a {
	display: block;
	float: left;
	padding-left: 10px;
	width: 70%;
	background: url(point-2.png) no-repeat 2px center;
	font-size: 14px;
}

.news-con li span {
	float: right;
	font-size: 13px;
	color: #999;
}

.point-bar {
	width: 235px;
	height: 218px;
	border: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 10px;
	position: relative
}

.point-bar span {
	padding: 5px 10px;
	background: #fff;
	position: absolute;
	top: -15px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.point-bar li {
	margin: 20px 0 20px 40px;
}

.point-bar li a {
	padding-left: 20px;
	background: url(point-2.png) no-repeat left center;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.nav-bar {
	width: 1020px;
	height: 50px;
	border-bottom: 2px solid #015597;
	margin: 0 auto;
}

.list-part {
	width: 490px;
}

.list-part .list-part-title {
	width: 490px;
	overflow: hidden;
	border-bottom: 1px solid #015597;
	font-size: 16px;
}

.list-part-title-bar {
	display: inline-block;
	overflow: hidden;
	height: 35px;
	padding-right: 14px;
	cursor: pointer;
}

#list-t-2 span{
	float: right;
}
.list-t{background: linear-gradient(to right,#eaf1fa, #dfeaf7);}
.list-t:before{background:#eaf1fa;}
.list-t:after {background: #dfeaf7;}

#list1,
#list3 {
	width: 73px;
	height: 35px;
	margin: 0px 29px 0px 26px;
	text-align: center;	
	line-height: 35px;	
	position: relative;
	display: inline-block;
}

#list2,
#list4 {
	width: 73px;
	height: 35px;
	margin: 0px 29px 0px -9px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}

.list-t-active {
	background: #015597 !important;
	color: #fff !important;
}

.list-t.list-t-active:before,
.list-t.list-t-active:after {
	background: #015597 !important;
}

#list1:before,
#list2:before,
#list3:before,
#list4:before {
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	position: absolute;
	transform: skewX(-15deg);
	border-top-left-radius: 8px;
	left: -20px;
	top: 0;
}

#list1:after,
#list2:after,
#list3:after,
#list4:after {
	content: '';
	display: block;
	width: 24px;
	height: 35px;
	position: absolute;
	transform: skewX(15deg);
	border-top-right-radius: 8px;
	top: 0;
	right: -20px;
}

.list-part-details {
	float: right;
	width: 360px;
}

.list-part-details h4 {
	font-size: 15px;
}

.list-part-title a {
	color: #888;
	font-size: 12px;
}

.list-part .list-part-details .p1 {
	width: 360px;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 3;
	/** 显示的行数 **/
	overflow: hidden;
}

.list-part-1 {
	float: right;
	width: 350px;
}

.list-part-con {
	height: 182px;
	margin-top: 13px;
}

.list-part-con li {
	width: 490px;
	height: 26px;
	line-height: 26px;
}

.list-part-con li a {
	display: block;
	float: left;
	padding-left: 10px;
	width: 268px;
	background: url(point.png) no-repeat 2px center;
	font-size: 14px;
}

.list-part-con li span {
	
	font-size: 13px;
	color: #999;
}

#list-t-1 span{
	float: right;
}

.ac-list {
	width: 100%;
	height: 182px;
	margin-top: 13px;
}

.ac-list li {
	width: 96%;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ededed;
}

.ac-list li a {
	display: block;
	float: left;
	width: 80%;
	font-size: 13px;
}

.ac-list li span {
	float: right;
	font-size: 12px;
	color: #999;
}

.quality-air {
	width: 710px;
	margin-top: 14px;
	}

.air-title-top{
	width: 710px;
	border-bottom: 1px solid #015597;
	
}
.quality-air .air-title {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.air-title .aq-t {
	float: left;
	color: #015597;
	padding: 2px 9px;
	font-size: 16px;	
	cursor: pointer
}

.aq-t-active {
	background: #015597;
	color: #fff !important;
}


.aq-t{background: linear-gradient(to right,#eaf1fa, #dfeaf7);}
.aq-t:before{background:#eaf1fa;}
.aq-t:after {background: #dfeaf7;}

#aq1 {
	width: 96px;
	height: 35px;
	margin: 0px 29px 0px 26px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}

#aq2 {
	width: 80px;
	height: 35px;
	margin: 0px 29px 0px -9px;
	text-align: center;
	color: #333;
	line-height: 35px;
	position: relative;
	display: inline-block;
}

#aq1:before,
#aq2:before {
	content: '';
	display: block;
	width: 25px;
	height: 39px;
	position: absolute;
	transform: skewX(-15deg);
	border-top-left-radius: 8px;
	left: -20px;
	top: 0;
}

#aq1:after,
#aq2:after {
	content: '';
	display: block;
	width: 25px;
	height: 39px;
	position: absolute;
	transform: skewX(15deg);
	border-top-right-radius: 8px;
	top: 0;
	right: -20px;
}

.aq-t-active,
.aq-t.aq-t-active:before,
.aq-t.aq-t-active:after {
	background: #015597 !important;
	color: #fff !important;
}

.air-content {
	width: 708px;
	height: 380px;
	border: 1px solid #ededed;
	margin-top: 10px;
}

.air-con-title {
	background: #e4f2ff;
	height: 39px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.air-con-title ul {
	overflow: hidden;
}

.air-con-title li {
	width: 107px;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #333;
	cursor: pointer
}

.air-con-title li:hover {
	font-weight: bold;
	color: #1b377f;
}

.air-con-title li.air-t-active {
	background: #fff;
	color: #1b377f;
	font-weight: bold;
	border-right: 1px solid #ddd;
}

.air-time {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #444;
	font-size: 13px;
}

.ac-content {
	width: 686px;
	height: 330px;
	margin: 2px auto;
	padding: 0 2px;
}

.ac-content .ac-con-part {
	height: 333px;
	overflow: hidden;
}

.quality-water {
	width: 280px;
	margin-bottom: 20px;
}

.quality-water .water-title {
	width: 280px;
	line-height: 20px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}

.water-title span {
	float: left;
	background: #015597;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
}

.water-con {
	height: 84px;
	margin-top: 13px;
}

.water-con li {
	width: 280px;
	height: 28px;
	line-height: 28px;
}

.water-con li a {
	display: block;
	float: left;
	padding-left: 10px;
	width: 190px;
	background: url(point.png) no-repeat 2px center;
	font-size: 13px;
}

.water-con li span {
	float: right;
	font-size: 12px;
	color: #999;
}

.special-column {
	width: 270px;
	margin-top: 5px;
	padding: 20px 4px 8px 4px;
	border: 1px solid #c9d8ee;
	position: relative;
}

.special-column .spe-title {
	padding: 4px 10px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -14px;
	left: 10px;
}

.special-column .spe-con {
	width: 257px;
        height: 320px;
        margin: 5px auto;
        overflow:hidden;

}

.special-column .spe-con a {
	display: block;
	width: 255px;
	height: 58px;
	margin: 0 auto 5px auto;
	border: 1px solid #fff;
}

.special-column .spe-con a img{
       width: 100%;
       height: 100%;
}

.special-column a:hover {
	border: 1px solid #02b150
}

.spe-up a,.spe-down a{
        display:block;
	width:257px;
	height:20px;
	margin:0 auto;
	border-radius:2px;
	text-align:center;
}

.spe-up a{
	background:url(arr-up.png) no-repeat center rgba(44,140,227,0.2);
	background-size:18px auto;
}

.spe-up a:hover{
	background:url(arr-up-2.png) no-repeat center rgba(44,140,227,0.6);
	background-size:18px auto;
}

.spe-down a{
	background:url(arr-down.png) no-repeat center rgba(44,140,227,0.2);
	background-size:18px auto;
}
.spe-down a:hover{
	background:url(arr-down-2.png) no-repeat center rgba(44,140,227,0.6);
	background-size:18px auto;
}

.mess-tab-bar {
	width: 710px;
	margin-top: 5px;
}

.mess-tab-title-top{
	width: 710px;
	border-bottom: 1px solid #015597;
}
.mess-tab-title {
	height: 35px;
	display: inline-block;
	overflow: hidden;
}

.mess-tab-title li {
	float: left;
	width: 270px;
	height: 35px;
	color: #000;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	cursor: pointer
}

.news-title li:hover,
.list-part-title li:hover,
.air-title li:hover,
.mess-tab-title li:hover {
	font-weight: bold;
}

.mess-tab-title li.mess-t-active {
	background: #015597;
	color: #fff;
	
}

.mess-t,
.mess-t:before,
.mess-t:after {
	background-color: #bdd3e3;
}

#mess1{
	width: 237px;
	height: 35px;
	margin: 0px 29px 0px 26px;
	text-align: center;
	color: #333;
	line-height: 35px;
	/*background-color: #015597;*/
	position: relative;
	display: inline-block;
}

#mess2{
	width: 227px;
	height: 35px;
	margin: 0px 29px 0px -9px;
	text-align: center;
	color: #333;
	line-height: 35px;
	/*background-color: #015597;*/
	position: relative;
	display: inline-block;
}

.mess-t-active {
	background-color: #015597;
	color: #fff !important;;
}

.mess-t.mess-t-active:before,
.mess-t.mess-t-active:after {
	background-color: #015597;
}

#mess1:before,
#mess2:before{
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	position: absolute;
	transform: skewX(-15deg);
	/*background-color: #015597;*/
	border-top-left-radius: 8px;
	left: -20px;
	top: 0;
}

#mess1:after,
#mess2:after{
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	position: absolute;
	transform: skewX(15deg);
	/*background: #015597;*/
	border-top-right-radius: 8px;
	top: 0;
	right: -20px;
}

.mess-tab-con {
	width: 708px;
	border: 1px solid #ededed;
	margin-top: 10px;
}

.mess-tc-part {
	width: 708px;
	height: 357px;
}

.mess-part-title {
	background: #e4f2ff;
	height: 39px;
	border-bottom: 1px solid #ddd;
}

.mess-part-title ul {
	overflow: hidden;
}

.mess-part-title li {
	width: 110px;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #333;
	cursor: pointer
}

.mess-part-title li:hover {
	
	color: #1b377f;
}

.mess-part-title li.mess-part-active {
	background: #fff;
	color: #1b377f;
	
	border-right: 1px solid #ddd;
}

.mess-part-con {
	width: 686px;
	height: 300px;
	border: 1px solid #ddd;
	margin: 10px auto;
}

.mess-part-con table {
	width: 100%;
	height: 217px;
}

.mess-part-con table th,
td {
	text-align: left;
}

.mess-part-con table th {
	padding: 0 3px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e4e4e4
}

.mess-part-con table td {
	color: #333;
	font-size: 12px;
	line-height: 34px;
	height: 34px;
	padding: 4px 3px;
	border: 1px solid #e4e4e4;
}

.enter-bar {
	width: 280px;
	overflow: hidden;
}

.enter-btn {
	display: block;
	width: 280px;
	height: 100px;
	margin-top: 3px;
	text-align: center;
}

.enter-col-1 {
	background: #5db3e2;
}

.enter-col-1:hover {
	background: #388cba;
}

.enter-col-2 {
	background: #14bea5;
}

.enter-col-2:hover {
	background: #109f8b;
}

.enter-col-3 {
	background: #2c8ce3;
}

.banner-bar {
	overflow: hidden;
	margin: 15px 0;
}

.banner-bar a {
	float: left;
}

.code-box {
	width: 280px;
	overflow: hidden;
	margin-top: 8px;
}