.ListMoreSort .head{
	height: 40px;
	background:#0C69A8;
	position: relative;
	border-bottom:1px solid #095591;
}

.ListMoreSort .head a{
	height:26px;
	background: url(gotop.png) no-repeat 0 0;
	background-size: cover;
	right:10px;
	left:auto;
	top:9px;
}
.ShowSearch{
	background: url(search_t.png) no-repeat 0 0;
	background-size: cover;
}
.ListMoreSort .head h2{
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
	line-height:40px;
}

.ShowSlide{
	padding:10px 0 10px 0;
}
.ListHotArtic,.ListMoreSort .cont ul{
	border-top: 1px solid #ddd;
}
.ListHotArtic li ,.ListMoreSort .cont ul li{
	line-height: 2.5;
}
.ListHotArtic li li:last-child ,.ListMoreSort .cont ul li:last-child{
	border-bottom: 1px solid #fff;
}
.ListHotArtic li a ,.ListMoreSort .cont ul li a{
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #fff;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ShowMore{
	background: -webkit-gradient(linear,center top,center bottom,from(#fff), to(#e6e6e6));
	height: 30px;
	width: 180px;
	left: 50%;
	line-height: 30px;
	border-radius: 10px;
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	margin-left: -90px;
	border: 1px solid #bbb;
	position: relative;
	font-size:16px;
}
.ShowMore:after{
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 171px;
    margin-left: 5px;
    height: 1px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.ListMoreSort .cont div {
	-webkit-box-sizing: border-box;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.ListMoreSort .cont div img {
	width: 100px;
	margin-right: 8px;
	float: left;
}
.ListMoreSort .cont div p {
	font-size: 14px;
	min-height: 60px;
	line-height: 1.5;
}
.ListMoreSort .cont div h3 {
	padding: 10px 0;
}
.ListMoreSort .cont div.List{
	border-bottom:#FFF solid 1px;
	border-top:#DDD solid 1px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}
.ListMoreSort .cont div.List p{
	color:#666;
}
.ShowPage{
	text-align:center;
	padding:10px 0 10px 0;
	border-top:#DDD solid 1px;
}
.ShowPage a{
	border:#DDD solid 1px;
	padding:3px 5px 2px 5px;
	color:#666;
}

/*
*
*/
.article-container {
	padding: 0 14px;
	background-color: #f4f4f4;
}
.article-container .head h1 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding: 10px 0 5px 0;
	/*font-family: Microsoft YaHei;*/
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
}
.article-container .head div{
	padding-bottom: 15px;
	font-size: 12px;
	color: #666;
}
.article-container .head div>a {
	color: #666;
	margin-left: 6px;
}
.article-container section {
	line-height: 1.8;
	padding-bottom: 20px;
	text-indent: 2em;
	text-align: justify;
	font-size: 16px;
	text-shadow: 0 1px 1px #fff;
	/*font-family: Microsoft YaHei;*/
	color: #333;
}
.article-container section img {
	max-width: 95%;
}
.MoreLinks{
	height:40px;
	position:relative;
	color:#369;
}
.MoreLinks .up,.MoreLinks .dowm{
	width:40%;
	position:absolute;
	line-height:40px;
	top:0;
	height:40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.MoreLinks .up{
	left:10px;
}
.MoreLinks .dowm{
	right:10px;
	text-align:right;
}
.MoreLinks a{
	font-size:16px;
	color:#369;
}
.nav_guide{
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding-left:10px;
	border-bottom:#DDD solid 1px;
	font-size:16px;
}
.noborder{
	border:0;
}
