.news_small{
	float:left;
	width:96%;
	height:8vw;
	margin-top:1vw;
	margin-left:2%;
	clear:both;
}
.news_image{
	float:left;
	width:7vw;
	height:5vw;
	margin:1vw;
}
.news_image img{
	width:100%;
	height:100%;
}
.news_title{
	float:left;
	width:70%;
	font-size:1.3em;
	margin-top:1vw;
}
.news_info{
	float:left;
	font-size:1.2em;
	margin-top:.2vw;
}