$(window).bind('scroll resize',function(){
$('#sidebar').stop(true, true).animate({
'top': $(document).scrollTop() + 'px'
},500);
}).scroll().resize();
$(".content-info").animate({top:'-=20px'}) //向上滚动
$(".content-info").animate({down:'-=20px'}) //向下滚动