@charset "utf-8";
/* CSS Document */

.section {
	margin: 70px auto;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #b3212c;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #b3212c;
}

.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: #666;
}

.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.section-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background: linear-gradient(to right, #b3212c 0%, #2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}

.section-title em {
	font-style: normal;
	font-weight: 700;
	color: #000;
}

.section-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 {
	background-color: rgba(0, 153, 255, .2);
	color: #b3212c;
	transition: .3s;
}

/* 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: 650px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */

/* section-3 begin */
.section-3 {
	margin: 40px auto;
}

.section-3 .title {
	width: 98.5%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 40px;
	font-weight: 700;
	color: #333;
	text-align: center;
	letter-spacing: -1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-3 .title a {
	color: #333;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #b3212c;
}

.section-3 .note {
	color: #999;
	font-size: 16px;
	line-height: 1.8;
	padding: 10px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 15;
	text-align: justify;
}

/* section-3 end */

/* section-8-1 begin */
.section-8-1 .col-1 {
	height: 380px;
	margin-bottom: 30px;
	background: #f7f7f7 url("fenlt_bg.jpg") 0 0 no-repeat;
	background-size: contain;
}

.section-8-1 .col-1 .mod-tile i {
	padding: 20px 0;
	display: block;
}

.section-8-1 .col-1 .mod-tile .media img {
	float: right;
	width: 655px;
	height: 380px;
}

.section-8-1 .col-1 .mod-tile .caption {
	background-color: #b3212c;
	font-size: 30px;
	line-height: 1.6;
	color: #fff;
	font-weight: 700;
	padding: 25px;
	position: relative;
}

.section-8-1 .col-1 .mod-tile .caption::before {
	content: "news ent";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .1);
	text-transform: uppercase;
	display: table;
	width: 500px;
	margin-top: 0;
	z-index: 1;
	font-size: 90px;
	font-family: "Times New Roman";
	font-weight: bolder;
}

.section-8-1 .col-1 .mod-tile .caption a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-8-1 .col-1 .mod-tile .abstract {
	color: #777;
	padding: 20px 30px 0;
}

.section-8-1 .col-1 .mod-tile .abstract span {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.section-8-1 .col-2 {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	display: none;
}

.section-8-1 .col-2 .swiper-slide {
	background-color: #b3212c;
}

.section-8-1 .col-2 .mod-card {
	*zoom: 1;
}

.section-8-1 .col-2 .mod-card::before,
.section-8-1 .col-2 .mod-card::after {
	content: "";
	display: table;
}

.section-8-1 .col-2 .mod-card::after {
	clear: both;
}

.section-8-1 .col-2 .mod-card .media img {
	float: left;
	width: 260px;
	height: 180px;
}

.section-8-1 .col-2 .mod-card .topic {
	float: left;
	width: 300px;
	font-size: 20px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-weight: 700;
	color: #fff;
	line-height: 1.8;
	height: auto;
	padding-right: 30px;
	margin: 35px 30px;
	position: relative;
}

.section-8-1 .col-2 .mod-card .topic::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	border-right: 1px #fff dashed;
}

.section-8-1 .col-2 .mod-card .topic a {
	color: #fff;
}

.section-8-1 .col-2 .mod-card .abstract {
	float: left;
	width: 460px;
	font-size: 14px;
	line-height: 2;
	-webkit-line-clamp: 4;
	text-align: justify;
	color: #fff;
	margin-top: 35px;
}

.section-8-1 .col-2 .swiper-pagination-fraction {
	bottom: 50px;
	right: 20px;
	left: auto;
	width: auto;
	color: #fff;
	font-weight: lighter;
	font-size: 40px;
	letter-spacing: -5px;
}

.section-8-1 .col-2 .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 40px;
	color: rgba(255, 167, 0, 1);
	letter-spacing: 0;
}

.section-8-1 .col-2 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
	letter-spacing: 0;
}

.section-8-1 .col-2 .swiper-button-prev,
.section-8-1 .col-2 .swiper-button-next {
	background-color: rgba(237, 172, 48, 1);
	width: 30px;
	height: 30px;
	margin-top: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 25%;
	top: inherit;
	bottom: 10px;
}

