$(document).ready(function() {
  
  $('.newsitem-content *:first-child').css('marginTop',"1px");
  
});