.news-block .news-text{
	text-decoration: none;
	min-height: 70px;
}
.news-block img{
	min-height: 167px;
}
.news-block .btn-trans{
	font-size: 20px;
	padding: 10px 20px;
	/*bottom: 25px;
	position: absolute;*/
	z-index: 100;
}
.news-block .item{
	transition: 0.5s;
}
.news-block .item:hover{
	box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
}