@charset "utf-8";
/* CSS Document */

.comW {
	width: 980px;
	margin: 0 auto;
}
.domPC{
	display:block;
}
.domMobile{
	display:none;
}
/* 顶部导航*/
#topHeader {
	height: 32px;
	text-align: center;
	border-bottom: 1px solid #c9c9ca;
	background: #f9f7f4;
}
#topHeader .top {
	width: 1000px;
	margin: 0 auto;
	height: inherit;
}
#topHeader a {
	float: left;
	height: 32px;
	line-height: 32px;
	color: #000;
	margin: 0 10px;
	font-size: 12px;
}
#topHeader a:hover {
	color: #fca22c!important;
}
/* 顶部导航*/
.banner {
	background: url(http://www.newsres.cn/science/kprzt/img/banner.png) 50% 0 no-repeat;
	height:526px;
}
/* 导航 */
.nav {
	height: 50px;
	background: #0766ed;
	font-family: "微软雅黑";
}
.nav a {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.nav .index {
	float: left;
	width: 9%;
	height: 50px;
	line-height: 50px;
}
.silkroad-nav-center {
	text-align:center;
	width: 1000px;
	height: 60px;
    overflow: hidden;
    margin: 0 auto;
	
}
.nav ul {display: inline-block;	}
.nav li {
	    color: #fff;
    line-height: 56px;
    height: 60px;
   
    width: 110px;
	text-align: center;
    font-family: Microsoft YaHei, "微软雅黑";
    float: left;
}
.nav li a { font-size: 20px;}
.nav li a:hover {
  color: #fcee3b;
}
/*footer*/
.footer{
	margin-top:50px;
	background:#0766ed;
	color:#fff;
	text-align:center;
	padding:30px 0;
}

/*瀑布流文字list*/
.xpage-container .xpage-content-list li { padding: 15px 0 17px 0; border-bottom: 1px solid #ededed; overflow: hidden; position:relative; } 
.xpage-container .xpage-content-list .list-news-title { margin-bottom: 10px; width:980px; font-family:"微软雅黑",Microsoft YaHei; } 
.xpage-container .xpage-content-list .list-news-title a { display: inline-block; line-height: 30px; overflow: hidden; font-size: 22px; color: #333333; } 
.xpage-container .xpage-content-list .list-news-des { height: auto;  line-height: 30px; overflow: hidden; color: #666; font-size:17px; } 
.xpage-container .xpage-content-list .list-news-time { height: 14px; line-height: 14px; padding: 0; text-align: right; } 
.xpage-container .xpage-content-list .list-news-y { font-size: 12px; color:#999; } 

.xh-fall-fallTitle{ border-bottom:1px solid #d8d8d8; overflow:hidden; margin:20px 0;}
.xh-fall-fallTitle h2{ font-size:22px; font-family:"微软雅黑"; line-height:50px; float:left; border-bottom:3px solid #0766ed; padding:0 10px; color: #0766ed;}


.xpage-more-btn {
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0766ed;
    background: #0766ed;
    line-height: 4em;
    border-radius: 0.2em;
    cursor: pointer;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
}
.xpage-more-btn:hover {
    background: #569cff;
}
.xpage-more-btn:active {
    background: #ccc;
}


