-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_list.html
210 lines (208 loc) · 6.79 KB
/
new_list.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>平安普惠-新闻公告</title>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0,user-scalable=no" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="pragram" content="no-cache" />
<script src="js/jquery.js"></script>
<script src="js/common.js"></script>
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/new_list.css" />
<script src="js/common.js"></script>
</head>
<body>
<div class="wrapper">
<section class="business_tit">
<a class="business_goback"></a>
<p class="tc business_txt">新闻公告</p>
</section>
<section class="new_list_con">
<ul class="new_list_topul clearfix">
<li class="active" id="one1" onclick="setTab('one', 1, 3)">最新公告</li>
<li id="one2" onclick="setTab('one', 2, 3)">公司新闻</li>
<li id="one3" onclick="setTab('one', 3, 3)">业务动态</li>
</ul>
<div class="new_list_commonbox">
<!-- 最新公告 -->
<div id="con_one_1" style="display:block">
<ul class="new_list_one">
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
</ul>
<a class="more tc">点击后加载更多内容</a>
</div>
<!--公司新闻 -->
<div id="con_one_2" style="display:none">
<ul class="new_list_one">
<li>
<a href="new_detitle.html">
<p class="newlist_p">22中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
</ul>
<a class="more tc">点击后加载更多内容</a>
</div>
<!-- 业务动态 -->
<div id="con_one_3" style="display:none">
<ul class="new_list_one">
<li>
<a href="new_detitle.html">
<p class="newlist_p">33中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
<li>
<a href="new_detitle.html">
<p class="newlist_p">中国商业最具创意人物100榜出炉</p>
<p class="newlist_date">04-19</p>
<span></span>
</a>
</li>
</ul>
<a class="more tc">点击后加载更多内容</a>
</div>
</div>
</section>
<div class="copyright pt2">
<p class="bottom_logo"><img src="images/bottom_logo.png" width="100%" height="auto"></p>
<p class="tc bottom_txt">版权所有©中国平安保险(集团)股份有限公司 未经许可不得复制、转载或摘编,违者必究!<br>
Copyright©PING AN INSURANCE(GROUP)COMPANY OF CHINA,LTD.All Rights Reserved<br>
ICP许可证号 粤ICP备06118290号-11</p>
</div>
</div>
<script src="js/jquery.js"></script>
</body>
</html>