@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() 50% 0 no-repeat;
	height: 291px;
}
/* 导航 */
.silkroad-nav {
  width: 100%;
  height: 60px;
  background: #0766ed;
}
.silkroad-nav ul {
	display: inline-block;
}
.silkroad-nav-center {width: 1000px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
  text-align:center;}
.silkroad-nav ul li,
.silkroad-nav ul li a {
  color: #fff;
  line-height: 56px;
  height: 60px;
  font-size: 20px;
  width: auto;
  float: left;
  font-family:"微软雅黑";
  margin-left:25px;
}
.silkroad-nav ul li a:hover {
  color: #fcee3b;
}



/*footer*/
.footer{
	margin-top:50px;
	background:#0766ed;
	color:#fff;
	text-align:center;
	padding:30px 0;
}
.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;}

/*瀑布流文字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: 24px;  color: #333333; } 
.xpage-container .xpage-content-list .list-news-titles a { display: inline-block; line-height:1.6; overflow: hidden; font-family:"微软雅黑",Microsoft YaHei; font-size: 30px;font-weight: bold;  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; } 



.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;
}
/*手机版样式*/
@media screen and (min-width:0px) and (max-width: 767px) {
.comW{ width:90%; margin:0 auto;}
.part{ width:100%;}

.domPC{
	display:none;
}
.domMobile{
	display:block;
}
/*手机导航*/
.nav { width: 100%; height: 40px; margin: 0px auto 0; background: #ccc; }
.nav .swiper-slide { text-align: center; color: #ffc3c6; width: auto; font-size: 16px; padding: 0 10px 0 10px; line-height: 40px; }
.nav .swiper-slide + .swiper-slide { margin-left: 15px; }
.nav .swiper-slide a { color: #1d4175; font-family:"微软雅黑"; }
.nav .on, .nav .on a { color: #286dd0; background-size: 100%; font-weight: bold; }

.xpage-container .xpage-content-list .list-news-title a { font-size:16px; line-height:25px;}
.xpage-container .xpage-content-list .list-news-titles a {font-size:26px; line-height: 1.2;font-weight: bold;-webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
.xpage-container .xpage-content-list .list-news-des { font-size:14px; line-height:25px;}
.xpage-container .xpage-content-list li {padding: 5px 0 10px 0;}
.xpage-container .xpage-content-list .list-news-title { margin-bottom:0px; padding-top:10px;}
}
