function G(){
var item=$('.req_list_item>li');
item.find($('.req_show')).hover(function(){
$(this).siblings($('.req_hide')).show()
},function(){
$(this).siblings($('.req_hide')).hide()
})
}
G()
function G(){
var item=$('.req_list_item>li');
item.find($('.req_show')).hover(function(){
$(this).siblings($('.req_hide')).show()
},function(){
$(this).siblings($('.req_hide')).hide()
})
}
G()