-
Notifications
You must be signed in to change notification settings - Fork 4
/
intro_leader_liwx.html
130 lines (127 loc) · 4.92 KB
/
intro_leader_liwx.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>东北大学 - Northeastern University</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="./assets/styles/base.css" />
<link rel="stylesheet" type="text/css" href="./assets/styles/common.css">
<link rel="stylesheet" type="text/css" href="./assets/styles/inner.css" />
<script type="text/javascript" src="./libs/respond.js"></script>
<script type="text/javascript" src="./libs/sea.js"></script>
<!--[if lte IE 8]>
<script>
(function() {
if (!
/*@cc_on!@*/
0) return;
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
var i= e.length;
while ( i ){
document.createElement(e[i]);
i = i-1;
}
})()
</script>
<![endif]-->
</head>
<body>
<div id="subIndex">
<div id="navigator">
<!--include("header.html")-->
</div>
<div class="main_frame_sub">
<div class="left_sub">
<ul class="sub_navigator">
<li class="left_child">
<a href="./intro_info.html">
<p>东大简介</p>
</a>
</li>
<li class="left_child">
<a href="./history_zhangxueliang.html">
<p>张学良老校长</p>
</a>
</li>
<li class="left_child">
<a href="./history.html">
<p>光辉校史</p>
</a>
</li>
<li class="left_current">
<a href="./intro_leader.html">
<p>现任领导</p>
</a>
</li>
<li class="left_child">
<a href="./intro_academician.html">
<p>院士风采</p>
</a>
</li>
<li class="left_child">
<a href="./constitution/">
<p>东北大学章程</p>
</a>
</li>
<li class="left_child">
<a href="./intro_guide.html">
<p>校园导游</p>
</a>
</li>
<li class="left_child">
<a href="./info_title.html">
<p>校标校名校训校歌</p>
</a>
</li>
<li class="left_end">
<a href="./index.html">
<p>返回首页</p>
</a>
</li>
</ul>
<div class="embed_left_2">
<div class="right_part">
<div class="right_title">快速入口</div>
<div class="right_content quick_links">
<!--include("common_links.html")-->
</div>
</div>
</div>
</div>
<div class="right_sub">
<div class="right_part">
<div class="right_title">快速入口</div>
<div class="right_content quick_links">
<!--include("common_links.html")-->
</div>
</div>
</div>
<div class="detail_sub">
<div class="detail_title">
<p>[党委副书记] 李文宪</p>
</div>
<div class="passage">
<p class="maincontent">李文宪,男,汉族,1957年7月生,黑龙江齐齐哈尔人,1976年7月加入中国共产党,1974年7月参加工作,副研究员。<br>
现任东北大学党委副书记兼秦皇岛分校党委书记。<br>
1978年10月至1982年8月,在东北工学院物理系学习;1982年8月至1990年2月,任东北工学院党委组织部干事、物理系副书记、物理系副主任;1990年2月至1991年11月,任东北工学院秦皇岛分院党委办公室主任(副处级);1991年11月至1994年4月,任东北大学秦皇岛分校党委副书记;1994年4月至1995年5月,任东北大学秦皇岛分校党委副书记,主持工作;1995年5月至2011年1月,任东北大学秦皇岛分校党委书记;2011年1月至今,任东北大学党委副书记兼秦皇岛分校党委书记。<br>
</p>
<div class="pull-right">
</div>
</div>
</div>
</div>
<div id="foot">
<!--include("footer.html")-->
</div>
</div>
<script type="text/javascript" src="./mods/config.js"></script>
<script>
seajs.use("./mods/main", function(mod) {
mod.slide();
mod.nav();
mod.timeline();
mod.topicData();
});
</script>
</body>
</html>