Metadata
Title
图书馆音乐讲堂4月26日放映电影《傲慢与偏见》
Category
general
UUID
7992df986b0c4828ba04803a1f2e5373
Source URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2023/info/1074/1706.htm
Parent URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2023/
Crawl Time
2026-03-10T06:56:56+00:00
Rendered Raw Markdown
# 图书馆音乐讲堂4月26日放映电影《傲慢与偏见》

**Source**: https://libmonth.lib.tsinghua.edu.cn/dswhy2023/info/1074/1706.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/)

# 图书馆音乐讲堂4月26日放映电影《傲慢与偏见》

<!-- /\* Font Definitions \*/ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:等线; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@等线"; panose-1:2 1 6 0 3 1 1 1 1 1;} @font-face {font-family:"\@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1;} /\* Style Definitions \*/ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; font-size:10.5pt; font-family:等线;} .MsoChpDefault {font-family:等线;} /\* Page Definitions \*/ @page WordSection1 {size:595.3pt 841.9pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; vsb\_temp:15.6pt;} div.WordSection1 {page:WordSection1;} -->

2023年4月至5月清华大学读书文化月期间,图书馆将开展专题放映——“音乐馆里的声影魅力:电影戏剧中的文学经典”,欢迎校内师生前来观赏。

4月26日(周三),图书馆音乐讲堂将放映电影《傲慢与偏见》。

内容介绍:

班纳特太太最大的人生目标就是给她的五个女儿找到如意郎君。可惜天不从人愿,二女儿丽萃偏能找出100个不愿结婚的理由。当班纳特太太听说附近的庄园被一个富有的单身汉租下,并且会带着他那些有身份的朋友们前来消夏时,她兴奋地认定这是女儿们的福分,求婚的人眼看着就要上门啦!一切如愿以偿地进行着,新来的查尔斯·彬格莱先生很快就与她的大女儿简坠入爱河。可是,当二女儿丽萃遇上一表人才却冷漠傲慢的阔公子达西时,这天造地设的一对竟因傲慢与偏见心生间隙。他们能否抛开重重障碍终成眷属?我们的丽萃小姐又是否能找到一个让自己结婚的理由呢?

本片为2005年电影版,导演乔·赖特,主演凯拉·奈特利、马修·麦克费登。英文原声,中文字幕。

 

放映活动面向校内师生开放。

 

时间:2022年4月26日(周三)19:00~21:30

地点:清华大学图书馆音乐讲堂

请从图书馆报告厅出入口进入(沿图书馆喷水池东侧台阶拾级而上),18:30之后可以入场

 

说明

1. 活动仅限在校师生参加。

2. 入场时间为18:30~19:00,请在进门处刷卡。

3. 由于音乐讲堂坐席有限,如果到场人数较多,请服从现场工作人员的安排。感谢您的理解与配合。

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

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

图书馆微信公众号

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

$(function(){
$(".img\_vsb\_content").click(function(){
var \_this = $(this);//将当前的pimg元素作为\_this传入函数
imgShow("#outerdiv", "#innerdiv", "#bigimg", \_this);
});
});
function imgShow(outerdiv, innerdiv, bigimg, \_this){
var src = \_this.attr("src");//获取当前点击的图片元素中的src属性
$(bigimg).attr("src", src);//设置#bigimg元素的src属性
/\*获取当前点击图片的真实大小,并显示弹出层及大图\*/
$("<img/>").attr("src", src).load(function(){
var windowW = $(window).width();//获取当前窗口宽度
var windowH = $(window).height();//获取当前窗口高度
var realWidth = this.width;//获取图片真实宽度
var realHeight = this.height;//获取图片真实高度
var imgWidth, imgHeight;
var scale = 0.8;//缩放尺寸,当图片真实宽度和高度大于窗口宽度和高度时进行缩放
if(realHeight>windowH\*scale) {//判断图片高度
imgHeight = windowH\*scale;//如大于窗口高度,图片高度进行缩放
imgWidth = imgHeight/realHeight\*realWidth;//等比例缩放宽度
if(imgWidth>windowW\*scale) {//如宽度扔大于窗口宽度
imgWidth = windowW\*scale;//再对宽度进行缩放
}
} else if(realWidth>windowW\*scale) {//如图片高度合适,判断图片宽度
imgWidth = windowW\*scale;//如大于窗口宽度,图片宽度进行缩放
imgHeight = imgWidth/realWidth\*realHeight;//等比例缩放高度
} else {//如果图片真实高度和宽度都符合要求,高宽不变
imgWidth = realWidth;
imgHeight = realHeight;
}
$(bigimg).css("width",imgWidth);//以最终的宽度对图片缩放
var w = (windowW-imgWidth)/2;//计算图片与窗口左边距
var h = (windowH-imgHeight)/1.8;//计算图片与窗口上边距
$(innerdiv).css({"top":h, "left":w});//设置#innerdiv的top和left属性
$(outerdiv).fadeIn("fast");//淡入显示#outerdiv及.pimg
});
$(outerdiv).click(function(){//再次点击淡出消失弹出层
$(this).fadeOut("fast");
});
}

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');
}
});