﻿@charset "UTF-8";
/*全局样式*/
* {
	padding: 0;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
}

.clear-fix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
	border: 0;
}

img {
	border: none;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
}

body {
	font-family: Arial,"微软雅黑";
	font-size: 14px;
	background: #FFF;
	color: #000;
}

html {
	overflow-y: scroll;
}

ul, ol {
	list-style-type: none;
}

th, td, input {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

button {
	border: none;
	cursor: pointer;
	font-size: 14px;
	background-color: transparent;
}

select {
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 14px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

hr {
	display: block;
	border: none;
}

.bk {
	border: 1px red solid;
}

/*logo*/
h1 {
	padding: 25px 0 15px;
}

/*导航*/
/*导航*/
.pcnav {
	width: 100%;
	height: 45px;
	background: #009e96;
}

.pcnav ul#pcnav > li {
	position: relative;
	z-index: 100;
	width: 10%;
	float: left;
}

.pcnav ul#pcnav > li > a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.pcnav ul#pcnav > li > a:hover {
	background: #01c4ba;
	text-decoration: none;
}

.pcnav ul#pcnav > li.on > a {
	background: #01c4ba;
	text-decoration: none;
}

.pcnav ul#pcnav > li ul {
	display: none;
	position: absolute;
	background: #009e96;
	width: 100%;
	padding: 5px 0;
}

.pcnav ul#pcnav > li ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.pcnav ul#pcnav > li ul li a:hover {
	background: #01c4ba;
	text-decoration: none;
}

.navbar {
	display: none;
}

/*时间和搜索*/
.time-search {
	width: 100%;
	height: auto;
	background: #FAFAFA;
}

.itime {
	height: 50px;
	line-height: 52px;
	font-size: 13px;
	color: #999;
	background-image: url(../img/time-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.isearch {
	width: 320px;
	height: 33px;
	margin-top: 8px;
	background: #fff;
	border: 1px #EAEAEA solid;
}

.isearch input {
	border: none;
	background: none;
	width: 85%;
	height: 25px;
	float: left;
	padding: 0 10px;
	outline: none;
}

.isearch span {
	display: block;
	float: right;
	width: 15%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 6px;
	border-left: 1px #EAEAEA solid;
}

/*主体内容---------------------------*/
.main {
	margin-top: 45px;
}

.slide-news {
	width: 30%;
	float: left;
	border: 1px #eee solid;
}

.slide-news .carousel-caption {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.7);
	background: #000 \9;
}

.slide-news .carousel-caption strong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 80%;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
}

.tab-news1, .tab-news2 {
	width: 38.16%;
	float: left;
	margin-left: 2.7%;
}

