$(document).ready(function() {
	$("#content-home-text-news").animate({
		height: $("#content-home-text-explain").height()
	});
})
