@charset "utf-8";
/* CSS Document */
/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin: 0;
	padding: 0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height: 100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type: none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 70%;
}
.content {
	width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.25rem;
}
sub {
	bottom: -.25rem;
}
iframe {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1rem 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1rem;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .4rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display: block;
}
.clearfix::after {
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.domPC {
	display: block;
}
.domMobile {
	display: none;
}
.row {
	font-size: 0;
 + word-spacing: -1px;
}
.row .dib {
	display: inline-block;
 + display: inline;
 + zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section {
	margin: 60px auto;
	width: 1200px;
}
.mod a {
	color: #444;
	transition: .5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.mod .caption a {
	display: block;
}
.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, .7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}
.section-title, .unit-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background: linear-gradient(to right, #ca4b34 0%, #2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}
.section-title em, .unit-title em {
	font-style: normal;
	font-weight: 700;
	color: #000;
}
.section-title .more, .unit-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: .3s;
}
.section-title .more:hover, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, .2);
	color: #c00;
	transition: .3s;
}
/*网站导航*/
.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;
}
.phd {
	margin-top: 0;
	height: 755px;
	background: url(//www.news.cn/ent/szzg/images/banner.jpg) center top no-repeat;
}
/*导航区域*/
.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
/*内容区域*/
.section-1 {
	font-size: 0;
 + word-spacing: -1px;
	background-color: rgba(255, 255, 255, 0);
}
.section-1 .col-1, .section-1 .col-2 {
	display: inline-block;
 + display: inline;
 + zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-1 .col-1 {
	width: 680px;
	height: 400px;
	overflow: hidden;
	margin-right: 30px;
}
.section-1 .col-1 .swiper-container-jdt {
	position: relative;
	overflow: hidden;
}
.section-1 .col-1 .swiper-slide {
	z-index: 1;
	white-space: nowrap;
	width: 100%;
	height: auto;
}
.section-1 .col-1 .swiper-slide {
	position: relative;
	display: inline;
	width: 100%;
	overflow: hidden;
}
.section-1 .col-1 .swiper-slide img {
	width: 680px;
	height: 400px;
	display: block;
}
.section-1 .col-1 .swiper-slide .e_bg_flt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .8);
	z-index: 7;
}
.section-1 .col-1 .e_flt_inf {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	z-index: 8;
	color: #fff;
	white-space: normal;
	word-wrap: break-word;
}
.section-1 .col-1 .e_flt_inf h3 {
	font-size: 20px;
	padding: 7px 60px 11px 15px;
	color: #fff;
	text-align: left;
	line-height: 1.8;
}
.section-1 .col-1 .e_flt_inf h3 a {
	color: #fff;
}
.section-1 .col-1 .swiper-pagination-fraction {
	position: absolute;
	bottom: 12px;
	right: 15px !important;
	z-index: 7;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	left: inherit;
	width: 3rem;
}
.section-1 .col-2 {
	width: 475px;
	height: 400px;
	overflow: hidden;
	padding-right: 15px;
}
.section-1 .col-2 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.section-1 .col-2 .mod-topics .topic {
	height: 40px;
	line-height: 45px;
	font-size: 20px;
}
.section-1 .col-2 .mod-topics .topic a {
	color: #c00;
}
.section-1 .col-2 .mod-topics .more a {
	color: #c00;
}
.section-1 .col-2 .abstract {
	height: 55px;
	line-height: 1.8;
}
.section-1 .col-2 .erji_more {
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 36px;
	line-height: 36px;
	padding-right: 20px;
	color: #ca4b34;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(to right, #fff 0%, #eee 100%);
	text-align: right;
}
.section-1 .col-2 .erji_more:hover {
	background: linear-gradient(to right, #fff 0%, #ca4b34 100%);
	color: #fff;
	transition: 0.3s;
}
.section-1 .col-2 .erji_more a {
	color: #ca4b34;
}
.section-1 .col-2 .erji_more:hover a {
	color: #fff;
}
.section-2 {
	width: 100%;
	background-color: #f3f3f3;
	margin: 0;
}
.section-2 .unit {
	font-size: 0;
 + word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}
.section-2 .section-caption, .section-2 .marquee {
	display: inline-block;
 + display: inline;
 + zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-2 .marquee {
	width: 1065px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color: #ca4b34;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}
.section-2 .mod-list li {
	position: relative;
}
.section-2 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;*/
	background: #ca4b34;
	position: absolute;
	left: 0;
	top: 23px;
}
.section-2 .marquee .mod-list .item {
	line-height: 50px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}
/* 滚动js自带css */
.section-3 .section-title {
	margin-bottom: 10px;
}
.section-3 .mod-card .article, .section-3 .mod-card {
 *zoom: 1;
}
.section-3 .mod-card::before, .section-3 .mod-card::after {
	content: "";
	display: table;
}
.section-3 .mod-card .article::after, .section-3 .mod-card::after {
	clear: both;
}
.section-3 .mod-card {
	padding: 20px;
	width: 560px;
}
.section-3 .mod-card .topic {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 2em;
	line-height: 2;
	text-align: left;
	width: 100%;
	text-indent: 205px;
	font-size: 20px;
}
.section-3 .mod .topic a {
	color: #ca4b34;
}
.section-3 .mod .topic a:hover {
	color: #b30000;
}
.section-3 .mod-card .media {
	margin-top: -30px;
}
.section-3 .mod-card .media img {
	width: 186px;
	height: 123px;
}
.section-3 .mod-card .media {
	display: block;
	overflow: hidden;
	float: left;
	display: inline;
	background-color: #f5f5f5;
}
.section-3 .mod-card .media a img {
	transition: .5s;
}
.section-3 .mod-card .media a img {
	display: block;
}
.section-3 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-3 .mod-card .abstract {
	height: 95px;
	padding-left: 20px;
}
.section-3 .mod-card .abstract a {
	color: #c00;
}
.section-3 .mod-card .abstract a:hover {
	color: #b30000;
}
.section-4 .outside {
	position: relative;
	zoom: 1;
	margin: 10px 0;
	border: 1px solid #d3d3d3;
}
.section-4 .inner {
	overflow: hidden;
	background: #f5f5f5;
	border: 1px solid #fff;
}
.section-4 .swiper-container-xtj {
	width: 95%;
	overflow: hidden;
	margin: 20px auto;
}
.section-4 .swiper-container-xtj .swiper-slide {
	position: relative;
	display: block;
}
.section-4 .swiper-container-xtj .swiper-slide img {
	width: 100%;
	height: 100%;
}
.section-4 .swiper-container-xtj .swiper-slide .u-cover {
	margin-bottom: 13px;
	-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .3);
}
.section-4 .swiper-container-xtj .swiper-slide .f-thide {
	font-size: 16px;
	line-height: 1.5;
}
.section-4 .swiper-container-xtj .swiper-slide .f-thide a {
	color: #333;
}
.section-4 .swiper-container-xtj .swiper-slide .f-thide a:hover {
	color: #c00;
}
.section-4 .swiper-container-xtj .swiper-slide .s-fc3 {
	color: #666;
	font-size: 14px;
	display: none;
}
.section-4 .swiper-container-xtj .swiper-slide .s-fc3 a {
	color: #666;
}
.section-4 .swiper-container-xtj .swiper-button-next, .swiper-container-xtj .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 17px;
	height: 17px;
	background: url("//www.news.cn/res/xhwimg/health/bjxhyxyxq/20170829/img/index.png") no-repeat;
}
.section-4 .swiper-container-xtj .swiper-button-next {
	right: 5px;
	background-position: -300px -75px;
}
.section-4 .swiper-container-xtj .swiper-button-prev {
	left: 5px;
	background-position: -260px -75px;
}
/* section-5 begin */
.section-5 {
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 350px;
	padding-bottom: 150px;
}
.section-5 .swiper-container-video {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.section-5 .mod-tile {
	width: 100%;
}
.section-5 .mod-tile .media {
	width: 100%;
	position: relative;
}
.section-5 .mod-tile .media a {
	display: block;
	overflow: hidden;
	color: #333;
}
.section-5 .mod-tile .media img {
	width: 100%;
	height: 250px;
}
.section-5 .mod-tile .media a img {
	transition: .5s;
	display: block;
}
.section-5 .mod-tile .caption {
	line-height: 1.4;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}
.section-5 .mod-tile .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: rgba(0, 0, 0, .6);
}
.section-5 .mod-tile .inner-caption a {
	color: #fff;
}
.section-5 .btnArea {
	width: 100%;
	margin: 0 auto;
}
.section-5 .swiper-button-next, .section-5 .swiper-button-prev {
	top: 35%;
	padding: 10px;
	background-color: rgba(0, 0, 0, .4);
	width: 20px;
	height: 60px;
}
.section-5 .swiper-button-prev:hover, .section-5 .swiper-button-next:hover {
	background-color: rgba(252, 77, 142, .7);
}
.section-5 .swiper-button-next {
	right: 0;
}
.section-5 .swiper-button-prev {
	left: 0;
}
.section-5 .video-icon {
	position: relative;
}
.section-5 .video-icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
}
.section-5 .video-icon:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 18px 0 18px 30px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -10px;
}
.global-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
}
.video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1040;
	margin: -280px 0 0 -430px;
	width: 900px;
	height: 506px;
	background-color: #000;
	border: 1px solid #fff;
}
.close-btn {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	color: #fff;
	font-size: 26px;
}
/* section-5 end */
.section-6 .container {
	width: 1200px;
}
.section-6 ul::after {
	content: "";
	display: table;
	clear: both;
}
.section-6 li {
	position: relative;
	float: left;
	width: 280px;
	height: 210px;
	margin: 10px;
	padding: 0;
	list-style: none;
	-webkit-perspective: 650px;
	perspective: 650px;
	overflow: hidden;
}
.section-6 li img {
	width: 280px;
	height: 210px;
}
.section-6 li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 4px;
}
.section-6 li h3 {
	margin-top: 30px;
	font-size: 20px;
	color: rgba(255, 255, 255, .9);
	line-height: 1.8;
}
.section-6 li p {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .8);
}
.section-6 li .normal {
	width: 100%;
	height: 100%;
	background-color: #ECF0F1;
	color: rgba(52, 73, 94, .6);
	box-shadow: inset 0 2px 20px #e6ebed;
	text-align: center;
	font-size: 50px;
	line-height: 200px;
}
.section-6 li .normal svg {
	pointer-events: none;
	width: 50px;
}
.section-6 li .normal svg path {
	fill: rgba(52, 73, 94, .2);
}
.section-6 .info {
	-webkit-transform: rotate3d(1, 0, 0, 90deg);
	transform: rotate3d(1, 0, 0, 90deg);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	pointer-events: none;
	background-color: rgba(26, 188, 156, .9);
}
.section-6 .info a {
	color: #fff;
}
.section-6 .in-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: in-top 300ms ease 0ms 1 forwards;
	animation: in-top 300ms ease 0ms 1 forwards;
}
.section-6 .in-right .info {
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-animation: in-right 300ms ease 0ms 1 forwards;
	animation: in-right 300ms ease 0ms 1 forwards;
}
.section-6 .in-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
	animation: in-bottom 300ms ease 0ms 1 forwards;
}
.section-6 .in-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: in-left 300ms ease 0ms 1 forwards;
	animation: in-left 300ms ease 0ms 1 forwards;
}
.section-6 .out-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: out-top 300ms ease 0ms 1 forwards;
	animation: out-top 300ms ease 0ms 1 forwards;
}
.section-6 .out-right .info {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: out-right 300ms ease 0ms 1 forwards;
	animation: out-right 300ms ease 0ms 1 forwards;
}
.section-6 .out-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
	animation: out-bottom 300ms ease 0ms 1 forwards;
}
.section-6 .out-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: out-left 300ms ease 0ms 1 forwards;
	animation: out-left 300ms ease 0ms 1 forwards;
}
/* section-6 动画效果区域 begin */
@-webkit-keyframes in-top {
 from {
 -webkit-transform: rotate3d(-1, 0, 0, 90deg);
 transform: rotate3d(-1, 0, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-top {
 from {
 -webkit-transform: rotate3d(-1, 0, 0, 90deg);
 transform: rotate3d(-1, 0, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-right {
 from {
 -webkit-transform: rotate3d(0, -1, 0, 90deg);
 transform: rotate3d(0, -1, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-right {
 from {
 -webkit-transform: rotate3d(0, -1, 0, 90deg);
 transform: rotate3d(0, -1, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-bottom {
 from {
 -webkit-transform: rotate3d(1, 0, 0, 90deg);
 transform: rotate3d(1, 0, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-bottom {
 from {
 -webkit-transform: rotate3d(1, 0, 0, 90deg);
 transform: rotate3d(1, 0, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-left {
 from {
 -webkit-transform: rotate3d(0, 1, 0, 90deg);
 transform: rotate3d(0, 1, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-left {
 from {
 -webkit-transform: rotate3d(0, 1, 0, 90deg);
 transform: rotate3d(0, 1, 0, 90deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes out-top {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(-1, 0, 0, 104deg);
 transform: rotate3d(-1, 0, 0, 104deg);
}
}
@keyframes out-top {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(-1, 0, 0, 104deg);
 transform: rotate3d(-1, 0, 0, 104deg);
}
}
@-webkit-keyframes out-right {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(0, -1, 0, 104deg);
 transform: rotate3d(0, -1, 0, 104deg);
}
}
@keyframes out-right {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(0, -1, 0, 104deg);
 transform: rotate3d(0, -1, 0, 104deg);
}
}
@-webkit-keyframes out-bottom {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(1, 0, 0, 104deg);
 transform: rotate3d(1, 0, 0, 104deg);
}
}
@keyframes out-bottom {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(1, 0, 0, 104deg);
 transform: rotate3d(1, 0, 0, 104deg);
}
}
@-webkit-keyframes out-left {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(0, 1, 0, 104deg);
 transform: rotate3d(0, 1, 0, 104deg);
}
}
@keyframes out-left {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
 to {
 -webkit-transform: rotate3d(0, 1, 0, 104deg);
 transform: rotate3d(0, 1, 0, 104deg);
}
}
/* section-6 动画效果区域 end */
.section-7 .mod-tile {
	width: 370px;
	margin: 0 15px 30px;
	position: relative;
}
.section-7 .mod-tile .media {
	width: 100%;
}
.section-7 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-7 .mod-tile .media img {
	width: 370px;
	height: 240px;
}
.section-7 .mod-tile .media a img {
	transition: .5s;
	display: block;
}
.section-7 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-7 .mod-tile .caption {
	line-height: 1.8;
	font-size: 26px;
	padding: 10px;
	width: 350px;
}
.section-7 .mod-tile .abstract {
	text-align: center;
}
.section-7 .mod-list li {
	position: relative;
}
.section-7 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	background: #ca4b34;
	position: absolute;
	left: 2px;
	top: 20px;
}
.section-7 .mod-list {
	padding: 5px 0 20px;
}
.section-7 .mod-list .item {
	font-size: 18px;
	text-indent: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 2.5em;
	line-height: 2.5;
	width: 370px;
	margin: 0 15px;
}
.section-7 .mod-list .item a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.section-8 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	background: linear-gradient(to bottom, #3ba6de 0%, #3595d1 33%, #2c7abc 66%, #2561aa 100%);
}
.section-8 .section-title {
	width: 1200px;
	margin: 0 auto 30px;
	background-color: rgba(204, 204, 204, 1);
}
.section-8 .swiper-container-bigPic {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 10px solid #fff;
	background-color: #fff;
}
.section-8 .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}
.section-8 .mod-tile .media {
	width: 100%;
	position: relative;
}
.section-8 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-8 .mod-tile .media img {
	width: 100%;
	height: 665px;
}
.section-8 .mod-tile .media a img {
	transition: .5s;
	display: block;
}
.section-8 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-8 .mod-tile .caption {
	line-height: 1.8;
	font-size: 20px;
	padding: 10px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-8 .swiper-pagination-bullets {
	position: absolute;
	left: 0;
	top: 18%;
	width: 100%;
	height: 10%;
	z-index: 10;
}
.section-8 .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
	margin: 0 5px;
}
.section-8 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.section-8 .btnArea {
	position: relative;
}
.section-8 .swiper-button-next, .section-8 .swiper-button-prev {
	right: 20px;
	top: -330px;
	padding: 5px;
	background-color: rgba(0, 0, 0, .4);
}
.section-8 .swiper-button-next {
	right: 30px;
}
.section-8 .swiper-button-prev {
	left: 30px;
}
.section-9 {
	margin-top: 80px;
	margin-bottom: 50px;
}
.section-9 .swiper-container-keji {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-9 .swiper-slide {
	padding-bottom: 60px;
}
.section-9 .mod-tile {
	width: 360px;
	margin: 0 20px;
}
.section-9 .media img {
	width: 100%;
	height: 420px;
}
.section-9 .unit-title {
	text-align: center;
	font-weight: 100;
	margin-bottom: 0;
	text-indent: inherit;
	background: none;
	border: none;
	color: rgba(51, 51, 51, 1);
	line-height: 2;
	height: inherit;
}
.section-9 .unit-title a {
	color: rgba(51, 51, 51, 1);
}
.section-9 .unit-title a:hover {
	color: #dc0000;
}
.section-9 .abstract {
	color: rgba(51, 51, 51, 1);
	max-height: 130px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
.section-9 .swiper-button-next, .section-9 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-9 .swiper-button-next:hover, .section-9 .swiper-button-prev:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-9 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-9 .swiper-button-prev {
	left: 0;
	top: 40%
}
.section-9 ul {
	margin-top: 30px;
}
.section-9 .item {
	width: 550px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}
.section-9 .item:nth-of-type(odd) {
	margin-right: 20px;
}
.section-9 .item:nth-of-type(even) {
	margin-left: 20px;
}
.section-9 .item span {
	margin-right: 10px;
}
.section-9 .item a {
	color: #333;
}
.section-9 .item a:hover {
	color: #b30000;
}
.section-10 {
	text-align: justify;
	font-size: 0;
}
.section-10 .unit-justify-list {
	display: inline-block;
	width: 380px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 850px;
	overflow: hidden;
}
.section-10 .unit-justify-list:nth-of-type(2) {
	margin-top: 50px;
}
.section-10 .unit-justify-list .dym {
	border: 1px solid #efeff0;
	background: #f5f5f5;
	height: auto;
	padding: 10px;
	margin-bottom: 30px;
	float: left;
	overflow: hidden;
	display: inline;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.section-10 .unit-justify-list .dym img {
	width: 100%;
	height: auto;
}
.section-10 .unit-justify-list .dym .bfan {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 25%;
	left: 50%;
	margin-left: -50px;
	display: none;
}
.section-10 .unit-justify-list .dym .con-title {
	color: #333;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1.5;
}
.section-10 .unit-justify-list .dym .con-title a {
	color: #333;
}
.section-10 .unit-justify-list .dym .con-title a:hover {
	color: #b30000;
}
.section-10 .justify_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
/* section-11 */
.section-11 {
	margin-top: 70px;
	margin-bottom: 70px;
	width: 1200px;
	position: relative;
}
.section-11 .swiper-container-xctj {
	width: 660px;
	height: 400px;
	float: left;
}
.section-11 .pic img {
	display: block;
	width: 100%;
	height: 400px;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0 125px 5px 20px;
	line-height: 1.6;
}
.section-11 .title a {
	color: #fff;
	font-size: 16px;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .title span.b-title a {
	color: #fff;
	font-size: 16px;
}
.section-11 .title span.b-txt {
	line-height: 1.6;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section-11 .title span.a-more {
	color: #dc0000;
	display: none;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover {
	color: #ca4b34;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 0px;
	right: 25px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ca4b34;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-11 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-11 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
.section-11 .section-list {
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-11 .section-list .unit-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #0950a0;
}
.section-11 .section-list .unit-title em {
	width: 140px;
	height: 38px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	color: #0950a0;
	font-size: 20px;
	font-style: normal;
	background-color: #fff;
	border: 1px solid #0950a0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.section-11 .section-list .unit-title em a {
	color: #0950a0;
}
.section-11 .section-list .unit-title em a:hover {
	color: #dc0000;
}
.section-11 .section-list .unit-title span {
	color: #0950a0;
	float: right;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 20px;
	display: none;
}
.section-11 .section-list .unit-title span a {
	color: #0950a0;
}
.section-11 .section-list .unit-title span a:hover {
	color: #dc0000;
}
.section-11 .section-list .mod-topics {
	border-bottom: 1px dashed #d9d9d9;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.section-11 .section-list .mod-topics:nth-child(1) {
	padding-top: 0;
	margin-top: -5px;
}
.section-11 .section-list .mod-topics:last-child {
	margin-bottom: 0;
}
.section-11 .section-list .mod-topics .topic {
	color: #ca4b34;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .section-list .mod-topics .topic a {
	color: #ca4b34;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-11 .section-list .mod-topics .abstract {
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
	display: -webkit-box;
}
.section-11 .section-list .mod-topics .abstract span, .section-11 .section-list .mod-topics .abstract span a {
	color: #ca4b34;
}
.section-11 .item-list ul {
	padding-top: 0;
}
.section-11 .item-list li {
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .item-list li:last-child {
	margin-bottom: 0;
}
.section-11 .item-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #ca4b34;
	position: absolute;
	left: 10px;
	top: 18px;
}
.section-11 .item-list li a {
	color: #4c4c4c;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .item-list li a:hover {
	color: #ca4b34;
}
/* section-11 */
.section-14 {
	width: 100%;
	margin: 0;
}
.section-14 .unit {
	padding: 70px 0 100px;
	background: url("//www.news.cn/res/xhwimg/tech/shanghaipj2018/img/vedio_bg.jpg") center center no-repeat;
	background-size: 100% 100%;
}
.section-14 .video-abstract {
	width: 870px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 2;
	color: #fff;
	display: none;
}
.section-14 .video-abstract a {
	color: #fff;
}
.section-14 .videobox {
	width: 1000px;
	margin: 0 auto;/*margin-top: 60px;*/
}
.section-14 .videobox .titlebg {
	background: url("//www.news.cn/res/xhwimg/politics/2017lh/lianghuizb/images/tit06_lhzb.jpg") top left no-repeat;
	width: 997px;
	height: 55px;
	margin-bottom: 20px;
}
.section-14 .spzb {
	width: 980px;
	overflow: hidden;
	padding: 10px;
	background: #ca4b34;
	position: relative;
}
.section-14 .spzb .picTitle {
	position: relative;
	width: 980px;
	height: 565px;
}
.section-14 .spzb .picTitle .bfan, .section-14 .spzb .picTitle .bfan0 {
	position: absolute;
	width: 163px;
	height: 163px;
	top: 30%;
	left: 42%;
	z-index: 1;
}
.section-14 .spzb .picTitle .img img {
	width: 100%;
	height: 565px;
	display: block;
}
.section-14 .spzb .picTitle img {
	cursor: pointer;
}
.section-14 .spzb .picTitle .bg {
	background: #000;
	bottom: 0;
	height: 75px;
	left: 0;
	opacity: .4;
	filter: alpha(opacity=40);
	position: absolute;
	width: 100%;
	z-index: 10;
}
.section-14 .spzb .picTitle .name {
	bottom: 0;
	color: #fff;
	padding-left: 20px;
	height: 75px;
	left: 0;
	line-height: 75px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 11;
	font-size: 1rem;
	cursor: pointer;
}
.section-14 .spzb .picTitle .name a {
	color: #fff;
	text-decoration: none;
}
.section-14 .spzb iframe {
	width: 940px;
	height: 520px;
}
.section-14 .spzb iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 565px !important;
	z-index: 999;
	display: none;
}
.section-14 #spMobile {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 999;
	display: none;
	background: #000000
}

@media screen and (min-width:0px) and (max-width: 767px) {
.section-14 .videobox {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.section-14 .videobox .titlebg {
	background: url("//www.news.cn/res/xhwimg/politics/2017lh/lianghuizb/images/tit06_lhzb_m.jpg") top left no-repeat;
	width: 96%;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.section-14 .spzb {
	width: 98%;
	padding: 1%;
	margin: 5px auto 0;
	background: none !important;
}
.section-14 .spzb .picTitle {
	width: 100%;
	height: auto;
}
.section-14 .spzb .picTitle .bfan {
	width: 20%;
	height: auto;
}
.section-14 .spzb .picTitle .bfan img {
	width: 100%;
	height: auto;
}
.section-14 .spzb .picTitle .img img {
	width: 100%;
	height: auto;
}
.section-14 .spzb .picTitle .bg {
	height: 45px;
	width: 100%
}
.section-14 .spzb .picTitle .name {
	height: 40px;
	line-height: 22px;
	padding-left: 10px;
	font-size: 1em;
	width: 95%;
	text-align: left;
}
}
.headLine {
	display: none;
}
.section-15 .headLine_tit {
	height: 52px;
	line-height: 46px;
	overflow: hidden;
	font-size: 40px;
	font-weight: 700;
	color: #ca4b34;
	text-align: center;
	letter-spacing: -1.5px;
}
.section-15 .headLine_tit a {
	color: #ca4b34;
	background: #fff;
	padding: 0 15px 2px;
}
.section-15 .headLine_tit a:hover {
	color: #fff;
	background: #ca4b34;
}
.section-15 .headLine_txt {
	width: 950px;
	height: 90px;
	line-height: 1.8;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	background: #ca4b34;
	box-sizing: border-box;
	padding: 2px 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.section-15 .headLine_txt a {
	color: #fff;
}
.section-15 .headLine_line {
	width: 1198px;
	height: 100px;
	border: 1px solid #cdcdcd;
	margin-top: -140px;
	position: absolute;
	z-index: -1;
}
.section-16 {
	margin-top: 80px;
	margin-bottom: 50px;
}
.section-16 .swiper-container-yjjb {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-16 .swiper-slide {
	padding-bottom: 60px;
}
.section-16 .mod-tile {
	position: relative;
	width: 450px;
	height: 270px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding-left: 50px;
}
.section-16 .mod-tile:nth-child(2n-1) {
	margin-right: 150px;
}
.section-16 .mod-tile:nth-child(2n) {
	margin-left: 150px;
	padding-left: 170px;
}
.section-16 .mod-tile:nth-child(n+3):nth-child(-n+4) {
	margin-top: 30px;
}
.section-16 .media {
	position: absolute;
	width: 270px;
	height: 270px;
}
.section-16 .media img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.section-16 .mod-tile:nth-child(2n-1) .media {
	right: -140px;
	z-index: 2;
}
.section-16 .mod-tile:nth-child(2n) .media {
	left: -140px;
	z-index: 2;
}
.section-16 .mod-tile .unit-title {
	font-size: 30px;
	font-weight: 100;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-indent: inherit;
	background: none;
	border-bottom: 1px solid #ededed;
	color: rgba(215, 0, 0, 1);
	width: 220px;
	line-height: 1.2;
	height: 40px;
}
.section-16 .mod-tile:nth-child(2n-1) .unit-title {
	text-align: right;
}
.section-16 .mod-tile:nth-child(2n) .unit-title {
	text-align: left;
}
.section-16 .unit-title a {
	color: rgba(215, 0, 0, 1);
}
.section-16 .unit-title a:hover {
	color: rgba(51, 51, 51, 1);
}
.section-16 .mod-tile .abstract {
	color: #333;
	max-width: 220px;
	max-height: 105px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.6;
}
.section-16 .mod-tile:nth-child(2n-1) .abstract {
	text-align: right;
}
.section-16 .mod-tile:nth-child(2n) .abstract {
	text-align: left;
}
.section-16 .swiper-button-next, .section-16 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-16 .swiper-button-next:hover, .section-16 .swiper-button-prev:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-16 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-16 .swiper-button-prev {
	left: 0;
	top: 40%
}
.section-17 .mod-tile {
	width: 360px;
	margin: 0 20px 20px;
	position: relative;
}
.section-17 .mod-tile .media {
	width: 100%;
}
.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-17 .mod-tile .media img {
	width: 360px;
	height: 205px;
}
.section-17 .mod-tile .media a img {
	transition: .5s;
	display: block;
}
.section-17 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-17 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	width: 360px;
	text-align: left;
	margin-top: 10px;
}
.section-17 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.section-17 .mod-tile .abstract a {
	color: #ca4b34;
	display: inline;
}
.section-17 .mod-tile .abstract a:hover {
	color: #dc0000;
}
.section-17 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 560px;
	margin: 0 20px 15px;
}
.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section-17 .mod-topics .topic a {
	color: #333;
}
.section-17 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-17 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	/*border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;*/
	background: #ca4b34;
	position: absolute;
	left: 0;
	top: 7px;
}
.section-17 .mod-topics .abstract {
	line-height: 2.3;
	margin-top: 10px;
	color: #888;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section-17 .mod-topics .abstract a {
	color: #ca4b34;
}
.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}
.section-18 .swiper-container-xhft {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-18 .swiper-slide {
	padding-bottom: 60px;
}
.section-18 .mod-tile {
	width: 260px;
	margin: 0 20px;
}
.section-18 .media img {
	width: 100%;
	height: 220px;
}
.section-18 .unit-title {
	position: absolute;
	font-weight: 400;
	text-indent: inherit;
	background: #e6e6e6;
	border: none;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
	width: 230px;
	height: inherit;
	box-sizing: border-box;
	padding: 30px 20px 15px;
	font-size: 22px;
	margin-top: -40px;
	margin-left: 15px;
}
.section-18 .unit-title::after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	/*border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;*/
	background: #ca4b34;
	position: absolute;
	left: 20px;
	top: 20px;
}
.section-18 .unit-title span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 100;
}
.section-18 .unit-title a {
	color: rgba(51, 51, 51, 1);
}
.section-18 .unit-title a:hover {
	color: #dc0000;
}
.section-18 .abstract {
	color: rgba(51, 51, 51, 1);
	max-width: 230px;
	max-height: 85px;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin-top: 100px;
	margin-left: 15px;
}
.section-18 .swiper-button-next, .section-18 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-18 .swiper-button-next:hover, .section-18 .swiper-button-prev:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-18 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-18 .swiper-button-prev {
	left: 0;
	top: 40%
}
.section-19 {
	margin-bottom: 100px;
}
.section-19 .section-title {
	margin-bottom: 35px;
}
.section-19 .swiper-container-djdt {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-19 .pic img {
	display: block;
	width: 1200px;
	height: 575px;
}
.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, .8);
	height: 100px;
	color: #fff;
	padding: 15px 125px 10px 20px;
}
.section-19 .title a {
	color: #dc0000;
}
.section-19 .title span.b-title {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-19 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-19 .title span.b-txt {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section-19 .title span.a-more {
	color: #dc0000;
	display: none;
}
.section-19 .title span.b-title a:hover, .section-19 .title span.a-more a:hover {
	color: #00a0e9;
	transition: .5s
}
.section-19 .swiper-pagination-fraction {
	bottom: 35px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ca4b34;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-19 .swiper-button-prev:hover, .section-19 .swiper-button-next:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-20 .swiper-container-sike {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-20 .swiper-slide {
	padding-bottom: 60px;
}
.section-20 .unit {
	width: 1080px;
	margin: 0 auto;
}
.section-20 .mod-tile {
	width: 210px;
	margin: 0 30px;
}
.section-20 .media {
	margin-bottom: 20px;
}
.section-20 .media img {
	width: 100%;
	height: 210px;
	border-radius: 50%;
}
.section-20 .unit-title {
	text-align: center;
	font-weight: 400;
	text-indent: inherit;
	background: none;
	border: none;
	color: rgba(51, 51, 51, 1);
	line-height: 2;
	height: inherit;
}
.section-20 .unit-title a {
	color: rgba(51, 51, 51, 1);
}
.section-20 .unit-title a:hover {
	color: #dc0000;
}
.section-20 .unit-title span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 100;
	margin-top: 5px;
}
.section-20 .abstract {
	color: rgba(51, 51, 51, 1);
	max-height: 130px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
.section-20 .swiper-button-next, .section-20 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-20 .swiper-button-next:hover, .section-20 .swiper-button-prev:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-20 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-20 .swiper-button-prev {
	left: 0;
	top: 40%
}
.section-21 .mod-card {
	padding: 30px 20px;
	border-bottom: 1px dashed #ccc;
 *zoom: 1;
}
.section-21 .mod-card:before, .section-21 .mod-card:after {
	content: "";
	display: table;
}
.section-21 .mod-card:after {
	clear: both;
}
.section-21 .mod-card .media {
	float: left;
	width: 200px;
	height: 130px;
}
.section-21 .mod-card .media img {
	width: 100%;
	height: 130px;
}
.section-21 .mod-card .media a {
	display: block;
	overflow: hidden;
}
.section-21 .mod-card .media a img {
	transition: 0.5s;
	display: block;
	width: 100%;
}
.section-21 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-21 .mod-card .topic {
	float: right;
	height: inherit;
	line-height: 2;
	width: 920px;
	color: #ca4b34;
	font-weight: 400;
	font-size: 22px;
}
.section-21 .mod-card .topic a {
	color: #ca4b34;
}
.section-21 .mod-card .abstract {
	float: right;
	line-height: 2;
	width: 920px;
	max-height: 90px;
}
.section-21 .mod-card .abstract a {
	color: #ca4b34;
}
.section-21 .mod-card .abstract a:hover {
	color: #dc0000;
}
.section-21 .erji_more {
	height: 55px;
	line-height: 55px;
	background: #dcdcdc;
	text-align: center;
	font-size: 16px;
}
.section-21 .erji_more a {
	color: #333;
}
.section-21 .erji_more:hover {
	background: #ca4b34;
	color: #fff;
}
.section-21 .erji_more:hover a {
	color: #fff;
}
.section-22 .cols {
	font-size: 0;
 + word-spacing: -1px;
}
.section-22 .cols .col {
	display: inline-block;
 + display: inline;
 + zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-22 .cols .mod-card {
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 10px 15px 5px;
	margin-bottom: 20px;
	border: 1px solid #ca4b34;
	background-color: #fff;
	border-radius: 5px;
}
.section-22 .cols .media img {
	width: 100%;
	height: auto;
}
.section-22 .cols .topic {
	padding: 5px 0 10px;
	font-size: 20px;
	line-height: 1.4;
	color: #ca4b34;
	height: inherit;
}
.section-22 .cols .topic a {
	color: #ca4b34;
}
.section-22 .cols .topic a:hover {
	color: rgba(220, 0, 0, .6);
}
.section-22 .cols .abstract {
	padding: 10px 0;
	line-height: 1.6;
	color: #333;
	text-indent: 2rem;
	font-size: 14px;
}
.section-22 .cols .more {
	display: block;
	padding-right: .5rem;
	border-top: 1px dotted #ccc;
	height: 2rem;
	line-height: 2;
	text-align: right;
	display: none;
}
.section-22 .mod-tile {
	width: 360px;
	margin: 0 20px 40px;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ca4b34;
}
.section-22 .mod-tile .media {
	width: 100%;
}
.section-22 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-22 .mod-tile .media img {
	width: 100%;
	height: auto;
}
.section-22 .mod-tile .media a img {
	transition: .5s;
	display: block;
}
.section-22 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-22 .mod-tile .caption {
	line-height: 1.4;
	font-size: 18px;
	text-align: left;
	margin-top: 10px;
	background: #ca4b34;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	padding: 5px 10px;
}
.section-22 .mod-tile .caption a {
	color: rgba(255, 255, 255, 1);
}
.section-22 .mod-tile .caption a:hover {
	color: rgba(255, 255, 255, .6);
}
.section-22 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
}
.section-22 .mod-tile .abstract a {
	color: #00a0e9;
	display: inline;
}
.section-22 .mod-tile .abstract a:hover {
	color: #ca4b34;
}
.section-title, .section-1 .section-title, .section-9 .section-title, .section-10 .section-title, .section-7 .section-title, .section-11 .section-title, .section-14 .section-title, .section-16 .section-title, .section-17 .section-title, .section-18 .section-title, .section-19 .section-title, .section-20 .section-title, .section-21 .section-title, .section-22 .section-title {
	height: 150px;
	line-height: inherit;
	text-indent: inherit;
	background: url(//www.news.cn/res/xhwimg/travel/2020alsyxh/img/title-bg.jpg) no-repeat center center;
	border-bottom: 0;
	margin-bottom: 40px;
}
.section-title em, .section-1 .section-title em, .section-9 .section-title em, .section-10 .section-title em, .section-7 .section-title em, .section-11 .section-title em, .section-14 .section-title em, .section-16 .section-title em, .section-17 .section-title em, .section-18 .section-title em, .section-19 .section-title em, .section-20 .section-title em, .section-21 .section-title em, .section-22 .section-title em {
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 40px;
	box-sizing: border-box;
	padding-top: 44px;
	color: #ca4b34;
}
/*RTools*/
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 150px;
	width: 60px;
	z-index: 10000;
	display: none;
}
.RTools .qrcode {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
	display: none;
}
.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;
	-mozanimation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}
@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: #85190f 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;
}
.adBottom {
	background: #85190f;/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #85190f;
	text-align: center;
	color: #fff;/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}
.btn-more {
	margin: 30px auto 0;
	width: 150px;
}
.btn-h-e {
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1;
	background-color: #ca4b34;
	width: 100%;
	box-sizing: border-box;
	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;
}
/*光影盛宴滚动*/
.section-22 .swiper-container-gysy {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-22 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
}
.section-22 .swiper-slide img {
	width: 100%;
	height: auto;
}
.section-22 .swiper-slide .inf {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	width: 100%;
}
.section-22 .swiper-slide .inf h3 {
	background-color: rgba(0, 0, 0, 0.75);
	line-height: 30px;
	padding: 5px;
}
.section-22 .swiper-slide .inf h3 a {
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}
/* section-23 高清图集 begin */
.section-23 {
	margin-top: 70px;
}
.section-23 .section-title > img {
	vertical-align: middle;
	display: inline-block;
}
.section-23 .section-title .abs {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #2c2c2c;
	font-size: 16px;
}
.section-23 .section-title .abs img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.section-23 .sec_main {
	margin-top: 40px;
}
.imgabs {
	position: absolute;
	bottom: 20px;
	left: -25px;
	z-index: 2;
}
.section-23 .sec_main .sec_mleft {
	width: 584px;
	height: 445px;
	background: url(//www.news.cn/res/xhwimg/fortune/boaoforum20181203/img/fangkuang.png) no-repeat right center;
	box-sizing: border-box;
	padding-top: 25px;
}
.section-23 .sec_main .sec_mleft img {
	width: 540px;
	height: 390px;
}
.section-23 .sec_main .sec_mright {
	width: 580px;
	height: 445px;
}
.section-23 .sec_main .sec_mright .tit a {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.section-23 .sec_main .sec_mright .note {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	margin-top: 18px;
	background: #ca4b34;
	padding-left: 16px;
	height: 36px;
}
.section-23 .sec_main .sec_mright .sec_top {
	padding-top: 5px;
	padding-left: 0px;
}
.section-23 .sec_main .sec_mright .sec_bot {
	margin-top: 12px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	height: 150px;
}
.section-23 .scroll {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 580px;
}
.section-23 .scroll .swiper-slide {
	width: 159px;
	height: 100px;
	cursor: pointer;
}
.section-23 .scroll .swiper-slide img {
	width: 150px;
	height: 94px;
	border: solid 3px #e0e5ed;
}
.section-23 .scroll .swiper-slide.on img {
	border-color: #4978bc;
}
.xxkqh1 {
	display: none;
}
/* section-23 高清图集 end */
/* section-23 高清图集 begin */
.section-24 {
	margin-top: 70px;
}
.section-24 .section-title > img {
	vertical-align: middle;
	display: inline-block;
}
.section-24 .section-title .abs {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #2c2c2c;
	font-size: 16px;
}
.section-24 .section-title .abs img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.section-24 .sec_main {
	margin-top: 40px;
}
.imgabs {
	position: absolute;
	bottom: 20px;
	left: -25px;
	z-index: 2;
}
.section-24 .sec_main .sec_mleft {
	width: 584px;
	height: 445px;
	background: url(//www.news.cn/res/xhwimg/fortune/boaoforum20181203/img/fangkuang.png) no-repeat right center;
	box-sizing: border-box;
	padding-top: 25px;
}
.section-24 .sec_main .sec_mleft img {
	width: 540px;
	height: 390px;
}
.section-24 .sec_main .sec_mright {
	width: 580px;
	height: 445px;
}
.section-24 .sec_main .sec_mright .tit a {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.section-24 .sec_main .sec_mright .note {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	margin-top: 18px;
	background: #ca4b34;
	padding-left: 16px;
	height: 36px;
}
.section-24 .sec_main .sec_mright .sec_top {
	padding-top: 5px;
	padding-left: 0px;
}
.section-24 .sec_main .sec_mright .sec_bot {
	margin-top: 12px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	height: 150px;
}
.section-24 .scroll {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 580px;
}
.section-24 .scroll .swiper-slide {
	width: 159px;
	height: 100px;
	cursor: pointer;
}
.section-24 .scroll .swiper-slide img {
	width: 150px;
	height: 94px;
	border: solid 3px #e0e5ed;
}
.section-24 .scroll .swiper-slide.on img {
	border-color: #4978bc;
}
.xxkqh1 {
	display: none;
}
/* section-23 高清图集 end */
/* section-26 begin */
.section-26 {
	margin-bottom: 25px;
}
.section-26 .swiper-container-xctj {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-26 .pic img {
	display: block;
	width: 1200px;
	height: 575px;
}
.section-26 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, .8);
	height: 100px;
	color: #fff;
	padding: 15px 125px 10px 20px;
}
.section-26 .title a {
	color: #dc0000;
}
.section-26 .title span.b-title {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-26 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-26 .title span.b-txt {
	display: block;
	height: 50px;
	line-height: 1.6;
	overflow: hidden;
}
.section-26 .title span.a-more {
	color: #dc0000;
}
.section-26 .title span.b-title a:hover, .section-26 .title span.a-more a:hover {
	color: #00a0e9;
	transition: .5s
}
.section-26 .swiper-pagination-fraction {
	bottom: 35px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-26 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.section-26 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-26 .swiper-button-prev, .section-26 .swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-26 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-26 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-26 .swiper-button-prev:hover, .section-26 .swiper-button-next:hover {
	background-color: rgba(215, 0, 0, .7);
}
/* section-26 end */
/*长城乐章*/
/* section-10 begin */
.section-10 {
	margin: 50px auto;
}
.section-10 .view {
	width: 1200px;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
}
.section-10 .view .swiper-container {
	width: 100%;
}
.section-10 .view .mod-tile {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section-10 .view .mod-tile {
	padding-bottom: 35px;
}
.section-10 .view .mod-tile .media img {
	width: 100%;
	height: 600px;
}
.section-10 .view .mod-tile .caption {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: 5;
	width: 1000px;
	font-size: 22px;
	line-height: 1.6;
	margin: 0 auto 0;
	color: #fff;
	padding: 10px 15px;
	background-color: #1527ac;
	border: 1px dashed #fff;
	box-shadow: 0 0 0 3px #1527ac;
}
.section-10 .view .mod-tile .caption a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-10 .view .arrow-left, .section-10 .view .arrow-right {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 0;
	margin-top: 300px;
}
.section-10 .view .arrow-left {
	left: 0;
}
.section-10 .view .arrow-right {
	right: 0;
}
.section-10 .view .swiper-container:hover .arrow-left, .section-10 .view .swiper-container:hover .arrow-right {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
	margin-top: 240px;
}
.section-10 .view .arrow-left, .section-10 .view .arrow-right {
	opacity: 1;
}
.section-10 .view .swiper-container:hover .arrow-right, .section-10 .view .swiper-container:hover .arrow-left {
	opacity: 1;
}
.section-10 .preview {
	width: 1200px;
	padding: 0 45px 0 35px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.section-10 .preview .swiper-slide {
	width: 25%;
	padding: 10px;
	overflow: hidden;
}
.section-10 .preview img {
	width: 100%;
	height: auto;
	border: 5px solid #1527ac;
}
.section-10 .preview .active-nav img {
	padding: 0;
	border: 5px solid #dc0000;
}
.section-10 .preview .arrow-left, .section-10 .preview .arrow-right {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 30px 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 0;
	margin-top: 10px;
}
.section-10 .preview .arrow-left {
	left: 0;
}
.section-10 .preview .arrow-right {
	right: 0;
}
.section-10 .preview .arrow-left:hover, .section-10 .preview .arrow-right:hover {
	background-color: rgba(76, 126, 237, .7);
}
/* section-10 end */
/*联动*/
.partlast {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 80px;
}
.partlast .view {
	width: 1200px;
	height: 610px;
	float: left;
	position: relative;
	margin-bottom: 0px;
}
.partlast .view .swiper-container {
	width: 1200px;
	height: 610px;
	oveflow-x: hidden;
	overflow-y: auto;
}
.partlast .view .swiper-slide {
	width: 1200px;
	height: 590px;
	position: relative;
}
.partlast .view .swiper-slide img {
	width: 1200px;
	height: 590px;
	display: block;
}
.partlast .view .swiper-slide .bg {
	bottom: -20px;
	height: 60px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	width: 800px;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #85190f url(//www.news.cn/ent/szzg/images/sptext.png) top center;
}
.partlast .view .swiper-slide .name {
	bottom: -20px;
	color: #fff;
	width: 100%;
	height: 60px;
	left: 0;
	margin-left: 0;
	font-size: 28px;
	font-weight: bolder;
	padding-left: 0px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	z-index: 998;
}
.partlast .view .swiper-slide .name a {
	color: #fff;
	font-size: 30px;
	font-weight: bolder;
}
.partlast .view .swiper-slide .vBtn {
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -37px;
	margin-top: -45px;
	background: url("//www.xinhuanet.com/world/biaoforum2021/images/play.png") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
	z-index: 12;
}
.partlast .view #iframe {
	display: none;
	width: 1200px;
	height: 590px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
}
.partlast .view .video-close {
	width: 17px;
	height: 17px;
	position: absolute;
	right: -16px;
	top: 0;
	z-index: 20;
	background: url("//www.xinhuanet.com/2015/img2015/icon_video.png") 0 -80px no-repeat;
	cursor: pointer;
	display: none;
}
/* .partlast .view .arrow-left,
.view .arrow-right {
    display: none;
} */
.partlast .view .arrow-left, .view .arrow-right {
	background: #84150d url("//www.xinhuanet.com/politics/djbl/images/20180523_wmd_part3an_v1.png") no-repeat;
	position: absolute;
	width: 30px;
	height: 85px;
	z-index: 10;
	top: 40%;
	transition: none;
	display: none;
}
.partlast .view .arrow-left {
	left: 10px;
	background-position: -42px -19px;
}
.partlast .view .arrow-right {
	right: 10px;
	background-position: -112px -19px;
}
.partlast .view .arrow-left:hover {
	left: 10px;
	background-position: -42px -130px;
}
.partlast .view .arrow-right:hover {
	right: 10px;
	background-position: -112px -130px;
}
.partlast .view .pagination {
	position: absolute;
	z-index: 20;
	right: -18px;
	bottom: 0px;
	display: none;
}
.partlast .view .pagination .swiper-pagination-switch {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	opacity: 0.8;
	cursor: pointer;
	margin: 10px 0;
	background: #d70016;
}
.partlast .view .pagination .swiper-active-switch {
	height: 90px;
}
.partlast .preview {
	width: 870px;
	height: 112px;
	position: relative;
	margin: 20px auto;
}
.partlast .preview .swiper-container {
	width: 870px;
	height: 112px;
	margin: 0px auto 0px;
}
.partlast .preview .swiper-slide {
	width: 208px;
	height: 150px;
	float: left;
	cursor: pointer;/* background: #920000; */
}
.partlast .preview .swiper-slide dl {
	margin: 0 auto;
	width: 208px;
	position: relative;
}
.partlast .preview .swiper-slide {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.partlast .preview .active-nav {
	opacity: 1;
	filter: alpha(opacity=100);
}
.partlast .preview .active-nav img {
	padding: 0;/* border: 2px solid #fff; */
}
.partlast .preview .active-nav dd {
	color: #fff;
}
.partlast .preview .swiper-slide dt {
	width: 208px;
	line-height: 0;
}
.partlast .preview .swiper-slide img {
	width: 208px;
	height: 112px;
}
.partlast .preview .swiper-slide dd {
	width: 208px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	display: none;
}
.partlast .preview .arrow-left {
	left: -45px;
	position: absolute;
	background: url(//www.news.cn/ent/szzg/images/spleft.png) no-repeat;
	width: 41px;
	height: 124px;
	z-index: 10;
	top: -6px;
	transition: none;
}
.partlast .preview .arrow-right {
	right: -45px;
	position: absolute;
	background: url(//www.news.cn/ent/szzg/images/spright.png) no-repeat;
	width: 41px;
	height: 124px;
	z-index: 10;
	top: -6px;
	transition: none;
}
.partlast .preview .arrow-left:hover {
}
.partlast .preview .arrow-right:hover {
}
/*联动01*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.faceslide {
	width: 1200px;
	height: 510px;
	margin: 0 auto;
	margin-top: 18px;
	position: relative;
	background: #f3f1f0 url(//www.news.cn/ent/szzg/images/zjbg.jpg) top center no-repeat;
	overflow: hidden;
}
.faceslide .view {
	margin-top: 50px;
	width: 1160px;
	margin-left: 20px;
}
.faceslide .view .swiper-slide .sec_mleft {
	width: 584px;
	height: 445px;
	background: url(//www.news.cn/ent/szzg/images/box.png) no-repeat right center;
	box-sizing: border-box;
	padding-top: 25px;
}
.faceslide .view .swiper-slide .sec_mleft img {
	width: 540px;
	height: 390px;
}
.faceslide .view .swiper-slide .sec_mright {
	width: 550px;
	height: 445px;
}
.faceslide .view .swiper-slide .sec_mright .tit a {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.faceslide .view .swiper-slide .sec_mright .note {
	color: #8c2518;
	font-size: 20px;
	line-height: 34px;
	margin-top: 18px;
	background: #edc899;
	padding-left: 16px;
	height: 36px;
}
.faceslide .view .swiper-slide .sec_mright .sec_top {
	padding-top: 5px;
	padding-left: 0px;
}
.faceslide .view .swiper-slide .sec_mright .sec_bot {
	margin-top: 12px;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	height: 150px;
}
.faceslide .view .swiper-container {
	width: 1160px;
	height: 445px;
}
.faceslide .view .arrow-left {
	background: none;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
	display: none;
}
.faceslide .view .arrow-right {
	background: none;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
	display: none;
}
.faceslide .view .imgbox {
	width: 210px;
	height: 116px;
	position: relative;
	float: left;
	margin-top: 7px;
	border-radius: 10px;
	overflow: hidden;
}
.faceslide .view .imgbox img {
	width: 210px;
	height: 116px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.faceslide .view .rttxt {
	width: 362px;
	height: 116px;
	float: right;
}
.faceslide .view .rttxt .name {
	width: 362px;
	height: 48px;
	color: #fff;
	overflow: hidden;
	background: url("//www.news.cn/sports/Tokyo2020/images/facebg.png") left bottom no-repeat;
}
.faceslide .view .rttxt .name h4 {
	font-size: 20px;
	line-height: 38px;
	margin: 0;
	margin-left: 95px;
	float: left;
	color: #0066cc;
}
.faceslide .view .rttxt .name h4 a {
	color: #0066cc;
}
.faceslide .view .rttxt .name i {
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}
.faceslide .view .rttxt .name p {
	font-size: 20px;
	line-height: 38px;
}
.faceslide .view .rttitle {
	width: 360px;
	height: 70px;
	margin-top: 10px;
	position: relative;
}
.faceslide .view .rttitle h3 {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	width: 265px;
	padding-top: 25px;
	margin-left: 28px;
	font-style: normal;
}
.faceslide .view .rttitle h3 a {
	color: #333;
}
.faceslide .view .rttitle p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	width: 350px;
	height: 70px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
	font-style: normal;
}
.faceslide .view .rttitle i {
	width: 85px;
	height: 25px;
	position: absolute;
	display: block;
	bottom: 0;
	right: 50px;
}
.faceslide .view .rttitle i a {
	display: block;
	width: 85px;
	height: 25px;
}
.faceslide .preview {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	position: absolute;
	bottom: 24px;
	right: 0;
	width: 580px;
	background: #f3f1f0;
}
.faceslide .preview .swiper-container {
	width: 640px;
	height: 125px;
	margin-left: 0px;
	background: #f3f1f0;
}
.faceslide .preview .swiper-slide {
	width: 160px;
	height: 110px;
	cursor: pointer;
	margin-top: 10px;
}
.faceslide .preview .swiper-slide img {
	width: 152px;
	height: 106px;
	overflow: hidden;
	margin-left: 15px;
}
.faceslide .preview .swiper-slide h3 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.faceslide .preview .slide6 {
	width: 82px;
}
.faceslide .preview .arrow-left {
	background: url(//www.news.cn/ent/szzg/images/left.png) no-repeat left top;
	position: absolute;
	left: -15px;
	top: 4px;
	margin-top: -19px;
	width: 28px;
	height: 158px;
	z-index: 10;
}
.faceslide .preview .arrow-right {
	background: url(//www.news.cn/ent/szzg/images/right.png) no-repeat right top;
	position: absolute;
	right: 0px;
	top: 0;
	margin-top: -19px;
	width: 28px;
	height: 158px;
	z-index: 10;
}
.faceslide .preview img {
	padding: 0;
	border: 2px solid #f0d6b5;
}
.faceslide .preview .active-nav img {
	padding: 0;
	border: 2px solid #974e3b;
}
.bigtit01 {
	width: 100%;
	height: 157px;
	background: url(//www.news.cn/ent/szzg/images/tit01.jpg) top center no-repeat;
	margin-top: 80px;
}
.dxmzyyh {
	background: #eeebea;
	padding-bottom: 80px;
}
.greatwall {
	width: 404px;
	height: 690px;
	margin-top: 40px;
}
.greatwalltxt {
	width: 716px;
	height: 658px;
	margin-top: 40px;
	border: 17px solid #85190f;
	background: url(//www.news.cn/ent/szzg/images/jjbg.png) top center no-repeat;
}
.greatwalltxt p {
	width: 86%;
	height: 86%;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	margin: 7%;
}
.bigtit02 {
	width: 100%;
	height: 157px;
	background: url(//www.news.cn/ent/szzg/images/tit02.jpg) top center no-repeat;
	margin-top: 0;
}
.dxmzyyh-swiper {
	width: 100%;
	margin-top: 90px;
	position: relative;
}
.dxmzyyh-swiper .arrow-left, .dxmzyyh-swiper .arrow-right {
	position: absolute;
	z-index: 99;
}
.dxmzyyh-swiper .arrow-right {
	width: 34px;
	height: 73px;
	right: 0;
	margin-top: 180px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
.dxmzyyh-swiper .arrow-left {
	width: 34px;
	height: 73px;
	left: 0;
	margin-top: 180px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.dxmzyyh-swiper:hover .arrow-right, .dxmzyyh-swiper:hover .arrow-left {
	display: block;
}
.dxmzyyh-swiper .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 472px;
}
.dxmzyyh-swiper .swiper-slide a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
}
.dxmzyyh-swiper .swiper-pagination-bullet {
	background: url(//www.news.cn/ent/szzg/images/dot01.png) no-repeat;
	width: 27px;
	height: 24px;
	opacity: 1;
	vertical-align: middle;
}
.dxmzyyh-swiper .swiper-pagination-bullet-active {
	background: url(//www.news.cn/ent/szzg/images/dot02.png) no-repeat;
}
.banner {
	width: 100%;
	height: 755px;
	background: url(//www.news.cn/ent/szzg/images/banner.jpg) center top no-repeat;
}
.greatwall1 {
	width: 100%;
	height: 456px;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
.greatwall1pic {
	width: 740px;
	height: 456px;
	position: relative;
}
.greatwall1pic img {
	width: 740px;
	height: 452px;
	overflow: hidden;
}
.greatwall1txt {
	width: 414px;
	height: 452px;
	border: 17px solid #85190f;
	background: url(//www.news.cn/ent/szzg/images/videobg.jpg) top center no-repeat;
	box-sizing: border-box;
	padding: 1%;
}
.greatwall1txt p {
	width: 100%;
	height: 85%;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10%;/* margin: 5%; */
}
.greatwall1pic .playBtn {
	position: absolute;
	width: 74px;
	height: 74px;
	left: 50%;
	top: 50%;
	margin-left: -37px;
	margin-top: -37px;
	background: url("//www.xinhuanet.com/world/biaoforum2021/images/play.png") no-repeat;
	background-size: cover;
	cursor: pointer;
	display: none;
	z-index: 12;
}
.greatwall1pic #iframe2 {
	display: none;
	width: 740px;
	height: 452px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
}
.greatwall1pic .video-close {
	width: 17px;
	height: 17px;
	position: absolute;
	right: -16px;
	top: 0;
	z-index: 20;
	background: url("//www.xinhuanet.com/2015/img2015/icon_video.png") 0 -80px no-repeat;
	cursor: pointer;
	display: none;
}

@media screen and (min-width:0px) and (max-width: 767px) {
body {
	overflow-x: hidden;
}
.domMobile {
	display: block;
}
.domPC {
	display: none;
}
.banner {
	background: none;
	height: auto;
}
.banner img {
	width: 100%;
	height: auto;
}
.section {
	margin: 20px auto;
	width: 100%;
}
.section-2 .section-caption {
	width: 80px;
}
.section-11 .swiper-container-xctj {
	width: 100%;
	height: 250px;
}
.section-11 .title span.b-title a {
	font-size: 16px;
}
.section-11 .section-list {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.section-11 .pic img {
	display: block;
	width: 100%;
	height: auto;
}
.faceslide {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.faceslide .view .swiper-container {
	width: 100%;
	height: auto;
}
.faceslide .view .swiper-slide .sec_mleft {
	width: 100%;
	height: auto;
	background: none;
}
.faceslide .view .swiper-slide .sec_mleft img {
	width: 100%;
	height: auto;
}
.faceslide .view .swiper-slide .sec_mright {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
}
.faceslide .view .swiper-slide .sec_mright .tit a {
	font-size: 24px;
	line-height: 34px;
}
.faceslide .view .swiper-slide .sec_mright .note {
	font-size: 18px;
	overflow: hidden;
}
.faceslide .view .swiper-slide .sec_mright .sec_bot {
	height: auto;
}
.content {
	width: 100%;
}
.partlast {
	width: 100%;
	margin-top: 20px;
}
.partlast .view {
	width: 100%;
	height: auto;
	margin-left: 0;
}
.partlast .view .video-close {
	right: 0;
	z-index: 9999;
}
.partlast .view #iframe {
	width: 100%;
	height: 100%;
}
.partlast .view .swiper-container,  .partlast .view .swiper-slide {
	width: 100%;
	height: 100%;
}
.partlast .view .swiper-slide img {
	width: 100%;
	height: auto;
}
.partlast .view .swiper-slide .vBtn {
	display: none;
}
.partlast .view .swiper-slide .name,  .partlast .view .swiper-slide .name a {
	font-size: 18px;
}
.bigtit01,  .bigtit02 {
	height: 80px;
	margin-top: 10px;
	background-size: auto 100%;
}
.greatwall,  .greatwall1 {
	margin-top: 10px;
	height: auto;
}
.greatwall,  .greatwall img {
	width: 100%;
	height: auto;
}
.greatwalltxt {
	width: 100%;
	height: auto;
	margin-top: 0;
	box-sizing: border-box;
}
.dxmzyyh-swiper {
	height: 200px;
	margin-top: 50px;
}
.dxmzyyh-swiper .swiper-slide {
	background-size: 100% 100%;
	height: 10rem;
}
.dxmzyyh-swiper .swiper-slide a {
	font-size: 16px;
	line-height: 26px;
}
.greatwall1 {
	margin-bottom: 10px;
}
.greatwall1pic,  .greatwall1pic img {
	width: 100%;
	height: 14rem;
}
.greatwall1txt {
	width: 100%;
	height: auto;
}
.greatwall-list {
}
.section-17 .mod-tile {
	width: 46%;
	margin: 0;
	margin-bottom: 10px;
}
.section-17 .mod-tile:nth-child(odd) {
	margin-left: 3%;
}
.section-17 .mod-tile:nth-child(even) {
	margin-left: 2%;
}
.section-17 .mod-tile .caption {
	width: 100%;
}
.section-17 .mod-tile .media img {
	width: 100%;
	height: auto;
}
.greatwall1pic .playBtn {
	position: absolute;
	width: 74px;
	height: 74px;
	left: 50%;
	top: 50%;
	margin-left: -37px;
	margin-top: -37px;
	background: url("//www.xinhuanet.com/world/biaoforum2021/images/play.png") no-repeat;
	background-size: cover;
	cursor: pointer;
	display: none;
	z-index: 12;
}
.greatwall1pic #iframe2 {
	display: none;
	width: 100%;
	height: 14rem;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
}
.greatwall1pic .video-close {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 9999;
	background: url("//www.xinhuanet.com/2015/img2015/icon_video.png") 0 -80px no-repeat;
	cursor: pointer;
	display: none;
}
.dxmzyyh-swiper .arrow-left,  .dxmzyyh-swiper .arrow-right {
	display: none;
}
.faceslide .view {
	width: 100%;
	margin-left: 0;
}
.partlast .view .swiper-slide .bg {
	background: #85190f;
	bottom: 0;
	opacity: 0.7;
	background: -moz-linear-gradient(top, rgba(112, 10, 1, 0) 0%, rgba(112, 10, 1, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(112, 10, 1, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(112, 10, 1, 0) 0%, rgba(112, 10, 1, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#700a0100', endColorstr='#700a0100', GradientType=0);
}
.partlast .view .swiper-slide .name {
	bottom: 0;
}
.dxmzyyh {
	padding-bottom: 20px;
}
.faceslide .view .arrow-right {
	display: block;
	width: 34px;
	height: 73px;
	right: 0;
	top: 25%;
	margin-top: -17px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
.faceslide .view .arrow-left {
	display: block;
	width: 34px;
	height: 73px;
	left: 0;
	top: 25%;
	margin-top: -17px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.partlast .preview {
	height: 0;
	width:100%;
	padding:0;
	margin:0;
	}
.partlast .preview .arrow-left {
	left: 0;
	width: 34px;
	height: 73px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) 0 0 no-repeat;
	top: -9rem;
}
.partlast .preview .arrow-right {
	right: 0;
	width: 34px;
	height: 73px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) 0 0 no-repeat;
	top: -9rem;
}
.dxmzyyh-swiper .arrow-left, .dxmzyyh-swiper .arrow-right{ display:block; margin-top:3rem;}
}
