$(document).ready(function() {
    $('.content-body').children().first().addClass('first');
});
