@charset "utf-8";

/* CSS Document */
/* html,body{
	width: 100%;
	height: 100%;
} */

.container {
	width: 1200px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.min-1200 {
	width: 100%;
	min-width: 1200px;
}

.y-img img {
	display: block;
}

body {
	font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
	background: #1b2447;
}

/* ------------------------------首页------------------------------- */
/* 手机导航 */
/*手机导航*/
#mobileHeader {
  width: 100%;
  line-height: 0;
  background: #eee url(http://www.news.cn/world/2015/images/bgSjTop.png) no-repeat 0 0;
  /*-webkit-background-size: 100% 45px;
  background-size: 100% 45px;*/
  position: relative;
  z-index: 9999;
  height: 60px;
}

#mobileHeader .logo {
  display: block;
  width: 66px;
  height: 50px;
  background: url(http://www.news.cn/world/2015/images/xh_mobile_header.png) no-repeat 0 0;
  -webkit-background-size: 66px;
  background-size: 66px;
  position: absolute;
  top: 3px;
  left: 15px;
}

#mobileHeader .name {
  display: inline-block;
  /* width: 5rem; height: .8rem;*/
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  padding-left:105px;
  /*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: 38px;
  height: 34px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(http://www.news.cn/world/2015/images/xh_mobile_header.png);
  background-position: -78px -120px;
}

#mobileHeader .mobileNavList {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  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;
}





#mobileHeader{
	display: none;
}
#page-mobile-header{
	display: none;
}

/*top-bar*/
body {
  padding-top: 45px;
}

.top-bar {
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  width: 100%;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 3px 0 3px rgba(0, 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: " ";
}

.top-bar li:last-of-type:after {
  content: " ";
}

.top-bar .item {
  line-height: 45px;
  font-size: 14px;
}

.top-bar .item a {
  padding-left: 5px;
  padding-right: 5px;
}

.top-bar .home-site-link {
  color: #000;
}

.top-bar a {
  color: #1a1a1a;
}

.top-bar .loading {
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background-color: #f5f5f5;
}

.footer {
	background: #4d5e9d;
	padding-top: 2px;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-top: 72px;
	color: #fff;
	border-top: 14px solid #2b3f8a;
}

.foot-wapper {
	padding: 40px 0;
}

.footer .copy {
	margin-bottom: 8px;
}



/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 160px;
  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%;
  margin: 5px auto 0;
  color: #333;
  font-size: 20px;
  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: 268px;
    height: 310px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #4d5e9d 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;
}



/* -------------------新闻列表页----------------------- */
/* PC */
.phd-inside{
	height: 630px;
}
.news-bream{
	background: #a71e32;
	height: 65px;
	line-height: 65px;
}
.news-bream .span-title{
	width: 186px;
	height: 72px;
	padding-top: 4px;
	margin-top: -11px;
	line-height: 72px;
	color: #fff;
	font-size: 28px;
	background: url('http://www.newsimg.cn/tech/zgppr20180507/img/bg-03.png') center center no-repeat;
	text-align: center;
}
.news-bream .span-title a {
    color: #fff;
    font-size: 22px;
}
.news-bream .span-return{
	font-size: 18px;
	color: #e8eaea;
}
.news-bream .span-return a{
	color: #e8eaea;
}
.news-bream .span-return:hover a{
	color: #fff;
}
.news-list-ul1{
	margin: 33px auto 83px;
}
.news-list-ul1 li{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 26px 0 19px;
	border-bottom: 1px dashed #d8d8d8;
}
.news-list-ul1 li .span-title{
	font-size: 20px;
	color: #4c4c4c;
	margin-bottom: 11px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-list-ul1 li .span-title a{
	color: #4c4c4c;
}
.news-list-ul1 li .span-title a:hover{
	color: #a71e32;
}
.news-list-ul1 li .span-detail{
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* MOBILE */
@media (max-width: 767px) {

	body {
		font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
		/* background: url('http://www.newsimg.cn/tech/zgppr20180507/img/b-bg1.jpg') center bottom no-repeat #fff; */
		margin: 0 auto;
		width: 640px;
	}

	.container {
		width: auto;
		min-width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.min-1200 {
		width: 100%;
		min-width: 100%;
	}

	#mobileHeader{
		display: block;
	}
	#page-mobile-header{
		display: block;
	}

	#page-pc-header{
		display: none;
	}
	#top-bar{
		display: none;
	}

	/*top-bar*/
	body {
	  padding-top: 0;
	}

	.phd-inside{
		height: 310px;
	}
	.news-bream{
		background: #a71e32;
		height: 65px;
		line-height: 65px;
	}
	.news-bream .span-title{
		width: 186px;
		height: 72px;
		padding-top: 4px;
		margin-top: -11px;
		line-height: 72px;
		color: #fff;
		font-size: 28px;
		background: url('http://www.newsimg.cn/tech/zgppr20180507/img/bg-03.png') center center no-repeat;
		text-align: center;
	}
	.news-bream .span-return{
		font-size: 18px;
		color: #e8eaea;
	}
	.news-bream .span-return a{
		color: #e8eaea;
	}
	.news-list-ul1{
		margin: 33px 20px 0 20px;
	}
	.news-list-ul1 li{
		font-size: 18px;
		line-height: 28px;
		color: #999;
		padding: 26px 0 19px;
		border-bottom: 1px dashed #d8d8d8;
	}
	.news-list-ul1 li .span-title{
		font-size: 24px;
		color: #4c4c4c;
		margin-bottom: 11px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.news-list-ul1 li .span-title a{
		color: #4c4c4c;
	}
	.news-list-ul1 li .span-detail{
		height: 84px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.footer {
		background: #4d5e9d;
		padding-top: 2px;
		font-size: 14px;
		color: #666;
		line-height: 18px;
		margin-top: 72px;
		color: #fff;
		border-top: 14px solid #2b3f8a;
	}

	.foot-wapper {
		padding: 40px 0;
	}

	.footer .copy {
		margin-bottom: 8px;
	}
}
























