.nav_guide{
	padding:10px 0 0 10px;
}
.ListConts{
	padding:10px;
}
.ListConts:after{
	content:'';
	display:block;
	clear:both;	
}
.ListImgs{
	width:50%;
	float:left;
	overflow:hidden;
}
.ListImgs ul{
	border:#DDD solid 1px;
	border-radius:5px;
	margin:0 5px 10px 5px;
}
.ListImgs ul ol{
	padding-top:63%;
	position:relative;
	border-bottom:#DDD solid 1px;
}
.ListImgs ul ol a{
	display:block;
	position:absolute;
	width:98%;
	height:98%;
	left:1%;
	top:1%;
	overflow:hidden;
}
.ListImgs ul ol a img{
	width:100%;
}
.ListImgs ul li{
	height:40px;
	line-height:40px;
	padding:0 10px;
	overflow:hidden;
	text-align:center;
}
.ListMorpic{
	margin-bottom:10px;
	border-top:#DDD solid 1px;
}
.ListMorpic .title,.pic_word li .title{
	padding-top:8px;
	line-height:25px;
	font-size:20px;
	font-weight:bold;
}
.ListMorpic ul:after{
	content:'';
	display:block;
	clear:both;
}
.ListMorpic ul li{
	width:33%;
	overflow:hidden;
	position:relative;
	float:left;
	margin-top:10px;
}
.ListMorpic ul li:before{
	content:'';
	display:block;
	padding-top:63%;
}
.ListMorpic ul li span{
	display:block;
	width:98%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
}
.ListMorpic ul li span img{
	width:100%;
}
dl.moreinfo{
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#888;
}
dl.moreinfo dt{
	float:left;
}
dl.moreinfo dd{
	float:right;
}
.pic_word{
	display:table;
	width:100%;
	border-top:#DDD solid 1px;
	margin-bottom:10px;
}
.pic_word ol,.pic_word li{
	display:table-cell;
	vertical-align:top;
}
.pic_word ol{
	width:33%;
	padding:10px 10px 10px 0;
	vertical-align:middle;
}
.pic_word ol a{
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
}
.pic_word ol a:before{
	content:'';
	display:block;
	padding-top:63%;
}
.pic_word ol a span{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.pic_word ol a span img{
	width:100%;
}
.pic_word li p{
	margin:5px 0;
	font-size:14px;
	color:#666;
	line-height:20px;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
.ShowMoreArtic{
	height:50px;
	background:url(time1.jpg) center center no-repeat;
	display:none;
}
.ShowMoreArtic span{
	display:none;
}
@media (max-width: 500px) and (min-width:401px) {
	.ListMorpic .title,.pic_word li .title{
		line-height:20px;
		font-size:18px;
	}
	.pic_word li p{
		padding:4px 0;
		font-size:14px;
		line-height:18px;
	}
	dl.moreinfo{
		height:20px;
		line-height:20px;
		font-size:14px;
	}
	.ListImgs ul li{
		height:35px;
		line-height:35px;
		font-size:14px;
	}
}
@media (max-width: 400px) and (min-width:301px) { 
	.ListMorpic .title,.pic_word li .title{
		line-height:18px;
		font-size:16px;
	}
	.pic_word li p{
		padding:3px 0;
		font-size:12px;
		line-height:16px;
	}
	dl.moreinfo{
		height:18px;
		line-height:18px;
		font-size:12px;
	}	
	.ListImgs ul li{
		height:30px;
		line-height:30px;
		font-size:12px;
	}
}
