Metadata
Title
《清华大学荐读书目》清华师生共读经典系列视频发布-清华大学图书馆读书文化月
Category
general
UUID
187afe6f5bca49aaaf4d8273fde92a3e
Source URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2023/a_qhdxjdsm_qhssgdjdxlspfb.htm
Parent URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2023/
Crawl Time
2026-03-10T04:02:01+00:00
Rendered Raw Markdown
# 《清华大学荐读书目》清华师生共读经典系列视频发布-清华大学图书馆读书文化月

**Source**: https://libmonth.lib.tsinghua.edu.cn/dswhy2023/a_qhdxjdsm_qhssgdjdxlspfb.htm
**Parent**: https://libmonth.lib.tsinghua.edu.cn/dswhy2023/

- [首页](index.htm)
- [活动日程](index.htm#tsg1)
- [借阅排行榜](index.htm#tsg2)
- [相关报道](index.htm#tsg4)
- [历年回顾](http://libmonth.lib.tsinghua.edu.cn/)

  [2022](http://libmonth.lib.tsinghua.edu.cn/dswhy2022/)
  [2021](http://libmonth.lib.tsinghua.edu.cn/dswhy2021/)

- [##### 《清华大学荐读书目》清华师生共读经典预告](info/1095/1705.htm)
- [##### 《清华大学荐读书目》清华师生共读经典--胡显章老师导读《清华大学荐读书目》](info/1095/1710.htm)
- [##### 《清华大学荐读书目》清华师生共读经典--万俊人老师导读《清华大学荐读书目》(1)](info/1095/1711.htm)
- [##### 《清华大学荐读书目》清华师生共读经典--张国刚老师导读《国史大纲》](info/1095/1721.htm)
- [##### 《清华大学荐读书目》清华师生共读经典--曹莉老师导读《荒原》](info/1095/1724.htm)
- [##### 《清华大学荐读书目》清华师生共读经典--汪晖老师导读《福乐智慧》](info/1095/1725.htm)

首页上页1[2](a_qhdxjdsm_qhssgdjdxlspfb/3.htm)[3](a_qhdxjdsm_qhssgdjdxlspfb/2.htm)[4](a_qhdxjdsm_qhssgdjdxlspfb/1.htm)[下页](a_qhdxjdsm_qhssgdjdxlspfb/3.htm)[尾页](a_qhdxjdsm_qhssgdjdxlspfb/1.htm)

\_showDynClickBatch(['dynclicks\_u3\_1705','dynclicks\_u3\_1710','dynclicks\_u3\_1711','dynclicks\_u3\_1721','dynclicks\_u3\_1724','dynclicks\_u3\_1725'],[1705,1710,1711,1721,1724,1725],"wbnews", 1923062664)

中国 北京 海淀区 清华大学图书馆 100084 电话:62782137 传真:62781758

[联系我们](http://lib.tsinghua.edu.cn/gk/lxwm.htm)

图书馆微信公众号

版权所有:清华大学图书馆 [版权声明](https://lib.tsinghua.edu.cn/about/policy_bqsm.html)

var nav = {
menuBtn: $('.menuBtn'),
nav: $('.js-nav'),
menu: $('.nav'),
menuLi: $('.nav li'),
menuLink: $('.nav li > a'),
init: function() {
var \_this = this;
this.menuBtn.append('<span></span>');
this.menuBtn.on('click', function() {
$(this).toggleClass('open');
\_this.nav.toggleClass('open');
});
this.resize(959);
},
resize: function(width) {
this.menuLink.off('click');
this.menuLi.off('mouseenter mouseleave');
this.menu.find('.sub').stop(true, true).slideUp(0);
if ($(window).innerWidth() < width) {
this.menuLi.off('mouseenter mouseleave');
this.menuLink.on('click', function() {
if ($(this).siblings('.sub').length) {
$(this).siblings('.sub').stop(true, true).slideToggle('fast').parent().siblings().find('.sub').stop(true, true).slideUp('fast');
return false;
}
})
} else {
this.menuBtn.removeClass('open');
this.nav.removeClass('open');
this.menuLi.on('mouseenter', function() {
if ($(this).find('.sub').length) {
$(this).find('.sub').stop(true, true).slideDown('fast');
}
});
this.menuLi.on('mouseleave', function() {
$(this).find('.sub').stop(true, true).slideUp('fast');
});
}
}
};
nav.init();
var resizeTimer = null;
$(window).on('resize', function() {
if (resizeTimer) {
clearTimeout(resizeTimer);
}
resizeTimer = setTimeout(function() {
nav.resize(959);
}, 100);
});
$(window).on('scroll', function() {
var \_top = $(window).scrollTop();
if (\_top > 10) {
$('.header').addClass('on');
} else {
$('.header').removeClass('on');
}
});