$(function() { /*新闻焦点效果*/ $('.newsfocus li a').hover(function(){$(this).find('.newsfocusp ').animate({"bottom":0},"fast");}, function(){ $(this).find('.newsfocusp ').animate({"bottom":-42},"fast"); }) });