﻿@charset "utf-8";

/* CSS Document */
.section {
	margin: 50px auto;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #516ec9;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #516ec9;
}

.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,#516ec9 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: #516ec9;
	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 */

/* nav begin */
.nav {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #516ec9 url("http://www.newsimg.cn/enterprise/boaozgqyj2020/img/nav_bg.png") center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}

.nav-ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.nav-ul li {
	text-align: center;
	background: url("http://www.newsimg.cn/tech/5gsd2018/img/line-01.png") left center no-repeat;
	padding: 0 13px;
	font-size: 20px;
	position: relative;
	color: #fff;
	transition: .2s all linear;
	cursor: pointer;
}

.nav-ul li:first-child {
	background: none;
}

.nav-ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
}

.nav-ul li::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 50%;
	width: 0;
	height: 100%;
	border-bottom: 3px solid;
	transition: .2s all linear;
}

.nav-ul li:hover::before {
	width: 100%;
	top: 7px;
	left: 0;
	transition-delay: .1s;
	/*过渡延迟*/
	border-bottom-color: #516ec9;
}

.nav-ul li:hover~li::before {
	left: 50%;
}

/* nav end */

/* news-bream begin */
.news-bream {
	color: #fff;
	background: #516ec9;
	_position: relative;
	padding: 10px 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #f36e73;
}

.news-bream em {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	text-align: left;
}

.news-bream span {
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	display: inline-block;
}

.news-bream span a {
	color: #fff;
}

.news-bream span a:hover {
	color: #516ec9;
}

/* news-bream end */

/* news-list begin */
.news-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	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;
	display: none;
}

.news-list .mod-card .topic {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
	height: auto;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
}

.news-list .mod-card .topic span {
	float: right;
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
}

.news-list .mod-card .topic a {
	color: #333;
}

.news-list .mod-card .abstract {
	font-size: 14px;
	line-height: 1.6;
	padding: 5px 30px;
	-webkit-line-clamp: 4;
	text-align: justify;
	padding: 10px 120px 0 20px;
}

.news-list .mod-card .abstract a {
	color: #516ec9;
}

.xpage-more-btn {
	width: 150px;
	box-sizing: border-box;
	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: #516ec9;
	color: #fff;
	border-color: #516ec9;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* news-list end */

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 300px;
	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: #516ec9 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: #516ec9;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #516ec9;
	text-align: center;
	color: #fff;
	/*border-top:#df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */


/* 111111 */
@media screen and (max-width:768px) {
	.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: 110;
	}

	#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;
		box-sizing: border-box;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .3rem auto;
		padding: 0 .2rem;
		box-sizing: border-box;
	}

	/* 导航 begin */
	.nav {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		background: #516ec9 url("http://www.newsimg.cn/enterprise/boaozgqyj2020/img/nav_bg.png") left center no-repeat;
		background-size: auto;
		overflow: hidden;
		margin-bottom: .3rem;
	}

	.nav .swiper-container-nav {
		width: 100%;
		box-sizing: border-box;
		padding-left: .3rem;
		letter-spacing: 0;
	}

	.nav .swiper-slide {
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.nav .swiper-slide:last-child {
		margin-right: .4rem;
	}

	.nav .swiper-slide a {
		color: #fff;
	}

	/* 导航 end */

	/* news-bream begin */
	.news-bream {
		color: #fff;
		background: #516ec9;
		_position: relative;
		padding: .2rem .4rem;
		margin-bottom: .2rem;
		border-bottom: 2px solid #f36e73;
	}

	.news-bream em {
		font-size: .4rem;
		color: #fff;
		font-weight: 700;
		font-style: normal;
		display: inline-block;
		text-align: left;
	}

	.news-bream span {
		color: #fff;
		font-size: .28rem;
		padding-top: .1rem;
		display: inline-block;
	}

	.news-bream span a {
		color: #fff;
	}

	.news-bream span a:hover {
		color: #516ec9;
	}

	/* news-bream end */

	/* news-list begin */
	.news-list {
        margin-top: .2rem;
    }

	.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: auto;
		margin-right: .2rem;
	}

	.news-list .mod-card .topic {
		font-size: .32rem;
		font-weight: 400;
		color: #333;
		line-height: 1.8;
		height: auto;
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
		padding: 0 .2rem;
		text-align: justify;
	}

	.news-list .mod-card .topic span {
		float: right;
		color: #ccc;
		font-weight: normal;
		font-size: .24rem;
		padding-top: 5px;
		display: none;
	}

	.news-list .mod-card .topic a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news-list .mod-card .abstract {
		font-size: .24rem;
		line-height: 1.6;
		padding-top: .1rem;
		-webkit-line-clamp: 4;
		text-align: justify;
		display: none;
		padding: .1rem .2rem 0 .2rem;
	}

	.news-list .mod-card .abstract a {
		color: #516ec9;
	}

	.xpage-more-btn {
		width: 2.2rem;
		box-sizing: border-box;
		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: #516ec9;
		color: #fff;
		border-color: #516ec9;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* news-list end */

	/* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 2rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #516ec9;
		color: #fff;
	}

	.adBottom {
		background: #516ec9;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #516ec9;
		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 */

}