@charset "utf-8";

/* CSS Document */
/* html,body{
	width: 100%;
	height: 100%;
} */


body {
	font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
	background:#fff;
}
.container {
	width: 1200px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.min-1200 {
	width: 100%;
	min-width: 1200px;
}
 img{
 	max-width: 100%;
 }

.mb60{
	margin-bottom: 60px;
}

/* ------------------------------首页------------------------------- */
/* 手机导航 */
/*手机导航*/
#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-mb-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*/
.domPC, .domMobile {
    display: none;
}
.domPC {
    display: block;
}
#bottomBody {
    background: #f9f7f4;
}
.adBottom {
    background: #f9f7f4;
    padding: 20px 0;
}
.footer {
    padding: 18px 0 9px;
    background: #1760d8;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer p {
	display: inline-block;
	margin: 0 7px;
    line-height: 2;
}



/*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;
}

.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: #1369d3 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: 542px;
}

.nav-swiper{
	display: none;
}
.nav {
	display: block;
	height: 60px;
	line-height: 60px;
	background: #1369d3;
}

.nav-ul {
	width: 1200px;
}

.nav-ul li {
	float: left;
	text-align: center;
	background: url('http://www.newsimg.cn/tech/5gsd2018/img/line-01.png') left center no-repeat;
}

.nav-ul li:first-child {
	background: none;
}

.nav-ul li a {
	display: block;
	padding: 0 19px;
	font-size: 18px;
	color: #fff;
}

.news-bream{
	padding-bottom: 6px;
	background: url('http://www.newsimg.cn/tech/5gsd2018/img/bg-10.png') center bottom no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #1269d1;
	margin-top: 25px;
}

.news-list-ul{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 14px;
}
.news-list-ul li{
	float: left;
	width: 33.33%;
	margin-top: 36px;
}
.news-list-ul .div1{
	margin: 0 15px;
}
.news-list-ul .div1 .span-pic,.news-list-ul .div1 .span-pic a,.news-list-ul .div1 .span-pic img{
	width: 100%;
	display: block;
}
.news-list-ul .div1 .span-pic img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news-list-ul .div1 .span-pic:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1); 
}

.news-list-ul .div1 .span-title{
	font-size: 16px;
	max-height: 66px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 22px;
}
.news-list-ul .div1 .span-title a{
	font-size: 16px;
	color: #404040;
}
.news-list-ul .div1 .span-title a:hover{
	color: #237be8;
}
.news-list-ul .div1 .span-date{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}

/* 文字列表 */
.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: #237be8;
}
.news-list-ul1 li .span-detail{
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/* MOBILE */
@media screen and (max-width: 767px) {

	body {
		font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
		/* background: url('http://www.newsimg.cn/tech/5gsd2018/img/b-bg1.jpg') center bottom no-repeat #fff; */
		margin: 0 auto;
		width: 640px;
	}

	.container {
		width: 600px;
		min-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.min-1200 {
		width: 100%;
		min-width: 100%;
	}

	#mobileHeader{
		display: block;
	}
	#page-mb-header{
		display: block;
	}

	#page-pc-header{
		display: none;
	}
	#top-bar{
		display: none;
	}

	/*top-bar*/
	body {
	  padding-top: 0;
	}

	.phd-inside{
		height: 438px;
	}
	
	.nav{
		display: none;
	}
	.nav-swiper{
		display: block;
		background: #1369d3;
		height: 70px;
		line-height: 70px;
	}
	.nav-swiper a{
		font-size: 28px;
		color: #fff;
		padding: 0 27px 0 28px;
		background: url('http://www.newsimg.cn/tech/5gsd2018/img/line-01.png') left center no-repeat;
	}
	.nav-swiper .swiper-slide{
		width: auto;
	}
	.nav-swiper .swiper-slide:first-child a{
		background: none;
	}

	.news-bream{
		font-size: 24px;
	}
	
	/*footer*/
	.domPC, .domMobile {
	    display: none;
	}
	.domPC {
	    display: block;
	}
	#bottomBody {
	    background: #f9f7f4;
	}
	.adBottom {
	    background: #f9f7f4;
	    padding: 20px 0;
	}
	.footer {
	    padding: 18px 0 9px;
	    background: #1760d8;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	}
	.footer p {
		display: inline-block;
		margin: 0 7px;
	    line-height: 2;
	}
	
	.RTools .qrcode {
		display: none;
	}


	.news-list-ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.news-list-ul li{
		width: 50%;
		margin-top: 30px;
	}
	.news-list-ul li .div1{
		margin-left: 10px;
		margin-right: 10px;
	}

	.news-list-ul .div1 .span-title{
		font-size: 20px;
		max-height: 90px;
		overflow: hidden;
		margin-top: 15px;
		line-height: 30px;
	}
	.news-list-ul .div1 .span-title a{
		font-size: 18px;
		color: #404040;
	}
	.news-list-ul .div1 .span-title a:hover{
		color: #237be8;
	}
	.news-list-ul .div1 .span-date{
		font-size: 16px;
		color: #999;
		line-height: 30px;
	}

	/* 文字列表 */
	.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;
	}


}
