个人介绍
学术任职
学术论着
专_x0008_家风采
齐建光,女,出生:1974.2
专_x0008_业:儿科/全科
script>
$(function () {
$("h2.tab_tit span").each(function (index, element) {
$(this).hover(function () {
$(this).addClass("active").siblings("span").removeClass("active");
$('.tab_tit a.Com_more').eq(index).show().siblings('.tab_tit a.Com_more').hide();
$(".tab_box").eq(index).show().siblings(".tab_box").hide();
})
});
})