$(document).ready(function(){
	
 	$('.article').css('height','142px');
 	$('.article').css('overflow','hidden');

});