JQuery is so powerful and beautiful!
Jquery code is as follows:
$(function () {
$(" .n_zyb_gzright .n_zyb_gzrightlist").hover(function () {
$(this).find(".n_zyb_gzrightlistc").attr("style", "display:block").parent().siblings(). find(".n_zyb_gzrightlistc").attr("style", "display:none");
})
})
Html code is as follows: