/*新闻图文*/
.news-box .announ-li{
	padding:15px;
}
.news-box .news-pic-item{
	margin-right:8px;
	width:23%;overflow:hidden;text-align:center;
	height:auto;
}
.news-box .news-pic-item img{
	max-height:150px;
	max-width:100%;
}
.news-box .news-title-item{
	width:75%;
}
.news-date-item{
	
}
.news-title-item a{ 
	width: 85%;display:inline;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-title-item .news-date-item{ 
	width: 15%;text-align:right;display:inline;float:right;
}
   
.news-box .news-title-item p{
	height:60px;line-height:30px;white-space:normal;
}
@media screen and (max-width: 768px){

	.news-box .announ-li{
		height:auto;			
	}
	.news-box .news-pic-item,.news-box .news-pic-item img{
		width:100%;max-height:100%;margin-bottom:5px;
	}
	.news-box .news-title-item{
		width:99%;height:auto;
	}
	
	.news-box .news-date-item{
		width:100%;text-align:left;
	}
}