.section-8-1 .col-2 .swiper-button-prev {
	left: inherit;
	right: 40px;
}

.section-8-1 .col-2 .swiper-button-next {
	right: 10px;
}

.section-8-1 .col-2 .swiper-button-prev:hover,
.section-8-1 .col-2 .swiper-button-next:hover {
	background-color: rgba(237, 172, 48, .7);
}

.section-8-1 .col-3 {
	margin-bottom: 30px;
}

.section-8-1 .col-3 .mod-topics {
	border-bottom: 1px dashed #ccc;
	width: calc(100%/2 - 20px);
	margin-left: calc(20px*2 / 1);
	margin-top: calc(20px*2 / 2);
	padding-bottom: 10px;
}

.section-8-1 .col-3 .mod-topics:nth-child(odd) {
	margin-left: 0;
}

.section-8-1 .col-3 .mod-topics:nth-last-child(-n+2) {
	border-bottom: 0;
}

.section-8-1 .col-3 .mod-topics .topic {
	height: inherit;
	line-height: 1.6;
	font-size: 20px;
	position: relative;
	padding-left: 20px;
	color: #333;
}

.section-8-1 .col-3 .mod-topics .topic a {
	color: #333;
}

.section-8-1 .col-3 .mod-topics .topic a:hover {
	color: #b3212c;
}

.section-8-1 .col-3 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #b3212c;
	position: absolute;
	left: 0;
	top: 10px;
}

.section-8-1 .col-3 .mod-topics .abstract {
	line-height: 1.8;
	font-size: 14px;
	margin-top: 10px;
	color: #888;
	padding-left: 20px;
}

.section-8-1 .col-3 .mod-topics .abstract a {
	color: #888;
}

.section-8-1 .col-3 .mod-topics .abstract a:hover {
	color: #b3212c;
}

.section-8-1 .col-4 .mod-tile {
	width: calc(100%/4 - 15px);
	margin-left: calc(15px*4 / 3);
	margin-top: calc(15px*4 / 3);
	/* padding-left: 10px; 配合.ribbon用*/
	overflow: hidden;
}

.section-8-1 .col-4 .mod-tile:nth-child(4n+1) {
	margin-left: 0;
}

.section-8-1 .col-4 .mod-tile .media {
	width: 100%;
	position: relative;
}

.section-8-1 .col-4 .mod-tile .media a {
	overflow: hidden;
	display: block;
}

.section-8-1 .col-4 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-8-1 .col-4 .mod-tile .media a img {
	transition: all .4s ease-in-out;
}

.section-8-1 .col-4 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}

.section-8-1 .col-4 .mod-tile .media .ribbon {
	display: inline-block;
	position: absolute;
	color: #fff;
	min-width: 55px;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 10px;
	background: #b3212c;
	left: -10px;
	top: 140px;
	z-index: 10;
	display: none;
}

.section-8-1 .col-4 .mod-tile .media .ribbon::before,
.section-8-1 .col-4 .mod-tile .media .ribbon::after {
	content: "";
	position: absolute;
}

.section-8-1 .col-4 .mod-tile .media .ribbon::before {
	height: 0;
	width: 0;
	border-bottom: 10px solid #b3212c;
	border-left: 10px solid transparent;
	top: -10px;
	left: 0;
}

.section-8-1 .col-4 .mod-tile .media .ribbon::after {
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #b3212c;
	right: -10px;
}

.section-8-1 .col-4 .mod-tile .caption {
	line-height: 1.6;
	font-size: 16px;
	width: 100%;
	min-height: 101px;
	padding: 20px;
	color: #888;
	background: #f7f7f7;
}

.section-8-1 .col-4 .mod-tile .caption a {
	color: #888;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-8-1 .col-4 .mod-tile .abstract {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	background: #f7f7f7;
	padding: 25px 20px 0;
	overflow: hidden;
	height: calc(100% - 100px);
	position: absolute;
	right: -100%;
	bottom: 100px;
	border-bottom: 1px dashed #b0b8de;
	text-align: justify;
}

