Browse Source

交换 民情速递和曝光台的位置;

fanlongfei 7 years ago
parent
commit
917d542f37
1 changed files with 13 additions and 12 deletions
  1. 13 12
      WebSite/index.html

+ 13 - 12
WebSite/index.html

@@ -200,7 +200,7 @@
200 200
 
201 201
 							</div>
202 202
 						</div>
203
-						<!--2 实时统计、 曝光台和走进商丘-->
203
+						<!--2 实时统计、 民情速递和走进商丘-->
204 204
 						<div class="navcon_1 clearfix">
205 205
 							<div class="Content_box fl" style="width: 38%;margin-right: 15px; height: 100%;">
206 206
 								<div class="Con_box">
@@ -296,21 +296,21 @@
296 296
 									</div>
297 297
 								</div>
298 298
 							</div>
299
-
300
-							<div class="Content_box rl" style="width: 60%;height: 349px; margin-bottom: 10px;">
299
+							<!--民情速递-->
300
+							<div class="Content_box rl" style="width: 60%;height: 381px; margin-bottom: 10px;">
301 301
 								<div class="Con_box">
302 302
 									<div class="Con_PG">
303 303
 										<div class="content_title clearfix ">
304 304
 											<div class="fl">
305
-												曝光台
305
+												民情速递
306 306
 											</div>
307 307
 											<div class="rl mores">
308
-												<a href="baoguang.html">更多</a>
308
+												<a href="PeopleNews.html">更多</a>
309 309
 											</div>
310 310
 										</div>
311 311
 									</div>
312 312
 									<div class="content_foot">
313
-										<ul class="new_list exposure">
313
+										<ul class="new_list MQ">
314 314
 
315 315
 										</ul>
316 316
 									</div>
@@ -343,7 +343,7 @@
343 343
 							<img src="img/img-boundary.png" alt="图片" width="100%" height="100%" />
344 344
 						</section>
345 345
 
346
-						<!--3政策法规 民情速递-->
346
+						<!--3政策法规 曝光台-->
347 347
 						<div class="navcon_1 clearfix">
348 348
 							<div class="Content_box fl" style="width: 38%;margin-right: 15px;">
349 349
 								<div class="Con_box">
@@ -363,20 +363,21 @@
363 363
 									</div>
364 364
 								</div>
365 365
 							</div>
366
+							<!--曝光台-->
366 367
 							<div class="rl Content_box" style="width: 60%">
367 368
 								<div class=" fl" style="width:100%">
368 369
 									<div class="Con_box">
369 370
 										<div class="content_title clearfix ">
370 371
 											<div class="fl">
371
-												民情速递
372
+												曝光台
372 373
 											</div>
373 374
 											<div class="rl mores">
374
-												<a href="PeopleNews.html">更多</a>
375
+												<a href="baoguang.html">更多</a>
375 376
 											</div>
376 377
 
377 378
 										</div>
378 379
 										<div class="content_foot">
379
-											<ul class="new_list MQ">
380
+											<ul class="new_list exposure">
380 381
 
381 382
 											</ul>
382 383
 										</div>
@@ -834,7 +835,7 @@
834 835
 			function People() {
835 836
 				$.post(huayi.config.callcenter_url + "Web/GetTopNewsList", {
836 837
 					type: 2,
837
-					num: 8
838
+					num: 11
838 839
 				}, function(result) {
839 840
 					result = JSON.parse(result);
840 841
 					var content = result.data;
@@ -914,7 +915,7 @@
914 915
 			function Exposure() {
915 916
 				$.post(huayi.config.callcenter_url + "/Web/GetTopNewsList", {
916 917
 					type: 3,
917
-					num: 10
918
+					num: 8
918 919
 				}, function(result) {
919 920
 					result = JSON.parse(result);
920 921
 					//debugger;