.subNew_content .imgbox{
	height: auto;
	max-height: 230px;
}
@media (max-width: 1024px) {
    .subNew_content .imgbox{
		height: auto;
		max-height: 210px;
	}
}
@media (max-width: 990px) {
     .subNew_content .imgbox{
		height: auto;
		max-height: 190px;
	}
}
@media (max-width: 768px) {
    .subNew_content .imgbox{
		height: auto;
		max-height: 240px;
	}
}