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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<noscript><meta http-equiv="refresh" content="900"></noscript>
<title>Google 资讯</title>
<link href="http://www.gstatic.com/news/img/favicon.ico" rel="icon" type="image/x-icon">
<link rel="alternate" type="application/rss+xml" href="http://news.google.com/news?pz=1&cf=all&ned=cn&hl=zh-CN&topic=h&num=3&output=rss">
<script type="text/javascript">var GLOBAL_window=window;function Timer(b){this.t={};this.tick=function(c,d,a){a=a?a:(new Date).getTime();this.t[c]=[a,d]};this.tick("start",null,b)}var loadTimer=new Timer;GLOBAL_window.jstiming={Timer:Timer,load:loadTimer};
try{var pageT=null;if(GLOBAL_window.chrome&&GLOBAL_window.chrome.csi)pageT=Math.floor(GLOBAL_window.chrome.csi().pageT);if(pageT==null)if(GLOBAL_window.gtbExternal)pageT=GLOBAL_window.gtbExternal.pageT();if(pageT==null)if(GLOBAL_window.external)pageT=GLOBAL_window.external.pageT;if(pageT)GLOBAL_window.jstiming.pt=pageT}catch(e){};
</script>
<script type="text/javascript">var a=window,b="substring";if(a.location.hash=="#changed"){var c=a.location.href;c=c.substr(0,c.indexOf("#"));var d=[];if(c.indexOf("?")>-1)for(var e=c[b](c.indexOf("?")+1).split("&"),f=0;f<e.length;f++)e[f][b](0,3)!="zx="&&e[f][b](0,3)!="pz="&&e[f][b](0,5)!="shid="&&d.push(e[f]);d.push("pz=1");d.push("zx="+Math.random());a.location=a.location.pathname+"?"+d.join("&")};
</script>
<script type="text/javascript">
NEWS_logErrors = true
</script>
<script type="text/javascript"></script>
<style type="text/css">.goog-inline-block{position:relative;display:inline-block}.ds1,.ds2,.ds3{border-right:1px solid #e7e7e7;z-index:50}.ds1{height:32px}.ds2{height:25px}.ds3{height:22px}.lsbb1,.lsbb2,.lsbb3{background:#eee none repeat scroll 0 0;border-color:#ccc #999 #999;border-style:solid;border-width:1px}.lsbb1{height:30px}.lsbb2{height:23px}.lsbb3{height:20px}.lsb1,.lsb2{border:medium none;cursor:pointer;font-family:arial,sans-serif;margin:0;vertical-align:top;position:relative}.lsb3{background-position:center bottom;border:medium none;cursor:pointer;font-family:arial,sans-serif;margin:0;vertical-align:top;position:relative}.lsb1:active,.lsb2:active{background:#ccc none repeat scroll 0 0}.lsb1,.lsb2{background-position:bottom center}.lsb1{height:30px;font-size:15px}.lsb2{height:23px;font-size:12px}.lsb3{height:20px;font-size:11px}.r{padding:0}.search-the-web{margin-left:4px}.clearhack,.single-section{overflow:hidden;_width:100%}.clearheader,.clearfooter{clear:both}.ff-hack{overflow:auto}.maincontents .centered{text-align:left;min-width:765px}.footer{min-width:765px}.story{zoom:1}.small-story .title a{padding-right:5px}.small-story .moreLinks .more-coverage-text{float:none}.source{white-space:nowrap;color:#777}#main-wrapper{_width:100%;padding-right:8px}#gbar{margin-top:1px}table{font-size:100%;line-height:1.3em}body{padding:0;margin:0;background-color:#fff;line-height:1.3em}table,tbody,tr,td,th{font-family:arial,sans-serif}td{vertical-align:top}h1{font-size:1.8em;line-height:1.2em;padding:0;margin:0}h2{line-height:1.2em;padding:0;margin:0}h3{font-size:1.1em;line-height:1.3em;padding:0;margin:0}form{padding:0;margin:0}input{margin:0}.lt{float:left}.rt{float:right}.sel{font-weight:bold}.date{white-space:nowrap}.spacer{border:none;width:1px;height:1px}.underline{text-decoration:underline}.headline-story .sub-title{font-weight:bold}.thumbnail img,.picture-story img{border:1px solid #11c}#main-table{width:100%;padding-left:6px}.headlines-gadget-col{width:288px}.main{z-index:100}.bottom-section{margin-top:8px}.bottom-section .single-section .column2{zoom:1;width:288px}html>body .single-section .column1{padding-right:12px}.gadget{overflow:hidden;width:100%}.section{padding-bottom:8px}.bottom-section .section{padding-bottom:22px;zoom:1}.section .contents{padding-top:4px}.thumbnail{float:left;text-align:center}.breaking{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#c00;color:#fff;font-size:11px;font-weight:bold;line-height:14px;padding:1px 4px;margin-right:3px}.headline-story .additional-article a{padding-right:5px}.headline-story .additional-video .aa-inner a{padding-right:0}.headline-story .aa-inner{width:100%}.author-link{font-weight:normal}.author-link a{color:#4272db;white-space:nowrap}.headline-story{overflow:hidden;width:100%;padding:8px 6px 8px 4px}.small-story{padding:4px}.small-section .basic-title{margin-bottom:4px}.nav .basic-title{font-size:85%;padding:2px 0 2px 13px}.basic-title .small{font-weight:normal}.basic-title .small .time,.picture-story .title{font-weight:bold}.basic-title .text,.basic-title .edit-arrow{z-index:3}.sub-title{padding-bottom:2px}.headline-story .source{white-space:normal}.headline-story .thumbnail .source{line-height:1.3em;overflow:hidden;padding:0}.headline-story .thumbnail{padding-bottom:4px}.sub-title .source{padding-left:0}.short-snippet-story .sub-title{display:inline}.bottom-section .section-left{float:left;width:60%;padding-right:10px}.source-query{color:#6f6f6f}.related-story{float:left;padding-right:10px;white-space:nowrap}.small-story .related-story{float:none}.related-story a,.related-story a:visited{color:green}.date-unit{display:none}.offscreen{left:-1000em;position:absolute}body a:visited{color:#551a8b}body a.persistentblue,body a.persistentblue:visited{color:#11c}body a.persistentblack,body a.persistentblack:visited{color:#000}body a.secondary-link,body a.secondary-link:visited{color:#4272db;text-decoration:none}body a.secondary-link:hover{text-decoration:underline}.js-link:visited{color:#11c!important}.new{color:red;height:0;font-weight:normal}.nav-one-col-hp{position:absolute;left:0}.one-col-wrapper{margin-left:115px}.invisible{visibility:hidden}.hidden{display:none}.vspace{height:1em}.modal-dialog-bg{background-color:#999;left:0;position:absolute;top:0;z-index:99}.modal-dialog{background-color:#6b90da;border:1px solid #3a5774;color:#000;padding:8px;position:absolute;width:475px;overflow:auto;z-index:100}.modal-dialog-reader{width:580px}.modal-dialog-title{background-color:#ebeff9;color:#000;cursor:pointer;font-size:120%;font-weight:bold;padding:8px 15px 8px 18px;position:relative;vertical-align:middle}.modal-dialog-title-close{background-position:-160px top;background-repeat:no-repeat;width:16px;height:16px;cursor:default;position:absolute;right:10px;top:8px}.modal-dialog-content{background-color:#fff;padding:12px 18px 50px}.modal-dialog-buttons{background-color:#fff;padding:12px 18px}.ac-renderer{position:absolute;border:1px solid #558be3;border-top-color:#a2bff0;border-left-color:#a2bff0;background-color:#fff;min-width:206px;_width:206px;white-space:nowrap}.ac-renderer div{position:relative;background-color:#fff;padding:2px 5px;line-height:22px;cursor:pointer;font-weight:bold}.ac-renderer div b{font-weight:normal}.ac-renderer div.active{background-color:#d5e2ff}#fast-flip-iframe-promo{margin-bottom:20px;overflow:hidden;position:relative;width:100%}#fast-flip-iframe-promo .close-icon{display:none;position:absolute;right:5px;top:7px}#fastflip-iframe{border:none;height:100%;width:100%}.editors-pick-header{font-weight:bold;margin-top:10px;padding-left:3px}.editors-pick-help{background-color:#ffc;margin-top:7px;padding:3px 3px 5px}.editors-pick-help-header{font-weight:bold}.t-EDITORS_PICK .basic-title .text{padding:3px 0 2px}.goog-menu{background-color:#fff;border:1px solid #839ce2;cursor:default;margin:0;outline-style:none;position:absolute;z-index:5}.goog-menuitem{color:#000;cursor:pointer;margin:0;padding:2px 6px;white-space:nowrap}.goog-menuseparator{border-top:1px dotted #839ce2}.share-story-popup .goog-menuseparator{margin:2px}.goog-menuitem-highlight{background-color:#d6e9f8}.skunkworks-text-input{border:1px solid #ccc;border-bottom-color:#999;border-right-color:#999;font-family:arial,sans-serif}.small-story .more-coverage-text{font-weight:normal}.basic-title{background-color:#ebeff9;padding:2px 4px;zoom:1}.bt-border{border-top:1px solid #6b90da}.ls-left .ls-wrapper{padding-left:8px}.small-story .source{float:left}#headline-wrapper{padding-left:8px}#headline-wrapper #top-stories{padding-bottom:0}.mail-icon{padding:0!important}.large-section .basic-title a,.large-section .basic-title a:visited{text-decoration:underline}.thumbnail .source{cursor:pointer}.large-section .bar{height:1px;width:100%;margin-top:4px;overflow:hidden}.headline-story .thumbnail{padding-top:4px}.headline-story .thumbnail .source{width:80px}.headline-story .giant-thumbnail .source{width:120px;margin:auto}.versions{padding-left:4px;font-weight:bold}.nav .sidebar .new{line-height:1.5em}.sidebar .filter-label,.sidebar .clustersearch-label{padding:2px 3px 2px 0}.sidebar .links{padding-left:8px}a,.sub-header .lt a,.sub-header .lt a:visited,.thumbnail .source,#pagination .next a,#pagination .prev a,#pagination .next a:visited,#pagination .prev a:visited,#personalize a:visited,.footer .links a,.notify a:visited{color:#11c}.more-coverage-text,a.more-coverage-text:visited,.more-zippy-toggle a,.additional-source .source a,.source-link a,.quote-story .info a,.source-link a:visited{color:#282}.no-results{font-size:110%;padding:16px}#page-header .query-notification{color:#6f6f6f;margin:0;white-space:normal}.no-local{background-color:#eff8ff;border:1px solid #e0e6f1;margin:16px}.no-local .heading{padding:8px}.no-local .suggestions{border-top:1px solid #e0e6f1;padding:8px 8px 16px}.no-local li{padding-left:16px}.no-local form{display:inline}.stock-tckrs{white-space:nowrap;float:left;padding-right:10px}.stock-tckrs a{color:#4272db}.stock-tckr{background-repeat:no-repeat;background-position:0 2px;padding-left:17px;zoom:1}.thumbnail-true .title,.thumbnail-true .sub-title,.thumbnail-true .snippet,.thumbnail-true .sources,.thumbnail-true .additional-article{margin-left:90px}.more-coverage-text{float:left;padding-right:10px;white-space:nowrap}.headline-story .video-curtain,.headline-story .additional-video .video-inner{border-top:2px solid white;border-right:2px solid white;background-color:black}.additional-video .video-box{height:1;width:1px;display:none}.video-box,.video-embed-object{height:100%;width:100%}.small .video-box,.small .video-embed-object{width:261px}#notify-box{width:90%;position:absolute;bottom:4px;text-align:center}#notify-box .notify{background-color:#ff8;white-space:nowrap;padding:3px 5px;font-weight:bold}.story .thumbnail .source a,.story .thumbnail .source a:visited{color:#777;text-decoration:none}.no-shareablesection{margin:16px 0;font-size:16px;text-align:left}.footer{text-align:center;padding:11px 0 11px 8px;margin-bottom:1px;line-height:normal}.footer .personalized-edition-links{margin-bottom:1em}.footer-disclaimer{padding:16px;font-size:10px}.footer .search-form{padding:0;float:none}.footer .links,.footer .bottom{padding:1.2em 0}.footer .copyright{color:#666}body #gbar{padding-left:10px}.gaiaNav{float:right;padding:4px 8px 0 0;font-size:13px;white-space:nowrap}.gaiaNav .email{font-weight:bold}#page-header{padding:10px 0 0;white-space:nowrap;position:relative;_height:1px}.search{clear:both;text-align:left}.search-in-header{padding:12px 0 0 8px}.searchField{margin:0;padding:5px 8px 0 6px;height:32px;width:330px;border:1px solid #ccc;border-bottom-color:#999;border-right:none;vertical-align:top;font-size:18px;line-height:26px;font-family:arial,sans-serif}#page-header img{margin-top:8px;border:none}.search-box-links{text-align:right;padding-top:5px}.edition-picker select,.edition-select{font-size:13px;height:25px;overflow:hidden}.basic-title h2{font-size:100%}.basic-title .text{padding:3px 0 2px 3px}.basic-title .results-stats{font-weight:normal}.icon{background-repeat:no-repeat}.more-zippy-toggle .video-icon{float:left;margin-right:3px;_margin:1px 0 0 0}.additional-video .more-zippy-toggle .video-icon{background-position:-31px -53px;width:13px;height:16px}.additional-video .goog-zippy-expanded .video-icon{background-position:-46px -53px}.quote-story .speaker-nub,.quote-story .info-nub{background-position:-1px -37px;height:15px;width:23px;position:relative;margin-bottom:0}.feed-icon{width:15px;height:15px;background-position:-95px 0;margin:0 2px 0 0;border:0 none;vertical-align:text-bottom}.email-icon{background-position:-61px -53px;margin:0 2px 0 0;border:0 none;vertical-align:text-bottom}.close-icon{cursor:pointer;width:11px;height:11px;background-position:-90px -37px;float:right;margin-top:3px;overflow:hidden}.edit-icon{cursor:pointer;width:11px;height:11px;background-position:-2px -17px;float:right;margin-top:3px;margin-right:3px;overflow:hidden}.finance-icon{width:14px;height:12px;background-position:-31px -16px;float:left;margin-top:3px;margin-right:2px}.youtube-icon{background-position:-55px -71px;margin:0 1px -3px 4px;border:0;width:16px;height:16px}.igoogle-icon{background-position:-127px -37px;width:62px;height:17px}.quote-story .speaker-nub{right:20px;float:right}.quote-story{margin-left:4px}.left .quote-story .r{clear:both}.basic-title a,.basic-title a:visited{color:#000;text-decoration:none}.basic-title a:hover,#headline-gadgets .basic-title a{text-decoration:underline}.large-section .basic-title{zoom:1}.subsection .small-story{padding:0 4px 4px 4px}.subsection .basic-title{background:none;padding:4px 4px 0}#top-stories .subsection{padding:6px 0 15px 0}.subsection .text{font-size:1.2em;line-height:1.1em}.subtitle{font-weight:normal;margin-left:1em}.l-ko a{text-decoration:none}.l-ko a:hover{text-decoration:underline}.headline-story .thumbnail .source{font-size:100%}.single-section table{width:100%}#pagination{padding:20px 0 0;font-size:125%}#pagination div{background-repeat:no-repeat;background-position:0 50%;background-attachment:scroll;height:26px;overflow:hidden}#pagination .next,#pagination .prev{font-weight:bold;white-space:nowrap}#pagination a,#pagination a:visited{color:#000}#pagination .current{color:#a90a08;font-weight:bold}#pagination #start{background-position:-26px 0;width:18px}#pagination #start-prev{width:44px}#pagination #end{background-position:-76px 0;width:46px}#pagination #end-next{background-position:-76px 0;margin-right:34px;width:66px}#pagination .o{background-position:-60px 0;width:16px}#pagination #current{background-position:-44px 0;width:16px}#pagination .num{margin:0 1px;font-size:13px}.gadget .image-mosaic{padding-top:8px}.image-mosaic .image{padding:6px 6px 0;_padding:6px 6px 4px;float:left}.image-mosaic .image .thumbnail{float:none;width:auto}.image-mosaic .image-selected{border-style:solid;border-width:1px;border-color:#b3c3d2;border-bottom:none;z-index:2;position:relative}.image-mosaic .story{display:none;float:left;width:100%;_width:284px}.image-mosaic .images .story{width:auto;_width:33%;display:block}.image-mosaic .images{width:286px}.image-mosaic .story-selected{padding:7px;display:block;border:1px solid #b3c3d2;position:relative;top:-1px}.image-mosaic{width:268px}.s-image-mosaic .source,.image-mosaic .images .source{padding-top:2px;margin:0 -6px 7px;height:auto}.s-image-mosaic .source .wrapper,.image-mosaic .images .source .wrapper{overflow:hidden;white-space:normal;text-align:center;width:94px}.s-image-mosaic .row{clear:both;padding-bottom:4px}.s-image-mosaic .contents{padding-top:8px}.s-image-mosaic .thumbnail{float:none;width:80px}.s-image-mosaic .image{float:left;padding:0 7px}.s-image-mosaic .source{text-align:center}.gadget-fail{padding:8px}.big_image_mosaic{width:288px}.big_image_mosaic .thumbnail{float:none}.big_image_mosaic .source{padding-top:2px}.big_image_mosaic_t,.big_image_mosaic_i{width:144px;padding-left:3px;padding-right:7px;text-align:center}.big_image_mosaic_d{margin-top:12px}.big_image_mosaic_i{vertical-align:bottom}.big_image_mosaic_t{padding-bottom:6px}.oneline-image-mosaic .content{padding-left:3px;padding-right:7px;text-align:center;width:120px}.oneline-image-mosaic .thumbnail{float:none}.aligned-row{overflow:auto;width:100%}#local-promo .bt-border{border-color:#0086b3;background-color:#ebeff9}#local-promo,#recommended-promo,#custom-section-promo{padding-top:4px;_padding:4px 0 8px;padding-bottom:8px}#local-promo .contents,#recommended-promo .contents,#custom-section-promo .contents{padding:10px 4px 10px;height:2em;_height:4em;_overflow:hidden}.custom-promo-example{color:#777;font-size:86%}.custom-promo-td{vertical-align:middle}.custom-promo-input{white-space:nowrap}.browse-directory-link{vertical-align:top;padding:2px 0 0 4px}#local-promo form,#custom-section-promo form{display:inline}#twocol-section .promo-section-wrapper{width:49.9%}#twocol-left .promo-section-wrapper,#twocol-right .promo-section-wrapper,.promo-section-wrapper #recommended-promo,.promo-section-wrapper #local-promo,.promo-section-wrapper #custom-section-promo,.promo-section-wrapper .section{width:100%}.no-more-sections{font-weight:normal}.large-section .edit-standard-inner,.large-section .edit-custom-inner,.large-section .edit-local-inner,.large-section .edit-recommended-inner,.large-section .edit-shareable-inner{padding:2px 16px 16px;overflow:hidden;width:80%}.large-section .edit-panel{background-color:transparent}.edit-panel .item{padding:4px 0 4px 12px}.edit-panel{margin-top:-2px;zoom:1}.t-IN_THE_NEWS,.t-HOT_QUERY,.t-BREAKING_NEWS,.t-EDITORS_PICK{float:left}.t-IN_THE_NEWS .basic-title,.t-FAST_FLIP_SOURCES .basic-title{white-space:nowrap}.t-IN_THE_NEWS .basic-title .text{padding:3px 0 2px}.two-a-promos{float:left;border-top:1px solid #e0e6f1;padding-left:4px;padding-top:8px}.large-section .delete-section{display:none!important}.section-itn .column,.fast-flip-sources .column{float:left;padding-right:12px}.section-itn .contents,.fast-flip-sources .contents{padding:4px}.section-fail{padding:8px}.more-link,.fewer-link{font-weight:bold;padding:4px 8px;margin-right:8px;float:left;background-color:#ebeff9}#headline-wrapper .column2{padding-top:4px}.related-editions img{border:none}.read-news-in{_margin-left:4px;color:#6f6f6f}.related-editions a,.related-editions a:visited{color:#11c;text-decoration:underline}.hp #headline-gadgets .bt-border{border-top:none}#headline-gadgets .t-DEVELOPING h2{display:none}.large-section .edit-link,.large-section .edit-link-close{font-weight:normal;line-height:1.4em;padding-right:6px;text-decoration:underline!important}#hp-sub-header{width:100%}.edit-dropdown-wrapper{position:relative;zoom:1}.edit-dropdown-section{font-weight:normal;position:absolute;width:auto}.edit-dropdown-wrapper .section-owner{padding:0}.edit-dropdown-wrapper .section-owner a{padding:2px 6px;display:block}.edit-dropdown-wrapper .edit-dropdown-section a,.edit-dropdown-wrapper .edit-dropdown-section a:visited,.edit-dropdown-wrapper .edit-dropdown-section .goog-menuitem a{text-decoration:none}.my-geographic-checkbox{margin-top:3px}.ie-hack{width:100px;height:1px;overflow:hidden}.nav .item a{font-weight:normal;display:block}.toolbelt-links a,.source-filters a,.rank-sorting a,.time-restrict a,.reset-link a{text-decoration:none}.toolbelt-links a:hover,.source-filters a:hover,.rank-sorting a:hover,.time-restrict a:hover,.reset-link a:hover{text-decoration:underline}.edition-picker{width:100%}.edition-picker select{width:100%;margin-bottom:4px}.nav .clickable{vertical-align:middle}.nav .nub{width:5px;height:18px;float:left;margin:2px 0 2px 3px}.nav .wrapper{float:left;width:115px}.nav .item a{text-decoration:none}.nav .item a:hover{text-decoration:underline}.nav .sections a{color:#262626;cursor:pointer}.nav .sections a:visited{color:#262626}.nav .item .clickable{cursor:pointer;padding:0 4px}.nav .item{padding:0;line-height:1.6em;border-bottom:2px solid #fff}.nav .selected .nub{background-color:#fff}.nav .selected a,.nav .selected a:visited{color:#fff!important;font-weight:bold;text-decoration:none}.nav-items .nub-item .rect{vertical-align:middle}.nub-item{border-bottom:2px solid #fff}.nav .small{text-align:center;width:100%}.nav{width:115px}.browse-sidebar .selector{font-size:120%;margin-left:-9px}.browse-sidebar li{list-style:none;padding:2px 0;line-height:1.1em;margin:0}.toolbelt-links,.rank-sorting{margin:10px 0 0 15px;padding-left:0;text-align:left}.reset-link{text-align:left;margin:10px 0 0 15px}#section-hidden-menu{position:relative}#more-sections-open{border-left:1px solid #fff}.more-sections-toggle{cursor:pointer;padding:5px 0}.more-sections-toggle .underline{text-decoration:underline;padding-left:15px}#hidden-left-nav-menu{background-color:white;position:absolute;left:-2px;padding:0 0 2px 2px;top:0;display:none;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-bottom:1px solid #919191}#left-nav-sections{border-bottom:1px solid #d9e2f4;padding-bottom:8px}#recommended-promo .bt-border{border-color:#fb416d;background-color:#f9e9e9}.b-b,.sp-b .basic-title{background-color:#eaf7ea}.c-b{background-color:#007300}.sp-b .basic-title{border-color:#007300}.b-ir,.sp-ir .basic-title{background-color:#effff8}.c-ir{background-color:#00a65e}.sp-ir .basic-title{border-color:#00a65e}.b-1,.sp-1 .basic-title{background-color:#ebeff9}.c-1{background-color:#0086b3}.sp-1 .basic-title{border-color:#0086b3}.b-t,.sp-t .basic-title,.b-2,.sp-2 .basic-title{background-color:#fee}.c-t,.c-2{background-color:#c00}.sp-t .basic-title,.sp-2 .basic-title{border-color:#c00}.b-ss,.sp-ss .basic-title{background-color:#eaf6ff}.c-ss{background-color:#27559b}.sp-ss .basic-title{border-color:#27559b}.b-w,.sp-w .basic-title,.b-3,.sp-3 .basic-title,.b-ds,.sp-ds .basic-title{background-color:#fff7db}.c-w,.c-3,.c-ds{background-color:#ffc300}.sp-w .basic-title,.sp-3 .basic-title,.sp-ds .basic-title{border-color:#ffc300}.b-n,.sp-n .basic-title,.b-4,.sp-4 .basic-title,.b-p,.sp-p .basic-title,.b-ed,.sp-ed .basic-title,.b-ietn,.sp-ietn .basic-title,.b-iekl,.sp-iekl .basic-title,.b-awkl,.sp-awkl .basic-title,.b-ieap,.sp-ieap .basic-title{background-color:#eef}.c-n,.c-ms,.c-4,.c-p,.c-ed,.c-ietn,.c-iekl,.c-awkl,.c-ieap{background-color:#3c3ca4}.sp-n .basic-title,.sp-4 .basic-title,.sp-p .basic-title,.sp-ed .basic-title,.sp-ietn .basic-title,.sp-iekl .basic-title,.sp-awkl .basic-title,.sp-ieap .basic-title{border-color:#3c3ca4}.b-c-pe,.b-pe,.sp-pe .basic-title,.b-5,.sp-5 .basic-title{background-color:#f9e9e9}.c-pe,.c-5{background-color:#fb416d}.sp-pe .basic-title,.sp-5 .basic-title{border-color:#fb416d}.b-af,.sp-af .basic-title,.b-6,.sp-6 .basic-title,.b-se,.sp-se .basic-title{background-color:#e9efee}.c-af,.c-6,.c-se{background-color:#9ac1ba}.sp-af .basic-title,.sp-6 .basic-title,.sp-se .basic-title{border-color:#9ac1ba}.b-y,.sp-y .basic-title,.b-7,.sp-7 .basic-title{background-color:#fff1e3}.c-y,.c-7{background-color:#f93}.sp-y .basic-title,.sp-7 .basic-title{border-color:#f93}.b-l,.sp-l .basic-title,.b-8,.sp-8 .basic-title,.b-c,.sp-c .basic-title,.b-a,.sp-a .basic-title{background-color:#e9f9ff}.c-l,.c-8,.c-c,.c-a{background-color:#0086b3}.sp-l .basic-title,.sp-8 .basic-title,.sp-c .basic-title,.sp-a .basic-title{border-color:#0086b3}.b-el,.sp-el .basic-title,.b-9,.sp-9 .basic-title,.b-cel,.sp-cel .basic-title,.b-erc,.sp-erc .basic-title,.b-i,.sp-i .basic-title{background-color:#efefef}.c-el,.c-9,.c-cel,.c-erc,.c-i{background-color:#696969}.sp-el .basic-title,.sp-9 .basic-title,.sp-cel .basic-title,.sp-erc .basic-title,.sp-i .basic-title{border-color:#696969}.b-m,.sp-m .basic-title,.b-10,.sp-10 .basic-title,.b-es,.sp-es .basic-title{background-color:#e9f7f7}.c-m,.c-10,.c-es{background-color:#438988}.sp-m .basic-title,.sp-10 .basic-title,.sp-es .basic-title{border-color:#438988}.b-s,.sp-s .basic-title,.b-11,.sp-11 .basic-title{background-color:#fff1ec}.c-s,.c-11{background-color:#f60}.sp-s .basic-title,.sp-11 .basic-title{border-color:#f60}.b-po,.sp-po .basic-title{background-color:#fcebf0}.c-po{background-color:#bc1748}.sp-po .basic-title{border-color:#bc1748}.b-e,.sp-e .basic-title,.b-12,.sp-12 .basic-title{background-color:#f5eaff}.c-e,.c-12{background-color:#8a60b3}.sp-e .basic-title,.sp-12 .basic-title{border-color:#8a60b3}.b-tn,.sp-tn .basic-title,.b-kl,.sp-kl .basic-title,.b-ap,.sp-ap .basic-title{background-color:#eef}.c-tn,.c-kl,.c-ap{background-color:#3c3ca4}.sp-tn .basic-title,.sp-kl .basic-title,.sp-ap .basic-title{border-color:#3c3ca4}.b-sn,.sp-sn .basic-title{background-color:#e9efee}.c-sn{background-color:#9ac1ba}.sp-sn .basic-title{border-color:#9ac1ba}.b-0,.sp-0 .basic-title,.b-h,.sp-h .basic-title{background-color:#ebeff9}.c-0,.c-h{background-color:#6b90da}.sp-0 .basic-title{border-color:#6b90da}#personalize{text-align:right;float:right;position:relative}#personalize-open .top-stories{background-color:#ebeff9;border-top:3px solid #6b90da}#personalize-open{position:absolute;width:300px;right:0;white-space:normal}#personalize-defer{position:relative}#personalize-open{border:1px solid #6b90da;padding:8px 3px}#personalize-open .save{margin-top:15px}#personalize-open{background-color:#fff;text-align:left;zoom:1}.edit-this-page a{text-decoration:none}#personalize-open .column .ph{height:1px;cursor:default;overflow:hidden}#personalize-open .column{border-top:1px solid #e0e6f1;margin-right:8px}#personalize-open .top-stories{padding:8px;text-align:center;color:#666;margin:4px}#personalize-open .save{text-align:center}.mod .bar{height:3px;width:100%;overflow:hidden}.personalize-center{text-align:center;padding:4px 0;font-size:85%}#personalize-open .top-stories{font-size:110%}#personalize-open .inner{text-align:center;font-weight:bold;float:left}#personalize-open .edit-standard-inner,#personalize-open .edit-custom-inner,#personalize-open .edit-local-inner,#personalize-open .edit-recommended-inner,#personalize-open .edit-shareable-inner{clear:both;margin:30px;_margin:15px 30px 30px;white-space:normal}#page-header .no-more-sections{width:225px;white-space:normal}#personalize-open .edit-panel{clear:both}.drag-mod,#personalize-open .mod{margin:4px 0;line-height:1.5em;height:1.7em;_height:2em;width:100%;float:left;cursor:move;overflow:hidden}.drag-mod .bar,.drag-mod .text{visibility:visible!important}#personalize-open .mod,.drag-mod{border:1px solid #fff}.drag-mod .text,.mod .text{padding-left:2px;background:url(http://news.google.com/images/grip.gif) no-repeat scroll right -1px;text-decoration:underline;color:#11c;font-weight:bold;font-size:90%;text-align:left}#personalize-open .column .ph{border:none!important}#personalize-advanced{border:1px solid #e0e6f1;border-top:none;margin-bottom:8px;padding:0 4px 4px 4px}#personalize-open .small{font-size:80%}#personalize-open .detail{font-weight:normal}#base-edit-panels{height:0;overflow:hidden}.edit-panel .r,.large-section .r{height:1px;overflow:hidden}#personalize-open table{width:100%}#personalize-open .add-sect-link{font-size:85%;width:50%}#headline-gadgets .basic-title{background-color:#fff;font-size:1em}body #personalize-open .column{width:100%;border:none}#draggable-col2{display:none}body{font-family:arial,sans-serif;font-size:.75em;_font-size:75%}html>body{font-size:12px}#gbar{font-family:arial,sans-serif}#main,.footer{width:980px;margin-left:auto;margin-right:auto}.search{padding-left:0}#main-wrapper{text-align:center}.bottom-section .single-section .column2{padding-top:4px}#main{position:relative}.maincontents .centered{width:auto}.nav .sections .title{font-size:1.15em;margin:0 4px}.two-a-promos{width:288px}.footer{max-width:100%}.two-a-promos a,.two-a-promos a:visited{color:red}h2{font-size:1.34em}.search-box-links{font-size:100%}.sub-title,.additional-article{font-size:1em}.more-coverage-text{font-weight:normal}.advanced-search-link,.snippet,.sub-title-no-snippet{font-size:1em}.snippet{line-height:150%}.headline-story-top{padding:8px 0 0 4px}.headline-story-top .thumbnail{padding:6px 9px 12px 0}.headline-story-top .body-story-top{padding:6px 0 18px 0}.headline-story-top .additional-article .source{padding-left:5px}.thumbnail-true .sub-title{padding:0;line-height:150%}.headline-story-top .snippet{font-size:1em;margin:0}.headline-story-top .additional-article{line-height:150%;margin:0}.more-source-link{margin:0;padding:0 8px 0 0}.more-source-link a{color:#2a942a}.clustersearch-box{padding:3px 3px 0}.small-story .title a{font-weight:normal!important}.small-story .moreLinks{display:inline}.separator{padding:0 0 16px 0}.simple-headline-story{padding:0 0 9px 4px}.simple-headline-story h2.title{display:inline;font-size:1.16em;font-weight:normal;line-height:1.14em;padding-right:6px}.simple-headline-story .sub-title,.simple-headline-story .more-coverage-start{display:inline;font-size:1em}.simple-headline-story .more-coverage-text{display:inline;float:none}.simple-headline-story .source{font-weight:normal;line-height:1.4em;padding:0 3px 0 0}.simple-headline-story .date{font-weight:normal;padding:0 3px}.simple-headline-story .moreLinks{display:inline;line-height:1.4em}.image-mosaic .image-selected,.image-mosaic .story-selected{background-color:#fff}.image-mosaic .image .thumbnail{height:82px!important}.image-mosaic .images .source .wrapper,.s-image-mosaic .source .wrapper{font-size:100%;height:1.2em;line-height:1.2em}.china_lpromo{margin-bottom:3px}.china_lpromo_title{font-size:90%;margin-right:18px;display:inline}#local-promo-form{font-size:80%;font-weight:normal}.local-input{color:#666}.city-box-wrapper{position:absolute}.place-holder{visibility:hidden;width:0;overflow:hidden}.city-box-base{position:absolute}.city-box{border:1px solid #bbb;background:#fff;padding:5px;width:288px;overflow:auto}.city-input{border-color:#888 #bbb #bbb;border-style:solid;border-width:1px;margin:0 0 3px;width:100%}.input-box-hint{color:#ccc}.city-input-magnifier{background-attachment:scroll;background-repeat:no-repeat;overflow:hidden;width:9px;height:10px;position:absolute;right:10px;top:11px}.complete-city-list{height:310px;overflow:auto}.city-group-header{color:#777;clear:left}.city-group{margin:0 0 12px 8px}.city-entry{width:62px;float:left;margin:0 0 3px}#add-as-is-lpreview,#add-as-is-lpreview:visited,.city-entry .city-entry-link,.city-entry .city-entry-link:visited{color:#11c;text-decoration:underline}.button-dropdown{font-size:.6em}.t-HOT_QUERY,.t-HOT_QUERY table{width:288px}.t-HOT_QUERY .basic-title{background:none}.section-hq{padding-top:3px}.section-hq .item{height:1.45em;padding-left:3px;white-space:normal;overflow:hidden}.gadget{padding-bottom:5px}.basic-title .text{font-size:14px}.basic-title .edit-link,.basic-title .results-stats{font-size:12px}.subtitle{font-size:13px}.subsection .basic-title .text{font-size:13px;line-height:1.1em}.gadget .basic-title .rt{font-size:13px}.basic-title .small{font-size:83%}.main-content-with-gutter{width:100%}.rtinfo{font-size:13px;margin:9px 0 4px 4px}.rtlink{text-decoration:underline;color:#009;margin-left:4px;cursor:pointer}.realtime-gadget{height:300px;overflow:hidden;padding:4px 0}</style>
<style type="text/css">#gbar,#guser{font-size:13px;padding-right:1px;padding-top:2px !important}#gbar{padding-left:1px;height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}</style><style type="text/css">
.icon {
background-image: url("http://www.gstatic.com/news/img/3687076071-news-icons.png");
}
.lsb1, .lsb2, .lsb3 {
background-image: url("http://www.gstatic.com/news/img/3687076071-news-icons.png");
}
.magnifier {
background-image: url("http://www.gstatic.com/news/img/543988615-magnifier.png");
}
.modal-dialog-title-close {
background-image: url("http://www.gstatic.com/news/img/3687076071-news-icons.png");
}
#guser {
padding: 4px 8px 0 0 !important;
}
.gbi a.gb4 {
color: red !important;
}
</style></head>
<body dir="ltr" class="hp" onbeforeunload="window['NEWS_beforeOnloadFired'] = true;" onload="try {
var t = window['jstiming']['load'];
t.tick("ol");
t["name"] = "hp";
grabJsBundle("http://www.gstatic.com/news/js/3778358219-zh_CN-twocoljslib_zh-CN.js"); grabJsBundle("http://www.gstatic.com/news/js/92471540-zh_CN-imagemosaicjslib.js");
} catch (e) {
NEWS_logError(e, "Error on onload handler");
}">
<noscript><style type="text/css">
.yesscript {
display: none;
}
</style></noscript>
<div id=gbar><nobr><a onclick=gbar.qs(this) href="http://www.google.com/webhp?hl=zh-CN&tab=nw" class=gb1>网页</a> <a onclick=gbar.qs(this) href="http://www.google.com/imghp?hl=zh-CN&tab=ni" class=gb1>图片</a> <a onclick=gbar.qs(this) href="http://video.google.com/?hl=zh-CN&tab=nv" class=gb1>视频</a> <a onclick=gbar.qs(this) href="http://maps.google.com/maps?hl=zh-CN&tab=nl" class=gb1>地图</a> <b class=gb1>新闻</b> <a onclick=gbar.qs(this) href="http://www.google.com/prdhp?hl=zh-CN&tab=nf" class=gb1>购物</a> <a href="http://mail.google.com/mail/?tab=nm" class=gb1>Gmail</a> <a href="http://www.google.com/intl/zh-CN/options/" class=gb1 style="text-decoration:none"><u>更多</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi><a href="http://goto.ext.google.com/newnjfebug" class=gb4>Found a bug?</a> | </span><span id=gbf class=gbf></span><span id=gbe></span><a href="" class=gb4>设置</a> | <a href="https://www.google.com/accounts/Login?hl=zh-CN&continue=http://news.google.com/nwshp?hl%3Dzh-CN%26tab%3Dwn" class=gb4>登录</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div>
<div class="clearheader"></div>
<div id="main-wrapper" class=""><div class="maincontents sp-null" id="main"><div class="background"><div class="centered"><div class="search"><div id="page-header"><table><tr><td><a href="/news?pz=1&ned=cn"><img src="http://www.gstatic.com/news/img/logo/zh-CN_cn/news.gif" width="152" height="40" alt="Google 资讯"></a></td>
<td class="search-in-header"><form class="search-form" action="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN" method="get"><div class="clearhack search-box-form goog-inline-block"><input type="hidden" name="pz" value="1"> <input type="hidden" name="cf" value="all"> <input type="hidden" name="ned" value="cn"> <input type="hidden" name="hl" value="zh-CN"><input class="searchField" type="text" size="30" maxlength="2048" name="q" value="" tabindex="1" title="搜索资讯"><div class="ds1 goog-inline-block"><div class="lsbb1 goog-inline-block"><input type="submit" value="搜索资讯" class="lsb1" tabindex="2"></div></div><div class="ds1 search-the-web goog-inline-block"><div class="lsbb1 goog-inline-block"><input type="submit" value="搜索所有网页" class="lsb1" name="btnmeta=search=search" tabindex="3"></div></div> <div class="search-box-links"><a href="/news/advanced_news_search?pz=1&cf=all&ned=cn&hl=zh-CN" class="secondary-link">高级</a></div></div></form></td></tr></table>
<span class="yesscript"><div id="personalize" class="in-header"><span class="edit-this-page"><a href="javascript:void(0);" id="personalize-link" onclick="return false;"><span class="sel underline">个性化谷歌资讯</span>
<small>▼</small></a></span>
<div id="personalize-defer"></div></div></span>
<div class="clearheader"></div>
</div></div><div class="nav nav-one-col-hp"><div class="browse-sidebar"><div class="wrapper"><span class="edition-picker"><form method="GET" action="/news" name="edition_picker_form" id="edition-picker-form" autocomplete="off"><input type="hidden" name="edchanged" id="edchanged" value="1"><select onchange="document.edition_picker_form.submit();" id="ned" name="ned" title="其他资讯版本"><option value="es_ar">Argentina</option> <option value="au">Australia</option> <option value="nl_be">België</option> <option value="fr_be">Belgique</option> <option value="en_bw">Botswana</option> <option value="pt-BR_br">Brasil</option> <option value="ca">Canada English</option> <option value="fr_ca">Canada Français</option> <option value="cs_cz">Česká republika</option> <option value="es_cl">Chile</option> <option value="es_co">Colombia</option> <option value="es_cu">Cuba</option> <option value="de">Deutschland</option> <option value="es">España</option> <option value="es_us">Estados Unidos</option> <option value="en_et">Ethiopia</option> <option value="fr">France</option> <option value="en_gh">Ghana</option> <option value="in">India</option> <option value="en_ie">Ireland</option> <option value="en_il">Israel English</option> <option value="it">Italia</option> <option value="en_ke">Kenya</option> <option value="hu_hu">Magyarország</option> <option value="en_my">Malaysia</option> <option value="es_mx">México</option> <option value="en_na">Namibia</option> <option value="nl_nl">Nederland</option> <option value="nz">New Zealand</option> <option value="en_ng">Nigeria</option> <option value="no_no">Norge</option> <option value="de_at">Österreich</option> <option value="en_pk">Pakistan</option> <option value="es_pe">Perú</option> <option value="en_ph">Philippines</option> <option value="pl_pl">Polska</option> <option value="pt-PT_pt">Portugal</option> <option value="de_ch">Schweiz</option> <option value="fr_sn">Sénégal</option> <option value="en_sg">Singapore</option> <option value="en_za">South Africa</option> <option value="fr_ch">Suisse</option> <option value="sv_se">Sverige</option> <option value="en_tz">Tanzania</option> <option value="tr_tr">Türkiye</option> <option value="uk">U.K.</option> <option value="us">U.S.</option> <option value="en_ug">Uganda</option> <option value="es_ve">Venezuela</option> <option value="vi_vn">Việt Nam (Vietnam)</option> <option value="en_zw">Zimbabwe</option> <option value="el_gr">Ελλάδα (Greece)</option> <option value="ru_ru">Россия (Russia)</option> <option value="ru_ua">Украина / русский (Ukraine)</option> <option value="uk_ua">Україна / українська (Ukraine)</option> <option value="iw_il">ישראל (Israel)</option> <option value="ar_ae">الإمارات (UAE)</option> <option value="ar_sa">السعودية (KSA)</option> <option value="ar_me">العالم العربي (Arabic)</option> <option value="ar_lb">لبنان (Lebanon)</option> <option value="ar_eg">مصر (Egypt)</option> <option value="hi_in">हिन्दी (India)</option> <option value="ta_in">தமிழ்(India)</option> <option value="te_in">తెలుగు (India)</option> <option value="ml_in">മലയാളം (India)</option> <option value="kr">한국 (Korea)</option> <option value="cn" selected>中国版 (China)</option> <option value="tw">台灣版 (Taiwan)</option> <option value="jp">日本 (Japan)</option> <option value="hk">香港版 (Hong Kong)</option></select><noscript><br><input type="submit" value="开始"></noscript></form></span>
<div id="left-nav-sections" class="sections"><div class="ie-hack"></div>
<table class="nav-items" cellspacing="0" cellpadding="0" border="0"><tr class="row nub-item item selected c-0" id="t_FRONTPAGE"><td class="rect nub-item c-0"><a href="/news?pz=1&cf=all&ned=cn&ict=ln"><span class="nub"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news?pz=1&cf=all&ned=cn&ict=ln"><span class="title">焦点资讯</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:w"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=w&ict=ln"><span class="nub c-w"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=w&ict=ln"><span class="title">国际/港台</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:n"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=n&ict=ln"><span class="nub c-n"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=n&ict=ln"><span class="title">内地</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:b"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=b&ict=ln"><span class="nub c-b"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=b&ict=ln"><span class="title">财经</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:e"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=e&ict=ln"><span class="nub c-e"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=e&ict=ln"><span class="title">娱乐</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:t"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=t&ict=ln"><span class="nub c-t"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=t&ict=ln"><span class="title">科技</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:i"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=i&ict=ln"><span class="nub c-i"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=i&ict=ln"><span class="title">互联网</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:s"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=s&ict=ln"><span class="nub c-s"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=s&ict=ln"><span class="title">体育</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:y"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=y&ict=ln"><span class="nub c-y"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=y&ict=ln"><span class="title">社会</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:a"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=a&ict=ln"><span class="nub c-a"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=a&ict=ln"><span class="title">汽车</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:es"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=es&ict=ln"><span class="nub c-es"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=es&ict=ln"><span class="title">房产</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:ed"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=ed&ict=ln"><span class="nub c-ed"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=ed&ict=ln"><span class="title">教育</span></a></td></tr><tr class="row item nub-item" id="t_zh-CN_cn:po"><td class="nub-item rect"><a href="/news/section?pz=1&cf=all&ned=cn&topic=po&ict=ln"><span class="nub c-po"><img src="http://www.gstatic.com/news/img/cleardot.gif" alt="" class="spacer"></span></a></td><td width="100%" class="nub-item clickable"><a href="/news/section?pz=1&cf=all&ned=cn&topic=po&ict=ln"><span class="title">热门报道</span></a></td></tr></table></div>
<ul class="toolbelt-links"><li><span class="sel">所有内容</span></li>
<li><a href="/news?pz=1&ned=cn&hl=zh-CN&hdlOnly=1" class="persistentblue">资讯标题</a></li>
<li><a href="/news?pz=1&cf=i&ned=cn&hl=zh-CN" class="persistentblue">资讯图片</a></li>
</ul>
</div></div></div><div class="one-col-wrapper"><div class="main">
<div id="headline-wrapper" class="wrapper"><div class="sub-header"><div id="" class="basic-title bt-border">
<h2 class=" text"><div id="time-wrapper" class="rt results-stats">更新时间:<span class="sel">24分钟前</span></div>
<span class="title">焦点资讯</span>
</h2>
</div></div>
<div class="single-section"><table cellspacing="0" cellpadding="0"><tr><td class="headlines-story-col"><div class="column1 no-gad"><div id="top-stories" class="section wrapper">
<div class="story cid-8797407154752 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://www.hinews.cn/news/system/2010/08/04/010975426.shtml" class="usg-AFQjCNFe5hzUjAMgpAw5vN1OAfjUFLqbcw " title="南海网"><img src="http://news.google.com/news/tbn/zSzchkAYmqHLkM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://www.hinews.cn/news/system/2010/08/04/010975426.shtml" class="usg-AFQjCNFe5hzUjAMgpAw5vN1OAfjUFLqbcw ">南海网</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNE8JH97gCxyS9o6KGNHUGipVp56OQ " href="http://finance.ifeng.com/roll/20100805/2480530.shtml" id="MAA4AEgAUABgAWoCY256AWg"><span class="titleText">6540万套空置房虚假信息持续发酵 权威部门失语</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-826354 ">凤凰网</span> - <span class="date ">‎26分钟前‎</span></div> <div class="body"> <div class="snippet"> 虽然这一数据招来多方质疑,且事后已被断定为不实报道,但这场由空置房引发的“口水战”仍未有停歇的迹象,关于全国具体有多少套空置房至今也没有一个权威结论。《经济参考报》记者向国家统计局求解真实的空置房 <b>...</b> </div> <div class="additional-article"><div class="aa-inner"><a href="http://society.people.com.cn/GB/41158/12347948.html" target="_blank" class="usg-AFQjCNFEr7q41r6d41QlXOq7VG5we1TycQ " id="MAA4AEgAUAFgAmoCY256AWg">1亿多平方米商品住宅待售</a> <span class="source">人民网</span> </div></div> <div class="additional-article"><div class="aa-inner"><a href="http://news.sina.com.cn/o/2010-08-05/054817915691s.shtml" target="_blank" class="usg-AFQjCNEeFaNU7KQEoABwEHm3tg8uOrsZfw " id="MAA4AEgAUAJgAmoCY256AWg">全国商品房待售面积逾1.9亿平方米</a> <span class="source">新浪网</span> </div></div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNHpcpScmMt7CvqxgR2pro07zyUzww " href="http://www.cs.com.cn/xwzx/03/201008/t20100805_2539508.htm" id="MAA4AEgAUANgCGoCY256AWg"><span class="titleText">中证网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEVXIlWGduoHFpIusCle8tqX7AX3Q " href="http://news.sd.cninfo.net/gnxw/1000296.shtml" id="MAA4AEgAUARgCGoCY256AWg"><span class="titleText">青岛信息港</span></a></span> - <span><a target="_blank" class="usg-AFQjCNH_IzfaaXtpkS9t9x1nVQ2mSHs7FQ " href="http://news.gz.soufun.com/2010-08-05/3632810.htm" id="MAA4AEgAUAVgCGoCY256AWg"><span class="titleText">广州搜房</span></a></span></span>
<div class="moreLinks" id="8797407154752"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dXU9SEL1TfwXNiMR9h-sJ75jhcpBM&topic=h" class="more-coverage-text ">此专题所有 355 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407057307 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGhATAJ4THNykOL5xsq4jGeEKm6og " href="http://news.sina.com.cn/c/2010-08-05/072117916533s.shtml" id="MAA4AEgBUABgAWoCY256AWg"><span class="titleText">高温费 非高温工作者也能拿520</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407057307"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d3cfsp1O_nQf_WMmPkwKpVCbRRQBM&topic=h">专题报道(402篇) »</a></div></span></div></div><div class="story cid-8797407162321 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFPnUnmq1b30NZhUuc41IkhSuSdPQ " href="http://biz.xinmin.cn/2010/08/05/6138747.html" id="MAA4AEgCUABgAWoCY256AWg"><span class="titleText">称至少捐出一半财富 巴菲特将与中国富豪谈慈善</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎29分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407162321"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dwkKKt_lM94JGuMt5562xALLtDzHM&topic=h">专题报道(109篇) »</a></div></span></div></div><div class="story cid-8797407065506 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFiN9yKpK8vGBSVEyY5a3zwxLeK1A " href="http://news.xinhuanet.com/world/2010-08/05/c_13430415.htm" id="MAA4AEgDUABgAWoCY256AWg"><span class="titleText">奥巴马"单身"过生日 烦心事让他的头发"灰"得很快</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407065506"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dpUHCIrtcTQuRtMKNkOXBiD64XVAM&topic=h">专题报道(60篇) »</a></div></span></div></div><div class="story cid-8797407154781 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHhgbhTrpFYs5Wo8OVld6QKLT337g " href="http://finance.ifeng.com/city/nj/20100805/2480165.shtml" id="MAA4AEgEUABgAWoCY256AWg"><span class="titleText">南京拟建7-28纪念馆引热议 网友建议责任人出钱</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407154781"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d6DP2O0E1WRcGqMyNXLph_m0WLNdM&topic=h">专题报道(51篇) »</a></div></span></div></div><div class="story cid-8797406980373 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFaU9N-e9h8sGNXSooX0R4VU3iwZg " href="http://news.sina.com.cn/o/2010-08-05/071817916541s.shtml" id="MAA4AEgFUABgAWoCY256AWg"><span class="titleText">图文:美下岗司机枪杀8同事后自尽</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406980373"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dcscWp0nkFJU5kMoCwIj3QXYa29mM&topic=h">专题报道(551篇) »</a></div></span></div></div><div class="story cid-8797407130633 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF34VSDzAim_Da_hXU7eM_c6ggCjA " href="http://news.ifeng.com/mainland/special/zqjubuzaodafengxiji/content-2/detail_2010_08/05/1890391_0.shtml" id="MAA4AEgGUABgAWoCY256AWg"><span class="titleText">吉林遭遇罕见洪灾 温家宝穿胶鞋踩泥察看灾情(图)</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407130633"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dBJyAFvy2ABJ4rMnab_iJTAh8ZxqM&topic=h">专题报道(399篇) »</a></div></span></div></div><div class="story cid-8797406804400 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNErSQS9OQt5wfd7gCarjFwbGoxTXw " href="http://www.chinanews.com.cn/gn/2010/08-05/2447500.shtml" id="MAA4AEgHUABgAWoCY256AWg"><span class="titleText">“前卫-2010”防空演练:电磁如潮激荡中原上空</span></a></h2><div class="sub-title"><span class="source">中新网</span>-<span class="date">‎49分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406804400"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d1Uvl92sFMyVoHMDpQJ2DuEEfQtvM&topic=h">专题报道(738篇) »</a></div></span></div></div><div class="story cid-8797407087577 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGVBmqDSdDmN-WgpMXKEdHc9GQ3yw " href="http://news.ifeng.com/mainland/special/zqjubuzaodafengxiji/content-2/detail_2010_08/05/1889900_0.shtml" id="MAA4AEgIUABgAWoCY256AWg"><span class="titleText">中国今年水利工程损失400亿 超往年3倍</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎2小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407087577"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dIQBHaFOqUh5nXMz_6P25-8s11sRM&topic=h">专题报道(198篇) »</a></div></span></div></div><div class="story cid-8797406970465 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNE58UJ3RX4xUu-RvA2neUSwmS1QQA " href="http://www.jfdaily.com/a/1314768.htm" id="MAA4AEgJUABgAWoCY256AWg"><span class="titleText">吉林农安2.7万人紧急撤离家园</span></a></h2><div class="sub-title"><span class="source">解放牛网</span>-<span class="date">‎56分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406970465"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dS5OmGbh6LFp5KMp29-v0ju35lOJM&topic=h">专题报道(466篇) »</a></div></span></div></div></div></div></td>
<td class="headlines-gadget-col"><div class="column2">
<div id="headline-gadgets" class="wrapper"><div id=":DEVELOPING" class="gadget t-DEVELOPING"><a name="DEVELOPING"></a>
<div id=":DEVELOPING_h" class="basic-title bt-border">
<h2 class=" text"><div class="rt"></div>
重大资讯
</h2>
</div>
<div class="small-section" id="s_BREAKING"><div class="contents"><div class="story cid-8797406951068 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFaxDbnWnIUDkpLUJ1w3997qr6jYQ " href="http://finance.ifeng.com/bank/zzyh/20100805/2480430.shtml" id=""><span class="titleText">大银行官网难见收费列表</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎41分钟前‎</span> -
<div class="moreLinks" id="8797406951068"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dONYxgwh9juSPTMX_r6DVnE2hsmqM&topic=b">专题报道(1,924篇) »</a></div><div class="r"></div></div>
<div class="r"></div> <div class="story cid-8797406586577 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNF5W9RCE843KArByBew7KRG6l_KVg " href="http://sports.people.com.cn/GB/35862/12348201.html" id=""><span class="titleText">期待这一刻 广州等你来</span></a></div> <div class="source"><span class="source-pref sid-826323">人民网</span></div> - <span class="timestamp date ">‎51分钟前‎</span> -
<div class="moreLinks" id="8797406586577"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dGb2h9xxWjwsrlMzWNj_CJ_X0LTIM&topic=e">专题报道(2,864篇) »</a></div><div class="r"></div></div>
<div class="r"></div> <div class="story cid-8797406632358 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFqpV9emGZpK5vWddR5kZRJadjH5A " href="http://www.jfdaily.com/a/1314852.htm" id=""><span class="titleText">太阳风暴昨天凌晨“击中”地球</span></a></div> <div class="source"><span class="source-pref sid-751751">解放牛网</span></div> - <span class="timestamp date ">‎45分钟前‎</span> -
<div class="moreLinks" id="8797406632358"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dSwoUpgxr5IS3wMxde_2in59_CkhM&topic=t">专题报道(1,239篇) »</a></div><div class="r"></div></div>
<div class="r"></div> <div class="story cid-8797407116717 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHv2-Qje8GcrjTx0lkBMZlGPDKIHQ " href="http://www.jfdaily.com/a/1314837.htm" id=""><span class="titleText">继续烧钱,土豆网获第五轮风投</span></a></div> <div class="source"><span class="source-pref sid-751751">解放牛网</span></div> - <span class="timestamp date ">‎52分钟前‎</span> -
<div class="moreLinks" id="8797407116717"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dZlQVS5nk-CYSXMg7QaSmzvYTeUpM&topic=i">专题报道(58篇) »</a></div><div class="r"></div></div>
<div class="r"></div> <div class="story cid-8797406402780 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHy9zQqwnZ-eTBNzVKftKNw84nxBg " href="http://soccer.titan24.com/2010-08-05/102415.html" id=""><span class="titleText">梅西15分钟征服韩国震惊瓜帅 西媒:重开伟大之门</span></a></div> <div class="source"><span class="source-pref sid-769084">体坛网</span></div> - <span class="timestamp date ">‎23分钟前‎</span> -
<div class="moreLinks" id="8797406402780"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dWmGI26Wy09ikUMATZ-UyCZia_W0M&topic=s">专题报道(761篇) »</a></div><div class="r"></div></div>
<div class="r"></div> <div class="story cid-8797407019712 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNH-OL_E11bLSM0r39UqmauYwExsqQ " href="http://news.sina.com.cn/o/2010-08-05/071817916540s.shtml" id=""><span class="titleText">阵雨退烧</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407019712"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dCuMniXtj4he0nMZEt4M0ZBhCXenM&topic=y">专题报道(209篇) »</a></div><div class="r"></div></div>
<div class="r"></div> <div class="story cid-8797406951004 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEJNvT7dGyQGv6dtNE4m0QwT06_1w " href="http://finance.ifeng.com/gem/people/20100805/2480435.shtml" id=""><span class="titleText">仰融或借力江淮“回归”</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎41分钟前‎</span> -
<div class="moreLinks" id="8797406951004"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dZ4QDSrgn2ygHQMOvAiaaRXgBc8WM&topic=a">专题报道(1,071篇) »</a></div><div class="r"></div></div>
<div class="r"></div></div></div></div> <div id=":HOT_QUERY" class="gadget t-HOT_QUERY"><a name="HOT_QUERY"></a>
<div id=":HOT_QUERY_h" class="basic-title bt-border">
<h2 class=" text"><div class="rt"></div>
热搜关键词
</h2>
</div>
<div class="small-section section-hq" id="s_1"><div class="contents"><table><tr><td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E8%B4%9D%E5%85%8B%E6%B1%89%E5%A7%86&ict=hq0">贝克汉姆</a></div></td> <td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=315%E6%99%9A%E4%BC%9A&ict=hq1">315晚会</a></div></td> <td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E8%A1%80%E6%88%98%E5%A4%AA%E5%B9%B3%E6%B4%8B&ict=hq2">血战太平洋</a></div></td></tr> <tr><td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E4%BA%8C%E6%AC%A1%E6%88%BF%E6%94%B9&ict=hq3">二次房改</a></div></td> <td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E5%AF%8C%E6%98%A5%E5%B1%B1%E5%B1%85%E5%9B%BE&ict=hq4">富春山居图</a></div></td> <td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E8%B0%B7%E6%AD%8C%E9%80%80%E5%87%BA%E4%B8%AD%E5%9B%BD&ict=hq5">谷歌退出中国</a></div></td></tr> <tr><td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E4%B8%9C%E5%8C%97%E8%99%8E%E9%A5%BF%E6%AD%BB&ict=hq6">东北虎饿死</a></div></td> <td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E6%B2%AA%E6%9D%AD%E7%A3%81%E6%82%AC%E6%B5%AE&ict=hq7">沪杭磁悬浮</a></div></td> <td><div class="item"><a href="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN&q=%E6%83%A0%E6%99%AE%E7%AC%94%E8%AE%B0%E6%9C%AC%E5%8F%AC%E5%9B%9E&ict=hq8">惠普笔记本召回</a></div></td></tr></table><div class="r"></div></div></div></div></div></div></td></tr></table></div></div>
</div>
<div style="r"></div><div id="bottom-section" class="bottom-section"><span class="yesscript"><div id="local-promo"><div id="lpromo_h" class="basic-title bt-border"><div id="close-icon-lpromo" class="close-icon icon"></div>
<h2 class=" text">定制地方栏目:
<form id="local-promo-form" action=""><input type="hidden" name="section" value="local">
<input type="hidden" name="idx" value="0">
<input type="text" name="localQuery" class="local-input example-text" maxlength="256" onfocus="resetLocalValue(this);" value="省市名、国家名或邮编" onblur="resetLocalExampleText(this, "\u7701\u5e02\u540d\u3001\u56fd\u5bb6\u540d\u6216\u90ae\u7f16");">
<input type="submit" id="local-promo-add" value="添加"></form>
</h2>
</div></div></span> <a name="zh-CN_cn:w"></a>
<div class="section large-section" id="s-zh-CN_cn:w"><div class="ls-wrapper"><div class="bar c-w"></div>
<div id="zh-CN_cn:w_h" class="basic-title b-w ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="w">
<input type="hidden" class="name" value="国际/港台">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:w">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=w">国际/港台 »</a>
</h2>
</div>
<div class="b-w"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797407041849 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://whb.news365.com.cn/gj/201008/t20100805_2789023.htm" class="usg-AFQjCNFwGn3QD488NfDfaluM85KssVcHmw " title="文汇报"><img src="http://news.google.com/news/tbn/2AhScHOkzE01EM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://whb.news365.com.cn/gj/201008/t20100805_2789023.htm" class="usg-AFQjCNFwGn3QD488NfDfaluM85KssVcHmw ">文汇报</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNFjkCXBxBQjYW-Mqh1A5W485YivnA " href="http://news.sina.com.cn/o/2010-08-05/071817916548s.shtml" id="MAA4AUgAUABgAWoCY256AXc"><span class="titleText">图文:伊朗否认“内贾德遭手榴弹袭击”</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-768548 ">新浪网</span> - <span class="date ">‎1小时前‎</span></div> <div class="body"> <div class="snippet"> 综合新华社、《中国日报》报道多家媒体报道,伊朗总统内贾德的车队4日在伊朗西部遭手榴弹袭击,数人受伤,但内贾德幸免于难。不过,伊朗总统办公室一名消息人士4日对此予以否认。伊朗官员称,发生爆炸的是爆竹。 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNGGQVUCi8cPK81kgd9UuYbFJKKj5w " href="http://nf.nfdaily.cn/nfdsb/content/2010-08/05/content_14503704.htm" id="MAA4AUgAUAFgCGoCY256AXc"><span class="titleText">南方报业</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEj6_5JvnIWv0qmzn9yJb_R__GEUw " href="http://news.xinmin.cn/rollnews/2010/08/05/6137001.html" id="MAA4AUgAUAJgCGoCY256AXc"><span class="titleText">新民网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNHNh7yQXS__Tp5a9fEY1WF71XVzFA " href="http://news.ifeng.com/world/detail_2010_08/05/1890210_0.shtml" id="MAA4AUgAUANgCGoCY256AXc"><span class="titleText">凤凰网</span></a></span></span>
<div class="moreLinks" id="8797407041849"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dd8clTwQZvxbpBMMBhy92LDkJqwNM&topic=w" class="more-coverage-text ">此专题所有 585 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407197222 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGVidh3CqbrS5LGtCxhbMSTWI6YRg " href="http://www.jfdaily.com/a/1314754.htm" id="MAA4AUgBUABgAWoCY256AXc"><span class="titleText">外媒声称美对华战略正发生变化</span></a></h2><div class="sub-title"><span class="source">解放牛网</span>-<span class="date">‎53分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407197222"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=defZxKRU3DwESaMWNhOI9YjuRF5SM&topic=w">专题报道(73篇) »</a></div></span></div></div><div class="story cid-8797406740550 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFtl8b1M-ghqqOwi2JHVQ4SD3QQ1w " href="http://news.xinhuanet.com/world/2010-08/04/c_12410343.htm" id="MAA4AUgCUABgAWoCY256AXc"><span class="titleText">潘基文敦促日本努力使日朝谈判取得进展</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎9小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406740550"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d96KSiMF-V-7zOMYSSkukkhGMGU_M&topic=w">专题报道(150篇) »</a></div></span></div></div><div class="story cid-8797406970414 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF0Bwt1xLDErLVHgNcPoojYRqtvSg " href="http://news.xinhuanet.com/mil/2010-08/05/content_13966040.htm" id="MAA4AUgDUABgAWoCY256AXc"><span class="titleText">黎以交火之后[组图]</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎28分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406970414"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dnbOXE7OIbC7VhMB8kxOgIKHgIqeM&topic=w">专题报道(1,017篇) »</a></div></span></div></div><div class="story cid-8797407208452 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF_5BWlXSmp2Ld90gyNGLin_DoM0g " href="http://news.xinhuanet.com/mil/2010-08/05/content_13966021.htm" id="MAA4AUgEUABgAWoCY256AXc"><span class="titleText">俄火灾死亡人数升至48人 数名海军将领被解职</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎41分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407208452"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d7GLmyiJcVwB_dMCVoMn58cjA0WVM&topic=w">专题报道(295篇) »</a></div></span></div></div><div class="story cid-8797406915281 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGCKLr-1t60ruq3E9wYVnG9rgs1Bg " href="http://news.sina.com.cn/o/2010-08-05/064517916231s.shtml" id="MAA4AUgFUABgAWoCY256AXc"><span class="titleText">演习前夕,韩朝针锋相对</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406915281"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dZpgggWQ-YmVAwMHfq9mgAoknUyvM&topic=w">专题报道(453篇) »</a></div></span></div></div><div class="story cid-8797406989202 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF8hp-59wD5DuqZ_TLx-_U6KuFEaA " href="http://zqb.cyol.com/content/2010-08/05/content_3358741.htm" id="MAA4AUgGUABgAWoCY256AXc"><span class="titleText">幽灵寿星蔓延日本 百岁老人连报失踪</span></a></h2><div class="sub-title"><span class="source">中青在线</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406989202"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dVZWrvenZ6w38fMsiejvLBS8YFQyM&topic=w">专题报道(156篇) »</a></div></span></div></div><div class="story cid-8797407075650 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGEPDfQsVX15dsCGZsmgXBWLdT-Hw " href="http://news.ifeng.com/world/detail_2010_08/05/1890411_0.shtml" id="MAA4AUgHUABgAWoCY256AXc"><span class="titleText">贝卢斯科尼与盟友决裂 意大利政治版图开始变迁</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407075650"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dovZI2tVpyAr3zMQOBkI7AzdxjjaM&topic=w">专题报道(188篇) »</a></div></span></div></div><div class="story cid-8797406912777 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHMrFuWFjy31U6bueSWnomCgwGg2w " href="http://news.xinhuanet.com/mil/2010-08/05/content_13966018.htm" id="MAA4AUgIUABgAWoCY256AXc"><span class="titleText">中国援助巴基斯坦救灾物资运抵巴基斯坦</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎41分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406912777"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dwTRw4wQHaAHdUMI2ORpwQ1zw15fM&topic=w">专题报道(902篇) »</a></div></span></div></div><div class="story cid-8797406947413 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEeW2jhiG2TxF_TzHndCHCXfKSNkw " href="http://www.jfdaily.com/a/1314764.htm" id="MAA4AUgJUABgAWoCY256AXc"><span class="titleText">“基地”分支称制造日本油轮爆炸</span></a></h2><div class="sub-title"><span class="source">解放牛网</span>-<span class="date">‎53分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406947413"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dXFFJg39nLVdHYMw9LR_aGnXLLvuM&topic=w">专题报道(152篇) »</a></div></span></div></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=w">更多国际/港台报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="gadget t-FEATURED_IMAGE"><div class="story cid-8797406708824 l-zh-CN picture-story "><div class="inner"><a target="_blank" class="usg-AFQjCNG2bIcEhStZOFbZ2KRL19x5tPXRrQ " href="http://finance.sina.com.cn/roll/20100804/08373408019.shtml" id=""><span class="titleText"><img src="http://news.google.com/news/tbn/_xoRq_E-rIeziM/5.jpg" alt=""></span></a>
<h3 class="title"><a target="_blank" class="usg-AFQjCNG2bIcEhStZOFbZ2KRL19x5tPXRrQ " href="http://finance.sina.com.cn/roll/20100804/08373408019.shtml" id=""><span class="titleText">最快9月,湖南人能喝上台湾啤酒</span></a></h3>
<div class="sub-title"><span class="source source-pref sid-768548 ">新浪网</span> - <span class="date ">‎2010年8月3日‎</span></div>
<div class="body"><div class="snippet">昨日,“2010年台湾湖南周”暨第六届湘台经贸交流合作论坛在台北圆山饭店大会议厅开幕。图/红网记者谢伦丁 红网台北8月4日讯(潇湘晨报记者李伟)“楚瑜从没有在台湾的一个场合里见到'咯莫多'湖南人! ...</div>
<div class="moreLinks" id="8797406708824"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dQdxvibA9CTSX3Mu8NisIlxInhy-M&topic=w" class="more-coverage-text ">此专题所有 400 篇报道 »</a></div></div>
<div class="r"></div></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:n"></a>
<div class="section large-section" id="s-zh-CN_cn:n"><div class="ls-wrapper"><div class="bar c-n"></div>
<div id="zh-CN_cn:n_h" class="basic-title b-n ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="n">
<input type="hidden" class="name" value="内地">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:n">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=n">内地 »</a>
</h2>
</div>
<div class="b-n"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797406381984 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://news.949949.com/hydt/201008/0478711.htm" class="usg-AFQjCNHi3KdzWAWdWWLAIveDdRjzS-0E-Q " title="949健康传媒"><img src="http://news.google.com/news/tbn/Asj23fa4txe1OM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://news.949949.com/hydt/201008/0478711.htm" class="usg-AFQjCNHi3KdzWAWdWWLAIveDdRjzS-0E-Q ">949健康传媒</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNEP7gB1nU9rUdylF4BcqMCtbyxBpQ " href="http://news.sina.com.cn/c/2010-08-05/073917916785s.shtml" id="MAA4AkgAUABgAWoCY256AW4"><span class="titleText">居民医保今后在医院就能报销</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-768548 ">新浪网</span> - <span class="date ">‎50分钟前‎</span></div> <div class="body"> <div class="snippet"> 本报8月4日讯(记者王斌)今日,记者从太原市医疗保险中心获悉,针对城镇居民基本医疗保险(简称居民医保)先垫医疗费、后报销的报销程序,太原市已启用新的结算应用程序,72家定点医疗机构中,48家已实现实时 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNHLRbg_mzobQibDqA3QjSq9t5I8XQ " href="http://news.ifeng.com/mainland/detail_2010_08/05/1890160_0.shtml" id="MAA4AkgAUAFgCGoCY256AW4"><span class="titleText">凤凰网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNG28sjKdzGc6Rwz5YWGsT12DZwUCg " href="http://news.xinmin.cn/domestic/gnkb/2010/08/05/6136561.html" id="MAA4AkgAUAJgCGoCY256AW4"><span class="titleText">新民网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNGiQZo8uJkHztqNXtzVUeSLPsADiQ " href="http://www.qhnews.com/newscenter/system/2010/08/05/010172927.shtml" id="MAA4AkgAUANgCGoCY256AW4"><span class="titleText">青海新闻网</span></a></span></span>
<div class="moreLinks" id="8797406381984"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dNtVkkpvMD4fGjMCY9D7PehYpnf2M&topic=n" class="more-coverage-text ">此专题所有 287 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797406990264 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNE8iL9msfYby68KcRgNhJCtsjxAnQ " href="http://finance.ifeng.com/money/roll/20100805/2480297.shtml" id="MAA4AkgBUABgAWoCY256AW4"><span class="titleText">食用盐碘含量标准应该公开博弈</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406990264"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dN6vexgvisMZSyMh1HTR8qcx3BZeM&topic=n">专题报道(196篇) »</a></div></span></div></div><div class="story cid-8797406970431 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGy6rqPBeTtUDM-RnuIbhi0Vp14PQ " href="http://cpc.people.com.cn/GB/64093/64387/12348559.html" id="MAA4AkgCUABgAWoCY256AW4"><span class="titleText">浙江省委:十二部门新闻发言人亮相</span></a></h2><div class="sub-title"><span class="source">人民网</span>-<span class="date">‎31分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406970431"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dghUYVGirCwT5bMrSNfCqSzwwaVHM&topic=n">专题报道(296篇) »</a></div></span></div></div><div class="story cid-8797406573440 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEPmMLguxt4bB-7-VF9ply9aWEtXg " href="http://finance.ifeng.com/news/people/20100805/2480546.shtml" id="MAA4AkgDUABgAWoCY256AW4"><span class="titleText">禹晋永高调举行维权仪式实为闹剧 声称让媒体生不如死</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎23分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406573440"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dsDcwHQBNeAP45MrsM4XaeGZBRVjM&topic=n">专题报道(1,180篇) »</a></div></span></div></div><div class="story cid-8797406810966 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGwYLwX0mmwT6oGjPwOFAo1PO072g " href="http://leaders.people.com.cn/GB/12348165.html" id="MAA4AkgEUABgAWoCY256AW4"><span class="titleText">3600余名中基层法院院长首度轮训完美收官</span></a></h2><div class="sub-title"><span class="source">人民网</span>-<span class="date">‎54分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406810966"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dCDdP5EjityC4kMdzf4rL-D8jvCoM&topic=n">专题报道(78篇) »</a></div></span></div></div><div class="story cid-8797407006468 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGmu4r7Z7HTmz2AdniRr9duwybpDA " href="http://leaders.people.com.cn/GB/12348292.html" id="MAA4AkgFUABgAWoCY256AW4"><span class="titleText">公安部经侦局原副局长相怀珠不满获刑12年上诉</span></a></h2><div class="sub-title"><span class="source">人民网</span>-<span class="date">‎47分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407006468"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dc-0cqAFNa1EF2MEoP2sgI9wX8n8M&topic=n">专题报道(161篇) »</a></div></span></div></div><div class="story cid-8797406937593 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFXxaHHtiKiMbLkC0FYD8XBF7X2Ag " href="http://news.sina.com.cn/s/2010-08-05/062217916093s.shtml" id="MAA4AkgGUABgAWoCY256AW4"><span class="titleText">做广播体操不仅要倡议还要规定</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎2小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406937593"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d5f8uafgOfj1NJM49zPm9UkbJ-VfM&topic=n">专题报道(342篇) »</a></div></span></div></div><div class="story cid-8797407092363 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG9NFBvPsi-XeqxJebyiLLAoYR1pg " href="http://news.sina.com.cn/expo2010/news/roll/2010-08-05/065620829964.shtml" id="MAA4AkgHUABgAWoCY256AW4"><span class="titleText">吉尔吉斯斯坦馆日举行 山水邻邦展示中亚窗口</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎50分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407092363"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dmbIp4qZang-IhMP7X512h3Q5TtAM&topic=n">专题报道(30篇) »</a></div></span></div></div><div class="story cid-8797406992407 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHz2Dr9EGLo8FgX0OJrYvNqMqKXLg " href="http://news.sina.com.cn/o/2010-08-05/071817916582s.shtml" id="MAA4AkgIUABgAWoCY256AW4"><span class="titleText">60名局级京官任职地方</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406992407"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=df7-5Jui9Fms4zM_ypyu8kzS4YPpM&topic=n">专题报道(222篇) »</a></div></span></div></div><div class="story cid-8797407129528 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGxCWqFARdyDwW6VjhhSCRK_vLnfg " href="http://news.xinmin.cn/rollnews/2010/08/05/6138636.html" id="MAA4AkgJUABgAWoCY256AW4"><span class="titleText">给2个单位1名个人授予荣誉称号,给6个单位11名个人记功</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎32分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407129528"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dPKsy_bRX5iZcpM99i7SJkHMmLndM&topic=n">专题报道(112篇) »</a></div></span></div></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=n">更多内地报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="gadget t-FEATURED_IMAGE"><div class="story cid-8797407045338 l-zh-CN picture-story "><div class="inner"><a target="_blank" class="usg-AFQjCNG0G88ByhE9ZurzCB0cm4pHlhR3xg " href="http://news.sina.com.cn/o/2010-08-05/073017916700s.shtml" id=""><span class="titleText"><img src="http://news.google.com/news/tbn/G_fYyr4KIW5c2M/5.jpg" alt=""></span></a>
<h3 class="title"><a target="_blank" class="usg-AFQjCNG0G88ByhE9ZurzCB0cm4pHlhR3xg " href="http://news.sina.com.cn/o/2010-08-05/073017916700s.shtml" id=""><span class="titleText">党报老总采访现场发新闻</span></a></h3>
<div class="sub-title"><span class="source source-pref sid-768548 ">新浪网</span> - <span class="date ">‎1小时前‎</span></div>
<div class="body"><div class="snippet">昨天,全国重点城市党报总编辑采风团来到坪山参观比亚迪汽车有限公司。图为工作人员在充电站展示充电设备。深圳特区报记者梅戈摄 深圳特区报讯(记者李舒瑜)一边现场采访,一边往报纸的网站上实时发布图片和 ...</div>
<div class="moreLinks" id="8797407045338"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dhVRhKZVSJllX9MHe1w8SaJ1XKeZM&topic=n" class="more-coverage-text ">此专题所有 74 篇报道 »</a></div></div>
<div class="r"></div></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:b"></a>
<div class="section large-section" id="s-zh-CN_cn:b"><div class="ls-wrapper"><div class="bar c-b"></div>
<div id="zh-CN_cn:b_h" class="basic-title b-b ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="b">
<input type="hidden" class="name" value="财经">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:b">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=b">财经 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=ecn">金融观察</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=stc">股市基金</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=pf">投资理财</a></span>
</h2>
</div>
<div class="b-b"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797406951068 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://news.dg.soufun.com/2010-08-04/3629503.htm" class="usg-AFQjCNFvh2PwQiGdXCM0Ml2s8tLQ2jeUQw " title="搜房"><img src="http://news.google.com/news/tbn/bIjxDh4ZDFSPSM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://news.dg.soufun.com/2010-08-04/3629503.htm" class="usg-AFQjCNFvh2PwQiGdXCM0Ml2s8tLQ2jeUQw ">搜房</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNFaxDbnWnIUDkpLUJ1w3997qr6jYQ " href="http://finance.ifeng.com/bank/zzyh/20100805/2480430.shtml" id="MAA4A0gAUABgAWoCY256AWI"><span class="titleText">大银行官网难见收费列表</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-826354 ">凤凰网</span> - <span class="date ">‎41分钟前‎</span></div> <div class="body"> <div class="snippet"> 晨报讯(记者李若愚)尽管银监会近日发出通知,要求银行做好收费项目的信息披露工作,但北京晨报记者昨日统计发现,有4家大型国有商业银行的官方网站未给出收费项目列表,但多数股份制银行在官方网站首页给出了 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNGjDVXBE1fOZu24LZPibGA5lr7f3Q " href="http://news.sohu.com/20100805/n273996719.shtml" id="MAA4A0gAUAFgCGoCY256AWI"><span class="titleText">搜狐</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEZAgAhRfL-qTuZco8mF8MyIH1gog " href="http://news.xinmin.cn/rollnews/2010/08/05/6138775.html" id="MAA4A0gAUAJgCGoCY256AWI"><span class="titleText">新民网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEe2P4-QPQmKEmdaZuPS_i9Ojz7iQ " href="http://news.hexun.com/2010-08-05/124487459.html" id="MAA4A0gAUANgCGoCY256AWI"><span class="titleText">和讯网</span></a></span></span>
<div class="moreLinks" id="8797406951068"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dONYxgwh9juSPTMX_r6DVnE2hsmqM&topic=b" class="more-coverage-text ">此专题所有 1,924 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797406665945 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG7wpuVllnZ5scuqHLlewRAffBF3Q " href="http://finance.sina.com.cn/roll/20100805/07398426203.shtml" id="MAA4A0gBUABgAWoCY256AWI"><span class="titleText">要完善工资协商制的细节设计</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎50分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406665945"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dNMhfrZJKXzumlMRLgBKwExtlvyeM&topic=b">专题报道(586篇) »</a></div></span></div></div><div class="story cid-8797406888368 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFfqMYgGIxqxrHI3ShvP51g7x7-Lg " href="http://www.jfdaily.com/a/1314762.htm" id="MAA4A0gCUABgAWoCY256AWI"><span class="titleText">英石油采取“静灭法” 以永久封死漏油油井</span></a></h2><div class="sub-title"><span class="source">解放牛网</span>-<span class="date">‎53分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406888368"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d4VSFyi7E_QC32MP3zv8-2MAQ48jM&topic=b">专题报道(837篇) »</a></div></span></div></div><div class="story cid-8797406749220 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEnN5JZG4opHlUI-ok24b-INHZI8g " href="http://fund.cnfol.com/100805/105,1488,8155238,00.shtml" id="MAA4A0gDUABgAWoCY256AWI"><span class="titleText">加大入市力度成社保增值关键</span></a></h2><div class="sub-title"><span class="source">中金在线</span>-<span class="date">‎32分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406749220"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dEDVoCBDpmQbxUMhLC5XYE46jVWYM&topic=b">专题报道(369篇) »</a></div></span></div></div><div class="story cid-8797407084276 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGxX7kcixosL3iMouX1i8QXDhitDg " href="http://finance.ifeng.com/roll/20100805/2480202.shtml" id="MAA4A0gEUABgAWoCY256AWI"><span class="titleText">尤洛卡 双林股份 国腾电子6日挂牌创业板公司明日破百家</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407084276"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dvUArVw3dR2PcKMqK6sepz4Io-6IM&topic=b">专题报道(171篇) »</a></div></span></div></div><div class="story cid-8797407134035 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGyeUgUER_WSKBra93fMixN8Ks_6w " href="http://content.caixun.com/NE/02/55/NE0255gv.shtm" id="MAA4A0gFUABgAWoCY256AWI"><span class="titleText">万科7月销售额同比增长64.9%至84.4亿元</span></a></h2><div class="sub-title"><span class="source">财讯</span>-<span class="date">‎54分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407134035"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dbR56X-1_ahyQoMRDoahKQLoQpbPM&topic=b">专题报道(88篇) »</a></div></span></div></div><div class="story cid-8797407094779 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFVHlis34PL_t7oCwFHJUHZ0ZQ2BQ " href="http://go.rss.sina.com.cn/redirect.php?url=http://tech.sina.com.cn/i/2010-08-05/05324509306.shtml" id="MAA4A0gGUABgAWoCY256AWI"><span class="titleText">新浪发布第二季度财报 净营收9940万美元</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎2小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407094779"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d0mshi2pf1UdMeMZROQx9NMWX5_ZM&topic=b">专题报道(52篇) »</a></div></span></div></div><div class="story cid-8797407031842 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGXI2Tjx_83F4Vk_nps7x8lZn48SA " href="http://tech.sina.com.cn/it/2010-08-05/07154509708.shtml" id="MAA4A0gHUABgAWoCY256AWI"><span class="titleText">宏碁方正深度合作方案“二选一”</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407031842"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=doRRlQhNQSAefgMadJ9R-n43BMh_M&topic=b">专题报道(220篇) »</a></div></span></div></div><div class="story cid-8797406371015 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGOqj0RTkNToI1fBPnWL95WyDjz8Q " href="http://stock.sohu.com/20100805/n273997928.shtml" id="MAA4A0gIUABgAWoCY256AWI"><span class="titleText">光大银行超额5倍完成战略配售</span></a></h2><div class="sub-title"><span class="source">搜狐</span>-<span class="date">‎24分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406371015"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d3Y1tk_3xOwJ2bM2WDcknRa78Ce6M&topic=b">专题报道(2,260篇) »</a></div></span></div></div><div class="story cid-8797407087617 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNH0RifDwDfPeS7jUEOden908b4Qhw " href="http://finance.ifeng.com/forex/whyw/20100805/2480380.shtml" id="MAA4A0gJUABgAWoCY256AWI"><span class="titleText">国家外汇局:将有选择地推动资本项目改革</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎43分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407087617"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dBBLYTl2kKG2pFMovkFkIQAcbJSWM&topic=b">专题报道(529篇) »</a></div></span></div></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=b">更多财经报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:ecn"><div class="ls-wrapper">
<div id="zh-CN_cn:ecn_h" class="basic-title b-b ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=ecn">金融观察 »</a>
</h2>
</div>
<div class="b-b"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407144970 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNH0uBbPHV8bQab95MWQWk6i1VwA9A " href="http://go.rss.sina.com.cn/redirect.php?url=http://tech.sina.com.cn/i/2010-08-05/07474509884.shtml" id="MAA4A0gAUABgAmoCY256A2VjbtABAA"><span class="titleText">沪文化产业去年产出超3555亿</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎43分钟前‎</span> -
<div class="moreLinks" id="8797407144970"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dcHChrDfXlzRxvM3r9lTICijEK3kM&topic=ecn">专题报道(86篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407149416 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHBJECdXtkfZBYynsfbSIQF0H5Qpw " href="http://finance.ifeng.com/stock/ssgs/20100805/2480113.shtml" id="MAA4A0gBUABgAmoCY256A2VjbtABAA"><span class="titleText">山煤国际设立亿元合资公司</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407149416"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dmsv8P8HL8QBWvMelLcARipuh4EZM&topic=ecn">专题报道(28篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406966019 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFbYEW8OXsiTlPxMLXKUh2nc0jxYg " href="http://news.xinmin.cn/rollnews/2010/08/05/6138540.html" id="MAA4A0gCUABgAmoCY256A2VjbtABAA"><span class="titleText">国家信息中心:三季度CPI涨3% GDP同比增长9.2%</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎32分钟前‎</span> -
<div class="moreLinks" id="8797406966019"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dhfiIDDuLBX8zgMu6-sU-zNM5jIKM&topic=ecn">专题报道(180篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:stc"><div class="ls-wrapper">
<div id="zh-CN_cn:stc_h" class="basic-title b-b ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=stc">股市基金 »</a>
</h2>
</div>
<div class="b-b"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406668069 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGxqXDZDaF9iz_KDBFeae7t_1orow " href="http://finance.ifeng.com/fund/special/huatbrx/20100805/2480431.shtml" id="MAA4A0gAUABgAmoCY256A3N0Y9ABAQ"><span class="titleText">QDII基金七月份全在赚钱</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎41分钟前‎</span> -
<div class="moreLinks" id="8797406668069"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dWVPLmu1anAPjEMRWJJSja_Tg90GM&topic=stc">专题报道(392篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407098254 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHAoU1L8sJlStmkYQkWJv48Ee_TuQ " href="http://hb.qq.com/a/20100805/000339.htm" id="MAA4A0gBUABgAmoCY256A3N0Y9ABAQ"><span class="titleText">沪指最后一小时狂涨近50点</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎43分钟前‎</span> -
<div class="moreLinks" id="8797407098254"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dpwHK4jXryZyRFMQDyqCX0GwWpW2M&topic=stc">专题报道(256篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407070702 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNF37afmoJA5Vduvq_OLskstY64GNw " href="http://finance.ifeng.com/stock/ssgs/20100805/2480433.shtml" id="MAA4A0gCUABgAmoCY256A3N0Y9ABAQ"><span class="titleText">新上药证实原总裁吴建文因经济问题被双规</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎43分钟前‎</span> -
<div class="moreLinks" id="8797407070702"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dTwSmYX_a0hREKMbWvEJW9zeUK__M&topic=stc">专题报道(120篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:pf"><div class="ls-wrapper">
<div id="zh-CN_cn:pf_h" class="basic-title b-b ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=pf">投资理财 »</a>
</h2>
</div>
<div class="b-b"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406580094 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFS8ClElnu9WYX-ONxd-dp9wwMDNg " href="http://forex.cnfol.com/100805/134,1382,8154947,00.shtml" id="MAA4A0gAUABgAmoCY256AnBm0AEC"><span class="titleText">现货黄金上试1200美元回落,后市或维持弱势</span></a></div> <div class="source"><span class="source-pref sid-826344">中金在线</span></div> - <span class="timestamp date ">‎48分钟前‎</span> -
<div class="moreLinks" id="8797406580094"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dd7sUIEhvkj25SMlak2Y4Bh8KfTjM&topic=pf">专题报道(904篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406727303 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEEc1bbA6uT6jLUeiGTtmNXtpJxuA " href="http://star.news.sohu.com/20100805/n273997325.shtml" id="MAA4A0gBUABgAmoCY256AnBm0AEC"><span class="titleText">新汇改下“参考一篮子货币”的重要涵义</span></a></div> <div class="source"><span class="source-pref sid-751750">搜狐</span></div> - <span class="timestamp date ">‎42分钟前‎</span> -
<div class="moreLinks" id="8797406727303"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dadluto62jiYHfMU2IyI-oPen3xsM&topic=pf">专题报道(1,216篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407065485 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFHh67kXL6HPjZpd2tg6EAJFIKwQQ " href="http://finance.ifeng.com/money/insurance/hydt/20100805/2480037.shtml" id="MAA4A0gCUABgAmoCY256AnBm0AEC"><span class="titleText">阳光农险上半年保费同比减少36.41%</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797407065485"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dh5HUDki9pgK9oMZHJo2nN8QTk-bM&topic=pf">专题报道(78篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:e"></a>
<div class="section large-section" id="s-zh-CN_cn:e"><div class="ls-wrapper"><div class="bar c-e"></div>
<div id="zh-CN_cn:e_h" class="basic-title b-e ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="e">
<input type="hidden" class="name" value="娱乐">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:e">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=e">娱乐 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=clb">明星</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=mv">影视</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=msc">音乐</a></span>
</h2>
</div>
<div class="b-e"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797406586577 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://szsb.sznews.com/html/2010-08/05/content_1182149.htm" class="usg-AFQjCNEnDmmZq9hpybMYrj8_xaTTFNimPw " title="深圳商报"><img src="http://news.google.com/news/tbn/4eU_lqduMulLdM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://szsb.sznews.com/html/2010-08/05/content_1182149.htm" class="usg-AFQjCNEnDmmZq9hpybMYrj8_xaTTFNimPw ">深圳商报</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNF5W9RCE843KArByBew7KRG6l_KVg " href="http://sports.people.com.cn/GB/35862/12348201.html" id="MAA4BEgAUABgAWoCY256AWU"><span class="titleText">期待这一刻 广州等你来</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-826323 ">人民网</span> - <span class="date ">‎51分钟前‎</span></div> <div class="body"> <div class="snippet"> 8月4日,演员们在活动现场进行文艺表演。当日,为庆祝第十六届广州亚运会倒计时100天,广州市番禺区举行“鼓舞飞扬”系列活动。新华社记者 杨 琪摄 美丽的广州花团锦簇,欢乐的珠江激情洋溢!8月4日,是广州亚运会 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNE_k2X3gRkjYRVhTbTWfQnudvE-yQ " href="http://sports.163.com/10/0805/07/6DACFT2400051CAQ.html" id="MAA4BEgAUAFgCGoCY256AWU"><span class="titleText">网易</span></a></span> - <span><a target="_blank" class="usg-AFQjCNGrkAIiPDaaSUr5iGDDCdIroY_6Bg " href="http://finance.ifeng.com/stock/bk/20100805/2480311.shtml" id="MAA4BEgAUAJgCGoCY256AWU"><span class="titleText">凤凰网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNFBwBKH9Y-ON4LNbAxIqEPJA_PBHQ " href="http://news.sohu.com/20100805/n273996724.shtml" id="MAA4BEgAUANgCGoCY256AWU"><span class="titleText">搜狐</span></a></span></span>
<div class="moreLinks" id="8797406586577"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dGb2h9xxWjwsrlMzWNj_CJ_X0LTIM&topic=e" class="more-coverage-text ">此专题所有 2,864 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407162276 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG96HsLy4AiBcFErgV9Igs_SL2g5w " href="http://news.xinhuanet.com/photo/2010-08/05/c_12410424.htm" id="MAA4BEgBUABgAWoCY256AWU"><span class="titleText">郭德纲写博客为弟子开脱:自古私闯民宅打死勿论</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎43分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407162276"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d0I8bwneq4gBeZM0Ry0qfYHKA67PM&topic=e">专题报道(696篇) »</a></div></span></div></div><div class="story cid-8797406879648 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGj_G-yq-p28aFPLWS69I88xuF2fw " href="http://pic.yule.sohu.com/group-225898.shtml" id="MAA4BEgCUABgAWoCY256AWU"><span class="titleText">王菲拜完恩师赶买战衣 遇男粉丝推Baby车狂追</span></a></h2><div class="sub-title"><span class="source">搜狐</span>-<span class="date">‎44分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406879648"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d4oz9e22eFqJkSMCJxiaSHh__q0bM&topic=e">专题报道(346篇) »</a></div></span></div></div><div class="story cid-8797406714720 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG4rekoXj2rPt3AU7H_DO1-sOMTvg " href="http://ent.ifeng.com/movie/special/tsearthquake/review/detail_2010_08/04/1883603_0.shtml" id="MAA4BEgDUABgAWoCY256AWU"><span class="titleText">《新闻周刊》:解析冯小刚——中国的斯皮尔伯格</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406714720"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d7Wgp_s6rW3RRyMhGB47Eptt4MB4M&topic=e">专题报道(1,281篇) »</a></div></span></div></div><div class="story cid-8797407050106 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHeHbzcqCYpypL55fka3WRR6xVsmA " href="http://eladies.sina.com.cn/news/2010/0805/07591008627.shtml" id="MAA4BEgEUABgAWoCY256AWU"><span class="titleText">郑秀文回应与许志安复合</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎28分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407050106"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dLCoSqZmGz6RoIMElDWcxr_-h8kQM&topic=e">专题报道(142篇) »</a></div></span></div></div><div class="story cid-8797406136279 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFMTFnf-mPS_loQjD7id-eU8oS2Vg " href="http://news.163.com/10/0805/07/6DAA0HSD00014AED.html" id="MAA4BEgFUABgAWoCY256AWU"><span class="titleText">明日开始“全城戒备”</span></a></h2><div class="sub-title"><span class="source">网易</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406136279"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dFq7dZwyk7I4rYMwJf_Z_SNrU5msM&topic=e">专题报道(742篇) »</a></div></span></div></div><div class="gadget t-IMAGE_MOSAIC"><table class="oneline-image-mosaic"><tr><td class="content"><div class="story image cid-8797406406194 "><div class="thumbnail" style=""><a target="_blank" href="http://www.chinanews.com.cn/yl/2010/08-04/2446073.shtml" class="usg-AFQjCNFztBHLnDuYQniQrqmjtUx3fPaNxw " title="中新网"><img src="http://news.google.com/news/tbn/TG0WVSXczBmzfM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407088701 "><div class="thumbnail" style=""><a target="_blank" href="http://ent.ifeng.com/idolnews/hk/detail_2010_08/04/1884261_0.shtml" class="usg-AFQjCNGKh-ZzZPK_0ktZxKL79wJSK-T8Zg " title="凤凰网"><img src="http://news.google.com/news/tbn/-hM_FnMBhxIxlM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797406960420 "><div class="thumbnail" style=""><a target="_blank" href="http://ent.sina.com.cn/m/f/2010-08-05/01283040569.shtml" class="usg-AFQjCNGC2an7qm4gODmV8Fffueaxzvy2Bg " title="新浪网"><img src="http://news.google.com/news/tbn/JwynVAzTWSbVLM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407116580 "><div class="thumbnail" style=""><a target="_blank" href="http://ent.xinmin.cn/2010/08/05/6138786.html" class="usg-AFQjCNHXFQAY896Fes1LErrNPe394g8Icg " title="新民网"><img src="http://news.google.com/news/tbn/kuDqQ0LvogeYyM/6.jpg" alt="" width="80" height="80"></a></div></div></td></tr>
<tr><td class="content"><div class="story cid-8797406406194 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFztBHLnDuYQniQrqmjtUx3fPaNxw " href="http://www.chinanews.com.cn/yl/2010/08-04/2446073.shtml" id=""><span class="titleText">王力宏晋升导演被赞"无所不能" ...</span></a></div>
<div class="source">中新网</div></div></td> <td class="content"><div class="story cid-8797407088701 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNGKh-ZzZPK_0ktZxKL79wJSK-T8Zg " href="http://ent.ifeng.com/idolnews/hk/detail_2010_08/04/1884261_0.shtml" id=""><span class="titleText">港姐冠军否认傍太子爷作假</span></a></div>
<div class="source">凤凰网</div></div></td> <td class="content"><div class="story cid-8797406960420 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNGC2an7qm4gODmV8Fffueaxzvy2Bg " href="http://ent.sina.com.cn/m/f/2010-08-05/01283040569.shtml" id=""><span class="titleText">《敢死队》打造梦幻组合 九大巨星...</span></a></div>
<div class="source">新浪网</div></div></td> <td class="content"><div class="story cid-8797407116580 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNHXFQAY896Fes1LErrNPe394g8Icg " href="http://ent.xinmin.cn/2010/08/05/6138786.html" id=""><span class="titleText">《红楼》倒计时30天 李少红避谈...</span></a></div>
<div class="source">新民网</div></div></td></tr></table></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=e">更多娱乐报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:clb"><div class="ls-wrapper">
<div id="zh-CN_cn:clb_h" class="basic-title b-e ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=clb">明星 »</a>
</h2>
</div>
<div class="b-e"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406880834 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFSHSSdcioBHSf9knPho1y4WSVwDQ " href="http://ent.people.com.cn/GB/1082/12348520.html" id="MAA4BEgAUABgAmoCY256A2NsYtABAA"><span class="titleText">郭德纲打人徒弟演出加场 收“正义英雄”花篮</span></a></div> <div class="source"><span class="source-pref sid-826323">人民网</span></div> - <span class="timestamp date ">‎28分钟前‎</span> -
<div class="moreLinks" id="8797406880834"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dEfG-SYmxhACiiMjartUGreMCk6jM&topic=clb">专题报道(2,148篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407085346 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGggUjcNDT518lEsreHvWWjgmR1IA " href="http://ent.sina.com.cn/x/2010-08-05/03013040607.shtml" id="MAA4BEgBUABgAmoCY256A2NsYtABAA"><span class="titleText">20年后,你看你看明星的脸</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎5小时前‎</span> -
<div class="moreLinks" id="8797407085346"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dc487-NIxdh7s2M3pnhx_YF-j0z5M&topic=clb">专题报道(70篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406872597 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEgkhPIl3ItWu4tayrbITiBHR7khw " href="http://ent.cqnews.net/ylove/201008/t20100804_4514346.htm" id="MAA4BEgCUABgAmoCY256A2NsYtABAA"><span class="titleText">金莎、周迅…细数胸小却很红的明星</span></a></div> <div class="source"><span class="source-pref sid-768922">华龙网</span></div> - <span class="timestamp date ">‎17小时前‎</span> -
<div class="moreLinks" id="8797406872597"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dv9pQmtKDB6U65MaU9ajnsQzo6G3M&topic=clb">专题报道(171篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:mv"><div class="ls-wrapper">
<div id="zh-CN_cn:mv_h" class="basic-title b-e ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=mv">影视 »</a>
</h2>
</div>
<div class="b-e"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406584433 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGp1vR0tf2I4XY9SyuTu2CIfYvVBA " href="http://ent.163.com/10/0805/00/6D9KJR1A00032DGD.html" id="MAA4BEgAUABgAmoCY256Am120AEB"><span class="titleText">王珞丹谈热恋传闻态度模糊</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797406584433"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dFFCAmAhzZr36hMaTW-M0PnA4KX4M&topic=mv">专题报道(273篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407114003 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHgf-ERM-ipUuooOvk4rmGXDjbqyg " href="http://images.yule.tom.com/vw/212274-1.html" id="MAA4BEgBUABgAmoCY256Am120AEB"><span class="titleText">王珞丹写真展现魅力自我 气质超凡尽显风情</span></a></div> <div class="source"><span class="source-pref sid-751827">TOM</span></div> - <span class="timestamp date ">‎21小时前‎</span><div class="r"></div></div> <div class="story cid-8797407056156 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFiOY9Lu1NERPS91VmDRalCAAk7Eg " href="http://yule.sohu.com/20100805/n273997932.shtml" id="MAA4BEgCUABgAmoCY256Am120AEB"><span class="titleText">《我的美女老板》夹缝中竞争 主演呼吁影院加场</span></a></div> <div class="source"><span class="source-pref sid-751750">搜狐</span></div> - <span class="timestamp date ">‎23分钟前‎</span> -
<div class="moreLinks" id="8797407056156"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dq1HMJGw3bTVm9MLyVyYlQCdVR8kM&topic=mv">专题报道(104篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:msc"><div class="ls-wrapper">
<div id="zh-CN_cn:msc_h" class="basic-title b-e ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=msc">音乐 »</a>
</h2>
</div>
<div class="b-e"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407057393 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNF0plgKnK25dMIQ-RVSUzPM9TAtMA " href="http://ent.sina.com.cn/x/2010-08-05/05453040746.shtml" id="MAA4BEgAUABgAmoCY256A21zY9ABAg"><span class="titleText">13项提名 Lady Gaga领跑MTV音乐大奖</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797407057393"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dufpXJW3kCweIvMQS9gvd7FE4rsXM&topic=msc">专题报道(58篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406992424 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFR4ABZ0ATbfQvLY2selNFhZhuo-w " href="http://news.xinmin.cn/rollnews/2010/08/05/6138644.html" id="MAA4BEgBUABgAmoCY256A21zY9ABAg"><span class="titleText">蔡依林拍新MV尺度大开 深V出镜大秀性感(组图)</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎32分钟前‎</span> -
<div class="moreLinks" id="8797406992424"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=djm1TXpk6KG5s5MiOIlJg6PB5KkWM&topic=msc">专题报道(154篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407122682 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHWccAchonOUTcKxp9Dygg8AeCHjA " href="http://www.ynet.com/view.jsp?oid=68141629" id="MAA4BEgCUABgAmoCY256A21zY9ABAg"><span class="titleText">文化体育主题公园 落户门头沟三家店</span></a></div> <div class="source"><span class="source-pref sid-826304">北青网</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797407122682"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dxD_HDSYcsQ6UoMGQRBMisrSzU4qM&topic=msc">专题报道(14篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:t"></a>
<div class="section large-section" id="s-zh-CN_cn:t"><div class="ls-wrapper"><div class="bar c-t"></div>
<div id="zh-CN_cn:t_h" class="basic-title b-t ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="t">
<input type="hidden" class="name" value="科技">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:t">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=t">科技 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=gdt">数码</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=snc">科学</a></span>
</h2>
</div>
<div class="b-t"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797406632358 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://tech.qq.com/a/20100805/000127.htm" class="usg-AFQjCNGwwl_uD5_j16KKIvHXcvQs4hqfsQ " title="腾讯网"><img src="http://news.google.com/news/tbn/YYkDw3m0cEtrNM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://tech.qq.com/a/20100805/000127.htm" class="usg-AFQjCNGwwl_uD5_j16KKIvHXcvQs4hqfsQ ">腾讯网</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNFqpV9emGZpK5vWddR5kZRJadjH5A " href="http://www.jfdaily.com/a/1314852.htm" id="MAA4BUgAUABgAWoCY256AXQ"><span class="titleText">太阳风暴昨天凌晨“击中”地球</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-751751 ">解放牛网</span> - <span class="date ">‎45分钟前‎</span></div> <div class="body"> <div class="snippet"> “太阳风暴来了。 ”记者昨天在国外的一些网站看到,欧洲和北美的一些天文爱好者昨天凌晨拍摄到由太阳风暴引起的美丽极光。据美国航空航天局、哈佛-史密斯索尼亚天体物理中心等机构的观测,继昨日抵达地球的第一波 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNF7OD8U5PpmhVQaATamaxlENDyX7A " href="http://news.sina.com.cn/c/2010-08-05/072417916607s.shtml" id="MAA4BUgAUAFgCGoCY256AXQ"><span class="titleText">新浪网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNFsLd7uA0OQg86GZ3QaFhKqORxD0w " href="http://env.people.com.cn/GB/12348126.html" id="MAA4BUgAUAJgCGoCY256AXQ"><span class="titleText">人民网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNHCkxerLhwKvSFb4-7pxievfjfhOw " href="http://news.sina.com.cn/c/2010-08-05/055517915783s.shtml" id="MAA4BUgAUANgCGoCY256AXQ"><span class="titleText">新浪网</span></a></span></span>
<div class="moreLinks" id="8797406632358"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dSwoUpgxr5IS3wMxde_2in59_CkhM&topic=t" class="more-coverage-text ">此专题所有 1,239 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797406938778 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFHWbnQj4ryqL3SNYXWvIzH04B1bQ " href="http://tech.sina.com.cn/mobile/n/2010-08-05/07001446353.shtml" id="MAA4BUgBUABgAWoCY256AXQ"><span class="titleText">香港最便宜 苹果iPhone 4全球售价对比</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎49分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406938778"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dRmWEWnP7_xBOVMqHEPtnuqFAPI7M&topic=t">专题报道(281篇) »</a></div></span></div></div><div class="story cid-8797407064233 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEw4F94DJ5uFwei0AsN1CNsB6ePIg " href="http://homea.people.com.cn/GB/12348255.html" id="MAA4BUgCUABgAWoCY256AXQ"><span class="titleText">松下召回36万台冰箱 卖场已停售相关产品</span></a></h2><div class="sub-title"><span class="source">人民网</span>-<span class="date">‎47分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407064233"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dayAKIIFtPTrd1Ma_1HhK0dUGnRjM&topic=t">专题报道(372篇) »</a></div></span></div></div><div class="story cid-8797406249557 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNENCmhF6A79w-GMnzoqLhMUErub3w " href="http://www.jfdaily.com/a/1314773.htm" id="MAA4BUgDUABgAWoCY256AXQ"><span class="titleText">章光101昨声明 未刻意添加西药成分</span></a></h2><div class="sub-title"><span class="source">解放牛网</span>-<span class="date">‎56分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406249557"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=daseQt876Bh4yFMn-GWpLfjojIcFM&topic=t">专题报道(744篇) »</a></div></span></div></div><div class="story cid-8797406499773 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHHTo2Udn8Q0pfRAvmzUioCuVQGlQ " href="http://news.ccidnet.com/art/949/20100805/2142717_1.html" id="MAA4BUgEUABgAWoCY256AXQ"><span class="titleText">黑莓滑盖手机挑战iPhone 广告费定成败</span></a></h2><div class="sub-title"><span class="source">赛迪网</span>-<span class="date">‎49分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406499773"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dO38EMI_v_UhNaMG0FD54IXwaAbkM&topic=t">专题报道(677篇) »</a></div></span></div></div><div class="story cid-8797407041924 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFDldmVwRzkgSV0cpYkhgVopOeheA " href="http://finance.ifeng.com/usstock/realtime/20100805/2480508.shtml" id="MAA4BUgFUABgAWoCY256AXQ"><span class="titleText">“英特尔垄断案”在美和解</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎34分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407041924"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=drg9mpFxDqI485MHgQ4-i7DcyF7nM&topic=t">专题报道(111篇) »</a></div></span></div></div><div class="gadget t-IMAGE_MOSAIC"><table class="oneline-image-mosaic"><tr><td class="content"><div class="story image cid-8797406915243 "><div class="thumbnail" style=""><a target="_blank" href="http://news.xinhuanet.com/fortune/2010-08/03/c_12402489.htm" class="usg-AFQjCNFxjkF1exkRXpD0TfSo9BrZLRFokg " title="新华网"><img src="http://news.google.com/news/tbn/LvKMS3Ai2dMLyM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407008672 "><div class="thumbnail" style=""><a target="_blank" href="http://tech.sina.com.cn/mobile/n/2010-08-05/06301446234.shtml" class="usg-AFQjCNFFzyNOib_jw6lHci_oFAejgUqBDw " title="新浪网"><img src="http://news.google.com/news/tbn/9G57hr5L6uDbwM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407019734 "><div class="thumbnail" style=""><a target="_blank" href="http://memory.it168.com/a2010/0804/1086/000001086115.shtml" class="usg-AFQjCNE9mD2ZFQ4sh2wnhIXO-eziNkr3jw " title="IT168"><img src="http://news.google.com/news/tbn/1TtR68fHsgPxlM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407070615 "><div class="thumbnail" style=""><a target="_blank" href="http://finance.ifeng.com/leadership/qyts/20100804/2478595.shtml" class="usg-AFQjCNE5nAJJrVwRB15P00wom_0BwzrLTQ " title="凤凰网"><img src="http://news.google.com/news/tbn/XZuWJp5bDfRYkM/6.jpg" alt="" width="80" height="80"></a></div></div></td></tr>
<tr><td class="content"><div class="story cid-8797406915243 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFxjkF1exkRXpD0TfSo9BrZLRFokg " href="http://news.xinhuanet.com/fortune/2010-08/03/c_12402489.htm" id=""><span class="titleText">家电业再掀专业化多元化之争</span></a></div>
<div class="source">新华网</div></div></td> <td class="content"><div class="story cid-8797407008672 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFFzyNOib_jw6lHci_oFAejgUqBDw " href="http://tech.sina.com.cn/mobile/n/2010-08-05/06301446234.shtml" id=""><span class="titleText">商务全能王 诺基亚N97手机再现...</span></a></div>
<div class="source">新浪网</div></div></td> <td class="content"><div class="story cid-8797407019734 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNE9mD2ZFQ4sh2wnhIXO-eziNkr3jw " href="http://memory.it168.com/a2010/0804/1086/000001086115.shtml" id=""><span class="titleText">从硬盘入手 1分钟学会辨别惠普返...</span></a></div>
<div class="source">IT168</div></div></td> <td class="content"><div class="story cid-8797407070615 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNE5nAJJrVwRB15P00wom_0BwzrLTQ " href="http://finance.ifeng.com/leadership/qyts/20100804/2478595.shtml" id=""><span class="titleText">盛大文学软硬兼施</span></a></div>
<div class="source">凤凰网</div></div></td></tr></table></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=t">更多科技报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:gdt"><div class="ls-wrapper">
<div id="zh-CN_cn:gdt_h" class="basic-title b-t ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=gdt">数码 »</a>
</h2>
</div>
<div class="b-t"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407104118 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNECMkuNqS3gK4beRjCAPW5gg8Jk7w " href="http://tech.sina.com.cn/t/2010-08-05/07464509876.shtml" id="MAA4BUgAUABgAmoCY256A2dkdNABAA"><span class="titleText">联通iPhone4或9月上市</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎44分钟前‎</span> -
<div class="moreLinks" id="8797407104118"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dMoNX9eWBOQS5cMUDoUrZ-2FxbMtM&topic=gdt">专题报道(259篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406843765 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGdS3_7d4NyUlZQqzppgPcYwAhjUw " href="http://mobile.pconline.com.cn/market/bj/1008/2186331.html" id="MAA4BUgBUABgAmoCY256A2dkdNABAA"><span class="titleText">华丽高配VS超值实用 近期热门手机一览</span></a></div> <div class="source"><span class="source-pref sid-764495">太平洋电脑网</span></div> - <span class="timestamp date ">‎6小时前‎</span> -
<div class="moreLinks" id="8797406843765"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dgjQh6sn6zhaksM8JTspuqHSEi-fM&topic=gdt">专题报道(701篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407029665 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHUvnloDBYfgU1rPy1W2bUpQJcwIA " href="http://laoyaoba.com/ss6/?action-viewnews-itemid-100518" id="MAA4BUgCUABgAmoCY256A2dkdNABAA"><span class="titleText">摩托平板电脑今秋现身</span></a></div> <div class="source"><span class="source-pref sid-872480">集微网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407029665"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dagD5-MltI6l5vMm3uBusfDfPShdM&topic=gdt">专题报道(136篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406864596 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGVoyTzQkIlHhkFRNHFUT_ZyrC3wA " href="http://tech.sina.com.cn/mobile/n/2010-08-05/06301446247.shtml" id="MAA4BUgDUABgAmoCY256A2dkdNABAA"><span class="titleText">1GHz主屏Android智能 三星I9000惊爆价</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797406864596"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d_9GXg0gX8C3Q6M5gAhsuBH2Hf_AM&topic=gdt">专题报道(211篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:snc"><div class="ls-wrapper">
<div id="zh-CN_cn:snc_h" class="basic-title b-t ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=snc">科学 »</a>
</h2>
</div>
<div class="b-t"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407053791 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNE2h-QsuW1hSjdVhHdxcSnusDFASA " href="http://news.163.com/10/0805/06/6DA8KQHJ00014AED.html" id="MAA4BUgAUABgAmoCY256A3NuY9ABAQ"><span class="titleText">今明阵雨,南京暂别极端高温</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407053791"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d-wg7AbMEDWd-6M4gynxdTeaQH4lM&topic=snc">专题报道(61篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407059881 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHYYnBnQD6MfrTUiY8_uLTxbYBh8g " href="http://news.163.com/10/0805/05/6DA4VRS400014AED.html" id="MAA4BUgBUABgAmoCY256A3NuY9ABAQ"><span class="titleText">考古老顽童 20年前“预测”出金沙</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797407059881"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dUBtzHvi76zAwDM4yr0eUbqBmRXXM&topic=snc">专题报道(94篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406931378 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFbfJJ4N6ctlIcW7sVflOeEP5dHMg " href="http://news.sina.com.cn/c/2010-08-04/152117912901s.shtml" id="MAA4BUgCUABgAmoCY256A3NuY9ABAQ"><span class="titleText">海里有多少居民</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎17小时前‎</span> -
<div class="moreLinks" id="8797406931378"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=drOe3_fWZxzkpOMkmjsZCr380unMM&topic=snc">专题报道(88篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406911668 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGaa-pkTndPDnq95M-EAtWDsWZjPA " href="http://tech.qq.com/a/20100804/000120.htm" id="MAA4BUgDUABgAmoCY256A3NuY9ABAQ"><span class="titleText">雌猴欲与蟾蜍交朋友 一整天爱不释手抱在胸前</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎2010年8月3日‎</span> -
<div class="moreLinks" id="8797406911668"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d0vrNeUXQ4I26XMmQUZmE1HCr_H5M&topic=snc">专题报道(100篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406851465 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEpnA5LCEHVQUStZIAyX1qY-llSYg " href="http://www.chinanews.com.cn/cul/2010/08-04/2446529.shtml" id="MAA4BUgEUABgAmoCY256A3NuY9ABAQ"><span class="titleText">陶寺遗址幻化为“尧舜之都”的文化想象</span></a></div> <div class="source"><span class="source-pref sid-769578">中新网</span></div> - <span class="timestamp date ">‎17小时前‎</span> -
<div class="moreLinks" id="8797406851465"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dgR7BLIsouBRzjMQWNN9MHxHkXToM&topic=snc">专题报道(163篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:i"></a>
<div class="section large-section" id="s-zh-CN_cn:i"><div class="ls-wrapper"><div class="bar c-i"></div>
<div id="zh-CN_cn:i_h" class="basic-title b-i ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="i">
<input type="hidden" class="name" value="互联网">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:i">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=i">互联网 »</a>
</h2>
</div>
<div class="b-i"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797407116717 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://www.enet.com.cn/article/2010/0804/A20100804703741.shtml" class="usg-AFQjCNFwq6QPneuhpVZjeJs6zwNmh0CQxg " title="硅谷动力"><img src="http://news.google.com/news/tbn/9efqqqFUUnns4M/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://www.enet.com.cn/article/2010/0804/A20100804703741.shtml" class="usg-AFQjCNFwq6QPneuhpVZjeJs6zwNmh0CQxg ">硅谷动力</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNHv2-Qje8GcrjTx0lkBMZlGPDKIHQ " href="http://www.jfdaily.com/a/1314837.htm" id="MAA4BkgAUABgAWoCY256AWk"><span class="titleText">继续烧钱,土豆网获第五轮风投</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-751751 ">解放牛网</span> - <span class="date ">‎52分钟前‎</span></div> <div class="body"> <div class="snippet"> “现在整个行业还在摸索,说白了就是烧钱,看到底谁能撑到最后。”一在网络视频业逗留多年的人士对记者表示,到目前来看,网络视频行业还不够成熟,并没有找到一个很合适的盈利方式。 5日,土豆网宣布公司已完成第 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNGbmTdeR1_SK3DXjHE1wkAu1XRxZg " href="http://tech.sina.com.cn/i/2010-08-05/07144509697.shtml" id="MAA4BkgAUAFgCGoCY256AWk"><span class="titleText">新浪网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEfquB-ZBsgrYIkvUCd_ULxrkfBzw " href="http://finance.ifeng.com/news/corporate/20100805/2479908.shtml" id="MAA4BkgAUAJgCGoCY256AWk"><span class="titleText">凤凰网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNFY27oZzgRtelEGqZ1g8L7kay22xg " href="http://finance.ifeng.com/money/roll/20100805/2479954.shtml" id="MAA4BkgAUANgCGoCY256AWk"><span class="titleText">凤凰网</span></a></span></span>
<div class="moreLinks" id="8797407116717"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dZlQVS5nk-CYSXMg7QaSmzvYTeUpM&topic=i" class="more-coverage-text ">此专题所有 58 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407099546 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNH9JGbUeBwoo1bu-UcFJtF5w7LqhA " href="http://news.163.com/10/0805/07/6DABICSB00014AED.html" id="MAA4BkgBUABgAWoCY256AWk"><span class="titleText">买“号”打游戏稽查队加强巡检</span></a></h2><div class="sub-title"><span class="source">网易</span>-<span class="date">‎57分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407099546"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dqcHu6Oqamj03DMFefbY1ztg3sRkM&topic=i">专题报道(63篇) »</a></div></span></div></div><div class="story cid-8797407138453 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFA3q-ZZFzr_oq4qLkX4Ij3jXTYfQ " href="http://tech.qq.com/a/20100805/000069.htm" id="MAA4BkgCUABgAWoCY256AWk"><span class="titleText">谷歌拟1.82亿美元收购社交游戏网站Slide</span></a></h2><div class="sub-title"><span class="source">腾讯网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407138453"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d0P65SA2i-R6diMDWTwg3m-CFCMiM&topic=i">专题报道(21篇) »</a></div></span></div></div><div class="story cid-8797406940092 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEDFbHHP5sZOuRBrWh5jDZuCTtSPQ " href="http://news.163.com/10/0805/05/6DA3U6HC00014AED.html" id="MAA4BkgDUABgAWoCY256AWk"><span class="titleText">利己利人的批评没什么不好</span></a></h2><div class="sub-title"><span class="source">网易</span>-<span class="date">‎3小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406940092"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d72yTDAYBiS3zzMK8HKOr8gEuVMvM&topic=i">专题报道(154篇) »</a></div></span></div></div><div class="story cid-8797407147207 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNH7hVSSEdNBhWs3FJxKKEc3PZ_bSQ " href="http://news.liao1.com/newspage/2010/08/4443942.html" id="MAA4BkgEUABgAWoCY256AWk"><span class="titleText">善待批评性言论体现公共理性成熟度</span></a></h2><div class="sub-title"><span class="source">华商晨报</span>-<span class="date">‎19小时前‎</span><span class="body more-coverage-start"></span></div></div><div class="story cid-8797407066605 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGIZ8xb3hke204AdkTxJZYJQpTL1g " href="http://yule.sohu.com/20100805/n273997192.shtml" id="MAA4BkgFUABgAWoCY256AWk"><span class="titleText">“舞王僵尸”变身猫王 新版本MJ家人遭抗议</span></a></h2><div class="sub-title"><span class="source">搜狐</span>-<span class="date">‎46分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407066605"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dUqiegeFSxgvr8MqNlnI-Uesy-ZSM&topic=i">专题报道(73篇) »</a></div></span></div></div><div class="story cid-8797406947394 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGRdABE7LPG2rnWeeW1Z6XhUPrCdg " href="http://finance.ifeng.com/money/roll/20100805/2480082.shtml" id="MAA4BkgGUABgAWoCY256AWk"><span class="titleText">中央提出抵制“三俗”</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406947394"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dAoBmoJpJtTVL3MuMG8BbCm5E1QrM&topic=i">专题报道(268篇) »</a></div></span></div></div><div class="story cid-8797407114005 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFHccsHai1Z0ZSCTp9d89rAl95b6A " href="http://tech.qq.com/a/20100805/000140.htm" id="MAA4BkgHUABgAWoCY256AWk"><span class="titleText">微软考虑正式反对雅虎日本与谷歌交易</span></a></h2><div class="sub-title"><span class="source">腾讯网</span>-<span class="date">‎41分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407114005"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dFc564XNwEwAP3MC-yY6mT6iA5_cM&topic=i">专题报道(48篇) »</a></div></span></div></div><div class="story cid-8797406729032 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG46hF9I3M6enhk7YfFqv9Awgpt5g " href="http://www.chinanews.com.cn/it/2010/08-05/2447431.shtml" id="MAA4BkgIUABgAWoCY256AWk"><span class="titleText">“微博元年”中国式爆炸增长启示录</span></a></h2><div class="sub-title"><span class="source">中新网</span>-<span class="date">‎2小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406729032"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dtd_4F1h_z8Xa8MksKthxk0LZ0LbM&topic=i">专题报道(135篇) »</a></div></span></div></div><div class="story cid-8797407101977 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEbZTJSmcAq19Aqdw2SiWLcUMm4Cg " href="http://finance.qq.com/a/20100805/001493.htm" id="MAA4BkgJUABgAWoCY256AWk"><span class="titleText">上海:加速构建“亚太数据港”</span></a></h2><div class="sub-title"><span class="source">腾讯网</span>-<span class="date">‎2小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407101977"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dnBooDhUBkwYykMQAyTMKi2nIPniM&topic=i">专题报道(25篇) »</a></div></span></div></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=i">更多互联网报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="gadget t-FEATURED_IMAGE"><div class="story cid-8797406897755 l-zh-CN picture-story "><div class="inner"><a target="_blank" class="usg-AFQjCNGZq6eQKgxQwHycZSkpTtz-zcGLkw " href="http://games.sina.com.cn/x/n/2010-08-05/0131424587.shtml" id=""><span class="titleText"><img src="http://news.google.com/news/tbn/aaJ_anL57BaIpM/5.jpg" alt=""></span></a>
<h3 class="title"><a target="_blank" class="usg-AFQjCNGZq6eQKgxQwHycZSkpTtz-zcGLkw " href="http://games.sina.com.cn/x/n/2010-08-05/0131424587.shtml" id=""><span class="titleText">蓝港召开《西游记》新闻发布会 宣布8月6日公测</span></a></h3>
<div class="sub-title"><span class="source source-pref sid-768548 ">新浪网</span> - <span class="date ">‎6小时前‎</span></div>
<div class="body"><div class="snippet">8月4日,第三代网游领军企业蓝港在线在京召开发布会,宣布旗下热门网游《西游记》将于8月6日14:00启动公测,并正式对外发布具有里程碑意义的游戏新版本。由各国玩家助阵表演的CosPlay“孙悟空三打白骨精”成为发布 ...</div>
<div class="moreLinks" id="8797406897755"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=deN2DXpyQicHuUMB8baw55uFDNX2M&topic=i" class="more-coverage-text ">此专题所有 133 篇报道 »</a></div></div>
<div class="r"></div></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:s"></a>
<div class="section large-section" id="s-zh-CN_cn:s"><div class="ls-wrapper"><div class="bar c-s"></div>
<div id="zh-CN_cn:s_h" class="basic-title b-s ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="s">
<input type="hidden" class="name" value="体育">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:s">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=s">体育 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=cns">中国体育</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=bsk">NBA</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=sc">足球</a></span>
</h2>
</div>
<div class="b-s"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797406402780 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://pic.sports.china.com/sports/html/2010-08-05/148220_1446218.htm" class="usg-AFQjCNFG_cMr8UmmWTUgk38SJkhfjlrCkw " title="中华网"><img src="http://news.google.com/news/tbn/KorpRABNZyGkIM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://pic.sports.china.com/sports/html/2010-08-05/148220_1446218.htm" class="usg-AFQjCNFG_cMr8UmmWTUgk38SJkhfjlrCkw ">中华网</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNHy9zQqwnZ-eTBNzVKftKNw84nxBg " href="http://soccer.titan24.com/2010-08-05/102415.html" id="MAA4B0gAUABgAWoCY256AXM"><span class="titleText">梅西15分钟征服韩国震惊瓜帅 西媒:重开伟大之门</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-769084 ">体坛网</span> - <span class="date ">‎23分钟前‎</span></div> <div class="body"> <div class="snippet"> 围绕在梅西身上的争议,被他16分钟的出场,和半场结束前3分钟内的2粒进球完全击碎。在刚刚结束的热身赛中,巴萨5-2逆转击败韩国K联赛明星联队,梅西在短短的出场时间里打进2球,成为全场最瞩目的焦点。 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNHRJbjYZYtx_-pAxikapauU8mhDVA " href="http://sports.qq.com/a/20100805/000367.htm" id="MAA4B0gAUAFgCGoCY256AXM"><span class="titleText">腾讯网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEi6-GUncVtxVYVHtgg3iI9rnSwAQ " href="http://news.ifeng.com/sports/gjzq/detail_2010_08/05/1890532_0.shtml" id="MAA4B0gAUAJgCGoCY256AXM"><span class="titleText">凤凰网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNGpyi1giLJ6-fV5G4IRdRAdjQbAUQ " href="http://www.jfdaily.com/a/1314878.htm" id="MAA4B0gAUANgCGoCY256AXM"><span class="titleText">解放牛网</span></a></span></span>
<div class="moreLinks" id="8797406402780"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dWmGI26Wy09ikUMATZ-UyCZia_W0M&topic=s" class="more-coverage-text ">此专题所有 761 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407191651 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGze0mvp-ej6gd_fsuRp4WqAquM0A " href="http://news.xinhuanet.com/sports/2010-08/05/c_12410623.htm" id="MAA4B0gBUABgAWoCY256AXM"><span class="titleText">奥尼尔度过"下岗"危机 "大鲨鱼"以底薪加盟绿军</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎47分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407191651"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d6uGRXLJ9-QIwQM6tdD6Rfc7wpRaM&topic=s">专题报道(68篇) »</a></div></span></div></div><div class="story cid-8797407209557 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF204OED4APArgzhoeZ-fI3c14eNA " href="http://news.xinhuanet.com/world/2010-08/05/c_12410651.htm" id="MAA4B0gCUABgAWoCY256AXM"><span class="titleText">加内特世博喜抱海宝 游中国馆引交通阻塞</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎47分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407209557"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dsS5MVOs8BEAShMq9MLWZ_goiKdyM&topic=s">专题报道(106篇) »</a></div></span></div></div><div class="story cid-8797407168796 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHjOuFChFD2PJEaph0EinEwPVNToA " href="http://www.people.com.cn/GB/4/63/570/646/12348450.html" id="MAA4B0gDUABgAWoCY256AXM"><span class="titleText">姚明:我总是想向最高水平冲刺 已经走出伤病阴影</span></a></h2><div class="sub-title"><span class="source">人民网</span>-<span class="date">‎35分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407168796"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dh2at7Y5DKwGPSMo509nmzziht4aM&topic=s">专题报道(199篇) »</a></div></span></div></div><div class="story cid-8797406856892 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF2lagk7au6YUzRaSL_1Ld-Jfyo9A " href="http://sports.people.com.cn/GB/22149/22153/12348383.html" id="MAA4B0gEUABgAWoCY256AXM"><span class="titleText">传朱芳雨被裁因将帅不和 朱老爸曾亲自出面求情</span></a></h2><div class="sub-title"><span class="source">人民网</span>-<span class="date">‎38分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406856892"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d5Wr0myLyJK0XLM0aL39cl1exqUuM&topic=s">专题报道(767篇) »</a></div></span></div></div><div class="story cid-8797406992370 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHLC4pvAWFE6WPfcAUDLw7xv0eMRw " href="http://sports.qq.com/a/20100805/000376.htm" id="MAA4B0gFUABgAWoCY256AXM"><span class="titleText">2000警力确保巴萨安全 球员仅伊布享大使套房</span></a></h2><div class="sub-title"><span class="source">腾讯网</span>-<span class="date">‎47分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406992370"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dFuLeD1GNPCGlwMUtlsmlkqGjB92M&topic=s">专题报道(139篇) »</a></div></span></div></div><div class="gadget t-IMAGE_MOSAIC"><table class="oneline-image-mosaic"><tr><td class="content"><div class="story image cid-8797407032949 "><div class="thumbnail" style=""><a target="_blank" href="http://sports.people.com.cn/GB/22134/22136/12347996.html" class="usg-AFQjCNFemcHCjgOGUFC-RqZ4t9R5d2FrKA " title="人民网"><img src="http://news.google.com/news/tbn/65D9p2l9nWvioM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407188480 "><div class="thumbnail" style=""><a target="_blank" href="http://sports.xinmin.cn/2010/08/05/6135667.html" class="usg-AFQjCNFeD0-AAEBu1Z8k2utuiWvvzyLz8w " title="新民网"><img src="http://news.google.com/news/tbn/Penwma9XduIURM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407215514 "><div class="thumbnail" style=""><a target="_blank" href="http://www.espnstar.com.cn/pub/csl/2010/0805/168760.htm" class="usg-AFQjCNGBKg0FQ_4uv7-PejCZiPIrIRI2Cw " title="ESPNSTAR"><img src="http://news.google.com/news/tbn/A8RLVKiN4kwC0M/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407054861 "><div class="thumbnail" style=""><a target="_blank" href="http://news.sohu.com/20100805/n273995936.shtml" class="usg-AFQjCNF9et-fXmRmVBh6j6ncIfV8Oyl6lQ " title="搜狐"><img src="http://news.google.com/news/tbn/Vi8IGCWPA7t4gM/6.jpg" alt="" width="80" height="80"></a></div></div></td></tr>
<tr><td class="content"><div class="story cid-8797407032949 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFemcHCjgOGUFC-RqZ4t9R5d2FrKA " href="http://sports.people.com.cn/GB/22134/22136/12347996.html" id=""><span class="titleText">时机成熟主动与高洪波沟通 李玮峰...</span></a></div>
<div class="source">人民网</div></div></td> <td class="content"><div class="story cid-8797407188480 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFeD0-AAEBu1Z8k2utuiWvvzyLz8w " href="http://sports.xinmin.cn/2010/08/05/6135667.html" id=""><span class="titleText">图文-[热身赛]多特蒙德3-1曼...</span></a></div>
<div class="source">新民网</div></div></td> <td class="content"><div class="story cid-8797407215514 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNGBKg0FQ_4uv7-PejCZiPIrIRI2Cw " href="http://www.espnstar.com.cn/pub/csl/2010/0805/168760.htm" id=""><span class="titleText">陕足高层震惊于受罚 球迷欲向亚足...</span></a></div>
<div class="source">ESPNSTAR</div></div></td> <td class="content"><div class="story cid-8797407054861 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNF9et-fXmRmVBh6j6ncIfV8Oyl6lQ " href="http://news.sohu.com/20100805/n273995936.shtml" id=""><span class="titleText">“扣篮王”“小品王”的尖峰对决(...</span></a></div>
<div class="source">搜狐</div></div></td></tr></table></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=s">更多体育报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:cns"><div class="ls-wrapper">
<div id="zh-CN_cn:cns_h" class="basic-title b-s ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=cns">中国体育 »</a>
</h2>
</div>
<div class="b-s"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406706240 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGvvpalmx2uKu5SFonH8RRsXwsIVg " href="http://sports.xinmin.cn/2010/08/05/6138811.html" id="MAA4B0gAUABgAmoCY256A2Nuc9ABAA"><span class="titleText">围棋第一美女恋情再爆猛料 恋人宋卫平尚未离婚</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎25分钟前‎</span> -
<div class="moreLinks" id="8797406706240"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=drqJAXwEKEjj9TMfL9_BqsrC4ujmM&topic=cns">专题报道(904篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406793200 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNE0RAB1_bsryl_pNQq5cyDhS2HYiw " href="http://sports.xinmin.cn/2010/08/05/6137905.html" id="MAA4B0gBUABgAmoCY256A2Nuc9ABAA"><span class="titleText">女排大奖赛中国队主攻肩挑重任 王一梅表现受关注</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎53分钟前‎</span> -
<div class="moreLinks" id="8797406793200"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dt9V88PwDHKYrAMuV9JQ4WY8UKERM&topic=cns">专题报道(700篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406961632 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEuIDBMFl1ssbS5_-Wei_4tkfiJbg " href="http://sports.163.com/10/0805/07/6DABQU8F00051CAQ.html" id="MAA4B0gCUABgAmoCY256A2Nuc9ABAA"><span class="titleText">上海资格赛张安达连闯三关 与威尔士龙争进正赛</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎53分钟前‎</span> -
<div class="moreLinks" id="8797406961632"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dNN2Iv8cXLpVVYMgErLUyePjtvizM&topic=cns">专题报道(53篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:bsk"><div class="ls-wrapper">
<div id="zh-CN_cn:bsk_h" class="basic-title b-s ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=bsk">NBA »</a>
</h2>
</div>
<div class="b-s"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406421847 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHbuq6-VTJCg2TwxXIKU5XqAdBttA " href="http://sports.qq.com/a/20100805/000372.htm" id="MAA4B0gAUABgAmoCY256A2Jza9ABAQ"><span class="titleText">湖人在两个战场完胜热火 紫军才是电视台宠儿</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎49分钟前‎</span> -
<div class="moreLinks" id="8797406421847"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dHmCM90a19iwijM7g0gXWhd41tF1M&topic=bsk">专题报道(766篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407131778 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFyYTOVxjdKFOPaqRxKCmt2B8XLUw " href="http://sports.qq.com/a/20100805/000338.htm" id="MAA4B0gBUABgAmoCY256A2Jza9ABAQ"><span class="titleText">篮网中锋退出美国队 阿联队友有望出征世锦赛</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407131778"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dZjxJJBXDXDNmaMzw2LtBoVskXsaM&topic=bsk">专题报道(20篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407094764 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHcS_yxQa1v53X0yxjWvK0_vR7_hw " href="http://sports.qq.com/a/20100805/000368.htm" id="MAA4B0gCUABgAmoCY256A2Jza9ABAQ"><span class="titleText">斯科拉让火箭设全勤奖 称多打国际比赛更有利</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎50分钟前‎</span> -
<div class="moreLinks" id="8797407094764"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=df8hZmnVIRDsXoMOfeyspPCHGAEZM&topic=bsk">专题报道(42篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:sc"><div class="ls-wrapper">
<div id="zh-CN_cn:sc_h" class="basic-title b-s ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=sc">足球 »</a>
</h2>
</div>
<div class="b-s"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406973750 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGTDfHUlkuqVT5RLYUawcxN3eDg3w " href="http://news.163.com/10/0805/08/6DADB92G00014AED.html" id="MAA4B0gAUABgAmoCY256AnNj0AEC"><span class="titleText">FIFA处罚</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎24分钟前‎</span> -
<div class="moreLinks" id="8797406973750"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dEYfEikjqXWTAAMTfdcfmNyyZe77M&topic=sc">专题报道(141篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407083186 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEbflhziJfJHf2-Y8MD6gvGhc0qTw " href="http://sports.xinmin.cn/2010/08/05/6138583.html" id="MAA4B0gBUABgAmoCY256AnNj0AEC"><span class="titleText">德甲弱旅造悬殊比分 30:0大败业余球队找球感</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎32分钟前‎</span> -
<div class="moreLinks" id="8797407083186"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dJrEtkB3DIBA2cMnM166svtaoJHyM&topic=sc">专题报道(62篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407162316 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFscXdn0PIOJrG5ydpwuRtHxTaYig " href="http://sports.qq.com/a/20100805/000323.htm" id="MAA4B0gCUABgAmoCY256AnNj0AEC"><span class="titleText">落魄切尔西收获重生悍腰 激活此人乃最佳引援</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407162316"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d5nnwdHFC-wecyMZJ1cTFs-KS9KQM&topic=sc">专题报道(51篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:y"></a>
<div class="section large-section" id="s-zh-CN_cn:y"><div class="ls-wrapper"><div class="bar c-y"></div>
<div id="zh-CN_cn:y_h" class="basic-title b-y ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="y">
<input type="hidden" class="name" value="社会">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:y">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=y">社会 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=lfs">生活时尚</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=lgl">法制</a></span>
</h2>
</div>
<div class="b-y"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797407019712 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://news.qq.com/a/20100804/001923.htm" class="usg-AFQjCNEjO_0NXeKkrZoxYMsTIAyms8z78g " title="腾讯网"><img src="http://news.google.com/news/tbn/FNM9Bf7CY2e08M/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://news.qq.com/a/20100804/001923.htm" class="usg-AFQjCNEjO_0NXeKkrZoxYMsTIAyms8z78g ">腾讯网</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNH-OL_E11bLSM0r39UqmauYwExsqQ " href="http://news.sina.com.cn/o/2010-08-05/071817916540s.shtml" id="MAA4CEgAUABgAWoCY256AXk"><span class="titleText">阵雨退烧</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-768548 ">新浪网</span> - <span class="date ">‎1小时前‎</span></div> <div class="body"> <div class="snippet"> 荆楚网消息(楚天金报)记者柯锐通讯员武中气实习生冯泽琳报道:最低温28.1℃,最高温则达到38.1℃。受暖气团影响,昨日的武汉,让市民深切体会到了“火炉”的威力。 气象监测显示,昨天我省大部地区晴空万里。 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNGxD1OroQk8UzOn2cxEPgSLMRtipQ " href="http://news.xinmin.cn/rollnews/2010/08/05/6136874.html" id="MAA4CEgAUAFgCGoCY256AXk"><span class="titleText">新民网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNGa6OvY1l-xWwMqVvwaOlJBHNh1Bw " href="http://news.163.com/10/0805/07/6DABHBOV00014AED.html" id="MAA4CEgAUAJgCGoCY256AXk"><span class="titleText">网易</span></a></span> - <span><a target="_blank" class="usg-AFQjCNHioQf7J8TMRkKTKZudHFJqkKzQmw " href="http://news.163.com/10/0805/06/6DA6O6JR00014AED.html" id="MAA4CEgAUANgCGoCY256AXk"><span class="titleText">网易</span></a></span></span>
<div class="moreLinks" id="8797407019712"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dCuMniXtj4he0nMZEt4M0ZBhCXenM&topic=y" class="more-coverage-text ">此专题所有 209 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407095939 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG3zLBgKRYTA3zAeFtgKjQBjiT0eg " href="http://news.xinhuanet.com/auto/2010-08/05/c_12410532.htm" id="MAA4CEgBUABgAWoCY256AXk"><span class="titleText">央视记者救人被撞身亡续:肇事司机和车主获刑5年</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407095939"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dXJqrfLDRyx-MqM-fDhFtIBHjnUXM&topic=y">专题报道(96篇) »</a></div></span></div></div><div class="story cid-8797406896360 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEt4yg6XWtlZWEcaNf-BeqmSw00Yg " href="http://news.xinmin.cn/rollnews/2010/08/05/6136957.html" id="MAA4CEgCUABgAWoCY256AXk"><span class="titleText">宜昌天气今夏爱走“极端”</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406896360"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dpM16mlxR8B1ymMLk_iwE4ftxI1AM&topic=y">专题报道(849篇) »</a></div></span></div></div><div class="story cid-8797407134006 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEHCmQ12L12HLaUBYiW11vr2wq_5Q " href="http://news.xinmin.cn/domestic/gnkb/2010/08/05/6138830.html" id="MAA4CEgDUABgAWoCY256AXk"><span class="titleText">巨化集团原董事长夫妇被公诉 刑拘前还在倡导廉洁</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎25分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407134006"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dzOu_8vRag7kEeMYxdfHbU1UHLZzM&topic=y">专题报道(74篇) »</a></div></span></div></div><div class="story cid-8797407031829 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHGuIS2HtHPlG4iUg_dy6_JZuscJA " href="http://news.ifeng.com/mainland/detail_2010_08/05/1889263_0.shtml" id="MAA4CEgEUABgAWoCY256AXk"><span class="titleText">环保部派员赴广东陆丰查锰超标 据称3年前已锰超标</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎3小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407031829"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d7THeIz8SAh0OnMOmkroUikUFEJvM&topic=y">专题报道(198篇) »</a></div></span></div></div><div class="story cid-8797407027460 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHtCIiBIEtyzadcRqM3GPJfcMUE5g " href="http://news.xinmin.cn/shehui/2010/08/05/6138190.html" id="MAA4CEgFUABgAWoCY256AXk"><span class="titleText">讨薪一再被打,谁来给劳动者尊严</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎44分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407027460"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dPVrGxCFPAYrb2Mc3a6c5ScXbgAoM&topic=y">专题报道(171篇) »</a></div></span></div></div><div class="gadget t-IMAGE_MOSAIC"><table class="oneline-image-mosaic"><tr><td class="content"><div class="story image cid-8797407180837 "><div class="thumbnail" style=""><a target="_blank" href="http://news.ifeng.com/society/3/detail_2010_08/05/1888803_0.shtml" class="usg-AFQjCNF87NYj8DvdV2uQxDpn48vTxKY-wQ " title="凤凰网"><img src="http://news.google.com/news/tbn/4ZdmIF0kSGySfM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797406979259 "><div class="thumbnail" style=""><a target="_blank" href="http://news.sina.com.cn/o/2010-08-05/020017914306s.shtml" class="usg-AFQjCNFXFAWXdqnfqSEcyh1MCqOpB0x3Fw " title="新浪网"><img src="http://news.google.com/news/tbn/OF_AZ_hzJxcn3M/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407085362 "><div class="thumbnail" style=""><a target="_blank" href="http://news.ifeng.com/society/1/detail_2010_08/04/1887599_0.shtml" class="usg-AFQjCNFJCXWldNNHfuwMSLAoTIHh2aK6_w " title="凤凰网"><img src="http://news.google.com/news/tbn/pvkwzNbWr-TvhM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407025272 "><div class="thumbnail" style=""><a target="_blank" href="http://epaper.jinghua.cn/html/2010-08/05/content_574733.htm" class="usg-AFQjCNHPiz-rtHDh-US0QX9hav5_S_rVtg " title="京华网"><img src="http://news.google.com/news/tbn/pRNxSuDuvEyIeM/6.jpg" alt="" width="80" height="80"></a></div></div></td></tr>
<tr><td class="content"><div class="story cid-8797407180837 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNF87NYj8DvdV2uQxDpn48vTxKY-wQ " href="http://news.ifeng.com/society/3/detail_2010_08/05/1888803_0.shtml" id=""><span class="titleText">女童全身长黑毛遭父母遗弃 哭诉“...</span></a></div>
<div class="source">凤凰网</div></div></td> <td class="content"><div class="story cid-8797406979259 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFXFAWXdqnfqSEcyh1MCqOpB0x3Fw " href="http://news.sina.com.cn/o/2010-08-05/020017914306s.shtml" id=""><span class="titleText">潮白河盗砂之痛</span></a></div>
<div class="source">新浪网</div></div></td> <td class="content"><div class="story cid-8797407085362 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNFJCXWldNNHfuwMSLAoTIHh2aK6_w " href="http://news.ifeng.com/society/1/detail_2010_08/04/1887599_0.shtml" id=""><span class="titleText">北京科技大学学生抢银行被判10年...</span></a></div>
<div class="source">凤凰网</div></div></td> <td class="content"><div class="story cid-8797407025272 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNHPiz-rtHDh-US0QX9hav5_S_rVtg " href="http://epaper.jinghua.cn/html/2010-08/05/content_574733.htm" id=""><span class="titleText">煤矿水害苦四千户居民</span></a></div>
<div class="source">京华网</div></div></td></tr></table></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=y">更多社会报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:lfs"><div class="ls-wrapper">
<div id="zh-CN_cn:lfs_h" class="basic-title b-y ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=lfs">生活时尚 »</a>
</h2>
</div>
<div class="b-y"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797406723345 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGqe1sWL3DrgzBjmYu0e-2Do4Cf4g " href="http://whb.news365.com.cn/zhxw/201008/t20100805_2789006.htm" id="MAA4CEgAUABgAmoCY256A2xmc9ABAA"><span class="titleText">创新篇:月饼的新生</span></a></div> <div class="source"><span class="source-pref sid-834458">文汇报</span></div> - <span class="timestamp date ">‎43分钟前‎</span> -
<div class="moreLinks" id="8797406723345"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=doH4AThrXmeQjgMC4U7DMuBvTxGtM&topic=lfs">专题报道(163篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407088729 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGiQWpkVX08G3u6sSsK21z0LghGfg " href="http://news.163.com/10/0805/05/6DA57JI200014AED.html" id="MAA4CEgBUABgAmoCY256A2xmc9ABAA"><span class="titleText">肌肤如花朵盛开 要靠“打包”抗衰</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797407088729"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d3CH1fYldQQXhhMj-Fp9UqNmhU2DM&topic=lfs">专题报道(16篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406740296 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGSVQFbYVjo_P2VZn8XxpyWcq4y-Q " href="http://sports.sina.com.cn/s/2010-08-05/05441666681s.shtml" id="MAA4CEgCUABgAmoCY256A2xmc9ABAA"><span class="titleText">中国体育彩票尽显公益本色支持全民健身 造福百姓民生</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797406740296"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dbuADHK25zHYMsMn-oddseciLHNMM&topic=lfs">专题报道(136篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406723290 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHdv5_HtP2VUbZQpGPv7GHmQZg9wg " href="http://news.xinmin.cn/rollnews/2010/08/05/6135384.html" id="MAA4CEgDUABgAmoCY256A2xmc9ABAA"><span class="titleText">久病未必成医 宫颈疾病拖不得</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎4小时前‎</span> -
<div class="moreLinks" id="8797406723290"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dzaln-IrDLwYPFMJdM5A7VnXtv37M&topic=lfs">专题报道(33篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:lgl"><div class="ls-wrapper">
<div id="zh-CN_cn:lgl_h" class="basic-title b-y ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=lgl">法制 »</a>
</h2>
</div>
<div class="b-y"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407086534 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEhtmD75yScR4qboPuLfCv2bOMPaA " href="http://news.163.com/10/0805/07/6DA9R9VI00014AED.html" id="MAA4CEgAUABgAmoCY256A2xnbNABAQ"><span class="titleText">缴获各类假发票617余万份</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407086534"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d9exi3IF9EmYEqMZGD8wb63jYKrFM&topic=lgl">专题报道(25篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406983661 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEurzTatx9E-YXS1O9a4VC_dExPZg " href="http://news.sina.com.cn/c/2010-08-05/060517915806s.shtml" id="MAA4CEgBUABgAmoCY256A2xnbNABAQ"><span class="titleText">山东一人事局干部酒驾连撞11人</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797406983661"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dvSxLgBAYJQnDPMws5D33b4G0vsIM&topic=lgl">专题报道(173篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407163425 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHFkqTg1KoGPr2hwpcvC54y568h3A " href="http://news.sohu.com/20100805/n273997200.shtml" id="MAA4CEgCUABgAmoCY256A2xnbNABAQ"><span class="titleText">西安撞死学生案今日开庭 是否为故意杀人成焦点</span></a></div> <div class="source"><span class="source-pref sid-751750">搜狐</span></div> - <span class="timestamp date ">‎47分钟前‎</span> -
<div class="moreLinks" id="8797407163425"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dUXSl4ncsIwmgMM4IPWIPiWoBduoM&topic=lgl">专题报道(11篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406955743 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGm9Mf_7uSQQ2np1sBHF6Y6L2snOw " href="http://news.sina.com.cn/c/2010-08-05/022117914476s.shtml" id="MAA4CEgDUABgAmoCY256A2xnbNABAQ"><span class="titleText">凌晨1:20,网吧还有30多人上网</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎6小时前‎</span> -
<div class="moreLinks" id="8797406955743"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d-jIB3DJUvZB0qMFNgR82quulPVVM&topic=lgl">专题报道(89篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407122593 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEdk439Jkc1JcDjiqTcDzsKwjjbxA " href="http://news.163.com/10/0805/06/6DA6CS8N00014AED.html" id="MAA4CEgEUABgAmoCY256A2xnbNABAQ"><span class="titleText">江西上栗男子泼汽油烧交警值班室致1死1伤</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎36分钟前‎</span> -
<div class="moreLinks" id="8797407122593"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dJj8jY5jn4Xp8QMeKRTZ9zehMtzVM&topic=lgl">专题报道(54篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:a"></a>
<div class="section large-section" id="s-zh-CN_cn:a"><div class="ls-wrapper"><div class="bar c-a"></div>
<div id="zh-CN_cn:a_h" class="basic-title b-a ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="a">
<input type="hidden" class="name" value="汽车">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:a">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=a">汽车 »</a>
</h2>
</div>
<div class="b-a"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797406951004 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://auto.sina.com.cn/news/2010-08-05/0722634855.shtml" class="usg-AFQjCNFlpeThxSURm3XNRqUvfl_79UgaUQ " title="新浪网"><img src="http://news.google.com/news/tbn/8ZBwKtn0vvHmPM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://auto.sina.com.cn/news/2010-08-05/0722634855.shtml" class="usg-AFQjCNFlpeThxSURm3XNRqUvfl_79UgaUQ ">新浪网</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNEJNvT7dGyQGv6dtNE4m0QwT06_1w " href="http://finance.ifeng.com/gem/people/20100805/2480435.shtml" id="MAA4CUgAUABgAWoCY256AWE"><span class="titleText">仰融或借力江淮“回归”</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-826354 ">凤凰网</span> - <span class="date ">‎41分钟前‎</span></div> <div class="body"> <div class="snippet"> 仰融真的回来了。在《节能与新能源汽车发展规划》即将公布,国家将为新能源汽车产业发展提供千亿元财政支持的关键时间节点上,仰融以和江淮汽车建立新能源汽车合资企业的方式跨出了他回归中国汽车业的第一步。 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNF-NcaHZJ4ymeJ-kCO4PG6tJXSWFA " href="http://finance.ifeng.com/stock/bk/20100805/2480439.shtml" id="MAA4CUgAUAFgCGoCY256AWE"><span class="titleText">凤凰网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNGOlKHM8AbH9HEbJ7BYHmDo4tWCsw " href="http://auto.sina.com.cn/news/2010-08-05/0743634873.shtml" id="MAA4CUgAUAJgCGoCY256AWE"><span class="titleText">新浪网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEZiNH1omjDpEvRxIREn1HlAAHaEg " href="http://news.xinmin.cn/rollnews/2010/08/05/6137031.html" id="MAA4CUgAUANgCGoCY256AWE"><span class="titleText">新民网</span></a></span></span>
<div class="moreLinks" id="8797406951004"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dZ4QDSrgn2ygHQMOvAiaaRXgBc8WM&topic=a" class="more-coverage-text ">此专题所有 1,071 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797407152617 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHOV2az2-sC_56w6rwppPbQ7gpGUA " href="http://news.xinhuanet.com/auto/2010-08/05/c_12410665.htm" id="MAA4CUgBUABgAWoCY256AWE"><span class="titleText">寄予厚望 听华晨宝马CEO康思远讲宝马新5系L</span></a></h2><div class="sub-title"><span class="source">新华网</span>-<span class="date">‎47分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407152617"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dPzEzGohC1ARQ7MICIL589_iyFvGM&topic=a">专题报道(67篇) »</a></div></span></div></div><div class="story cid-8797406714879 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEf-HXDzlODMwSv20zekHX7kXwQag " href="http://auto.ifeng.com/news/domesticindustry/20100805/390266.shtml" id="MAA4CUgCUABgAWoCY256AWE"><span class="titleText">节能补贴政策效果初现 受惠车型7月销量增12%</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎41分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406714879"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=di31fu2WWZEfVlMCtjqNbS8G55PTM&topic=a">专题报道(353篇) »</a></div></span></div></div><div class="story cid-8797407059861 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHFBySDa16bJ8IqMPdJVqE-1nGNvw " href="http://news.dayoo.com/guangzhou/201008/05/73446_13494788.htm" id="MAA4CUgDUABgAWoCY256AWE"><span class="titleText">亚运城首批电动汽车充电桩在倒计百天时亮相</span></a></h2><div class="sub-title"><span class="source">大洋网</span>-<span class="date">‎42分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407059861"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dlKHV01srvwSl3MbAfCOuowER1VkM&topic=a">专题报道(72篇) »</a></div></span></div></div><div class="story cid-8797407105539 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFddVGr3nt5-90xVJqtFgi3XHyzOg " href="http://auto.ifeng.com/buycar/market/20100805/390279.shtml" id="MAA4CUgEUABgAWoCY256AWE"><span class="titleText">马自达睿翼2.5优惠达2.7万元 店内可提现车</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎41分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407105539"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dVnnIIPEmjQHi_M-7k2NINQaw4lUM&topic=a">专题报道(50篇) »</a></div></span></div></div><div class="story cid-8797407200490 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNE63MfthQBe2S6gkGBYVhJyvgrL0Q " href="http://auto.163.com/10/0805/07/6DAB8RQS000816HJ.html" id="MAA4CUgFUABgAWoCY256AWE"><span class="titleText">吉利沃尔沃完成交割 消化核心技术有难度</span></a></h2><div class="sub-title"><span class="source">网易</span>-<span class="date">‎59分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407200490"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dNi15N9083BBOtM3Qb9X8IjtQNX-M&topic=a">专题报道(79篇) »</a></div></span></div></div><div class="story cid-8797407045406 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHCEf5kbCkVORY1OH6A8UppLz9F7A " href="http://finance.sina.com.cn/roll/20100805/06138425854.shtml" id="MAA4CUgGUABgAWoCY256AWE"><span class="titleText">力挫大众通用南下 广丰半年销量超行业20%</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎2小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407045406"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dECGaanrfM0bDUM4kwPN4jRj3fqXM&topic=a">专题报道(28篇) »</a></div></span></div></div><div class="story cid-8797407058773 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGERPmEbOvY5gHDulVHo2OR2oDvBA " href="http://shanghai.auto.sohu.com/20100805/n273997111.shtml" id="MAA4CUgHUABgAWoCY256AWE"><span class="titleText">2011款奇瑞A3上海可预订 上市后可提车</span></a></h2><div class="sub-title"><span class="source">搜狐</span>-<span class="date">‎52分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407058773"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d3652mpJXpRqe-MVJAjIox1gjt5fM&topic=a">专题报道(23篇) »</a></div></span></div></div><div class="story cid-8797407149396 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFGiBBdwLHxGmUlX2XXi8hiYt3y5A " href="http://finance.ifeng.com/roll/20100805/2479833.shtml" id="MAA4CUgIUABgAWoCY256AWE"><span class="titleText">重庆长安汽车股份有限公司公告(系列)</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎4小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407149396"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dY9tWI1z66YeABMjWSIxnlkNrBK9M&topic=a">专题报道(32篇) »</a></div></span></div></div><div class="story cid-8797406888553 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFRlvyJsyCZ0ISrQ6BS9IcwZ8jSZw " href="http://shanghai.auto.sohu.com/20100805/n273997046.shtml" id="MAA4CUgJUABgAWoCY256AWE"><span class="titleText">英朗XT上海现车充足 购车送3000元礼包</span></a></h2><div class="sub-title"><span class="source">搜狐</span>-<span class="date">‎58分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406888553"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=djtQhzrsqWwZPtMC8OBRmJgtkpeLM&topic=a">专题报道(47篇) »</a></div></span></div></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=a">更多汽车报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="gadget t-FEATURED_IMAGE"><div class="story cid-8797406612229 l-zh-CN picture-story "><div class="inner"><a target="_blank" class="usg-AFQjCNGAMZkdkbNlY7RjCRmp1aZnqHdanA " href="http://auto.ynet.com/view_23129_1.html" id=""><span class="titleText"><img src="http://news.google.com/news/tbn/VtNhCBnj8BreoM/5.jpg" alt=""></span></a>
<h3 class="title"><a target="_blank" class="usg-AFQjCNGAMZkdkbNlY7RjCRmp1aZnqHdanA " href="http://auto.ynet.com/view_23129_1.html" id=""><span class="titleText">新款斯柯达-晶锐7.89-11.39万 性价比提升</span></a></h3>
<div class="sub-title"><span class="source source-pref sid-826304 ">北青网</span> - <span class="date ">‎16小时前‎</span></div>
<div class="body"><div class="snippet">2011款斯柯达-晶锐于不久前悄然上市,此次升级上市的Fabia晶锐升级了部分车型的配置,并同时对价格进行了调整。并新增极富运动气息的酷黑版,共推出8款车型。新车型的整体价格区间从原来的8.19-11.79万元调整 ...</div>
<div class="moreLinks" id="8797406612229"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dXQotIESE2T_tEMCwmY5Bv0F_ufYM&topic=a" class="more-coverage-text ">此专题所有 47 篇报道 »</a></div></div>
<div class="r"></div></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:es"></a>
<div class="section large-section" id="s-zh-CN_cn:es"><div class="ls-wrapper"><div class="bar c-es"></div>
<div id="zh-CN_cn:es_h" class="basic-title b-es ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="es">
<input type="hidden" class="name" value="房产">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:es">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=es">房产 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=hsp">新规</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=hsd">动态</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=hg">家居</a></span>
</h2>
</div>
<div class="b-es"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797407156950 l-zh-CN headline-story thumbnail-false "> <h2 class="title"> <a target="_blank" class="usg-AFQjCNF-_MhphWt1p4hrj_soKCC8SlwRbQ " href="http://finance.ifeng.com/roll/20100805/2480371.shtml" id="MAA4CkgAUABgAWoCY256AmVz"><span class="titleText">易宪容:经济增速虽放缓房地产调控松不得</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-826354 ">凤凰网</span> - <span class="date ">‎48分钟前‎</span></div> <div class="body"> <div class="snippet"> 当前我国大中城市中住房空置现象,说明投资性需求仍主导我国房地产市场。为促进房地产市场由投资主导向消费主导转变,我们必须坚持房地产调控不松懈,不要过于担忧房地产调控可能会对经济增长放缓有影响。 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNHVKCwR5fymfSAVwm_s2QuwHi2krA " href="http://news.sohu.com/20100805/n273996855.shtml" id="MAA4CkgAUAFgCGoCY256AmVz"><span class="titleText">搜狐</span></a></span> - <span><a target="_blank" class="usg-AFQjCNEfq2HFjOQZl-HUME1-W8jVz-9woQ " href="http://news.sina.com.cn/o/2010-08-05/073017916693s.shtml" id="MAA4CkgAUAJgCGoCY256AmVz"><span class="titleText">新浪网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNGazKUyUj9xbr4tGsiGK3Hn_-8kZA " href="http://www.jxnews.com.cn/xxrb/system/2010/08/05/011447950.shtml" id="MAA4CkgAUANgCGoCY256AmVz"><span class="titleText">大江网</span></a></span></span>
<div class="moreLinks" id="8797407156950"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dwjBWT_jWIglOIMc59sbA8HBBwUaM&topic=es" class="more-coverage-text ">此专题所有 172 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797406820779 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNFcBMpwQhLenVNzqdlaxK2aVk0nLQ " href="http://news.sina.com.cn/c/2010-08-05/073717916732s.shtml" id="MAA4CkgBUABgAWoCY256AmVz"><span class="titleText">新街口铁管巷闲置地块四次易主找到新东家</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎52分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406820779"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dK884VZhNaD3jaME55BEJSk1GMSyM&topic=es">专题报道(2,194篇) »</a></div></span></div></div><div class="story cid-8797407058600 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGbHPqgfL4Rm8YCAuW_a6wKLFoWqQ " href="http://www.jfdaily.com/a/1314832.htm" id="MAA4CkgCUABgAWoCY256AmVz"><span class="titleText">罗店两低密度地块昨19亿元卖出</span></a></h2><div class="sub-title"><span class="source">解放牛网</span>-<span class="date">‎52分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407058600"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dZGQeCFQlUwV9zMV6f4Y6EbYcdvmM&topic=es">专题报道(115篇) »</a></div></span></div></div><div class="story cid-8797407097120 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF3hgxp9kofJJ5rI7UGWduR6W851Q " href="http://news.dichan.sina.com.cn/2010/08/05/194750.html" id="MAA4CkgDUABgAWoCY256AmVz"><span class="titleText">成交量欲杀回马枪</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎46分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407097120"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=danqg-vxV1jbgYM3hSs2t1Qg2ssdM&topic=es">专题报道(64篇) »</a></div></span></div></div><div class="story cid-8797407215524 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHcoZFPWJ6O1evbQsYyzLbSHsJQlQ " href="http://news.ifeng.com/mainland/detail_2010_08/05/1889244_0.shtml" id="MAA4CkgEUABgAWoCY256AmVz"><span class="titleText">广州首次置业者打破观望 二手楼成交小幅回暖</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎4小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407215524"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dmadpY_V-aANtOMRhgf7qP73RMnnM&topic=es">专题报道(21篇) »</a></div></span></div></div><div class="story cid-8797407030726 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNE2w_8kpB_OPVfQbVJYAzspW27FuA " href="http://zjnews.zjol.com.cn/05zjnews/system/2010/08/05/016821587.shtml" id="MAA4CkgFUABgAWoCY256AmVz"><span class="titleText">7月杭州楼市成交量创新政三月来新高 成交均价下跌</span></a></h2><div class="sub-title"><span class="source">浙江在线</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407030726"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dpF8NdMQwFRV4jMRDAJQsjhSLXNpM&topic=es">专题报道(374篇) »</a></div></span></div></div><div class="story cid-8797406883442 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEubTEco__vVOTsVy2zNDo59e4q8A " href="http://finance.ifeng.com/roll/20100805/2480281.shtml" id="MAA4CkgGUABgAWoCY256AmVz"><span class="titleText">中粮地产9.79亿元杭州拿地 或与中粮置业合并造千亿级巨无霸</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406883442"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dKX8TkXIQXWcVGMvyegwxKYUcNcPM&topic=es">专题报道(310篇) »</a></div></span></div></div><div class="story cid-8797407080704 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHuNd9AIq1WdEjw85laBveNJ-3Ltw " href="http://news.sina.com.cn/pl/2010-08-05/080320830618.shtml" id="MAA4CkgHUABgAWoCY256AmVz"><span class="titleText">马光远:公共租赁房应与廉租房合并</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎24分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407080704"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dxeh0OSBXdDDlNMKSugDB6hFG6DaM&topic=es">专题报道(111篇) »</a></div></span></div></div><div class="story cid-8797407111739 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNGx31ta75IYkVZGEFCPaR-GfXPeAg " href="http://finance.ifeng.com/stock/ssgs/20100805/2480323.shtml" id="MAA4CkgIUABgAWoCY256AmVz"><span class="titleText">中天城投3.5亿元曲线购地 成本仅75元/平方米</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407111739"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d2qOSp_5g5shQLMSUiTctXhKg0lVM&topic=es">专题报道(26篇) »</a></div></span></div></div><div class="story cid-8797407199460 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNE4mNcwp8PdqqLg-cOH4UpWB-szMA " href="http://sichuan.scol.com.cn/cddt/content/2010-08/05/content_1092912.htm?node=965" id="MAA4CkgJUABgAWoCY256AmVz"><span class="titleText">成都在售楼盘检查 9家被表扬9家被批评</span></a></h2><div class="sub-title"><span class="source">四川在线</span>-<span class="date">‎44分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407199460"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=duegUUV5kGg_pUM9rM1DlS1sIwnBM&topic=es">专题报道(11篇) »</a></div></span></div></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=es">更多房产报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:hsp"><div class="ls-wrapper">
<div id="zh-CN_cn:hsp_h" class="basic-title b-es ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=hsp">新规 »</a>
</h2>
</div>
<div class="b-es"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407047645 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNF2hFd-a7FZMWlaptllOS9i1ZiK2Q " href="http://news.xinmin.cn/rollnews/2010/08/05/6136844.html" id="MAA4CkgAUABgAmoCY256A2hzcNABAA"><span class="titleText">申请“按月提取还贷”爆棚 住房公积金管理中心:别急,符合条件本月均可办理</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407047645"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dKhnNnHWYcx_hgMNpuosNPsbC4haM&topic=hsp">专题报道(138篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407196149 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNF2CgHEB52EsS6tLAKuPbuYIlhveA " href="http://finance.qq.com/a/20100805/001542.htm" id="MAA4CkgBUABgAmoCY256A2hzcNABAA"><span class="titleText">深圳一次性推14块保障房用地</span></a></div> <div class="source"><span class="source-pref sid-768425">腾讯网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407196149"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dGLc17EkD5wSD3MSsfeFxF5FgmTIM&topic=hsp">专题报道(108篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407077102 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEsFSGTBhN-utanMYEt51DY6qphDg " href="http://news.gd.sina.com.cn/news/2010/08/05/963290.html" id="MAA4CkgCUABgAmoCY256A2hzcNABAA"><span class="titleText">深圳上调土地增值税预征税率</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎2小时前‎</span> -
<div class="moreLinks" id="8797407077102"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=djlDF5imjvBLehMZUZj0SktR7logM&topic=hsp">专题报道(42篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:hsd"><div class="ls-wrapper">
<div id="zh-CN_cn:hsd_h" class="basic-title b-es ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=hsd">动态 »</a>
</h2>
</div>
<div class="b-es"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407148340 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNEnteyKEQssD6tv0yitllerz2kiRQ " href="http://finance.ifeng.com/roll/20100805/2479790.shtml" id="MAA4CkgAUABgAmoCY256A2hzZNABAQ"><span class="titleText">吉林成城集团股份有限公司土地受让公告</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎4小时前‎</span> -
<div class="moreLinks" id="8797407148340"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=diXGYhjmt-hPSyMqQoQ3jVLDYyBkM&topic=hsd">专题报道(39篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407180872 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFM7o4w3YHO-XfAwbnhj3CtQ8a08w " href="http://paper.cnstock.com/html/2010-08/05/content_38440.htm" id="MAA4CkgBUABgAmoCY256A2hzZNABAQ"><span class="titleText">信息大全</span></a></div> <div class="source"><span class="source-pref sid-752295">中国证券网</span></div> - <span class="timestamp date ">‎6小时前‎</span><div class="r"></div></div> <div class="story cid-8797407210733 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNH9xCAkfBQJqjaVexlRieuxg5dVhg " href="http://news.sina.com.cn/c/2010-08-05/051917916497s.shtml" id="MAA4CkgCUABgAmoCY256A2hzZNABAQ"><span class="titleText">3万“铁路房”可上市交易</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407210733"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d-CPRv4RWeQvUQMpzxESYBogVPizM&topic=hsd">专题报道(13篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:hg"><div class="ls-wrapper">
<div id="zh-CN_cn:hg_h" class="basic-title b-es ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=hg">家居 »</a>
</h2>
</div>
<div class="b-es"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407065382 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHNf0cIKl4PNvsCY5qmhgKMpuxjIw " href="http://news.163.com/10/0805/07/6DA9SUHJ00014AED.html" id="MAA4CkgAUABgAmoCY256Amhn0AEC"><span class="titleText">圣象地板F4星产品下线</span></a></div> <div class="source"><span class="source-pref sid-751651">网易</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797407065382"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dS3ozhqu-cw2gzMnKL0Tp0OjG15DM&topic=hg">专题报道(27篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407121469 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHlhwuAdIYHUqHSrVcZ4UpdfRG57g " href="http://home.soufun.com/bang/taskinfo3733/" id="MAA4CkgBUABgAmoCY256Amhn0AEC"><span class="titleText">户 型:2室2厅98平</span></a></div> <div class="source"><span class="source-pref sid-770166">石家庄搜房</span></div> - <span class="timestamp date ">‎10小时前‎</span> -
<div class="moreLinks" id="8797407121469"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=drGvMlvnS-XJg3Mkm8gqZG9W4N4eM&topic=hg">专题报道(7篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406734621 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGmi8Ey1_JlqEJjd24-0rns6oKDtg " href="http://news.xinmin.cn/domestic/gnkb/2010/08/04/6130709.html" id="MAA4CkgCUABgAmoCY256Amhn0AEC"><span class="titleText">装修消费观悄悄在改变</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎16小时前‎</span> -
<div class="moreLinks" id="8797406734621"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d_rxozKN3BhYzkMuNdfrf41jKKVbM&topic=hg">专题报道(66篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div> <a name="zh-CN_cn:ed"></a>
<div class="section large-section" id="s-zh-CN_cn:ed"><div class="ls-wrapper"><div class="bar c-ed"></div>
<div id="zh-CN_cn:ed_h" class="basic-title b-ed ">
<h2 class=" text"><span class="yesscript"><div class="close-icon icon"></div></span>
<span class="yesscript"><div class="mod"><input type="hidden" class="edition" value="cn">
<input type="hidden" class="topic" value="ed">
<input type="hidden" class="name" value="教育">
<input type="hidden" class="lang" value="zh-CN">
<input type="hidden" class="num" value="3">
<input type="hidden" class="id" value="zh-CN_cn:ed">
<a class="edit-link rt" href="javascript:void(0);">设置</a>
<a class="edit-link-close rt" href="javascript:void(0);" style="display: none;">关闭设置</a></div></span>
<a href="/news/section?pz=1&cf=all&ned=cn&topic=ed">教育 »</a>
<span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=exm">考试</a></span> <span class="subtitle"><a href="/news/section?pz=1&cf=all&ned=cn&topic=jb">求职</a></span>
</h2>
</div>
<div class="b-ed"><div class="edit-panel-stub"></div></div>
<div class="single-section"><table><tr><td class="column1"> <div class="story cid-8797407210715 l-zh-CN headline-story thumbnail-true "> <div class="thumbnail" style=""><a target="_blank" href="http://news.jxgdw.com/jszg/1369616.html" class="usg-AFQjCNEUzLDUHr4zB8mn-RNNSB4-gdmJKw " title="今视网"><img src="http://news.google.com/news/tbn/0sWpC2fqYrd-EM/6.jpg" alt="" width="80" height="80"></a><div class="source"><a target="_blank" href="http://news.jxgdw.com/jszg/1369616.html" class="usg-AFQjCNEUzLDUHr4zB8mn-RNNSB4-gdmJKw ">今视网</a></div></div> <h2 class="title"> <a target="_blank" class="usg-AFQjCNGkZ0L5FUAlCbF5A5hxT4e31izP0g " href="http://news.xinmin.cn/shehui/2010/08/05/6138606.html" id="MAA4C0gAUABgAWoCY256AmVk"><span class="titleText">专科一批开录川渝院校走俏 35所高校调档线超本三</span></a> </h2> <div class="sub-title"><span class="source source-pref sid-828617 ">新民网</span> - <span class="date ">‎32分钟前‎</span></div> <div class="body"> <div class="snippet"> 从调档情况看,文科调档线高出本二批线的院校3所;高出本三线的院校13所,且均超出专一批次线40分。理科调档线高出本二批线的院校2所;高出本三线的院校17所;另有21所院校超出专一批次线40分。 <b>...</b> </div> <div class="sources"><span class="source-link"><span><a target="_blank" class="usg-AFQjCNGbGlEbyR8W9eBv3XrjlWEYbuaYTw " href="http://news.xinmin.cn/domestic/gnkb/2010/08/05/6137857.html" id="MAA4C0gAUAFgCGoCY256AmVk"><span class="titleText">新民网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNHmix-e-9ELj2KtfNJfx87OvWXRZA " href="http://news.sina.com.cn/c/2010-08-05/064417916193s.shtml" id="MAA4C0gAUAJgCGoCY256AmVk"><span class="titleText">新浪网</span></a></span> - <span><a target="_blank" class="usg-AFQjCNESfdBc9e-prQr9rmhisNpHXHmteg " href="http://news.sina.com.cn/c/2010-08-05/062117916063s.shtml" id="MAA4C0gAUANgCGoCY256AmVk"><span class="titleText">新浪网</span></a></span></span>
<div class="moreLinks" id="8797407210715"><a href="/news/more?pz=1&cf=all&ned=cn&ncl=dqHWL5DSaXABLiMkN3dEzA01A2pdM&topic=ed" class="more-coverage-text ">此专题所有 453 篇报道 »</a></div></div> </div> </div> <div class="story cid-8797406987045 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNECHwJ6gr2YGhpG-MNP2AETczwfUw " href="http://news.sina.com.cn/c/2010-08-05/063917916146s.shtml" id="MAA4C0gBUABgAWoCY256AmVk"><span class="titleText">去行政化才能解决“以请客的钱养教授”</span></a></h2><div class="sub-title"><span class="source">新浪网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406987045"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d1vll1rmsEhgYGM1jrC48SxDnPemM&topic=ed">专题报道(220篇) »</a></div></span></div></div><div class="story cid-8797407074333 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNF1JEw-rT1B5JsT9iT8_pQGnXg83g " href="http://news.ifeng.com/society/2/detail_2010_08/04/1887198_0.shtml" id="MAA4C0gCUABgAWoCY256AmVk"><span class="titleText">贵州贵定县否认冷对支教大学生遇难 已为其建亭立碑</span></a></h2><div class="sub-title"><span class="source">凤凰网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407074333"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dKCqBmIBBlwS-dMeLf3jVFtCFjWjM&topic=ed">专题报道(53篇) »</a></div></span></div></div><div class="story cid-8797407208508 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNG-C4FpyLLpDKYEBMwjLybJ4Efsig " href="http://www.dzwww.com/shandong/sdnews/201008/t20100805_5749974.htm" id="MAA4C0gDUABgAWoCY256AmVk"><span class="titleText">享受财政贴息政策 自主创业者可申请无息贷款</span></a></h2><div class="sub-title"><span class="source">大众网</span>-<span class="date">‎52分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407208508"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dVLiD9UYIrjY_8MvH5QZ2tnuHg_hM&topic=ed">专题报道(8篇) »</a></div></span></div></div><div class="story cid-8797407147182 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNEhAUOVoM3Atj9AsGyQOrTJOFzA-g " href="http://news.xinmin.cn/rollnews/2010/08/05/6138507.html" id="MAA4C0gEUABgAWoCY256AmVk"><span class="titleText">山东高考本科录取率达39% 比09年有大幅增长</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎35分钟前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797407147182"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d-PLbsq_ziiQGFMaS0NXJBsw1E3zM&topic=ed">专题报道(14篇) »</a></div></span></div></div><div class="story cid-8797406935197 l-zh-CN headline-story simple-headline-story "><h2 class="title"><a target="_blank" class="usg-AFQjCNHKuNCHePxQo2x0xNq3py3WueQDTA " href="http://news.xinmin.cn/rollnews/2010/08/05/6136846.html" id="MAA4C0gFUABgAWoCY256AmVk"><span class="titleText">香港“末代”中考放榜</span></a></h2><div class="sub-title"><span class="source">新民网</span>-<span class="date">‎1小时前‎</span><span class="body more-coverage-start">
<div class="moreLinks" id="8797406935197"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dPLs3Wk5guT78PMtbuaGjLEIdM8NM&topic=ed">专题报道(89篇) »</a></div></span></div></div><div class="gadget t-IMAGE_MOSAIC"><table class="oneline-image-mosaic"><tr><td class="content"><div class="story image cid-8797407070538 "><div class="thumbnail" style=""><a target="_blank" href="http://news.xinhuanet.com/society/2010-08/04/c_12409019.htm" class="usg-AFQjCNHhOLhQVRIL-RJj03rRKg9m6NjYXw " title="新华网"><img src="http://news.google.com/news/tbn/taDrfq-8l6lmSM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407210790 "><div class="thumbnail" style=""><a target="_blank" href="http://news.hainan.net/newshtml08/2010w8r5/668331f0.htm" class="usg-AFQjCNHAR5lwYZe8ZrDAMHa4eRnKoAkszA " title="海南在线"><img src="http://news.google.com/news/tbn/C3e7oQHHrwIekM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797406704980 "><div class="thumbnail" style=""><a target="_blank" href="http://gongyi.sina.com.cn/gyzx/2010-08-03/101619112.html" class="usg-AFQjCNHALF1-RsTUnvKv_AJ8PnKBn81b8g " title="新浪网"><img src="http://news.google.com/news/tbn/5VlgRQYX2rpZMM/6.jpg" alt="" width="80" height="80"></a></div></div></td> <td class="content"><div class="story image cid-8797407075678 "><div class="thumbnail" style=""><a target="_blank" href="http://dalian.runsky.com/2010-08/05/content_3658388.htm" class="usg-AFQjCNGYwbS2n_xRT4oWWoYmvGwNV4Yc3w " title="大连天健网"><img src="http://news.google.com/news/tbn/_nLNvkgbWsohnM/6.jpg" alt="" width="80" height="80"></a></div></div></td></tr>
<tr><td class="content"><div class="story cid-8797407070538 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNHhOLhQVRIL-RJj03rRKg9m6NjYXw " href="http://news.xinhuanet.com/society/2010-08/04/c_12409019.htm" id=""><span class="titleText">80后缘何喊出“父母皆祸害”</span></a></div>
<div class="source">新华网</div></div></td> <td class="content"><div class="story cid-8797407210790 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNHAR5lwYZe8ZrDAMHa4eRnKoAkszA " href="http://news.hainan.net/newshtml08/2010w8r5/668331f0.htm" id=""><span class="titleText">读海中三年择校费3万 每名考生只...</span></a></div>
<div class="source">海南在线</div></div></td> <td class="content"><div class="story cid-8797406704980 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNHALF1-RsTUnvKv_AJ8PnKBn81b8g " href="http://gongyi.sina.com.cn/gyzx/2010-08-03/101619112.html" id=""><span class="titleText">民办教育:困境中尴尬生存</span></a></div>
<div class="source">新浪网</div></div></td> <td class="content"><div class="story cid-8797407075678 l-zh-CN "><div class="title"><a target="_blank" class="usg-AFQjCNGYwbS2n_xRT4oWWoYmvGwNV4Yc3w " href="http://dalian.runsky.com/2010-08/05/content_3658388.htm" id=""><span class="titleText">俄罗斯中小学生来华(大连)夏令营...</span></a></div>
<div class="source">大连天健网</div></div></td></tr></table></div>
<div class="more-stories"><a href="/news/section?pz=1&cf=all&ned=cn&topic=ed">更多教育报道 »</a></div></td>
<td class="column2"><div class="wrapper"><div class="subsection large-section" id="s-zh-CN_cn:exm"><div class="ls-wrapper">
<div id="zh-CN_cn:exm_h" class="basic-title b-ed ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=exm">考试 »</a>
</h2>
</div>
<div class="b-ed"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407215538 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGotha9kUCRDQ67mRYRcfpTHHUDjg " href="http://news.sina.com.cn/c/2010-08-05/073317916731s.shtml" id="MAA4C0gAUABgAmoCY256A2V4bdABAA"><span class="titleText">今年专一线为啥跌得这么惨?</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎52分钟前‎</span> -
<div class="moreLinks" id="8797407215538"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dCrK7scrLrQHWSMq3YMir-zRydf6M&topic=exm">专题报道(10篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406711125 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGeXxOJZ-ZVzX691OQjXPMR03YpPw " href="http://news.sohu.com/20100805/n273996837.shtml" id="MAA4C0gBUABgAmoCY256A2V4bdABAA"><span class="titleText">考生信息被卖录一人可获利两千</span></a></div> <div class="source"><span class="source-pref sid-751750">搜狐</span></div> - <span class="timestamp date ">‎1小时前‎</span> -
<div class="moreLinks" id="8797406711125"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d8YkHuOPU6wv-bMxrMrEhbkEpDpVM&topic=exm">专题报道(304篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407164463 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFZXJNAbZ12Gt3RPM0TeP9B1T1ytQ " href="http://news.sina.com.cn/o/2010-08-05/055417915737s.shtml" id="MAA4C0gCUABgAmoCY256A2V4bdABAA"><span class="titleText">我省公务员笔试分数线昨划定</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎2小时前‎</span><div class="r"></div></div> <div class="story cid-8797407187354 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNH2NEHhG3FosEo1lBicma2KeolJoQ " href="http://news.xinmin.cn/rollnews/2010/08/05/6138740.html" id="MAA4C0gDUABgAmoCY256A2V4bdABAA"><span class="titleText">广西普高本科录取工作结束 考生接通知书先辨真伪</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎29分钟前‎</span> -
<div class="moreLinks" id="8797407187354"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dTv48kfxlxx5JlMyNTGXx73oDWwyM&topic=exm">专题报道(76篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div><div class="subsection large-section" id="s-zh-CN_cn:jb"><div class="ls-wrapper">
<div id="zh-CN_cn:jb_h" class="basic-title b-ed ">
<h2 class=" text">
<a href="/news/section?pz=1&cf=all&ned=cn&topic=jb">求职 »</a>
</h2>
</div>
<div class="b-ed"><div class="edit-panel-stub"></div></div>
<div class="single-section"><div class="wrapper"><div class="story cid-8797407105716 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNF8jixP4vi2LdzELKcqSR2gjB5k5w " href="http://news.xinmin.cn/rollnews/2010/08/05/6137939.html" id="MAA4C0gAUABgAmoCY256Ampi0AEB"><span class="titleText">北戴河休假专家接受高规格礼遇有啥新看点</span></a></div> <div class="source"><span class="source-pref sid-828617">新民网</span></div> - <span class="timestamp date ">‎53分钟前‎</span> -
<div class="moreLinks" id="8797407105716"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d5BZCHgtpIVOMsMxwiZ_COLv9bCKM&topic=jb">专题报道(43篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407037228 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNFV0DtVacZCBNer0bp5Hzjfh614XQ " href="http://finance.sina.com.cn/roll/20100805/02018424744.shtml" id="MAA4C0gBUABgAmoCY256Ampi0AEB"><span class="titleText">江苏“后世博”跳跃:人才当种子选手</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎6小时前‎</span> -
<div class="moreLinks" id="8797407037228"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=djBI6JMjJ1AyqcM5WIy_9HdlC-S7M&topic=jb">专题报道(56篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407109156 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGeGK11Fu6o3A-B1bCi_bUGAQp5BQ " href="http://go.rss.sina.com.cn/redirect.php?url=http://edu.sina.com.cn/j/2010-08-04/1721191708.shtml" id="MAA4C0gCUABgAmoCY256Ampi0AEB"><span class="titleText">过半大学生找工作遭歧视 性别歧视最突出</span></a></div> <div class="source"><span class="source-pref sid-768548">新浪网</span></div> - <span class="timestamp date ">‎15小时前‎</span> -
<div class="moreLinks" id="8797407109156"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d1Gq5FTKzVx4IUMJHlggXNZ-k_NbM&topic=jb">专题报道(15篇) »</a></div><div class="r"></div></div> <div class="story cid-8797407104329 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNGYXfwxcldabvUssYKOcZQOF-lTCA " href="http://news.xinhuanet.com/newmedia/2010-08/04/c_12409070.htm" id="MAA4C0gDUABgAmoCY256Ampi0AEB"><span class="titleText">新的招聘和求职路径:"网上招聘圈子"你试过吗</span></a></div> <div class="source"><span class="source-pref sid-751784">新华网</span></div> - <span class="timestamp date ">‎16小时前‎</span> -
<div class="moreLinks" id="8797407104329"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=dmWBK-FuX-iRyqM-9VnAOkqYmQXGM&topic=jb">专题报道(25篇) »</a></div><div class="r"></div></div> <div class="story cid-8797406930230 l-zh-CN small-story "><div class="title"><a target="_blank" class="usg-AFQjCNHtoB4NRGmJ298TffhD1q2tLy_ZhA " href="http://finance.ifeng.com/leadership/qyjzl/20100804/2478572.shtml" id="MAA4C0gEUABgAmoCY256Ampi0AEB"><span class="titleText">米亚网络执行长王柏升:大陆年轻人具有创业优势</span></a></div> <div class="source"><span class="source-pref sid-826354">凤凰网</span></div> - <span class="timestamp date ">‎12小时前‎</span> -
<div class="moreLinks" id="8797406930230"><a class="more-coverage-text" href="/news/more?pz=1&cf=all&ned=cn&ncl=d4pcYxhck_QEQ9Mmowucbc0EVASGM&topic=jb">专题报道(94篇) »</a></div><div class="r"></div></div>
</div></div>
<div class="r"></div></div></div></div></td></tr></table></div>
<div class="r"></div></div></div></div></div></div></div></div><div class="clearfooter"></div><div class="footer">
<div class="sel personalized-edition-links"><a href="/news?cf=all&ned=us&edchanged=1&ict=lbe_cn">Go to the U.S. Edition</a></div>
<div class="footer-disclaimer">所有资讯的选择、排序、分类和搜索均由电脑程序自动决定。<div class="r"></div>
显示的时间或日期反映了资讯添加到 Google 资讯的时间或在 Google 资讯中更新的时间。
</div>
<div class="bottom-search"><form class="search-form" action="/news/search?pz=1&cf=all&ned=cn&hl=zh-CN" method="get"><div class="clearhack search-box-form goog-inline-block"><input type="hidden" name="pz" value="1"> <input type="hidden" name="cf" value="all"> <input type="hidden" name="ned" value="cn"> <input type="hidden" name="hl" value="zh-CN"><input class="searchField" type="text" size="40" maxlength="2048" name="q" value="" title="搜索资讯"><div class="ds1 goog-inline-block"><div class="lsbb1 goog-inline-block"><input type="submit" value="搜索资讯" class="lsb1"></div></div><div class="ds1 search-the-web goog-inline-block"><div class="lsbb1 goog-inline-block"><input type="submit" value="搜索所有网页" class="lsb1" name="btnmeta=search=search"></div></div></div></form></div>
<div class="bottom"><div class="links"><a href="http://news.google.com/news?pz=1&cf=all&ned=cn&hl=zh-CN&output=rss"><img class="icon feed-icon" width="15" height="15" alt="" src="http://www.gstatic.com/news/img/cleardot.gif">RSS</a> - <a href="http://www.google.com/support/news/bin/answer.py?answer=40237&topic=8851&hl=zh-CN">其他资讯版本</a> - <a href="http://news.google.com/intl/zh-CN_cn/about_google_news.html">关于 Google 资讯</a> - <a href="http://www.google.com/support/news/bin/answer.py?answer=59255&hl=zh-CN">关于供稿</a> - <a href="http://www.google.com/support/news_pub/bin/static.py?page=contact_policy.cs&hl=zh-CN">帮助</a> - <a href="http://news.google.com/intl/zh-CN_cn/terms_google_news.html">使用条款</a></div>
<span class="copyright">©2010 Google</span>
<span class="links"> - <a href="http://www.google.com/webhp?hl=zh-CN">Google 首页</a> - <a href="http://www.google.com/intl/zh-CN_cn/ads/">加入营销计划</a> - <a href="http://www.google.com/intl/zh-CN/privacy.html">隐私权</a> - <a href="http://news.google.com/intl/zh-CN_cn/about.html">Google 大全</a></span></div>
<div class="r"></div></div></div>
<form action="" name="hidden-params-form" id="hidden-params-form"><input type="hidden" name="p-ned" id="p-ned" value="cn"> <input type="hidden" name="p-rt" id="p-rt" value="HOMEPAGE"> <input type="hidden" name="p-vm" id="p-vm" value="STANDARD"> <input type="hidden" name="p-hl" id="p-hl" value="zh-CN"> <input type="hidden" name="p-ei" id="p-ei" value="hQZaTKmuCJrykwSxj9nhAw"> <input type="hidden" name="p-q" id="p-q" value=""> <input type="hidden" name="p-pz" id="p-pz" value="1"> <input type="hidden" name="p-canCustomize" id="p-canCustomize" value="true"> <input type="hidden" name="p-loginUrl" id="p-loginUrl" value="http://www.google.com/accounts/Login?hl=zh-CN&skipvpage=true&sendvemail=false&continue=http://news.google.com/news?hl%3Dzh-CN%26tab%3Dwn%26pz%3D1%26cf%3Dall%26ned%3Dcn%26q"> </form>
<form action="/news/xhr/personalize" method="POST" name="hidden_personalize_form" id="hidden-personalize-form"><input type="hidden" name="security_token" value="AFQjCNGq3P4_XIn3rbrIbbYzV6jpuQe-3A:1280968325143"> </form>
<form action="/news/xhr/star" method="POST" name="hidden_star_form" id="hidden-star-form"><input type="hidden" name="security_token" value="AFQjCNFHIioNxZbNhQYAcyROcOd8MKBlKg:1280968325143"></form>
<script type="text/javascript">function setupJsFlags() { NEWS_flags = {}; NEWS_flag_xhrPathPrefix = 0; NEWS_flags[NEWS_flag_xhrPathPrefix] = "/news/xhr"; NEWS_flag_useJsImageFetchTracking = 1; NEWS_flags[NEWS_flag_useJsImageFetchTracking] = false; NEWS_flag_enableEmail = 2; NEWS_flags[NEWS_flag_enableEmail] = false; NEWS_flag_experiments = 3; NEWS_flags[NEWS_flag_experiments] = ""; NEWS_flag_pingCSI = 4; NEWS_flags[NEWS_flag_pingCSI] = true; NEWS_flag_prefetchCityList = 5; NEWS_flags[NEWS_flag_prefetchCityList] = false; NEWS_flag_maxCreatePageTitleLength = 7; NEWS_flags[NEWS_flag_maxCreatePageTitleLength] = 25; NEWS_flag_enableStarring = 8; NEWS_flags[NEWS_flag_enableStarring] = false; NEWS_flag_enable_create_page_suggestions = 9; NEWS_flags[NEWS_flag_enable_create_page_suggestions] = false; NEWS_flag_enable_js_debug = 10; NEWS_flags[NEWS_flag_enable_js_debug] = false; NEWS_flag_enableSourcePreferences = 11; NEWS_flags[NEWS_flag_enableSourcePreferences] = false; NEWS_flag_deprecateQueryBasedSections = 12; NEWS_flags[NEWS_flag_deprecateQueryBasedSections] = false; } function NEWS_logError(e, extraMessage) { var url = "/news/xhr/log_error?ned=" + "cn" + "&error=" + encodeURIComponent(e.name + ": " + e.message) + "&userAgent=" + encodeURIComponent(navigator.userAgent) + "&url=" + encodeURIComponent(window.location) + "&experiments=" + encodeURIComponent("") + "&stack=" + encodeURIComponent(e.stack) + "&errorLocation=" + encodeURIComponent(extraMessage); new Image().src = url; } function grabJsBundle(jsUrl) { var scriptEl = document.createElement("script"); scriptEl.src = jsUrl; scriptEl.onerror = function() { if (window['NEWS_beforeOnloadFired']) { return; } NEWS_logError(new Error("Deferred JS error"), "Error in download of deferred JS: " + jsUrl); }; var head = document.getElementsByTagName('head')[0]; head.appendChild(scriptEl); }</script>
<script type="text/javascript">
setupJsFlags();
</script>
<script type="text/javascript">
try {
window["jstiming"]["load"].tick("bol");
} catch (e) {
NEWS_logError(e, "csi:bol");
}
</script></body></html>
|