.crumbs-nav{
	width: 7.5rem;
	height: 0.8rem;
	margin-bottom: 0.2rem;
	background: #f0f0f0;
	padding: 0 0.5rem;
	font-size: 0.24rem;
	line-height: 0.8rem;
	color: #444;
}
.crumbs-nav a{
	color: #444;
}
.news-list-content{
	width: 6.5rem;
	height: auto;
	overflow: auto;
	margin: 0.2rem auto;
}
.news-list-body-ul{
	display: block;
	width: 6.5rem;
	height: auto;
	overflow: auto;
}
.news-list-body-ul li{
	width: 6.5rem;
	height: auto;
	overflow: auto;
	padding: 0.15rem 0;
	border-bottom: 0.01rem #ccc solid;
}
.news-list-body-ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news-list-body-ul li a img{
	display: block;
	width: 4rem;
	height: 2.4rem;
	margin: 0.1rem auto;
}
.news-list-body-ul li a h2{
	width: 4rem;
	height: 0.5rem;
	font-size: 0.24rem;
	line-height: 0.5rem;
	color: #444;
	font-weight: normal;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.news-list-body-ul li a span{
	width: 2rem;
	height: 0.5rem;
	font-size: 0.18rem;
	line-height: 0.5rem;
	color: #888;
	float: right;
	text-align: right;
}
.news-list-body-ul li a p{
	width: 6.5rem;
	height: 1.2rem;
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}