$(document).ready(function() { 
     $(".three-box li:last-child").addClass('last'); 
     } 
);