$(document).ready(function() { $('#miniNews img')[0].hide(); });
$('#kkk img:eq(0)').hide();
var ttt = $('#kkk img')
ttt.eq(0).hide()