.MainSlideBox{
	clear:both;
	margin-top:5px;
	min-height:50px;
}
.ListConts{
	padding:10px;
}
.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*/
}
.MiddleAdBox{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.MiddleAdBox img{
	width:100%;
}
@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;
	}
}
@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;
	}	
}
