.news-box{
	border-bottom: 1px solid #e0e0e0;
	line-height: 100px;
	padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.news-box img{
	width: 100%;
	max-height: 100px;
}
.news-box span{
	float: right;
}
@media (max-width:992px){
	.news-box{
		font-size: 14px;
		line-height: 1.2;
	}
	.news-box span{
		float: none;
		display: block;
	}
}