div.block_news{
	padding: 30px;
	position: relative;
}
div.block_news div.block_new{
	float: left;
	width: 250px;
	margin-right: 55px;
}
div.block_news div.block_new:nth-child(3){
	margin-right: 0;
}
.news_name{
	font-size: 14px;
	color:#000;
	font-weight: bold;
	text-transform: uppercase;
	height: 45px;
}
.news_date{
	font-size: 12px;
	color:#808080;
}
.news_text{
	font-size: 12px;
	color:#000;
	margin-top: 30px;
	height: 55px;
	margin-bottom: 41px;
	overflow: hidden;
}
.all_news{
	position: absolute;
	right: 30px;
	bottom: 40px;
	border-bottom: 1px solid #b2b2b2 !important;
}
.all_news:hover{
	border-bottom: none !important;
}