.section-8-1 .col-4 .mod-tile .abstract span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.section-8-1 .col-4 .mod-tile .caption:hover+.abstract {
	/* 元素相邻且紧接着 */
	right: 0;
	bottom: 100px;
	transition: all .2s ease-in-out;
}

.section-8-1:nth-child(even) .col-1 .mod-tile .media img {
	float: left;
}

/* section-8-1 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%;
}

@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: #b3212c 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: #b3212c;
	/*padding: 20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #b3212c;
	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: #b3212c;
	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 */
.xpage-more-btn {
	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: #eee;
	font-size: 14px;
}

.xpage-more-btn a {
	color: #333;
}

.xpage-more-btn:hover {
	background: #b3212c;
	color: #fff;
	border-color: #b3212c;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-3 .section-title,
.section-8-1 .section-title {
	width: 1200px;
	height: 105px;
	line-height: 105px;
	text-indent: inherit;
	/* background: url("section-title.jpg") center center no-repeat; */
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 90%;
	border-bottom: 0;
	margin: 0 auto 40px;
}

.section-3 .section-title em,
.section-8-1 .section-title em {
	display: block;
	text-align: center;
	font-size: 30px;
	/* padding-top: 3px; */
	color: #fff;
	text-indent: -9999px;
}

/* section-title end */


/* 111111 */
@media screen and (max-width:768px) {

	.domPC {
		display: none
	}

	.domMOB {
		display: block
	}

	.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: .4rem auto;

		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .3rem auto;
		padding: 0 .2rem;

	}

	/* section-3 begin */
	.section-3 {
		margin-top: .2rem;
	}

	.section-3 .title {
		color: #333;
		font-size: .4rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		white-space: inherit;
	}

	.section-3 .title a {
		color: #333;
		padding: 0;
	}

	.section-3 .note {
		color: #999;
		font-size: .28rem;
		line-height: 1.8;
		padding: .1rem 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 30;
		text-align: justify;
	}

	/* section-3 end */

	/* section-8-1 begin */
	.section-8-1 .col-1 {
		height: auto;
		margin-bottom: .3rem;
		background: #f7f7f7 url("fenlt_bg.jpg") 0 0 no-repeat;
		background-size: contain;
	}

	.section-8-1 .col-1 .mod-tile i {
		padding: 0;
		display: block;
	}

	.section-8-1 .col-1 .mod-tile .media img {
		float: none;
		width: 100%;
		height: auto;
	}

	.section-8-1 .col-1 .mod-tile .caption {
		background-color: #b3212c;
		font-size: .4rem;
		color: #fff;
		font-weight: 700;
		padding: .3rem;
		position: relative;
	}

	.section-8-1 .col-1 .mod-tile .caption::before {
		content: "news ent";
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: rgba(255, 255, 255, .1);
		text-transform: uppercase;
		display: table;
		width: 100%;
		margin-top: 0;
		z-index: 1;
		font-size: 1.3rem;
		font-family: "Times New Roman";
		font-weight: bolder;
	}

	.section-8-1 .col-1 .mod-tile .caption a {
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.section-8-1 .col-1 .mod-tile .abstract {
		color: #777;
		padding: .3rem .3rem 0;
	}

	.section-8-1 .col-1 .mod-tile .abstract span {
		font-size: .28rem;
		line-height: 2;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		margin-bottom: .3rem;
	}

	.section-8-1 .col-2 {
		position: relative;
		margin-bottom: .2rem;
		overflow: hidden;
		display: none;
	}

	.section-8-1 .col-2 .swiper-slide {
		background-color: #b3212c;
	}

	.section-8-1 .col-2 .mod-card {
		*zoom: 1;
	}

	.section-8-1 .col-2 .mod-card::before,
	.section-8-1 .col-2 .mod-card::after {
		content: "";
		display: table;
	}

	.section-8-1 .col-2 .mod-card::after {
		clear: both;
	}

	.section-8-1 .col-2 .mod-card .media img {
		float: none;
		width: 100%;
		height: auto;
	}

	.section-8-1 .col-2 .mod-card .topic {
		float: none;
		width: auto;
		font-size: .4rem;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-weight: 700;
		color: #fff;
		line-height: 1.6;
		height: auto;
		padding-right: 0;
		padding-bottom: .4rem;
		margin: .4rem;
		position: relative;
	}

	.section-8-1 .col-2 .mod-card .topic::before {
		content: "";
		position: absolute;
		top: inherit;
		right: inherit;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		border-right: none;
		border-bottom: 1px #fff dashed;
	}

	.section-8-1 .col-2 .mod-card .topic a {
		color: #fff;
	}

	.section-8-1 .col-2 .mod-card .abstract {
		float: none;
		width: 100%;
		font-size: .24rem;
		line-height: 2;
		-webkit-line-clamp: 5;
		text-align: justify;
		color: #fff;
		margin-top: 0;
		padding: 0 .4rem;
		margin-bottom: 1.4rem;
	}

	.section-8-1 .col-2 .swiper-pagination-fraction {
		bottom: .2rem;
		right: 1.6rem;
		left: auto;
		width: auto;
		color: #fff;
		font-weight: lighter;
		font-size: .6rem;
		letter-spacing: 0;
	}

	.section-8-1 .col-2 .swiper-pagination-fraction .swiper-pagination-current {
		font-size: .6rem;
		color: rgba(255, 167, 0, 1);
		letter-spacing: 0;
	}

	.section-8-1 .col-2 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .32rem;
		letter-spacing: 0;
	}

	.section-8-1 .col-2 .swiper-button-prev,
	.section-8-1 .col-2 .swiper-button-next {
		background-color: rgba(237, 172, 48, 1);
		width: .6rem;
		height: .6rem;
		margin-top: 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: 25%;
		top: inherit;
		bottom: .3rem;
	}

	.section-8-1 .col-2 .swiper-button-prev {
		left: inherit;
		right: .8rem;
	}

	.section-8-1 .col-2 .swiper-button-next {
		right: .2rem;
	}

	.section-8-1 .col-2 .swiper-button-prev:hover,
	.section-8-1 .col-2 .swiper-button-next:hover {
		background-color: rgba(237, 172, 48, .7);
	}

	.section-8-1 .col-3 {
		margin-bottom: .3rem;
	}

	.section-8-1 .col-3 .mod-topics {
		border-bottom: 1px dashed #ccc;
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-top: calc(.1rem*2 / 1);
		padding-bottom: calc(.1rem*2 / 1);
	}

	.section-8-1 .col-3 .mod-topics:nth-child(odd) {
		margin-left: 0;
	}

	.section-8-1 .col-3 .mod-topics:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.section-8-1 .col-3 .mod-topics .topic {
		height: inherit;
		line-height: 1.3;
		font-size: .32rem;
		position: relative;
		padding-left: .3rem;
		color: #333;
	}

	.section-8-1 .col-3 .mod-topics .topic a {
		color: #333;
	}

	.section-8-1 .col-3 .mod-topics .topic a:hover {
		color: #b3212c;
	}

	.section-8-1 .col-3 .mod-topics .topic::after {
		content: "";
		display: block;
		width: .1rem;
		height: .3rem;
		background: #b3212c;
		position: absolute;
		left: 0;
		top: .08rem;
	}

	.section-8-1 .col-3 .mod-topics .abstract {
		line-height: 1.6;
		font-size: .24rem;
		margin-top: .1rem;
		color: #888;
		padding-left: .3rem;
	}

	.section-8-1 .col-3 .mod-topics .abstract a {
		color: #888;
	}

	.section-8-1 .col-3 .mod-topics .abstract a:hover {
		color: #b3212c;
	}

	.section-8-1 .col-4 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-top: calc(.1rem*2 / 1);
		/* padding-left: 10px; 配合.ribbon用*/
		overflow: hidden;
	}

	.section-8-1 .col-4 .mod-tile:nth-child(4n+1) {
		margin-left: 0;
	}

	.section-8-1 .col-4 .mod-tile:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-8-1 .col-4 .mod-tile .media {
		width: 100%;
		position: relative;
	}

	.section-8-1 .col-4 .mod-tile .media a {
		overflow: hidden;
		display: block;
	}

	.section-8-1 .col-4 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-8-1 .col-4 .mod-tile .media a img {
		transition: all .4s ease-in-out;
	}

	.section-8-1 .col-4 .mod-tile .media a:hover img {
		transform: scaleX(1.2) scaleY(1.2);
	}

	.section-8-1 .col-4 .mod-tile .media .ribbon {
		display: inline-block;
		position: absolute;
		color: #fff;
		min-width: .9rem;
		font-size: .28rem;
		font-weight: 700;
		height: .6rem;
		line-height: .6rem;
		padding-left: .2rem;
		padding-right: .1rem;
		background: #b3212c;
		left: -.1rem;
		top: 1.6rem;
		z-index: 10;
		display: none;
	}

	.section-8-1 .col-4 .mod-tile .media .ribbon::before,
	.section-8-1 .col-4 .mod-tile .media .ribbon::after {
		content: "";
		position: absolute;
	}

	.section-8-1 .col-4 .mod-tile .media .ribbon::before {
		height: 0;
		width: 0;
		border-bottom: .1rem solid #b3212c;
		border-left: .1rem solid transparent;
		top: -.1rem;
		left: 0;
	}

	.section-8-1 .col-4 .mod-tile .media .ribbon::after {
		height: 0;
		width: 0;
		border-top: .3rem solid transparent;
		border-bottom: .3rem solid transparent;
		border-left: .2rem solid #b3212c;
		right: -.2rem;
	}

	.section-8-1 .col-4 .mod-tile .caption {
		line-height: 1.6;
		font-size: .28rem;
		width: 100%;
		min-height: 1.2rem;
		padding: .2rem;
		color: #888;
		background: #f7f7f7;
	}

	.section-8-1 .col-4 .mod-tile .caption a {
		color: #888;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-8-1 .col-4 .mod-tile .abstract {
		width: 100%;
		font-size: .24rem;
		line-height: 1.6;
		color: #888;
		background: #f7f7f7;
		padding: .2rem;
		overflow: hidden;
		height: 100%;
		position: inherit;
		right: 0;
		bottom: 0;
		border-bottom: none;
		border-top: 1px dashed #b0b8de;
		text-align: justify;
	}

	.section-8-1 .col-4 .mod-tile .abstract span {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.section-8-1 .col-4 .mod-tile .caption:hover+.abstract {
		/* 元素相邻且紧接着 */
		right: 0;
		bottom: 100px;
		transition: all .2s ease-in-out;
	}

	.section-8-1:nth-child(even) .col-1 .mod-tile .media img {
		float: left;
	}

	/* section-8-1 end */

	/* RTools begin */
	.RTools {
		width: 40px;
		bottom: 100px;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #b3212c;
		color: #fff;
	}

	.adBottom {
		background: #b3212c;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #b3212c;
		text-align: center;
		/*margin-top:.4rem;border-top:#df0045 solid .1rem;*/
	}

	.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: 2.4rem;
	}

	.btn-h-e {
		font-size: .28rem;
		border-radius: .1rem;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
		background-color: #b3212c;
		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: .3rem 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.6rem;

		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #eee;
		font-size: .28rem;
	}

	.xpage-more-btn a {
		color: #333;
	}

	.xpage-more-btn:hover {
		background: #b3212c;
		color: #fff;
		border-color: #b3212c;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
	.section-3 .section-title,
	.section-8-1 .section-title {
		width: 100%;
		height: 1.4rem;
		line-height: 1.4rem;
		text-indent: inherit;
		/* background: url("section-title.jpg") center center no-repeat; */
		background-color: inherit;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		border-bottom: 0;
		margin: 0 auto .3rem;
	}

	.section-3 .section-title em,
	.section-8-1 .section-title em {
		display: block;
		text-align: center;
		font-size: .4rem;
		/* padding-top: 2px; */
		color: #fff;
		text-indent: -9999px;
	}

	/* section-title end */
}

#section-3 .section-title {
	background-image: url("scetion-bg-qy.png");
}

#section-8-1 .section-title {
	background-image: url("scetion-bg-dy.png");
}

#section-8-2 .section-title {
	background-image: url("scetion-bg-jj.png");
}

#section-8-3 .section-title {
	background-image: url("scetion-bg-zy.png");
}
