﻿@charset "utf-8";

.banner {
	width: 100%;
	height: 800px;
	background: url("https://www.news.cn/gangao/zt/sslhbyh/images/20250123yglz_pcBanner_v1.jpg") no-repeat 50% 0;
}

/* CSS Document */

/* top-bar begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}

.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}

.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}

.top-bar li:last-of-type::after {
	content: " ";
}

.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}

.top-bar .item a {
	padding: 0 7px;
}

.top-bar .home-site-link {
	color: black;
}

.top-bar a {
	color: #1a1a1a;
}

.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* top-bar end */

/* 背景图区域 begin */
.phd {
	margin-top: 50px;
	height: 850px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */


/* news-bream end */



/* news-list end */

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 180px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: "扫描分享";
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}

.main {
	width: 1200px;
	margin: 30px auto 0;
}

.tit {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	text-align: left;
	background: url(sub-title.png) left bottom repeat-x;
	padding: 10px 30px 20px 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #174ab1;
	width: 100%;
}

.tit h3 {
	float: left;
}



.list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sub-txt .list li {
	position: relative;
	padding: 15px 0 17px 0;
	border-bottom: 1px solid #ccc;
}

.sub-txt .list li:before {
	content: "";
	position: absolute;
	display: block;
	top: 32px;
	left: -16px;
	width: 5px;
	height: 5px;
	background-color: #305798;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-top: -2px;
}

.sub-txt .list li:after {
	content: "";
	position: absolute;
	display: block;
	content: attr(data-pubtime);
	top: 24px;
	right: 0;
	color: #999;
	font-size: 12px;
	line-height: inherit;
}

.sub-txt .list li a {
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	color: #333;
}

.sub-txt .slide .slide-pic-item {
	padding: 10px 0;
}

.sub-txt .slide .slide-pic-item:first-child {
	padding-top: 0;
}

.sub-txt .slide .slide-pic-item img {
	display: block;
	width: 100%;
	height: 180px;
}

.sub-txt .slide .slide-pic-item a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #333;
}

.sub-txt .slide .slide-video-item {
	float: left;
	width: 48%;
}

.sub-txt .slide .slide-video-item img {
	display: block;
	width: 100%;
	height: 91px;
}

.sub-txt .slide .slide-video-item a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #333;
}

.sub-txt .slide .slide-video-item+.slide-video-item {
	float: right;
}

.sub-pic .list li {
	float: left;
	width: 272px;
	margin: 10px 14px;
	font-size: 0;
	line-height: 100%;
}

.sub-pic .list a,
.sub-pic .list img,
.sub-pic .list span {
	display: block;
	width: 100%;
}

.sub-pic .list img {
	height: 168px;
	width: 272px;
}

.sub-pic .list li>a {
	margin-bottom: 4px;
}

