$(document).ready(function() {
    $('.listBottom > li:nth-child(2)').addClass('second-child');

});