.tab-news1 .tab-nav, .tab-news2 .tab-nav {
	width: 100%;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.tab-news1 .tab-nav li, .tab-news2 .tab-nav li {
	width: 76px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.tab-news1 .tab-nav li a, .tab-news2 .tab-nav li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

.tab-news1 .tab-nav li.active, .tab-news2 .tab-nav li.active {
	background-color: #ddd;
	background-image: url(../img/tab-news-line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.tab-news1 .tab-nav li.active a, .tab-news2 .tab-nav li.active a {
	color: #009e96;
	font-weight: bold;
}

.tab-news1 .tab-con, .tab-news2 .tab-con {
	position: relative;
	margin-top: 10px;
}

.tab-news1 .tab-con .tab-pane, .tab-news2 .tab-con .tab-pane {
	display: none;
}

.tab-news1 .tab-con .tab-pane ul, .tab-news2 .tab-con .tab-pane ul {
	overflow: hidden;
}

.tab-news1 .tab-con .tab-pane ul li a, .tab-news1 .tab-con .tab-pane ul li small, .tab-news2 .tab-con .tab-pane ul li a, .tab-news2 .tab-con .tab-pane ul li small {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.tab-news1 .tab-con .tab-pane ul li a, .tab-news2 .tab-con .tab-pane ul li a {
	width: 80%;
	float: left;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.tab-news1 .tab-con .tab-pane ul li small, .tab-news2 .tab-con .tab-pane ul li small {
	color: #bbbbbb;
	float: right;
}

.tab-news1 .tab-con .tab-pane.active, .tab-news2 .tab-con .tab-pane.active {
	display: block;
}

.tab-news1 .tab-con .tab-nav-more, .tab-news2 .tab-con .tab-nav-more {
	position: absolute;
	top: -32px;
	right: 0;
}

.tab-news1 .tab-con .tab-nav-more a, .tab-news2 .tab-con .tab-nav-more a {
	font-size: 14px;
	color: #999;
}

.baoming-btn {
	width: 26.41%;
	max-width: 317px;
	float: right;
}

.baoming-btn ul {
	border-left: 1px #eee solid;
	margin: 25px 0 25px;
	overflow: hidden;
}

.baoming-btn ul li {
	width: 33.33%;
	height: 78px;
	float: left;
	border-right: 1px #eee solid;
}

.baoming-btn ul li span {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.baoming-btn ul li b {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	padding-top: 15px;
}

.tab-news2 {
	width: 30%;
	margin-left: 0;
}

.tab-news2 ul li a {
	width: 100% !important;
}

.ipic-list {
	width: 67%;
	float: right;
}

.ipic-list ul {
	overflow: hidden;
	margin: 0 0 0 -13px;
}

.ipic-list ul li {
	position: relative;
	width: 25%;
	height: 130px;
	padding: 0 0 0 13px;
	margin-bottom: 14px;
	float: left;
	overflow: hidden;
}

.ipic-list ul li span {
	display: block;
	width: 100%;
	text-align: center;
}

.ipic-list ul li span img {
	width: 100%;
}

.ipic-list ul li strong {
	position: absolute;
	z-index: 5;
	bottom: 0;
	display: block;
	width: 93%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	background: #000 \9;
	background: rgba(0, 0, 0, 0.6);
}

.ipic-lists {
	width: 100%;
	float: left;
	padding-top: 12px;
}

.ipic-lists ul {
	overflow: hidden;
	margin: 0 0 0 -13px;
}

.ipic-lists ul li {
	position: relative;
	width: 50%;
	height: 231px;
	padding: 0 0 0 13px;
	margin-bottom: 14px;
	float: left;
	overflow: hidden;
}

.ipic-lists ul li span {
	display: block;
	width: 100%;
	text-align: center;
}

.ipic-lists ul li span img {
	width: 100%;
}

.ipic-lists ul li strong {
	position: absolute;
	z-index: 5;
	bottom: 0;
	display: block;
	width: 93%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	background: #000 \9;
	background: rgba(0, 0, 0, 0.6);
}


/*底部快捷操作*/
.foot-nav {
	width: 100%;
	margin-top: 60px;
	padding: 25px 0 25px;
	background: #009e96;
}

.foot-nav ul li span {
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.foot-nav ul li strong {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}

/*内页--------------------------------------*/
.inside-main {
	margin-bottom: 30px;
}

.inside-menu {
	width: 15.8%;
	min-width: 160px;
	float: left;
}

.inside-menu strong {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #009e96;
}

.inside-menu ul {
	padding: 0 15px;
	border-left: 1px #D6D6D6 solid;
	border-right: 1px #D6D6D6 solid;
	border-bottom: 1px #D6D6D6 solid;
}

.inside-menu ul li {
	width: auto;
	height: 47px;
	border-bottom: 1px #F5F5F5 solid;
}

.inside-menu ul li a, .inside-menu ul li i {
	display: inline-block;
	line-height: 47px;
}

.inside-menu ul li a {
	float: left;
}

.inside-menu ul li i {
	font-style: normal;
	font-family: '宋体';
	float: right;
}

.inside-con {
	width: 58.3%;
	float: left;
	margin-left: 2.5%;
	padding: 0 15px;
	border: 1px #DCDCDC solid;
	min-height: 400px;
}

.inside-cons {
	width: 81.7%;
	float: left;
	margin-left: 2.5%;
	padding: 0 15px;
	border: 1px #DCDCDC solid;
	min-height: 400px;
}

.inside-conss {
	width: 100%;
	float: left;
	padding: 0 15px;
	border: 1px #DCDCDC solid;
	min-height: 400px;
}

.con-title {
	height: 55px;
	border-bottom: 1px #D6D6D6 solid;
}

.con-title strong, .con-title p {
	display: inline-block;
}

.con-title strong {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #009e96;
	line-height: 53px;
	border-bottom: 3px #006863 solid;
}

.con-title p {
	float: right;
	line-height: 55px;
	padding-left: 25px;
	margin: 0;
	background-image: url(../img/crumbs-icon.jpeg);
	background-position: left center;
	background-repeat: no-repeat;
	
	font-size: 13px;
}

.con-title p, .con-title p a {
	color: #bbbbbb;
	line-height: 55px;
}

/*内页---文字列表*/
.list-txt ul {
	margin-top: 5px;
	height: auto;
	overflow: hidden;
	padding: 15px 5px;
	border-bottom: 1px #ddd dotted;
}

.list-txt ul li {
	height: 33px;
	padding-left: 15px;
	background-image: url(../img/inside-list-line.jpeg);
	background-position: left center;
	background-repeat: no-repeat;
}

.list-txt ul li a, .list-txt ul li em {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}

.list-txt ul li a {
	width: 85%;
	float: left;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.list-txt ul li em {
	float: right;
	color: #bbb;
	font-style: normal;
}

/*内页右侧推荐--------------------------------------*/
.inside-right {
	width: 20.58%;
	float: right;
}

/*右侧统一标题*/
.inside-right-title {
	height: 40px;
	background: #F3F2F0;
	border-top: 2px #009e96 solid;
	border-left: 1px #E4E4E2 solid;
	border-right: 1px #E4E4E2 solid;
}

.inside-right-title strong {
	display: block;
	width: 118px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	background: #009e96;
	color: #fff;
	margin: 8px 0 0 5px;
}

/*最新发布*/
.new-rel ul {
	padding: 15px 8px;
	overflow: hidden;
	border-left: 1px #E4E4E2 solid;
	border-right: 1px #E4E4E2 solid;
	border-bottom: 1px #E4E4E2 solid;
	line-height: 34px;
}

.new-rel ul li {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 12px;
	background-image: url(../img/inside-list-line.jpeg);
	background-position: left center;
	background-repeat: no-repeat;
}

.new-rel ul li a {
	font-size: 13px;
	color: #666;
}

/*网络调查*/
.net-diaocha {
	margin-top: 15px;
}

.net-diaocha .diaocha-con {
	border-left: 1px #E4E4E2 solid;
	border-right: 1px #E4E4E2 solid;
	border-bottom: 1px #E4E4E2 solid;
	padding: 20px 10px 10px;
}

.net-diaocha .diaocha-con h5 {
	color: #666;
	font-weight: bold;
	height: 30px;
	border-bottom: 1px #F5F5F5 solid;
	text-align: center;
}

.net-diaocha .diaocha-con ul {
	margin-top: 10px;
	overflow: hidden;
}

.net-diaocha .diaocha-con ul li {
	line-height: 30px;
}

.net-diaocha .diaocha-con ul li input {
	margin-right: 10px;
}

/*分页*/
.paging {
	padding: 40px 0;
	text-align: center;
}

.paging a, .paging span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	margin: 0 3.5px;
}

.paging a {
	padding: 0 5px;
}

.paging a:hover {
	background: #2F396A;
	color: #fff;
	text-decoration: none;
}

/*底部信息*/
.footer {
 /*height:55px;*/
	background: #006863;
}

.footer p {
	height: 55px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 0;
}

/*# sourceMappingURL=css.css.map */

.nr {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	padding-top: 12px;
}
.nr p{
	line-height:24px;
}

.mod-pager-box {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
}

.mod-pager-box a {
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #cccccc;
	display: inline-block;
	border-radius: 9px;
	cursor: pointer;
}

.mod-pager-box a:hover,.mod-pager-box .current {
	text-align: center;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	background-color: #009e96;
	display: inline-block;
	border-radius: 9px;
}

.mod-pager-box a.pages {
	width: auto;
	padding: 0 15px;
	border-radius: 9px;
	display: inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled'] {
	display: none;
}

.ly {
	width: 100%;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 12px;
	border-bottom: dashed 1px #eeeeee;
	line-height: 40px;
	height: 90px;
}

.ly a {
	width: 90px;
	height: 40px;
	line-height: 40px;
	background-color: #009e96;
	color: #ffffff;
	padding-left: 19px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	border-radius: 6px;
}

.ly a:hover {
	width: 90px;
	height: 40px;
	line-height: 40px;
	background-color: #42549B;
	color: #ffffff;
	padding-left: 19px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	border-radius: 6px;
}

.one .data,.main .one .xiaoyou {
	display: block;
	overflow: hidden;
	clear: both;
	width: 310px;
	margin-top: 20px;
	margin-left: 10px;
}

.one .data a.date {
	background: url(../images/red1.png) no-repeat;
	width: 40px;
	height: 56px;
	display: block;
	padding: 7px 12px 0;
	text-align: center;
	color: #fff;
	font: 18px/25px "微软雅黑";
	float: left;
	margin-right: 20px;
}

.one .data a.first {
	background: url(../images/red.png) no-repeat;
}

.one .data span,.main .one .data p {
	font-size: 12px;
	color: #333;
	display: block;
	margin-top: 10px;
}

.one .data a.href {
	color: Black;
	text-decoration: none;
}

.one .xiaoyou img {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 10px;
}

.one .xiaoyou .xy {
	float: left;
	font-size: 12px;
	width: 230px;
}

.one .xiaoyou .xy a {
	font-weight: bold;
	background: url(../images/more_bg.png) no-repeat left center;
	padding-left: 10px;
	color: #333;
	line-height: 20px;
}

.one .xiaoyou .xy p {
	padding-left: 10px;
	line-height: 20px;
	color: #333;
}

#last {
	width: 300px;
	display: block;
	overflow: hidden;
	margin: 0;
	float: right;
}

#last img.left {
	display: block;
	overflow: hidden;
	margin: 30px auto;
	clear: both;
}

#last span {
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

#last span img,.main #last cite img {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}

#last span a {
	display: block;
	font: 20px/43px "微软雅黑";
	color: #333;
	float: left;
}

#last span a i {
	font: 16px/43px "arial";
	color: #c6191e;
	margin-left: 10px;
}

.main_b .one {
	height: 400px;
}

#last cite {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 20px 0 0 10px;
}

#last cite a {
	font: 16px/42px "微软雅黑";
	color: #333;
	display: block;
	float: left;
}
.btn-box{width: 340px;margin-left: 150px;margin: 30px 0;}
.btn-box input,.btn-box a{width: 150px;height:40px;line-height:40px;color: #fff;text-align: center;border: none;font-size: 16px;background-color: #bfbfbf;border-radius: 5px;display: inline-block;}
.btn-box input.act,.btn-box a.act{margin-right: 40px;background-color: #009e96; cursor: pointer;}
.hhs{font-size: 16px;color: #4f4f4f;border-left: 3px solid #009e96;line-height: 1.2;padding-left: 5px;font-weight: bold;margin: 40px 0;}
.input-group2{margin-bottom: 15px;}
.input-group2 p{text-align: right;width: 70px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.input-group2 input{width: 267px;height: 36px;border: 1px solid #c5c5c5;padding-left: 8px;}
.input-group2 input.dx{width: 12px; height: 12px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.input-group2 select{width: 167px;height: 35px;border: 1px solid #c5c5c5;margin-right: 10px;border-radius: 0;}
.input-group2 textarea{width: 100%;height: 239px;resize: none;border: 1px solid #c5c5c5;padding: 10px 8px;}
.input-group2 label{cursor: pointer; margin-right: 20px;}
.zw-info{}
.zw-info h1{font-size: 22px;color: #4f4f4f;font-weight: bold;margin-bottom: 30px;}
.zw-desc{border-bottom: 1px dashed #c5c5c5;position: relative;}
.zw-desc span{display: inline-block;width: 220px;font-size: 14px;color: #9f9f9f;margin-bottom: 10px;}
.zw-desc span i{display: inline-block;vertical-align: middle;margin-right: 10px;}


#pcind{position: fixed; left: 0; top: 0; width: 100%; z-index: 999; background: #fff;}
#banner{padding-top: 159px;}
@media all and (min-width:640px){
    .tupian {width:50%;float: left}
	.baoming {width: 50%;float: left}
	#banner{padding-top: 159 !important;}
}
@media only screen and (max-width: 640px) {
     .tupian {width:100%;}
	.baoming {width: 100%;}
	#banner{padding-top: 0 !important;}
}