.sub-pic .list a+span {
	height: 44px;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.sub-pic .list a+span a {

	color: #333;

}

.sub-pic .list a+span a:hover {

	color: #333;

}

.subpage-big-pic .list img {
	height: 107px;
}

.more {
	width: 150px;
	text-align: center;
	margin: 50px auto 30px;
	padding: 15px 0;
	border: 1px solid #bbb;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	background: #174ab1;
	font-size: 14px;
	color: #fff;
}

.news-bream span {
	color: #333;
	font-size: 16px;
	padding-top: 10px;
	display: inline-block;
}

.news-bream span a {
	color: #333;
	font-weight: normal;
}

.news-bream span a:hover {
	color: #174ab1;
}

@keyframes change {
	from {
		width: 48px;
		height: 48px;
		opacity: 1;
	}

	to {
		width: 100px;
		height: 125px;
		opacity: 1;
	}
}

.RTools .gototop {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #174ab1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}

/* RTools end */

/* 版权区块 begin */
.adBottom {
	background: #174ab1;
	/*padding: 20px 0 40px;*/
}

.adBottom .widthMain {
	padding: 0;
}

.footer {
	padding: 50px 0;
	background: #174ab1;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */

/* 区块more begin */
.btn-more {
	margin: 50px auto 0;
	width: 150px;
}

.btn-h-e {
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1;
	background-color: #174ab1;
	width: 100%;
	text-align: center;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.btn-h-e::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	z-index: -1;
}

.btn-h-e::after {
	position: absolute;
	top: 40%;
	left: 50%;
	transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "»";
	font-size: 50px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}

.btn-h-e:hover {
	color: transparent;
}

.btn-h-e:hover::before,
.btn-h-e:hover::after {
	transition-duration: .15s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	color: #fff;
}

/* 区块more end */

/* xpage begin */

.footer {
	width: 100%;
	background: url("https://www.news.cn/gangao/zt/sslhbyh/images/20250123yglz_pcFooter_v1.jpg") no-repeat 50% 0;
	background-size: cover;
	margin-top: 90px;
}

/* xpage end */


/* 111111 */
@media screen and (max-width:768px) {
	.domPC {
		display: none
	}

	.domMOB {
		display: block
	}

	.mb_banner {
		width: 100%;
		height: auto;
	}

	.mb_banner img {
		width: 100%;
		height: auto;
	}

	.phd {
		margin-top: 0;
		height: auto;
	}

	.phd img {
		width: 100%;
		height: auto;
	}

	/* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 0 no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		position: absolute;
		top: 0;
		left: .2rem;
	}

	#mobileHeader .name {
		display: inline-block;
		width: 5rem;
		height: .8rem;
		line-height: 2.7;
		font-size: .32rem;
		padding: 0 0 0 .2rem;
		color: #fff;
		vertical-align: top;
		margin: 0 0 0 1.5rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 -160px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		overflow: hidden;
	}

	#mobileHeader .name a {
		color: #fff;
	}

	#mobileHeader .right {
		display: block;
		width: .6rem;
		height: .9rem;
		position: absolute;
		top: 0;
		right: .2rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 10;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #000;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */
	.widthMain {
		width: 100%;
		margin: 0 auto;
		padding: .4rem .2rem;
	}

	.main .widthMain {
		padding: 0;
	}

	.section {
		width: 100%;
		margin: .4rem auto .6rem;
		padding: 0 .2rem;
	}

	/* news-bream begin */


	/* news-bream end */

	/* news-list begin */
	.news-list li {
		padding-bottom: .2rem;
		margin-bottom: .2rem;
		border-bottom: 1px dashed #ccc;
	}

	.news-list li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

	.news-list .mod-card {
		*zoom: 1;
	}

	.news-list .mod-card:before,
	.news-list .mod-card:after {
		content: "";
		display: table;
	}

	.news-list .mod-card:after {
		clear: both;
	}

	.news-list .mod-card .media img {
		float: left;
		width: 3rem;
		height: 1.7rem;
		margin-right: .2rem;
	}

	.news-list .mod-card .topic {
		font-size: .32rem;
		font-weight: 400;
		color: #333;
		line-height: 1.6;
		height: auto;
		text-align: justify;
		white-space: inherit;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news-list .mod-card .topic a {
		color: #333;
	}

	.news-list .mod-card .abstract {
		font-size: .28rem;
		line-height: 1.6;
		padding-top: .1rem;
		-webkit-line-clamp: 4;
		text-align: justify;
		display: none;
	}

	.news-list .mod-card .abstract a {
		color: #b40000;
	}

	/* news-list end */

	/* RTools begin */
	.RTools {
		width: 40px;
		bottom: 100px;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #174ab1;
		color: #fff;
	}

	.adBottom {
		background: #174ab1;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		text-align: center;
		/*margin-top:.4rem;border-top:#df0045 solid .1rem;*/
		margin-top: 0;
	}

	.footer p {
		line-height: 1.8;
		font-size: .2rem;
		margin: 0 auto;
		word-spacing: -1px;
		letter-spacing: -1px;
	}

	/* Copyright end */

	/* 区块more begin */
	.btn-more {
		margin: .4rem auto 0;
		width: 2rem;
	}

	.btn-h-e {
		font-size: .28rem;
		border-radius: .1rem;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
		background-color: #174ab1;
		width: 100%;
		text-align: center;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .2rem 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		text-decoration: none;
		overflow: hidden;
	}

	.btn-h-e::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		display: block;
		width: 3rem;
		height: 3rem;
		content: "";
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		z-index: -1;
	}

	.btn-h-e::after {
		position: absolute;
		top: 40%;
		left: 50%;
		transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		font-weight: 900;
		line-height: inherit;
		color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		opacity: 0;
		z-index: -1;
	}

	.btn-h-e:hover {
		color: transparent;
	}

	.btn-h-e:hover::before,
	.btn-h-e:hover::after {
		transition-duration: .15s;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		color: #fff;
	}

	/* 区块more end */

	/* xpage begin */
	.xpage-more-btn {
		width: 2.2rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #174ab1;
		font-size: .28rem;
		color: #fff;
	}

	.xpage-more-btn a {
		color: #fff;
	}

	.xpage-more-btn:hover {
		background: #eee;
		color: #174ab1;
		border-color: #174ab1;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	.return {
		background: url("//www.newsimg.cn/tech/20181031mzppgc/img/return.jpg") 0 0 no-repeat;
		font-size: .28rem;
		text-indent: .6rem;
	}

	.return a {
		border-bottom: 1px dashed #174ab1;
		padding-bottom: .06rem;
		color: #09f;
	}


	/* xpage end */

	/* section-title begin */
	.section-4 .section-title,
	.section-11-1 .section-title,
	.section-17 .section-title,
	.section-23-1 .section-title,
	.section-52 .section-title {
		width: 100%;
		height: 1.1rem;
		line-height: .94rem;
		text-indent: inherit;
		background: url("section-title-mb.png") center center no-repeat;
		background-size: 70%;
		border-bottom: 0;
		margin: 0 auto .3rem;
	}

	.section-4 .section-title em,
	.section-11-1 .section-title em,
	.section-17 .section-title em,
	.section-23-1 .section-title em,
	.section-52 .section-title em {
		display: block;
		text-align: center;
		font-size: .4rem;
		padding-top: 0;
		color: #333;
		letter-spacing: .1rem;
	}

	.section-4 .section-title em a,
	.section-11-1 .section-title em a,
	.section-17 .section-title em a,
	.section-23-1 .section-title em a,
	.section-52 .section-title em a {
		color: #333;
	}

	.section-4 .section-title em a:hover,
	.section-11-1 .section-title em a:hover,
	.section-17 .section-title em a:hover,
	.section-23-1 .section-title em a:hover,
	.section-52 .section-title em a:hover {
		color: #174ab1;
	}

	/* section-title end */
}

.nav .part a,
.nav .part a {
	text-align: center;
	float: left;
}

.nav {
	width: 100%;
	height: 70px;
	background: rgb(40, 113, 250);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NzFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTM1YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(40, 113, 250, 1) 0%, rgba(78, 53, 191, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(40, 113, 250, 1)), color-stop(100%, rgba(78, 53, 191, 1)));
	background: -webkit-linear-gradient(left, rgba(40, 113, 250, 1) 0%, rgba(78, 53, 191, 1) 100%);
	background: -o-linear-gradient(left, rgba(40, 113, 250, 1) 0%, rgba(78, 53, 191, 1) 100%);
	background: -ms-linear-gradient(left, rgba(40, 113, 250, 1) 0%, rgba(78, 53, 191, 1) 100%);
	background: linear-gradient(to right, rgba(40, 113, 250, 1) 0%, rgba(78, 53, 191, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2871fa', endColorstr='#4e35bf', GradientType=1);
	position: relative;
}

.nav .part {
	width: 1200px;
	margin: 0 auto;
	z-index: 500
}

.nav .part a,
.nav .part span {
	padding: 0 27px;
}

.nav .part a,
.nav .part a {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 70px;
}

.nav .part a:hover {
	color: #ffa800 !important;
}

.nav .part .on,
.nav .part .on a {
	color: #ffa800 !important;
	font-weight: bold;
}

.nav .part .home,
.nav .part .home a {
	line-height: 70px;
	height: 70px;
	margin-left: 25px;
}

.nav .m h3 {
	font-weight: normal;
	position: relative;
	color: #fff;
}

.nav .m h3:before {
	content: "";
	position: absolute;
	right: -25px;
	top: 32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.nav .m {
	float: left;
	width: auto;
	line-height: 70px;
	display: inline;
	text-align: center;
	cursor: pointer;
	position: static;
}

.nav .subbg {
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: #e85959;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	position: absolute;
	left: 0;
	top: 70px;
}

.shownav {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	height: 35px !important;
}

.nav .m h3 {
	font-size: 18px;
}

.nav .sub {
	width: 1200px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	font-size: 18px;
	border-top: none;
	font-family: "微软雅黑";
}

.nav .sub a {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	float: left;
	padding: 0;
	line-height: 35px;
	float: left;
	margin: 0 32px;
	zoom: 1;
}

.nav .sub a:hover {
	color: #ffda77;
}

.nav .m:hover .subbg {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	height: 35px;
}

@media screen and (max-width: 1200px) {
	.nav_box {
		position: relative;
		z-index: 2;
		/* margin-top: -36px; */
		width: 100%;
		height: 0.8rem;
		background: #474ed7;
		padding: 0 3% 0 3%;
		border-bottom: 2px solid #474ed7;
		color: #fff;
	}

	.nav_list {
		list-style: none;
		width: 100%;
		height: 0.8rem;
		overflow-x: scroll;
		overflow-y: hidden;
		font-size: 0;
		white-space: nowrap;
	}

	.nav_list a {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 0.8rem;
		padding: 0 10px;
	}

	.nav_list a {
		color: #fff;
	}

	.list {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0;
		line-height: 100%;
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}

	.sub-txt .list li:before,
	.sub-txt .list li:after {
		display: none;
	}

	.sub-txt .list li {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}

	.sub-txt .list li a {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		font-size: 16px;
		line-height: 20px;
	}

	.sub-txt .list li a+a {
		margin-left: 6px;
	}

	.sub-pic .list li {
		width: 48%;
		margin: 10px 0;
		font-size: 0;
		line-height: 100%;
	}

	.sub-pic .list li:nth-child(odd) {
		float: left;
	}

	.sub-pic .list li:nth-child(even) {
		float: right;
	}

	.sub-pic .list a,
	.sub-pic .list img,
	.sub-pic .list span {
		display: block;
		width: 100%;
		color: #333;
	}

	.sub-pic .list img {
		height: auto;
		width: 100%;
	}

	.sub-pic .list li>a {
		margin-bottom: 4px;
	}

	.sub-pic .list a+span {
		height: 40px;
		overflow: hidden;
		font-size: 0.3rem;
		line-height: 20px;
		color: #333;

	}

	.main {
		width: 100%;
		margin-top: 0;
		margin: 0.4rem auto 0.6rem;
		padding: 0 0.2rem;
	}

	.more {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.slide {
		display: none;
	}

	.subpage-big-pic .list img {
		height: 2.016rem;
	}

	.tit {
		font-size: .4rem;
		padding: 0.1rem 0.2rem 0.3rem 0.2rem;
		margin-bottom: 0.4rem;

	}

	.news-bream span {

		font-size: 0.28rem;

	}
}