﻿@charset "utf-8";

/* CSS Document */
.section {
	margin: 50px auto 100px;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #1d4ccc;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #1d4ccc;
}

.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: rgba(51, 51, 51, .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, #1d4ccc 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: #1d4ccc;
	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: 850px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */

/* news-bream begin */
.news-bream {
    background: url("sub-title.png") left bottom repeat-x;
	padding: 10px 30px 20px 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid #1d4ccc;
}

.news-bream em {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	text-align: left;
}

.news-bream span {
	color: #333;
	font-size: 16px;
	padding-top: 10px;
	display: inline-block;
}

.news-bream span a {
	color: #333;
}

.news-bream span a:hover {
	color: #1d4ccc;
}

/* news-bream end */

/* news-list begin */
.news-list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.news-list li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.news-list .mod-card {
	*zoom: 1;
}

.news-list .mod-card:before,
.news-list .mod-card:after {
	content: "";
	display: table;
}

.news-list .mod-card:after {
	clear: both;
}

.news-list .mod-card .media img {
	float: left;
	width: 260px;
	height: 150px;
	margin-right: 20px;
}

.news-list .mod-card .topic {
	font-size: 22px;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list .mod-card .topic a {
	color: #333;
}

.news-list .mod-card .abstract {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
	-webkit-line-clamp: 4;
	text-align: justify;
}

.news-list .mod-card .abstract a {
	color: #b40000;
}

/* news-list end */

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 180px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: "扫描分享";
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}

@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: #1d4ccc 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: #1d4ccc;
	/*padding: 20px 0 40px;*/
}

.adBottom .widthMain {
	padding: 0;
}

.footer {
	padding: 50px 0;
	background: #800000;
	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: #800000;
	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: #800000;
	font-size: 14px;
	color: #fff;
}

.xpage-more-btn a {
	color: #fff;
}

.xpage-more-btn:hover {
	background: #eee;
	color: #1d4ccc;
	border-color: #800000;
}

.xpage-more-btn:hover a {
	color: #fff;
}

.return {
    background: url("http://www.newsimg.cn/tech/20181031mzppgc/img/return.jpg") 0 3px no-repeat;
    font-size: 16px;
    text-indent: 30px;
}

.return a {
    border-bottom: 1px dashed #1d4ccc;
	padding-bottom: 3px;
    color: #09f;
}

/* xpage 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("http://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("http://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("http://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("http://www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 10;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #000;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */
	.widthMain {
		width: 100%;
		margin: 0 auto;
		padding: .4rem .2rem;
	}

	.main .widthMain {
		padding: 0;
	}

	.section {
		width: 100%;
		margin: .4rem auto .6rem;
		padding: 0 .2rem;
	}

	/* news-bream begin */
	.news-bream {
		background: url("sub-title.png") left bottom repeat-x;
		background-size: 3%;
		padding: .1rem .2rem .2rem .2rem;
		margin-bottom: .4rem;
		border-bottom: .04rem solid #1d4ccc;
	}

	.news-bream em {
		font-size: .4rem;
		color: #333;
		font-weight: 700;
		font-style: normal;
		display: inline-block;
		text-align: left;
	}

	.news-bream span {
		color: #333;
		font-size: .28rem;
		padding-top: .1rem;
		display: inline-block;
	}

	.news-bream span a {
		color: #333;
	}

	.news-bream span a:hover {
		color: #1d4ccc;
	}

	/* news-bream end */

	/* news-list begin */
	.news-list li {
		padding-bottom: .2rem;
		margin-bottom: .2rem;
		border-bottom: 1px dashed #ccc;
	}

	.news-list li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

	.news-list .mod-card {
		*zoom: 1;
	}

	.news-list .mod-card:before,
	.news-list .mod-card:after {
		content: "";
		display: table;
	}

	.news-list .mod-card:after {
		clear: both;
	}

	.news-list .mod-card .media img {
		float: left;
		width: 3rem;
		height: 1.7rem;
		margin-right: .2rem;
	}

	.news-list .mod-card .topic {
		font-size: .32rem;
		font-weight: 400;
		color: #333;
		line-height: 1.6;
		height: auto;
		text-align: justify;
		white-space: inherit;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news-list .mod-card .topic a {
		color: #333;
	}

	.news-list .mod-card .abstract {
		font-size: .28rem;
		line-height: 1.6;
		padding-top: .1rem;
		-webkit-line-clamp: 4;
		text-align: justify;
		display: none;
	}

	.news-list .mod-card .abstract a {
		color: #b40000;
	}

	/* news-list end */

	/* RTools begin */
	.RTools {
		width: 40px;
		bottom: 100px;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #880000;
		color: #fff;
	}

	.adBottom {
		background: #880000;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #880000;
		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: 2rem;
	}

	.btn-h-e {
		font-size: .28rem;
		border-radius: .1rem;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
		background-color: #880000;
		width: 100%;
		text-align: center;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .2rem 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		text-decoration: none;
		overflow: hidden;
	}

	.btn-h-e::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		display: block;
		width: 3rem;
		height: 3rem;
		content: "";
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		z-index: -1;
	}

	.btn-h-e::after {
		position: absolute;
		top: 40%;
		left: 50%;
		transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		font-weight: 900;
		line-height: inherit;
		color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		opacity: 0;
		z-index: -1;
	}

	.btn-h-e:hover {
		color: transparent;
	}

	.btn-h-e:hover::before,
	.btn-h-e:hover::after {
		transition-duration: .15s;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		color: #fff;
	}

	/* 区块more end */

	/* xpage begin */
	.xpage-more-btn {
		width: 2.2rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #880000;
		font-size: .28rem;
		color: #fff;
	}

	.xpage-more-btn a {
		color: #fff;
	}

	.xpage-more-btn:hover {
		background: #eee;
		color: #880000;
		border-color: #880000;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	.return {
		background: url("http://www.newsimg.cn/tech/20181031mzppgc/img/return.jpg") 0 0 no-repeat;
		font-size: .28rem;
		text-indent: .6rem;
	}

	.return a {
		border-bottom: 1px dashed #1d4ccc;
		padding-bottom: .06rem;
		color: #09f;
	}
	

	/* xpage end */

	/* section-title begin */
	.section-4 .section-title,
	.section-11-1 .section-title,
	.section-17 .section-title,
	.section-23-1 .section-title,
	.section-52 .section-title {
		width: 100%;
		height: 1.1rem;
		line-height: .94rem;
		text-indent: inherit;
		background: url("section-title-mb.png") center center no-repeat;
		background-size: 70%;
		border-bottom: 0;
		margin: 0 auto .3rem;
	}

	.section-4 .section-title em,
	.section-11-1 .section-title em,
	.section-17 .section-title em,
	.section-23-1 .section-title em,
	.section-52 .section-title em {
		display: block;
		text-align: center;
		font-size: .4rem;
		padding-top: 0;
		color: #333;
		letter-spacing: .1rem;
	}

	.section-4 .section-title em a,
	.section-11-1 .section-title em a,
	.section-17 .section-title em a,
	.section-23-1 .section-title em a,
	.section-52 .section-title em a {
		color: #333;
	}

	.section-4 .section-title em a:hover,
	.section-11-1 .section-title em a:hover,
	.section-17 .section-title em a:hover,
	.section-23-1 .section-title em a:hover,
	.section-52 .section-title em a:hover {
		color: #1d4ccc;
	}

	/* section-title end */
}