.features_item a .imgBox{
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #dcdcdc;
}
.features_item a .imgBox img{ 
	max-width: 100%;
    max-height: 100%;
}
.features_item a:hover img{
	-moz-box-shadow: 0 0 0 #999;
    -webkit-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999;
}
.features_item a:hover .imgBox{
	-moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
.culturein{
	height: 312px;
}
.culturein div{
	height: unset;
	-webkit-line-clamp: 7;
}
@media (max-width: 1200px) {
	.culturein{
		height: 368px;
	}
	.culturein div{
		height: unset;
		-webkit-line-clamp: 10;
	}
}
@media (max-width: 996px) {
	.culturein{
		height: unset;
	} 
}