$(document).ready(function(){
	if (!$(".news_box").next().length > 0){
		$(".news_box").children(".box_content").css('minHeight', '448px');
		$(".news_box").children(".box_content").css('_height', '448px');
	}
});
