@charset "UTF-8";
@media all
{
	
.news-list-item {
	width:32%;
	float:left;
	height: 450px;
	padding: 2px;
	
}
.news-list-browse{
	float: right;
	display: block;
	clear: both;
	font-size: 83%;
	}
.news-list-container{
	float: left;
	display: block;
	clear: both;
	}
	
}