@charset "utf-8";

/* CSS Document */

html,
body {
	/* you need to set this to assign to the main element a min height of 100% */
	height: 100%;
}

@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
	font-family: "微软雅黑";
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-weight: normal;
}
em, i{
	font-style:normal;
}
a {
	color: inherit;
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style: none;
}

body {
	font-family: "微软雅黑";
	color: #313030;
	background-color: #fff;
	margin: 0px;
	padding: 0px;	
}

.con {
	width: 93.75%;
	margin: 0 auto;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.pad20 {
	padding: 0 20px;
}

.fd {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.header {
	position: relative;
	height:17.5vw;
	background: #006973;
}

.header .logo {
	display: inline-block;
	max-width: 100%;
	height: 11vw!important;
	padding-top: 4vw;
	position:  relative;
	z-index:  9999999;
}

.header .logo img {
	display: block;
	height: 11vw!important;
	width: auto;
}

.header .search {
	position: absolute;
	top: 0;
	right: 13vw;
	z-index: 1000;
	display: block;
	width: 13vw;
	height: 16.5vw;
	padding: 0.2vh;
	text-indent: -9999em;
	background: url(/_m/images/search.png) no-repeat center center;
	background-size: 45%;
}

.header .search span {
	display: none;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(/_m/images/nav.png) no-repeat center center;
	background-size: 12px 20px;
}

.search_con {
	width: 100%;
	height: 7vw;
	display: none;
	position: absolute;
	right: -0px;
	z-index: 10;
	/*background-color: rgba(188, 59, 54, 0.8)!important;
	filter: Alpha(opacity=80);*/
	text-align: left;
	padding: 10px 0px;
	top: 100%;
	text-align: center;
	background: #006973;
}

.search_but {
	position: relative;
	display: block;
}

.search_con input {
	vertical-align: top;
}

.search_con .text {
	width: 80%;
	border: none;
	height: 7vw;
	line-height: 30px;
	padding: 0 5px;
	background: #e8e8e8;
	color: #333333;
	font-size: 4vw;
}

.search_con .sub {
	width: 12%;
	border: none;
	height: 6vw;
	line-height: 30px;
	padding: 0 5px;
	font-size: 4vw;
	background: #006973;
	color: #FFFFFF;
}

.con_bg {
	background: #FFFFFF;
}

.link ul {
	padding-top: 10px;
}

.link ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.link ul li a {
	display: block;
	padding: 15px;
}

.link ul li img {
	width: 80%;
}

.link ul li p {
	font-size: 0.875em;
	text-align: center;
	line-height: 180%;
	color: #878787;
	padding: 5px 0;
}

.tiao{
	height: 0.5vw;
	background: #FF9900;
}
/*焦点图开始*/

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	/* 设置焦点图最大宽度 */

}

.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	left: 43%;
	z-index: 1;
}

.slideBox .hd li {
	width: 14px;
	height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #ffffff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
	float: left;
}

.slideBox .hd li.on {
	background: #ff9900;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {

	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=60);
	background: #000000;
	color: #fff;
	text-align: left;
}

.slideBox .bd li .tit span.bt {
	display: block;
	width: calc(100% - 100px);
	color: #fff;
}
.xxxw{
	margin-top: 3vw;
}
.h2{
	color: #006973;
	text-align: center;
	font-size: 4.5vw;
	margin-bottom: 1.5vw;
}
.xxxw ul{
	margin-top: 3vw;
}
.xxxw ul li{
	margin-top: 3vw;
	padding-bottom: 4vw;
	border-bottom: 1px solid #ccc;
}
.xxxw ul li a img{
width:27%
}
.xxxw ul li div{
	width: 69%;
	margin-left: 3vw;
}

.xxxw ul li div p{
	font-size: 4.3vw;
	height: 8vw;
}
.date{
	color: #ccc;
	font-size: 3vw;
	display: block;
	margin-top: 6vw;
}

.ydgd a{
	color: #ffffff;
	background: url(/_m/images/ydgd-bg.png) no-repeat center;
	display: block;
	height: 8.8vw;
	font-size: 4vw;
	text-align: center;
	line-height: 8.5vw;
	width: 35vw;
	margin: 7vw auto;
}
.tzgg ul li{
	margin-top: 3vw;
	padding-bottom: 4vw;
	border-bottom: 1px solid #ccc;
}
.tzgg ul li span{
	color: #fff;
	background: #006973;
	display: block;
	width: 14%;
	height: 6vw;
	text-align: center;
	line-height: 6vw;
	font-size: 3vw;
	border-radius: 1vw;
}
.tzgg ul li a{
	margin-left: 3vw;
	display: block;
	line-height: 6vw;
	font-size: 4.3vw;
	width: 82%;
}
.xyhd .first {
	padding:4vw 0;
	border-bottom: 1px solid #ccc;
}
.xyhd .first p{
	margin: 3vw auto;
	font-size: 4.3vw;
}
.xyhd .first .date{
	font-size: 2.5vw;
	margin-top: 0px;
	background: url(/_m/images/date.png) no-repeat left center;
	height: 4vw;
	line-height: 4vw;
	padding-left: 7vw;
}
.xyhd .xyhd-ul li{
	padding:4vw 0;
	border-bottom: 1px solid #ccc;
	font-size: 4.3vw;
	padding-left: 5vw;
	background: url(/_m/images/dian.png) no-repeat left center;
}
.yxhy ul{
	margin: 4vw auto;
}
.yxhy ul li{
	width: 48%;
	margin-bottom: 3vw;
}
.zttj .zttj-ul{
	margin: 4vw auto;
}
.zttj .zttj-ul li{
	display: block;
	width: 48%;
	height: 8vw;
	line-height: 8vw;
	border: 1px dashed #006973;
	margin-bottom: 3vw;
}
.zttj .zttj-ul li a{
	font-size: 3.7vw;
	background: url(/_m/images/jt.png) no-repeat 4vw center;
	padding-left: 8vw;
}
.footer {
	color: #FFF;
	font-size: 0.75em;
	text-align: center;
	padding: 3vh 0;
	position: relative;
	margin-top: 15vw;
}

.footer p {
	color: #FFF;
	line-height: 2em;
	margin-bottom: 1rem;
	font-size: 3.8vw;
}

.body-bg{
	background: url(/_m/images/bottom-bg.jpg) no-repeat bottom center;

}

.list ul {
	padding: 10px 0;
}

.list ul li {
	margin: 20px 0;
	padding: 10px;
	background: #FFFFFF;
}

.list ul li .title {
	font-size: 4.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 8px 0;
	color: #313030;
}

.list ul li .date {
	font-size: 3vw;
	color: #999;
}
.list ul li .date span.click{
	float: right;
	padding-right: 10px;
}
.list ul li .zhaiyao {
	padding: 5px;
	font-size: 3vw;
	line-height: 1.8em;
	color: #999;
}

.list ul li .zhaiyao p {
	color: #999;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*内容页开始*/

.content {
	padding: 20px;
}

.content .title {
	font-size: 4.5vw;
	line-height: 5.5vw;
}

.content .title_2 {
	font-size: 0.875em;
	line-height: 2em;
}

.content .date {
	    /* padding: 10px 0; */
	    line-height: 2em;
	    color: #999999;
	    font-size: 3.5vw;
	    /* border-bottom: 1px solid #dddddd; */
	    text-align: center;
}

.content .zhengwen {
	padding: 10px 0;
}

.content .zhengwen p {
	font-size: 4vw !important;
	text-indent: 2em;
	line-height: 1.8em;
}

.content .zhengwen img {
	width: 80%;
	margin: 10px auto;
}