个人介绍
学术任职
学术论着
专_x0008_家风采
耿志宇,毕业于北京医科大学,临床博士,主任医师,从事临床麻醉工作20余年。
ript>
$(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();
})
});
})