<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <title>中国日报网-传播中国，影响世界</title>
    <meta content="中国日报网,中国日报,国内新闻,国际快讯,评论,财经,体育,军事,图片,文化娱乐,时尚生活,视频" name="keywords" />
    <meta content="中国日报网是中国最优质的新闻发布平台,热点实时新闻发布,提供国内新闻,国际快讯,评论,财经,体育,军事,图片,文化娱乐,时尚生活,视频及互动等综合新闻资讯!" name="description" />
    <link rel="canonical" href="https://cn.chinadaily.com.cn" />
    <link rel="stylesheet" href="//img3.chinadaily.com.cn/static/2022cn_index/css/swiper.min.css" />
    <link rel="stylesheet" href="//img3.chinadaily.com.cn/static/2022cn_index/css/swiper-bundle.min.css" />
    <link rel="stylesheet" charset="utf-8" href="//img3.chinadaily.com.cn/static/2022cn_index/css/publicstyle.css?ver=2" />
    <!--头部和尾部右侧二维码-->
    <link rel="stylesheet" charset="utf-8" href="//img3.chinadaily.com.cn/static/2022cn_index/css/instyle.css?ver=5" />
    <!--首页单独css-->

    <link rel="stylesheet" href="//img3.chinadaily.com.cn/static/2022cn_index/css/public.css" />
    <link rel="stylesheet" href="//img3.chinadaily.com.cn/static/2022cn_index/css/main.css?ver=40" />
    <link rel="stylesheet" charset="utf-8" href="//img3.chinadaily.com.cn/static/2022cn_index/css/mobiletop.css?ver=5" />

    <script type="text/javascript" charset="utf-8" rel="stylesheet" xml:space="preserve" src="//img3.chinadaily.com.cn/static/common/js/jquery.min.js"></script>
    <script xml:space="preserve" src="//img3.chinadaily.com.cn/static/2022cn_index/js/swiper.min.js"></script>
    <script xml:space="preserve" src="//img3.chinadaily.com.cn/static/2022cn_index/js/swiper-bundle.min.js"></script>
    <!-- <script src="js/main.js"></script> -->
    <script type="text/javascript" charset="utf-8" rel="stylesheet" xml:space="preserve" src="//img3.chinadaily.com.cn/static/2022cn_index/js/ewm2.js"></script>
    <!--返回顶部-->
    <!--天润统计代码 Start-->
    <META name="filetype" content="1" />
    <META name="publishedtype" content="1" />
    <META name="pagetype" content="2" />
    <meta name="catalogs" content="cn" />
    <!--天润统计代码 End-->

  </head>

  <body>
    <div class="pc">
      <!--ad A1 广告-中文首页 6080eb05a3101e7ce974b2c5-->
      <div class="TopAD_Banner Cen1200">
        <!-- AdSame ShowCode: 中国日报中文网首页顶部通栏A1广告位 -->
        <script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/22.js" xml:space="preserve"> </script>
        <!-- AdSame ShowCode: 中国日报中文网首页顶部通栏A1广告位 -->
      </div>
      <!-- Top_Banner -->
      <div class="Top_Banner Cen1200">
        <div class="Top_Banner_logo">
          <a href="https://cn.chinadaily.com.cn" target="_top" shape="rect"><img src="https://cn.chinadaily.com.cn/image/2025/logo_cntop.png" /></a>
        </div>
        <div class="Top_Banner_Search">
          <div class="search radius6">
            <form name="searchform" method="post" action="" id="searchform" enctype="application/x-www-form-urlencoded">
              <input name="ecmsfrom" type="hidden" value="9" />
              <input type="hidden" name="show" value="title,newstext" />
              <div class="select_box">
                <div class="select_showbox" style="cursor:pointer;"></div>
                <ul class="select_option">
                  <li class="option-item" data-value="1">站内搜索</li>
                  <li class="option-item" data-value="2">搜狗搜索</li>
                  <li class="option-item" data-value="0">中国搜索</li>
                </ul>
              </div>
              <input class="inp_srh" type="text" id="searchtxt" value="" onfocus="clearword(this)" />
              <img id="searchimg" style="width:30px;height:30px;" src="//img3.chinadaily.com.cn/static/2022cn_index/img/j-q.jpg" />
            </form>
            <script xml:space="preserve">
              //<![CDATA[
              var selectBox = document.getElementsByClassName('select_box')[0];
              var selectShowBox = document.getElementsByClassName('select_showbox');
              var selectOption = document.getElementsByClassName('select_option')[0];
              var optionItem = document.getElementsByClassName('option-item');
              /*var optionNum = 1 ;	*/
              /*默认是第一个选项*/
              selectShowBox[0].innerHTML = optionItem[0].innerHTML;
              /*点击后出现下拉框*/ 
              selectBox.addEventListener('click', function () {
                selectOption.style.display = 'block';
                selectShowBox[0].style.background = 'url("https://cn.chinadaily.com.cn/image/2015/j-x.jpg") no-repeat right center';
              }, true);
              /*点击选项后出现在下拉框*/
              var len = optionItem.length;
              for (var i = 0; i < len; i++) {
                optionItem[i].index = i;
                optionItem[i].addEventListener('click', function () {
                  selectShowBox[0].innerHTML = optionItem[this.index].innerHTML;
                  selectOption.style.display = 'none';
                  selectShowBox[0].style.background = 'url("https://cn.chinadaily.com.cn/image/2015/j-s.jpg") no-repeat right center';
                  /*  optionNum = optionItem[this.index].getAttribute('data-value');	*/
                }, true);
              }
              /*点击其他地方时，select会收起来*/
              document.body.addEventListener('click', function () {
                selectOption.style.display = 'none';
                selectShowBox[0].style.background = 'url("https://cn.chinadaily.com.cn/image/2015/j-s.jpg") no-repeat right center';
              }.true);
              var oSearchForm = document.getElementById('searchform');
              var oSearchImg = document.getElementById('searchimg');
              var oSearchTxt = document.getElementById('searchtxt');
              var reg = /^\s*$/g;
              document.onkeydown = keyevent;
              oSearchImg.onclick = In_search;
              function clearword(obj) {
                obj.value = '';
              }
              function keyevent(ev) {
                var oEv = ev || window.event;
                if (oEv.keyCode == 13) {
                  In_search();
                }
                else { }
              }
              function In_search() {
                if (!reg.test(oSearchTxt.value)) {
                  if(selectShowBox[0].innerHTML == '中国搜索'){
                    oSearchForm.action = 'http://www.chinaso.com/search/pagesearch.htm?q='+oSearchTxt.value;
                    oSearchForm.target = '_blank';
                    oSearchForm.submit();
                  }
                  else if(selectShowBox[0].innerHTML == '站内搜索'){
                    oSearchForm.action = '//newssearch.chinadaily.com.cn/cn/search?query='+oSearchTxt.value;
                    oSearchForm.target = '_blank';
                    oSearchForm.submit();
                  }
                  else if(selectShowBox[0].innerHTML == '搜狗搜索'){
                    oSearchForm.action = 'https://www.sogou.com/web?query=' + oSearchTxt.value + '&amp;insite=chinadaily.com.cn&amp;pid=sogou-wsse-04f19115dfa286fb';
                    oSearchForm.target = '_blank';
                    oSearchForm.submit();
                  }
                }
                else {
                  alert('请输入搜索内容');
                }
              }
              //]]>
            </script>
          </div>
        </div>
        <div class="Top_Banner_Links">
          <!-- <a href="javascript:void(0)" onclick="aria.start()"><em></em></a>	-->
          <span><a href="https://www.chinadaily.com.cn/e/subscribe" target="_blank" shape="rect">订阅</a></span>
          <span><a href="https://www.chinadaily.com.cn/e/static_e/newmedia" target="_blank" shape="rect">移动</a></span>
          <span><a href="https://www.chinadaily.com.cn/" target="_blank" shape="rect">English</a></span>
        </div>
      </div>
      <!-- Top_Menu_Box -->
      <div class="Top_Menu_Box">
        <div class="Top_Menu_Div Cen1200">
          <ul>
            <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn">首页</a></li>
            <li>
              <a target="_blank" shape="rect" href="//china.chinadaily.com.cn">时评</a>
              <em></em>
              <div class="Top_MenuLevel_Div" id="Top_MenuLevel1">
                <div class="Top_MenuLevel_Item">
                  <a target="_blank" shape="rect" href="//china.chinadaily.com.cn/5bd5639ca3101a87ca8ff636">时政要闻</a>
                  </div>
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//china.chinadaily.com.cn/5bd5639ca3101a87ca8ff634">评论频道</a>
                  </div>
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//china.chinadaily.com.cn/theory">理论频道</a>
                  </div>
                <div class="Top_MenuLevel_Item">
                  <a target="_blank" shape="rect" href="//china.chinadaily.com.cn/xuexi">学习时代</a>
                  </div>
                <div class="Top_MenuLevel_Item">
                  <a target="_blank" shape="rect" href="//tw.chinadaily.com.cn">两岸频道</a>
                  </div>
              </div>
            </li>
            <li>
              <a target="_blank" shape="rect" href="//world.chinadaily.com.cn">资讯</a>
              <em></em>
              <div class="Top_MenuLevel_Div" id="Top_MenuLevel2">
                <div class="Top_MenuLevel_Item">  
                  <a target="_blank" shape="rect" href="//world.chinadaily.com.cn/5bd55927a3101a87ca8ff618">独家</a>
                  </div>
                <div class="Top_MenuLevel_Item">
                  <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54dd6a3101a87ca8ff5f8/5bd54e59a3101a87ca8ff606">中国日报专稿</a>
                  </div>
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd549f1a3101a87ca8ff5e0">传媒动态</a>
                   </div>
                 <div class="Top_MenuLevel_Item"><a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/Word" target="_blank" shape="rect">每日一词</a></div>
                  <div class="Top_MenuLevel_Item">
                  <a href="https://fygg.chinadaily.com.cn/" target="_blank" shape="rect">法院公告</a>
                  </div>
              </div>
            </li>
            <li>
              <a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn">C财经</a>
              <em></em>
              <div class="Top_MenuLevel_Div" id="Top_MenuLevel3">
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/stock">证券</a>
                  </div>
                <div class="Top_MenuLevel_Item">  
                  <a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/5b7620c4a310030f813cf452">独家</a>
                  </div>
                <div class="Top_MenuLevel_Item">  
                  <a target="_blank" shape="rect" href="//tech.chinadaily.com.cn">科技</a>
                  </div>
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//qiye.chinadaily.com.cn">产业</a>
                  </div>
              </div>
            </li>
          
            <li><a href="//kan.chinadaily.com.cn/" target="_blank" shape="rect">视频</a> </li>
            <li><a href="http://column.chinadaily.com.cn/" target="_blank" shape="rect">专栏</a>
            </li>
           <!-- <li><a href="//language.chinadaily.com.cn/" target="_blank">双语</a><em></em>
              <div class="Top_MenuLevel_Div" id="Top_MenuLevel6">
                <div class="Top_MenuLevel_Item"><a href="https://language.chinadaily.com.cn/news_bilingual/sycx" target="_blank">双语财讯</a></div>
                <div class="Top_MenuLevel_Item"><a href="https://language.chinadaily.com.cn/news_hotwords/word_of_the_day" target="_blank">每日一词</a></div>
                <div class="Top_MenuLevel_Item"><a href="https://language.chinadaily.com.cn/news_bilingual/" target="_blank">双语新闻</a></div>
               <div class="Top_MenuLevel_Item"><a href="https://language.chinadaily.com.cn/news_hotwords/" target="_blank">新闻热词</a></div>
<div class="Top_MenuLevel_Item"><a href="https://language.chinadaily.com.cn/trans_collect" target="_blank">译词课堂</a></div>
              </div>
            </li>	-->
            <li><a href="http://cartoon.chinadaily.com.cn/" target="_blank" shape="rect">漫画</a></li>
            <li>
              <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/gtx">观天下</a>
              <em></em>
              <div class="Top_MenuLevel_Div" id="Top_MenuLevel7">
                <div class="Top_MenuLevel_Item"><a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/ChinaWatch" target="_blank" shape="rect">中国观察</a></div>
                <div class="Top_MenuLevel_Item"><a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/wangping" target="_blank" shape="rect">中国日报网评</a></div>
                <div class="Top_MenuLevel_Item"><a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/Teahouse" target="_blank" shape="rect">中国那些事儿</a></div>
                <div class="Top_MenuLevel_Item"><a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/Overseas" target="_blank" shape="rect">海外手记</a></div>
                <div class="Top_MenuLevel_Item"><a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/qyq" target="_blank" shape="rect">侨一瞧</a></div>
              </div>
            </li>
            <li>
            
              <a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn">地方</a>
              
            </li>
              <li>
              <a href="https://wenchuang.chinadaily.com.cn/" target="_blank" shape="rect">文创</a>
       <em></em>
              <div class="Top_MenuLevel_Div" id="Top_MenuLevel4">
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/wenlv">文旅</a>
                  </div>
                <div class="Top_MenuLevel_Item"> 
                  <a target="_blank" shape="rect" href="//fashion.chinadaily.com.cn">生活</a>
                  </div>
                <div class="Top_MenuLevel_Item">
                  <a target="_blank" shape="rect" href="//world.chinadaily.com.cn/Chinadata">中国有约</a>
                  </div>
              </div>
            </li>
          </ul>
        </div>
      </div>

      <!-- Home_content -->
      <div class="Home_content_Div Cen1200">
        <div class="Home_content_Left_Title_Div">
          <!-- 中文首页-时政要闻-头条 5bd54e0aa3101a87ca8ff5fe -->
          
            
              <h1><a target="_blank" class="thbt" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26450a310c4deea5eb34a.html">壹视界·微视频｜中秋佳节，总书记的“家常话”格外暖心</a></h1>
            
          
          
            <h2>
              
              
              
                <span>&nbsp;<a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26459a310c4deea5eb34b.html">习近平与中国第一所现代大学的故事</a>&nbsp;</span>
              
              
                <span>&nbsp;<a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e213aaa310c4deea5eb30f.html">时政微视频丨爱国情，在血脉中流淌</a>&nbsp;</span>
              
              
                <span>&nbsp;<a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e213b3a310c4deea5eb310.html">这条“绿围脖”，习近平牵挂在心</a>&nbsp;</span>
              
              
                <span>&nbsp;<a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e213eea310c4deea5eb311.html">看图学习·追光的你｜心之所系、情之所归 总书记这样阐释爱国情怀</a>&nbsp;</span>
              
              
                <span>&nbsp;<a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1c6bea310c4deea5eb2db.html">学习进行时｜长成中华民族的参天大树</a>&nbsp;</span>
              
            </h2>
          
        </div>
        <div class="Home_content_Core_Div">
          <!--	中文首页-时政要闻-头条小图 5bd54e0aa3101a87ca8ff5fc-->
          
            
              <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202506/04/WS5bdab06ba3101a87ca906ef4.html"><img src="//img3.chinadaily.com.cn/images/202306/25/6497f79ea310ba946e350571.jpg" /></a>
            
          
        </div>
      </div>
      <div class="Home_content_Div Cen1200" style="margin-top:10px;">
        <!-- Home_content_Left -->
        <div class="Home_content_Left">
          <!--中文首页-当日要闻-头图 5bd54bdea3101a87ca8ff5f4-->
          <div class="Home_content_Left_Swiper">
            <div class="swiper-wrapper">
              
                
                  <div class="swiper-slide">
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2256aa310c4deea5eb32c.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e22ae1a310c4de005755f5.jpeg" /></a></p>
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2256aa310c4deea5eb32c.html">幸会中国｜坚持把美丽中国建设转化为全民行动，守护高原明珠！</a></h1>
                  </div>
                
                
                  <div class="swiper-slide">
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1f782a310c4deea5eb2ee.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1f782a310c4de005754ef.jpeg" /></a></p>
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1f782a310c4deea5eb2ee.html">中秋特辑·玉兔的月光快递</a></h1>
                  </div>
                
                
                  <div class="swiper-slide">
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1fc3ba310c4deea5eb2f1.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1fc3ba310c4de0057550f.jpeg" /></a></p>
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1fc3ba310c4deea5eb2f1.html">节日里的活力中国⑤丨魅力乡村，等你打卡</a></h1>
                  </div>
                
                
                  <div class="swiper-slide">
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23d3fa310c4deea5eb33c.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e23d3fa310c4de0057565b.jpeg" /></a></p>
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23d3fa310c4deea5eb33c.html">河北唐山河头老街人气爆棚</a></h1>
                  </div>
                
                
                  <div class="swiper-slide">
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e22190a310c4deea5eb324.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e22190a310c4de005755c5.png" /></a></p>
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e22190a310c4deea5eb324.html">叮！您有一份来自中秋的浪漫待查收</a></h1>
                  </div>
                
              
            </div>
            <div class="Home_content_pagination swiper-pagination"></div>
          </div>
          <!--左边列表-->
          <!--中文首页-当日要闻-要闻5bd54bdea3101a87ca8ff5f0-->
          <div class="Home_content_Block1">
            
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e21f58a310c4deea5eb321.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e21f58a310c4de005755b8.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e21f58a310c4deea5eb321.html">文化中国行 | 诗画里的中秋</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e21f58a310c4deea5eb321.html">海上生明月，天涯共此时。中秋佳节，月圆人团圆。古人以诗传情，以画达意。让我们在诗画的世界里，感受独属于中秋的浪漫。</a></h2>
                    </div>
                    <div style="display:none;">5bd54e59a3101a87ca8ff606</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54dd6a3101a87ca8ff5f8/5bd54e59a3101a87ca8ff606">中国日报专稿</a>
                      </span>
                  </div>
                </div>
              
            
            
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30019a310c4deea5eb35f.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/06/68e30019a310c4de00575751.png" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30019a310c4deea5eb35f.html">以方扣押“全球坚韧船队”后 多国船员被驱逐遣返</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30019a310c4deea5eb35f.html">当地时间10月5日，欧洲多国通报，其公民因搭乘“全球坚韧船队”船只遭以色列扣押后，已被驱逐遣返或即将离开以色列。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30000a310c4deea5eb35e.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/06/68e30000a310c4de0057574e.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30000a310c4deea5eb35e.html">法国公布新一届政府首批成员名单</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30000a310c4deea5eb35e.html">法国总统府5日晚公布新一届政府首批成员名单，多个关键岗位的部长留任，国防部长、经济与财政部长等职位换人。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
            
          </div>
          <!--中文首页 专题推荐	5bd54ba2a3101a87ca8ff5ec-->
          <div class="Home_content_Special_Div">
            <div class="Home_content_Special_Title">
              
                <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ec">专题 · 推荐</a>
              
            </div>
            <div class="Home_content_Special_Swiper swiper-container">
              <div class="swiper-wrapper">
                
                  
                    <div class="swiper-slide">
                      <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/03/WS68df1b27a310c4deea5eb18a.html"><img style="width:241px;height:137px;" src="//img3.chinadaily.com.cn/images/202510/03/68df1b27a310c4de00574e11.jpeg" /></a></p>
                    </div>
                  
                  
                    <div class="swiper-slide">
                      <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/16/WS68c8d45da310f072577489eb.html"><img style="width:241px;height:137px;" src="//img3.chinadaily.com.cn/images/202509/16/68c8d45da310f0729b5aca3a.jpeg" /></a></p>
                    </div>
                  
                  
                    <div class="swiper-slide">
                      <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/08/WS68be3045a310f072577472d0.html"><img style="width:241px;height:137px;" src="//img3.chinadaily.com.cn/images/202509/08/68be3045a310f0729b5a7e3a.jpeg" /></a></p>
                    </div>
                  
                  
                    <div class="swiper-slide">
                      <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202508/29/WS686c7d3fa3106af2b3c72e60.html"><img style="width:241px;height:137px;" src="//img3.chinadaily.com.cn/images/202507/08/686c7e76a3106af255ac19c5.jpeg" /></a></p>
                    </div>
                  
                  
                    <div class="swiper-slide">
                      <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202508/28/WS68999c2da3106267200420d0.html"><img style="width:241px;height:137px;" src="//img3.chinadaily.com.cn/images/202508/11/68999c2da3106267d5b7228c.jpeg" /></a></p>
                    </div>
                  
                  
                    <div class="swiper-slide">
                      <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202508/27/WS68ae9698a310f07257745248.html"><img style="width:241px;height:137px;" src="//img3.chinadaily.com.cn/images/202508/28/68afc52aa310f0729b5a1a92.jpeg" /></a></p>
                    </div>
                  
                
              </div>
            </div>
            <div class="Home_content_Special_BTPrev"></div>
            <div class="Home_content_Special_BTNext"></div>
          </div>
          <div class="Home_content_Block1">
            
              
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2ffffa310c4deea5eb35d.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/06/68e2ffffa310c4de0057574b.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2ffffa310c4deea5eb35d.html">印尼学校建筑物倒塌事故遇难人数升至53人</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2ffffa310c4deea5eb35d.html">10月5日晚，印尼国家搜救局现场指挥官弗里泽表示，联合搜救队在当天共发现了27具遇难者遗体，截至目前，事故造成的遇难人数已升至53人。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27218a310c4deea5eb359.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e27218a310c4de0057571f.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27218a310c4deea5eb359.html">星空有约丨准备观赏！今年中秋满月是一轮“超级月亮”</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27218a310c4deea5eb359.html">俗话说“十五的月亮十六圆”，今年中秋的月亮印证了这句话，月亮最圆时刻发生在10月7日11时48分。天文科普专家表示，喜欢赏月的朋友可于6日晚和7日晚欣赏这轮大圆月亮。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27114a310c4deea5eb358.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e27114a310c4de0057571c.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27114a310c4deea5eb358.html">金正恩要求提升军力应对安全威胁</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27114a310c4deea5eb358.html">据朝中社5日报道，朝鲜劳动党总书记、国务委员长金正恩4日在平壤举办的“国防发展—2025”武器装备展开幕式上表示，朝方要不断提升军事能力以应对国家安全威胁。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2724ba310c4deea5eb35a.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e2724ba310c4de00575722.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2724ba310c4deea5eb35a.html">尼泊尔持续降雨已致43人死亡</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2724ba310c4deea5eb35a.html">尼泊尔政府5日说，尼持续降雨引发山体滑坡等灾害，过去24小时已造成43人丧生、5人失踪。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
            <!--广告-中文首页-B(608*100)区块 6080eb05a3101e7ce974b2c5  B1-->
            <!--            <cms:storylist th:attr="channelId=|${site.dirname}|,type='block',columnId='6080eb05a3101e7ce974b2c5',blocktag='102',count='1'">
<th:block th:each="story,iterStat:${storyList}" th:if="${iterStat.count == 1}">
<div class="Home_content_AD">
<th:block th:if="${story.storyType == 'HREF'}"><a th:href="${story.prUrl}" target="_blank"><img th:unless="${#lists.isEmpty(story.thumbnails)}" th:src="${story.thumbnails[0].prUrl}" /></a></th:block>
<th:block th:if="${story.storyType != 'HREF'}"><img th:unless="${#lists.isEmpty(story.thumbnails)}" th:src="${story.thumbnails[0].prUrl}" /></th:block>
</div>
</th:block>
</cms:storylist>	-->
            <div class="Home_content_AD">
              <!-- AdSame ShowCode: 中文网首页B1广告位  start-->
              <script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/18.js" xml:space="preserve"> </script>
              <!-- AdSame ShowCode: 中文网首页B1广告位  end-->
            </div>
            <!--文字广告6条 广告-中文首页 6080eb05a3101e7ce974b2c5 -->
            <div class="left-huikuang">
              <div class="kua-left">
               <p>
                 <!-- AdSame ShowCode: 中文网首页文字链广告1 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/38.js" xml:space="preserve"> </script>

                </p>
                 <p>
                 <!-- AdSame ShowCode: 中文网首页文字链广告2 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/39.js" xml:space="preserve"> </script>

                </p>
                 <p>
                 <!-- AdSame ShowCode: 中文网首页文字链广告3 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/40.js" xml:space="preserve"> </script>

                </p>
                 <p>
                 <!-- AdSame ShowCode: 中文网首页文字链广告4 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/41.js" xml:space="preserve"> </script>

                </p>
              </div>
              <div class="kua-right">
                <p>
                  <!-- AdSame ShowCode: 中文网首页文字链广告5 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/42.js" xml:space="preserve"> </script>

                </p>
                <p>
                  <!-- AdSame ShowCode: 中文网首页文字链广告6 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/43.js" xml:space="preserve"> </script>

                </p>
                <p>
                  <!-- AdSame ShowCode: 中文网首页文字链广告7 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/44.js" xml:space="preserve"> </script>

                </p>
                <p>
                  <!-- AdSame ShowCode: 中文网首页文字链广告8 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/45.js" xml:space="preserve"> </script>

                </p>
              </div>
            </div>
            <!-- 广告完 -->
            
              
              
              
              
              
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26dc2a310c4deea5eb357.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e26dc2a310c4de00575719.png" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26dc2a310c4deea5eb357.html">国家发改委紧急安排2亿元支持粤、琼灾后应急恢复</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26dc2a310c4deea5eb357.html">重点用于灾区受损道路桥梁、水利堤防、学校医院等基础设施和公共服务设施灾后应急恢复建设，推动尽快恢复正常生产生活秩序。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26a13a310c4deea5eb34d.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e26a13a310c4de0057570e.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26a13a310c4deea5eb34d.html">八部门印发方案 供需两端发力推动汽车行业稳增长</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26a13a310c4deea5eb34d.html">工业和信息化部等八部门近日联合印发《汽车行业稳增长工作方案（2025—2026年）》。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2333aa310c4deea5eb336.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e2333aa310c4de0057560d.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2333aa310c4deea5eb336.html">进博会倒计时30天！东方进博之约，世界共享机遇</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2333aa310c4deea5eb336.html">还有30天，第八届中国国际进口博览会将在上海再度开启“东方之约”。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23242a310c4deea5eb335.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e23242a310c4de0057560a.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23242a310c4deea5eb335.html">我国将多措并举支持企业深度参与“人工智能+”行动</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23242a310c4deea5eb335.html">民营企业是推动人工智能发展的重要力量。记者从国家发展改革委获悉，国家发展改革委将会同有关部门，多措并举支持包括民营企业在内的各类企业深度参与“人工智能+”行动。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
            
            <div class="Home_content_AD">
   <!-- AdSame ShowCode: 中文网首页B2广告位 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/54.js" xml:space="preserve"> </script>
 <!-- AdSame ShowCode: 中文网首页B2广告位 -->
            </div>
            
              
              
              
              
              
              
              
              
              
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e228f1a310c4deea5eb330.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e228f1a310c4de005755dd.png" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e228f1a310c4deea5eb330.html">国台办主任说两岸同胞都是中国人是一家人</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e228f1a310c4deea5eb330.html">10月4日，中共中央台办、国务院台办主任宋涛在福建福州与两岸同胞共迎中秋。</a></h2>
                    </div>
                    <div style="display:none;">5bd54e59a3101a87ca8ff606</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54dd6a3101a87ca8ff5f8/5bd54e59a3101a87ca8ff606">中国日报专稿</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e221baa310c4deea5eb326.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e221baa310c4de005755cd.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e221baa310c4deea5eb326.html">嫦娥奔月：原来是最早的“登月计划”？</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e221baa310c4deea5eb326.html">英雄后羿射下九日，却因一颗“不死神丹”，与爱人嫦娥天地相隔……这场美丽的意外，成了最浪漫的传说。点击看完整版“奔月”故事，了解刻在我们DNA里的月亮情结！</a></h2>
                    </div>
                    <div style="display:none;">5bd54e59a3101a87ca8ff606</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54dd6a3101a87ca8ff5f8/5bd54e59a3101a87ca8ff606">中国日报专稿</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b17a310c4deea5eb31e.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e21b17a310c4de005755b1.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b17a310c4deea5eb31e.html">多家银行发布公告 提高动账短信提醒服务门槛</a></h1>
                      <h2><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b17a310c4deea5eb31e.html">银行此次调整动账金额提醒，其目的并非单纯增收，更重要的是要实现成本控制与客户体验之间的平衡，进而推动数字化服务转型，同时引导客户更多地使用手机银行、微信银行等线上渠道。</a></h2>
                    </div>
                    <div style="display:none;">5b7620d3a310030f813cf453</div>
                    <span>
                      <a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/5b7620d3a310030f813cf453">财经头条</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b16a310c4deea5eb31c.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e21b16a310c4de005755ab.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b16a310c4deea5eb31c.html">“取消境外个人境内限购房令”系误读</a></h1>
                      <h2><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b16a310c4deea5eb31c.html">国家外汇管理局副局长、新闻发言人李斌强调，此次境外个人境内购房结汇支付便利化调整，仅针对银行办理资金结汇支付的审核程序进行优化，并未改变现行境外个人境内购房政策。</a></h2>
                    </div>
                    <div style="display:none;">5b7620d3a310030f813cf453</div>
                    <span>
                      <a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/5b7620d3a310030f813cf453">财经头条</a>
                      </span>
                  </div>
                </div>
              
            <div class="Home_content_AD">
        <!-- AdSame ShowCode: 中文网首页B3广告位 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/55.js" xml:space="preserve"> </script>
   <!-- AdSame ShowCode: 中文网首页B3广告位 -->
               </div>
            
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ffaaa310c4deea5eb2f6.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e1ffaaa310c4de00575517.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ffaaa310c4deea5eb2f6.html">美国政府“停摆”持续 多重负面影响显现</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ffaaa310c4deea5eb2f6.html">美国国会参议院3日未能通过新的临时拨款法案，民主党和共和党的提案均再度遭到否决，联邦政府“停摆”继续。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ff88a310c4deea5eb2f5.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e1ff88a310c4de00575514.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ff88a310c4deea5eb2f5.html">谈判在即 以总理威胁军事手段解除哈马斯武装</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ff88a310c4deea5eb2f5.html">当地时间10月4日晚，以色列总理内塔尼亚胡发表视频声明，证实以色列将同哈马斯就加沙地带停火第一阶段举行谈判，并威胁称，在第二阶段，以色列可能用军事手段解除哈马斯武装。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e649a310c4deea5eb2e9.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e1e649a310c4de005754dc.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e649a310c4deea5eb2e9.html">一古埃及法老陵墓首次向游客开放</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e649a310c4deea5eb2e9.html">历经多年修复，古埃及法老阿蒙霍特普三世的陵墓当地时间10月4日首次正式向游客开放。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
              
                <div class="Home_content_Item">
                  <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e638a310c4deea5eb2e8.html"> <img width="200" height="130" src="//img3.chinadaily.com.cn/images/202510/05/68e1e638a310c4de005754d9.jpeg" /></a></div>
                  <div class="Home_content_Item_Right">
                    <div class="Home_content_Item_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e638a310c4deea5eb2e8.html">谈判在即 以色列发动近百次袭击 加沙停火面临三重挑战</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e638a310c4deea5eb2e8.html">哈马斯回应美方“20点计划”后，多方积极推进加沙停火谈判。然而以色列内部却在关键时期分歧加重，极右翼称谈判是“严重错误”。</a></h2>
                    </div>
                    <div style="display:none;">5bd54bdea3101a87ca8ff5f0</div>
                    <span>
                      <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">要闻</a>
                      </span>
                  </div>
                </div>
              
            <style xml:space="preserve">
              /*加载更多*/
              .jiazai{
                margin:20px 0px 0px 0px;
                padding:0px;
                text-align:center;
              }
              .jiazai a:link,.jiazai a:visited{
                margin:0px;
                padding:10px 0px;
                font-size:14px; 
                color:#666;
                text-decoration:none;
                background:#F6F6F6;
                display:block;
              }
              .jiazai a:hover{
                background:#0F416B;
                color:#fff;
              }
            </style>
            <div class="jiazai">
              <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5ee/5bd54bdea3101a87ca8ff5f0">更多&gt;&gt;</a>
              </div>
          </div>
        </div>
        <!-- Home_content_Right -->
        <div class="Home_content_Right">

          <div class="Home_content_Focus_List">
            <ul>

              <li class="Home_content_Focus_List_Title">
                <!--中文首页-时政要闻-头条 5bd54e0aa3101a87ca8ff5fe-->
                
                  
                  
                    <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2646aa310c4deea5eb34c.html">追光的你丨火红的日子</a>
                  </li>
              <!--中文首页-时政要闻-权威发布 5bd54e0aa3101a87ca8ff600-->
              
                
              
              <!--中文首页-时政要闻-权威发布 5bd54e0aa3101a87ca8ff600-->
              
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26bdfa310c4deea5eb356.html">人流物流高效运转--假期市场热点见闻④</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26bdea310c4deea5eb355.html">出入境游双向火爆 中国与世界的“假期约会”</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26bd4a310c4deea5eb354.html">惊艳！来看这组美术壁纸上的万千风华</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26b7ba310c4deea5eb353.html">走进钱学森图书馆 感悟科学大师的精神力量</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26b69a310c4deea5eb352.html">全国各地节日氛围浓 多场景尽享文旅“盛宴”</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26b17a310c4deea5eb351.html">不懈努力打造“中国名片”</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e258d5a310c4deea5eb344.html">让开放的阳光温暖世界经济 | 从国际展会看中国机遇</a></li>
                
              
              <!--中文首页-时政要闻-推荐位 	5bd54e0aa3101a87ca8ff5fa-->
              
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202503/26/WS67e3c304a31008317a2aec62.html"><a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd80379a3101a87ca900243/zybxgd" target="_blank">锲而不舍落实中央八项规定精神</a> | <a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd80379a3101a87ca900243/mjlsmhxl" target="_blank">铭记历史缅怀先烈</a></a></li>
                
              
            </ul>
            <p>
              
                <a target="_blank" shape="rect" href="//china.chinadaily.com.cn/5bd5639ca3101a87ca8ff636">更多&gt;</a>
              </p>
          </div>

          <div class="Home_FourType_Div">
            <div class="Home_FourType_Title">
              <ul>
                <li class="Now" id="FourType1">
                  <p>时政</p>
                </li>
                <li id="FourType2">
                  <p>C财经</p>
                </li>
                <li id="FourType3">
                  <p>资讯</p>
                </li>

              </ul>
            </div>
            <div class="Home_FourType_Item_Div">
              <!--中文首页-栏目推荐-时政 	5bd549b9a3101a87ca8ff5d8-->
              <div class="FourType_Item TypeItem1 ShowItem">
                
                  
                    <div class="FourType_Block FourType_Block1"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202206/24/WS5c0a3e95a3101a87ca947cf3.html">核心观</a></div>
                    
                    
                    
                    
                  
                  
                    
                    <div class="FourType_Block FourType_Block2"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202305/04/WS5f113b6fa310a859d09d881d.html">中部崛起</a></div>
                    
                    
                    
                  
                  
                    
                    
                    <div class="FourType_Block FourType_Block1"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202007/17/WS5f113e8da310a859d09d8835.html">中国日报网评</a></div>
                    
                    
                  
                  
                    
                    
                    
                    <div class="FourType_Block FourType_Block2"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202007/17/WS5f113c4aa310a859d09d8820.html">两岸同心</a></div>
                    
                  
                  
                    
                    
                    
                    
                    <div class="FourType_Block FourType_Block3"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202005/16/WS5ebfdd72a310eec9c72b96e8.html">新时代我在中国</a></div>
                  
                
              </div>
              <!--中文首页-栏目推荐-财经 5bd549b9a3101a87ca8ff5dc-->
              <div class="FourType_Item TypeItem2">
                
                  
                    <div class="FourType_Block FourType_Block1"><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202003/21/WS5e755190a3107bb6b57a7ebf.html">图说中国经济</a></div>
                    
                    
                    
                    
                  
                  
                    
                    <div class="FourType_Block FourType_Block2"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202305/04/WS5c0a1e62a3101a87ca947bef.html">证券</a></div>
                    
                    
                    
                  
                  
                    
                    
                    <div class="FourType_Block FourType_Block1"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202305/04/WS5c0a1f39a3101a87ca947bf4.html">独好会昌</a></div>
                    
                    
                  
                  
                    
                    
                    
                    <div class="FourType_Block FourType_Block2"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202108/20/WS611f6bbba3101e7ce975fa8f.html">传媒动态</a></div>
                    
                  
                  
                    
                    
                    
                    
                    <div class="FourType_Block FourType_Block3"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202010/14/WS5f86aff6a3101e7ce97293ed.html">微观中国</a></div>
                  
                
              </div>
              <!--中文首页-栏目推荐-资讯 5bd549b9a3101a87ca8ff5de-->
              <div class="FourType_Item TypeItem3">
                
                  
                    <div class="FourType_Block FourType_Block1"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202007/17/WS5f113d3da310a859d09d882b.html">新时代大讲堂</a></div>
                    
                    
                    
                    
                  
                  
                    
                    <div class="FourType_Block FourType_Block2"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202205/20/WS5be56adca3101a87ca91fe19.html">海外手记</a></div>
                    
                    
                    
                  
                  
                    
                    
                    <div class="FourType_Block FourType_Block1"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202007/17/WS5f1139a0a310a859d09d8819.html">侨一瞧</a></div>
                    
                    
                  
                  
                    
                    
                    
                    <div class="FourType_Block FourType_Block2"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202007/17/WS5f113927a310a859d09d87f4.html">新闻热词</a></div>
                    
                  
                  
                    
                    
                    
                    
                    <div class="FourType_Block FourType_Block3"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202008/06/WS5bebd450a3101a87ca93778c.html">中国那些事儿</a></div>
                  
                
              </div>

            </div>
          </div>
          <div style="margin-top:30px;">
            <!-- AdSame ShowCode: 中文网首页C1广告位 -->
<script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/59.js" xml:space="preserve"> </script>
     <!-- AdSame ShowCode: 中文网首页C1广告位 -->
          </div>
          <!--专栏	5bd5681fa3101a87ca8ff674 中国日报网评 5da42f19a31099ab995e554d-->
          <div class="Home_ZhuanLan_Div">
            <div class="Home_LanMu_Title">
              <a href="javascript:void(0)" shape="rect"><span onclick="javascript:window.open('https://column.chinadaily.com.cn/','_blank')">专栏</span> · <span onclick="javascript:window.open('http://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/wangping','_blank')">网评</span></a>
            </div>
            <div class="Home_ZhuanLan">
              
                
                  <div class="Home_ZhuanLan_Pic">
                    <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db8d73a310c4deea5eacd3.html">
                      <img src="//img3.chinadaily.com.cn/images/202509/30/68db91e3a310c4de005735f5.jpeg" /></a>
                  </div>
                  <div class="Home_ZhuanLan_Text_Div">
                    <div class="Home_ZhuanLan_Text">
                      <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db8d73a310c4deea5eacd3.html">以“人工智能+”凝聚合力 共绘智能向善、全球共赢新蓝图</a></h1>
                      <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db8d73a310c4deea5eacd3.html">人工智能技术以前所未有的速度重塑全球经济格局，人工智能国际合作正在成为全球提升效率、推动转型的重要工具。</a></h2>
                    </div>
                    <p style="display:none;"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db8d73a310c4deea5eacd3.html">更多&gt;</a></p>
                  </div>
                
              


            </div>
          </div>
          <!-- 中国日报网评 5da42f19a31099ab995e554d-->
          <div class="Home_WangPing_Div" style="margin-top:5px;">
            <!--观天下-中国日报-中国日报网评	5da42f19a31099ab995e554d-->
            <div class="Home_RightList">
              
                <ul>
                  
                  
                    <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/25/WS68d51649a310f0725774ab28.html">中国股市为何引外国前总理关注？他点出了关键：韧性</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/18/WS68cb629fa310f0725774910a.html">巴基斯坦学者力赞：全球治理倡议，为全球南方绘就公正新蓝图</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/18/WS68cb5c9fa310f072577490f2.html">全球南方为何青睐全球治理倡议？柬埔寨专家深度解读</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//column.chinadaily.com.cn/a/202509/18/WS68cb5290a310f072577490eb.html">石睿鹏：桂林文化抗战 用文化力量捍卫家园</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/15/WS68c7a7f8a310f072577486d4.html">中国日报网评 | 中美马德里经贸会谈需要一个“诚”字</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/13/WS68c4d653a310f072577483a5.html">聚焦全球治理！斯里兰卡专家：这一倡议喊出“全球南方”心声</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/12/WS68c37474a310f07257748025.html">正确认知中国战略意图是美国“必修课”</a></li>
                  
                </ul>

            </div>
          </div>
          <!--右侧广告 E1-->
          <script type="text/javascript" charset="utf-8" rel="stylesheet" src="https://www.chinadaily.com.cn/js/2023/lunbo_ad.js" xml:space="preserve"></script>
          <div style="min-height:700px;">
            <!-- AdSame ShowCode: 中国日报中文网首页擎天柱广告 start -->
            <script type="text/javascript" src="https://ads.chinadaily.com.cn/advertising/api/web/wadStatistic/17.js" xml:space="preserve"> </script>	
            <!-- AdSame ShowCode: 中国日报中文网首页擎天柱广告 end --> 
         
          </div>
          <!--中文首页-中国日报漫画 5bd54ba2a3101a87ca8ff5e8-->
          <div class="Home_ManHua_Div">
            <div class="Home_LanMu_Title">
              
                <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5e8">中国日报漫画</a>
              
            </div>
            <div class="Home_ManHua">
              
                
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db1441a310c4deea5eaa4c.html">人工智能有望推动全球贸易增长</a></h1>
                  <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db1441a310c4deea5eaa4c.html"><img src="//img3.chinadaily.com.cn/images/202509/30/68db1441a310c4de00572c82.jpeg" /></a></p>
                 
              
            </div>
          </div>
          <!--中国那些事 5d639563a31099ab995dbb57-->
          <div class="Home_ChinaInfo_Div">
            <div class="Home_LanMu_Title">
              
                <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/Teahouse">中国那些事儿</a>
              
            </div>
            <div class="Home_ChinaInfo">
              <div class="Home_ManHua">
                
                  
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/03/WS68df977fa310c4deea5eb21e.html">【中国那些事儿】巴基斯坦学者：中国抗战精神铸就民族丰碑，铭记历史践行和平承诺</a></h1>
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/03/WS68df977fa310c4deea5eb21e.html"><img src="//img3.chinadaily.com.cn/images/202510/03/68df977fa310c4de005750eb.jpeg" /></a></p>
                    <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/03/WS68df977fa310c4deea5eb21e.html">巴基斯坦学者马哈茂德·乌尔·哈桑·汗日前在《观察家报》发表评论文章指出，中国人民抗日战争暨世界反法西斯战争胜利80周年纪念活动展现了中国对维护稳定与繁荣的坚定承诺，弘扬了为国家荣誉、爱国主义、主权和领土完整而牺牲奉献、奋勇抗争的精神。</a></h2>
                  
                  
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/29/WS68da0026a310c4deea5ea6cf.html">【中国那些事儿】外媒：世界最大跨度斜拉桥为长江经济带发展提供新引擎</a></h1>
                    <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/29/WS68da0026a310c4deea5ea6cf.html"><img src="//img3.chinadaily.com.cn/images/202509/29/68da0026a310c4de0057229e.jpeg" /></a></p>
                    <h2><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/29/WS68da0026a310c4deea5ea6cf.html">美国《旅行与旅游世界》网站刊文称，这一里程碑建设极大地缩短了两地的通行时间，在方便人们出行的同时，更将进一步激活区域旅游经济，为长三角一体化发展注入新动能。</a></h2>
                  
                
              </div>
            </div>
          </div>

          <!--中文首页-地方新闻联播	5bd549f1a3101a87ca8ff5e2-->
          <div class="Home_Local_Div">
            <div class="Home_LanMu_Title">
              
                <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd549f1a3101a87ca8ff5e2">地方新闻联播</a>
              
            </div>
            <div class="Home_RightList">
              
                <ul>
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/04/WS68e060f3a310c4deea5eb24e.html">跟着非遗游内蒙古，锡林郭勒是远方，更是心灵的故乡</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn/a/202509/24/WS68d388dba310f0725774a56c.html">1-8月全国铁路完成旅客发送量31.96亿人 同比增长6.7%</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn/a/202509/24/WS68d388cba310f0725774a56a.html">从2025“顶孵”大会感受上海科创脉动</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn/a/202509/24/WS68d388caa310f0725774a568.html">湖北武汉：聚力“三大优势转化” 重塑新时代之“重”</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn/a/202509/24/WS68d388caa310f0725774a565.html">新的世界第一高桥将于9月28日正式建成通车</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn/a/202509/18/WS68cbc3d5a310f0725774931d.html">多地将从今秋起试行中小学“春秋假”</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cnews.chinadaily.com.cn/a/202509/18/WS68cbc30ba310f0725774930f.html">第十二届北京香山论坛开幕</a></li>
                  
                </ul>
              
            </div>
          </div>
          <div style="margin-top:10px; "><a href="http://www.12377.cn/node_548446.htm" target="_blank" shape="rect"><img border="0" src="//img3.chinadaily.com.cn/static/2022cn_index/img/ad.jpg" /></a></div>
          <!-- 右侧广告C1 -->
          
            
          
          <!-- 右侧广告D1 -->
          
            
          
          <!--中文首页 中文原创新闻 			5bd54dd6a3101a87ca8ff5f8-->
          <div class="Home_Express_Div">
            <div class="Home_LanMu_Title">
              
                <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54dd6a3101a87ca8ff5f8">新闻速递</a>
              
            </div>
            <div class="Home_RightList">
              
                <ul>
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2cecda310c4deea5eb35c.html">2025加中国际教育高峰论坛在多伦多举行</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e291f0a310c4deea5eb35b.html">德约感谢王一博现场支持</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e25912a310c4deea5eb349.html">沙漠争锋！2025 COC杭锦旗站圆满落幕，陶冶/姜波取胜UTV组/汽车组</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//fj.chinadaily.com.cn/a/202510/05/WS68e25396a310c4deea5eb343.html">千年瓷都焕新文旅地标，为国庆中秋假日添亮色</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//hain.chinadaily.com.cn/a/202510/05/WS68e2527fa310c4deea5eb342.html">这里是通什：一场时光之旅见证五指山文旅创新与未来</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//sh.chinadaily.com.cn/a/202510/05/WS68e2413ea310c4deea5eb341.html">首届长江口水上运动嘉年华启幕 宝山滨江打造水上活力秀场</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//sh.chinadaily.com.cn/a/202510/05/WS68e24075a310c4deea5eb340.html">“World in赵巷”国际传播品牌启幕 多元视角激活城镇魅力</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23d3fa310c4deea5eb33c.html">河北唐山河头老街人气爆棚</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//fj.chinadaily.com.cn/a/202510/05/WS68e23d34a310c4deea5eb33b.html">《老单走福州》第二季 第九期《船政英雄》</a></li>
                  
                  
                    <li><a target="_blank" shape="rect" href="//fj.chinadaily.com.cn/a/202510/05/WS68e23d32a310c4deea5eb33a.html">福建永定：旗卷金风山愈翠 客如潮涌水长清</a></li>
                  
                </ul>
              
            </div>
          </div>
          <!--国传嵌入广告-->

          <iframe src="//regional.chinadaily.com.cn/cn/n_19228.htm" style="width:100%;height:128px;" frameborder="0" scrolling="no"></iframe> 
        </div>
        <div class="clearBoth"></div>
      </div>
      <!--show mobile手机显示pc页面返回mobile部分-->
      <div class="mobileView" id="mobileView">
        <div class="mobileView-language">
          <div class="mobileView-button mvl-english">
            <a href="//www.chinadaily.com.cn" target="_blank" style="color:#5077aa; text-decoration:none;" shape="rect">English</a>
          </div>
          <div class="mobileView-button mvl-chinese">
            <a href="//cn.chinadaily.com.cn" target="_blank" shape="rect">中文</a>
          </div></div>
        <div class="mobileView-button mobileView-phone" onclick="transView()"><img src="//img3.chinadaily.com.cn/static/2022cn_index/img/cn-mo.png" /></div>
      </div>
      <!--show mobile手机显示pc页面返回mobile部分- end -->
      <!--底部 -->
      
      <div class="dibu">
        <div class="foot">
          <div class="foot-left">
            <div class="en-lo"><a href="https://cn.chinadaily.com.cn" target="_blank"><img src="https://cn.chinadaily.com.cn/image/2025/logo_cnbottom.png" style="width:165px;" /></a></div>

            <div class="foot-lian"><span><a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5f59c820a31009ff9fddf6bc/5f59c843a31009ff9fddf6bf/" target="_blank">关于我们</a></span> 

              <span>|</span> 

              <span><a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5f59c820a31009ff9fddf6bc/5f59c843a31009ff9fddf6c2/" target="_blank">联系我们</a></span></div>
          </div>
          <div class="foot-right">
            <div class="foot-one">
              <ul>
                <li><a href="https://cn.chinadaily.com.cn/" target="_blank">首页</a></li>

                <li><a href="https://china.chinadaily.com.cn/" target="_blank">时评</a></li>

                <li><a href="https://world.chinadaily.com.cn/" target="_blank">资讯</a></li>

                <li><a href="https://caijing.chinadaily.com.cn/" target="_blank">财经</a></li>

                <li><a href="https://fashion.chinadaily.com.cn/" target="_blank">生活</a></li>


                <li><a href="https://kan.chinadaily.com.cn/" target="_blank">视频</a></li>

                <li><a href="https://column.chinadaily.com.cn/" target="_blank">专栏</a></li>

                <li><a href="http://cartoon.chinadaily.com.cn/index.shtml" target="_blank">漫画</a></li>
                <li>
                  <a href="https://cn.chinadaily.com.cn/yuanchuang/" target="_blank">独家</a>
                </li>
                <li><a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5f59c820a31009ff9fddf6bc/5f59c843a31009ff9fddf6c5" target="_blank">招聘</a></li>
              </ul>
            </div>
            <div class="foot-two">
              
                <ul>
                  <li>地方频道：</li>
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202008/03/WS5bf649baa3101a87ca945947.html">北京</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202008/03/WS5bf649a5a3101a87ca945946.html">天津</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201912/31/WS5bf6490da3101a87ca945945.html">河北</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201911/27/WS5bf6490ca3101a87ca945944.html">山西</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201910/09/WS5bf6490ba3101a87ca945943.html">辽宁</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201909/03/WS5bf6490aa3101a87ca945942.html">吉林</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201908/08/WS5bf64909a3101a87ca945941.html">黑龙江</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201907/24/WS5bf64908a3101a87ca945940.html">上海</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201906/18/WS5bf64908a3101a87ca94593f.html">江苏</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/31/WS5bf64906a3101a87ca94593e.html">浙江</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/30/WS5bf64904a3101a87ca94593d.html">福建</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/29/WS5bf61df6a3101a87ca94593c.html">江西</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/28/WS5bf61df5a3101a87ca94593b.html">山东</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/27/WS5bf61d80a3101a87ca94593a.html">河南</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/26/WS5bf61d7fa3101a87ca945939.html">湖北</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/25/WS5bf61d7ea3101a87ca945938.html">湖南</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/24/WS5bf61d7da3101a87ca945937.html">广东</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/23/WS5bf61d7ca3101a87ca945936.html">广西</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/22/WS5bf61d7ba3101a87ca945935.html">海南</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/21/WS5bf61d7aa3101a87ca945934.html">重庆</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/20/WS5bf61c86a3101a87ca945933.html">四川</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/19/WS5bf61c2fa3101a87ca945931.html">贵州</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/19/WS5bf61c85a3101a87ca945932.html">云南</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/17/WS5bf61b9aa3101a87ca945930.html">西藏</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/16/WS5bf61b6ca3101a87ca94592f.html">陕西</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/15/WS5bf61b2ba3101a87ca94592e.html">新疆</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/201901/14/WS5bf619efa3101a87ca94592c.html">深圳</a></li>

                  
                </ul>
              
            </div>
            <div class="foot-two">
              
                <ul>
                  <li>友情链接：</li>
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a0aefa3101a87ca947bd1.html">人民网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a2718a3101a87ca947c12.html">新华网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a2716a3101a87ca947c11.html">中国网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a2712a3101a87ca947c0f.html">国际在线</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a2713a3101a87ca947c10.html">央视网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a27cfa3101a87ca947c17.html">中国青年网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a2709a3101a87ca947c0e.html">中国经济网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a27cda3101a87ca947c16.html">中国台湾网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a27cba3101a87ca947c15.html">中国西藏网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202411/26/WS67456ec2a310b59111da591c.html">央广网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a27fea3101a87ca947c18.html">光明网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202411/26/WS67456ca6a310b59111da590d.html">中国军网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202009/02/WS5c0a27c7a3101a87ca947c13.html">中国新闻网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202411/26/WS67456ca4a310b59111da590c.html">人民政协网</a></li>

                  
                  
                    <li><a target="_blank" href="https://cn.chinadaily.com.cn/a/202411/26/WS67456554a310b59111da58a2.html">法治网</a></li>

                  
                </ul>


            </div>
            <div class="foot-three">
              <div class="foot-three-left"><a href=""><img src="https://cn.chinadaily.com.cn/image/2016/p-20.jpg" /></a></div>
              <div class="foot-three-right">
                <ul>
                  <!--  <li><a href="//www.12377.cn/" target="_blank">网上有害信息举报专区</a></li>
<li><a href="//about.58.com/fqz/fpzn1.html" target="_blank">防范网络诈骗</a></li> -->
                  <li><a href="https://cn.chinadaily.com.cn/a/202206/16/WS62aaab37a3101c3ee7adad52.html" target="_blank">违法和不良信息举报</a></li> 
                  <li><a href="https://cn.chinadaily.com.cn/image/2025/xwxxfwxkz2025.jpg" target="_blank">互联网新闻信息服务许可证10120170006</a></li>
                  <li>信息网络传播视听节目许可证0108263号</li>	
                  <li><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502032503" target="_blank">京公网安备11010502032503号</a></li>
                  <li>京网文[2011]0283-097号</li>
                  <li><a href="https://beian.miit.gov.cn" target="_blank">京ICP备13028878号-6</a></li>
                  <!-- <li>12300电信用户申诉受理中心</li>
<li><a>12318全国文化市场举报</a></li>
<li><a href="//www.bj.cyberpolice.cn/index.do" target="_blank">网站网络110报警网站</a></li>	
<li><img cms:pr-src="common/img/wza-logo.png" style="width:150px;height:auto;"/></li> -->
                </ul>
              </div>

            </div>
            <div class="foot-four">
              <div class="foot-four-one">中国日报网版权说明：凡注明来源为“中国日报网：XXX（署名）”，除与中国日报网签署内容授权协议的网站外，其他任何网站或单位未经允许禁止转载、使用，违者必究。如需使用，请与010-84883777联系；凡本网注明“来源：XXX（非中国日报网）”的作品，均转载自其它媒体，目的在于传播更多信息，其他媒体如需转载，请与稿件来源方联系，如产生任何问题与本网无关。</div>
            </div>
            <div class="foot-four">
              <div class="foot-four-one">版权保护：本网登载的内容（包括文字、图片、多媒体资讯等）版权属中国日报网（中报国际文化传媒（北京）有限公司）独家所有使用。 未经中国日报网事先协议授权，禁止转载使用。给中国日报网提意见：rx@chinadaily.com.cn</div>
            </div>

          </div>
        </div>
      </div>
    
      <!--二维码-->
      <div id="identifier-pannel2"><a href="#" shape="rect">C财经客户端 <img height="94" width="94" src="//img3.chinadaily.com.cn/static/2022cn_index/img/C-caijingerweima.png" /> 扫码下载</a></div>
      <div id="identifier-pannel3"><a href="#" shape="rect">Chinadaily-cn <img height="94" width="94" src="//img3.chinadaily.com.cn/static/2022cn_index/img/rwm_cn.png" />中文网微信</a></div>
      <div id="zd" class="abs"><a id="totop" title="" style="display: block;" shape="rect"></a></div>
    </div>
    <div class="mobile">
     <div class="top_phone">
        <div class="header_top Cen1200">
          <div class="header_img">
            <img class="nav_phone_logo" src="//img3.chinadaily.com.cn/static/2022cn_index/img/Icon_Menu.png" />
          </div>
          <div class="header_top_Logo">
            <a href="https://cn.chinadaily.com.cn" target="_top" shape="rect">
                <img src="https://cn.chinadaily.com.cn/image/2025/logo_cntop.png" />
            </a>
          </div>
          <div class="Artical_Share_BT2"><EM></EM>
          </div>
        </div>
      </div>
      <div class="Menu_div">
        <div class="Menu">
          <p><a href="#" shape="rect"><img class="navClose" src="//img3.chinadaily.com.cn/static/2022cn_index/img/Icon_MenuClose.png" /></a></p>
          <ul>
            <li class="nav_Latest"><a href="https://www.chinadaily.com.cn" target="_top" shape="rect">China Daily Homepage</a></li>
            <li><a href="https://cn.chinadaily.com.cn/" target="_top" shape="rect">中文网首页</a></li>
            <li><a href="https://china.chinadaily.com.cn/" target="_top" shape="rect">时评</a></li>
            <li><a href="https://world.chinadaily.com.cn/" target="_top" shape="rect">资讯</a></li>
            <li><a href="https://caijing.chinadaily.com.cn/" target="_top" shape="rect">C财经</a></li>
            <li><a href="https://fashion.chinadaily.com.cn/" target="_top" shape="rect">生活</a></li>
            <li><a href="https://kan.chinadaily.com.cn/" target="_top" shape="rect">视频</a></li>
            <li><a href="https://column.chinadaily.com.cn/" target="_top" shape="rect">专栏</a></li>
         <!--   <li><a href="https://language.chinadaily.com.cn/" target="_top" shape="rect">双语</a></li>	-->
            <li><a href="https://cartoon.chinadaily.com.cn/" target="_top" shape="rect">漫画</a></li>
            <li><a href="https://cn.chinadaily.com.cn/yuanchuang/" target="_top" shape="rect">原创</a></li>
            <li><a href="https://cn.chinadaily.com.cn/gtx/" target="_top" shape="rect">观天下</a></li>
            <li><a href="https://cnews.chinadaily.com.cn" target="_blank" shape="rect">地方频道</a></li>
          </ul>
        </div>
      </div>
          <div class="Share_Box">
        <ul>
          <li>
            <a href="https://cn.chinadaily.com.cn/a/202407/01/WS66823b37a3107cd55d2694da.html" target="_blank" shape="rect"><img src="//img3.chinadaily.com.cn/static/2022cn_index/img/Artical_Share_Icon1.png" /></a>
          </li>
           <li><a href="https://service.weibo.com/share/share.php?appkey=2152474398&amp;type=3&amp;title=中国日报网-传播中国，影响世界&amp;pic=https://www.chinadaily.com.cn/image_e/2020/logo21.jpg&amp;url=http://cn.chinadaily.com.cn" target="_blank" shape="rect"><img alt="weibo" src="//img3.chinadaily.com.cn/static/2022cn_index/img/Artical_Share_Icon2.png" /></a></li>
                  <li><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?title=中国日报网-传播中国，影响世界&amp;pics=https://www.chinadaily.com.cn/image_e/2020/logo21.jpg&amp;url=http://cn.chinadaily.com.cn" target="_blank" shape="rect"><img alt="qqzone" src="//img3.chinadaily.com.cn/static/2022cn_index/img/Artical_Share_Icon3.png" /></a></li>
                <!--  <li><a th:href="'https://www.facebook.com/sharer.php?title=' + ${story.title} + '&amp;u=' + ${story.url}" target="_blank"><img cms:pr-src="img/Artical_Share_Icon4.png" alt="facebook"/></a></li>
                  <li><a th:href="'http://www.linkedin.com/shareArticle?mini=true&amp;title='+ ${story.title} + '&amp;url=' + ${story.url}" target="_blank"><img cms:pr-src="img/Artical_Share_Icon5.png" alt="linkedin"/></a></li>
                  <li><a th:href="'https://twitter.com/share?text='+ ${story.title} + '&amp;url=' + ${story.url}" target="_blank"><img cms:pr-src="img/Artical_Share_Icon6.png" alt="x"/></a></li>	-->
        </ul>
        <p>
          <Span class="Share_Close">关闭</Span>
        </p>
      </div>
      <!-- Home_content -->
      <div class="Home_content_Div Cen1200">
        <div class="Home_content_Left_Title_Div">
          <!-- 中文首页-时政要闻-头条 5bd54e0aa3101a87ca8ff5fe -->
          
            
              <h1>
                <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26450a310c4deea5eb34a.html">壹视界·微视频｜中秋佳节，总书记的“家常话”格外暖心</a>
              </h1>

            
          
        </div>
        <div class="mHome_content_Left_Swiper">
          <div class="swiper-wrapper">
            
              
                <div class="swiper-slide">
                  <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2256aa310c4deea5eb32c.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e22ae1a310c4de005755f5.jpeg" /></a></p>
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2256aa310c4deea5eb32c.html">幸会中国｜坚持把美丽中国建设转化为全民行动，守护高原明珠！</a></h1>
                </div>
              
              
                <div class="swiper-slide">
                  <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1f782a310c4deea5eb2ee.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1f782a310c4de005754ef.jpeg" /></a></p>
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1f782a310c4deea5eb2ee.html">中秋特辑·玉兔的月光快递</a></h1>
                </div>
              
              
                <div class="swiper-slide">
                  <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1fc3ba310c4deea5eb2f1.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1fc3ba310c4de0057550f.jpeg" /></a></p>
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1fc3ba310c4deea5eb2f1.html">节日里的活力中国⑤丨魅力乡村，等你打卡</a></h1>
                </div>
              
              
                <div class="swiper-slide">
                  <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23d3fa310c4deea5eb33c.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e23d3fa310c4de0057565b.jpeg" /></a></p>
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23d3fa310c4deea5eb33c.html">河北唐山河头老街人气爆棚</a></h1>
                </div>
              
              
                <div class="swiper-slide">
                  <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e22190a310c4deea5eb324.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e22190a310c4de005755c5.png" /></a></p>
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e22190a310c4deea5eb324.html">叮！您有一份来自中秋的浪漫待查收</a></h1>
                </div>
              
            
          </div>
          <div class="mHome_content_pagination swiper-pagination"></div>
        </div>
        <!-- 11111 -->

        <!-- 中文首页-时政要闻-头条 5bd54e0aa3101a87ca8ff5fe -->
        
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" style="font-weight:bold;" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2646aa310c4deea5eb34c.html">追光的你丨火红的日子</a></h1>
            </div>
          
        
        <!--中文首页-时政要闻-权威发布 5bd54e0aa3101a87ca8ff600-->
        
          
        
        
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26bdfa310c4deea5eb356.html">人流物流高效运转--假期市场热点见闻④</a></h1>
            </div>
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26bdea310c4deea5eb355.html">出入境游双向火爆 中国与世界的“假期约会”</a></h1>
            </div>
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26bd4a310c4deea5eb354.html">惊艳！来看这组美术壁纸上的万千风华</a></h1>
            </div>
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26b7ba310c4deea5eb353.html">走进钱学森图书馆 感悟科学大师的精神力量</a></h1>
            </div>
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26b69a310c4deea5eb352.html">全国各地节日氛围浓 多场景尽享文旅“盛宴”</a></h1>
            </div>
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26b17a310c4deea5eb351.html">不懈努力打造“中国名片”</a></h1>
            </div>
          
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e258d5a310c4deea5eb344.html">让开放的阳光温暖世界经济 | 从国际展会看中国机遇</a></h1>
            </div>
          
        
        <!--中文首页-时政要闻-推荐位 	5bd54e0aa3101a87ca8ff5fa-->
        
          
            <div class="Home_ManHua">
              <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202503/26/WS67e3c304a31008317a2aec62.html"><a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd80379a3101a87ca900243/zybxgd" target="_blank">锲而不舍落实中央八项规定精神</a> | <a href="https://cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd80379a3101a87ca900243/mjlsmhxl" target="_blank">铭记历史缅怀先烈</a></a></h1>
            </div>
          
        
        <div class="Home_Right_Ad" style="margin-bottom:10px;">
         <a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/Overseas" target="_top" shape="rect"><img src="//img3.chinadaily.com.cn/static/2022cn_index/img/ad20250905.jpg" /></a>
        </div>
        <div class="Home_content_Focus_List">
          <div class="Home_LanMu_Title">
            <a href="https://china.chinadaily.com.cn/5bd5639ca3101a87ca8ff636" target="_top" shape="rect">要闻</a>
          </div>
        </div>

        <!--中文首页-当日要闻-要闻5bd54bdea3101a87ca8ff5f0-->
        
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e21f58a310c4deea5eb321.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e21f58a310c4de005755b8.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e21f58a310c4deea5eb321.html">文化中国行 | 诗画里的中秋</a></h1>
                </div>
              </div>
            </div>
          

        
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30019a310c4deea5eb35f.html"><img src="//img3.chinadaily.com.cn/images/202510/06/68e30019a310c4de00575751.png" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30019a310c4deea5eb35f.html">以方扣押“全球坚韧船队”后 多国船员被驱逐遣返</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30000a310c4deea5eb35e.html"><img src="//img3.chinadaily.com.cn/images/202510/06/68e30000a310c4de0057574e.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e30000a310c4deea5eb35e.html">法国公布新一届政府首批成员名单</a></h1>
                </div>
              </div>
            </div>
          
        
      </div>

      <div class="Home_content_Div Cen1200">
        <!--中文首页-当日要闻-要闻5bd54bdea3101a87ca8ff5f0-->
        
          
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2ffffa310c4deea5eb35d.html"><img src="//img3.chinadaily.com.cn/images/202510/06/68e2ffffa310c4de0057574b.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2ffffa310c4deea5eb35d.html">印尼学校建筑物倒塌事故遇难人数升至53人</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27218a310c4deea5eb359.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e27218a310c4de0057571f.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27218a310c4deea5eb359.html">星空有约丨准备观赏！今年中秋满月是一轮“超级月亮”</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27114a310c4deea5eb358.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e27114a310c4de0057571c.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e27114a310c4deea5eb358.html">金正恩要求提升军力应对安全威胁</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2724ba310c4deea5eb35a.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e2724ba310c4de00575722.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2724ba310c4deea5eb35a.html">尼泊尔持续降雨已致43人死亡</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26dc2a310c4deea5eb357.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e26dc2a310c4de00575719.png" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26dc2a310c4deea5eb357.html">国家发改委紧急安排2亿元支持粤、琼灾后应急恢复</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26a13a310c4deea5eb34d.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e26a13a310c4de0057570e.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e26a13a310c4deea5eb34d.html">八部门印发方案 供需两端发力推动汽车行业稳增长</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2333aa310c4deea5eb336.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e2333aa310c4de0057560d.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e2333aa310c4deea5eb336.html">进博会倒计时30天！东方进博之约，世界共享机遇</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23242a310c4deea5eb335.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e23242a310c4de0057560a.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23242a310c4deea5eb335.html">我国将多措并举支持企业深度参与“人工智能+”行动</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e228f1a310c4deea5eb330.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e228f1a310c4de005755dd.png" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e228f1a310c4deea5eb330.html">国台办主任说两岸同胞都是中国人是一家人</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e221baa310c4deea5eb326.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e221baa310c4de005755cd.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e221baa310c4deea5eb326.html">嫦娥奔月：原来是最早的“登月计划”？</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b17a310c4deea5eb31e.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e21b17a310c4de005755b1.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b17a310c4deea5eb31e.html">多家银行发布公告 提高动账短信提醒服务门槛</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b16a310c4deea5eb31c.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e21b16a310c4de005755ab.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//caijing.chinadaily.com.cn/a/202510/05/WS68e21b16a310c4deea5eb31c.html">“取消境外个人境内限购房令”系误读</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ffaaa310c4deea5eb2f6.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1ffaaa310c4de00575517.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ffaaa310c4deea5eb2f6.html">美国政府“停摆”持续 多重负面影响显现</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ff88a310c4deea5eb2f5.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1ff88a310c4de00575514.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1ff88a310c4deea5eb2f5.html">谈判在即 以总理威胁军事手段解除哈马斯武装</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e649a310c4deea5eb2e9.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1e649a310c4de005754dc.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e649a310c4deea5eb2e9.html">一古埃及法老陵墓首次向游客开放</a></h1>
                </div>
              </div>
            </div>
          
          
            <div class="Home_content_Item">
              <div class="Home_content_Item_Left"><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e638a310c4deea5eb2e8.html"><img src="//img3.chinadaily.com.cn/images/202510/05/68e1e638a310c4de005754d9.jpeg" /></a></div>
              <div class="Home_content_Item_Right">
                <div class="Home_content_Item_Text">
                  <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e1e638a310c4deea5eb2e8.html">谈判在即 以色列发动近百次袭击 加沙停火面临三重挑战</a></h1>
                </div>
              </div>
            </div>
          
        
        <!--中文首页 中国日报漫画 5bd54ba2a3101a87ca8ff5e8-->
        <div class="Home_ManHua_Div">
          <div class="Home_LanMu_Title">
            
              <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54ba2a3101a87ca8ff5e8">中国日报漫画</a>
            
          </div>
          
            
              <div class="Home_ManHua">
                <p><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db1441a310c4deea5eaa4c.html"><img src="//img3.chinadaily.com.cn/images/202509/30/68db1441a310c4de00572c82.jpeg" /></a></p>
                <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db1441a310c4deea5eaa4c.html">人工智能有望推动全球贸易增长</a></h1>
              </div>
            
          
        </div>


        <!--专栏	5bd5681fa3101a87ca8ff674 -->
          <!--观天下-中国日报-中国日报网评	5da42f19a31099ab995e554d-->
        <div class="Home_ZhuanLan_Div">
          <div class="Home_LanMu_Title">
            <a href="javascript:void(0)" shape="rect"><span onclick="javascript:window.open('https://column.chinadaily.com.cn/','_blank')">专栏</span> · <span onclick="javascript:window.open('http://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/wangping','_blank')">网评</span></a>
          </div>
          
            
              <div class="Home_ZhuanLan">
                <div class="Home_ZhuanLan_Pic">
                  <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db8d73a310c4deea5eacd3.html"><img src="//img3.chinadaily.com.cn/images/202509/30/68db91e3a310c4de005735f5.jpeg" /></a>
                </div>
                <div class="Home_ZhuanLan_Text_Div">
                  <div class="Home_ZhuanLan_Text">
                    <h1><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/30/WS68db8d73a310c4deea5eacd3.html">以“人工智能+”凝聚合力 共绘智能向善、全球共赢新蓝图</a></h1>
                  </div>
                </div>
              </div>
            
          
        </div>

        <div class="Home_WangPing_Div">
          <!--观天下-中国日报-中国日报网评	5da42f19a31099ab995e554d-->
          <div class="Home_RightList">
            
              <ul>
                
                
                  <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/25/WS68d51649a310f0725774ab28.html">中国股市为何引外国前总理关注？他点出了关键：韧性</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/18/WS68cb629fa310f0725774910a.html">巴基斯坦学者力赞：全球治理倡议，为全球南方绘就公正新蓝图</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/18/WS68cb5c9fa310f072577490f2.html">全球南方为何青睐全球治理倡议？柬埔寨专家深度解读</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//column.chinadaily.com.cn/a/202509/18/WS68cb5290a310f072577490eb.html">石睿鹏：桂林文化抗战 用文化力量捍卫家园</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/15/WS68c7a7f8a310f072577486d4.html">中国日报网评 | 中美马德里经贸会谈需要一个“诚”字</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//china.chinadaily.com.cn/a/202509/13/WS68c4d653a310f072577483a5.html">聚焦全球治理！斯里兰卡专家：这一倡议喊出“全球南方”心声</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202509/12/WS68c37474a310f07257748025.html">正确认知中国战略意图是美国“必修课”</a></li>
                
              </ul>

          </div>
        </div>
          <div class="Home_Right_Ad" style="margin-bottom:10px;"> 
<a href="https://cn.chinadaily.com.cn/gtx/5d63917ba31099ab995dbb29/Teahouse" target="_blank" shape="rect">
            <img src="//img3.chinadaily.com.cn/static/2022cn_index/img/mAD.jpg" />
          </a>
</div>
        <!--中文首页 中文原创新闻 			5bd54dd6a3101a87ca8ff5f8-->
        <div class="Home_Express_Div">
          <div class="Home_LanMu_Title">
            
              <a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/5b753f9fa310030f813cf408/5bd54dd6a3101a87ca8ff5f8">新闻速递</a>
            
          </div>
          <div class="Home_RightList">
            
              <ul>
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/06/WS68e2cecda310c4deea5eb35c.html">2025加中国际教育高峰论坛在多伦多举行</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e291f0a310c4deea5eb35b.html">德约感谢王一博现场支持</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e25912a310c4deea5eb349.html">沙漠争锋！2025 COC杭锦旗站圆满落幕，陶冶/姜波取胜UTV组/汽车组</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//fj.chinadaily.com.cn/a/202510/05/WS68e25396a310c4deea5eb343.html">千年瓷都焕新文旅地标，为国庆中秋假日添亮色</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//hain.chinadaily.com.cn/a/202510/05/WS68e2527fa310c4deea5eb342.html">这里是通什：一场时光之旅见证五指山文旅创新与未来</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//sh.chinadaily.com.cn/a/202510/05/WS68e2413ea310c4deea5eb341.html">首届长江口水上运动嘉年华启幕 宝山滨江打造水上活力秀场</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//sh.chinadaily.com.cn/a/202510/05/WS68e24075a310c4deea5eb340.html">“World in赵巷”国际传播品牌启幕 多元视角激活城镇魅力</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//cn.chinadaily.com.cn/a/202510/05/WS68e23d3fa310c4deea5eb33c.html">河北唐山河头老街人气爆棚</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//fj.chinadaily.com.cn/a/202510/05/WS68e23d34a310c4deea5eb33b.html">《老单走福州》第二季 第九期《船政英雄》</a></li>
                
                
                  <li><a target="_blank" shape="rect" href="//fj.chinadaily.com.cn/a/202510/05/WS68e23d32a310c4deea5eb33a.html">福建永定：旗卷金风山愈翠 客如潮涌水长清</a></li>
                
              </ul>
            
          </div>
        </div>
      </div>

      <!-- Mobile_Footer -->
      <div class="Mobile_Footer_Box">
        <div class="Mobile_Footer_Lanmu_Div">
          <ul class="Cen1200">
            <li><a href="//cn.chinadaily.com.cn" target="_top" shape="rect">首页</a></li>
            <li><a href="//china.chinadaily.com.cn" target="_top" shape="rect">时评</a></li>
            <li><a href="//world.chinadaily.com.cn" target="_top" shape="rect">资讯</a></li>
            <li><a href="//caijing.chinadaily.com.cn" target="_top" shape="rect">C财经</a></li>
            <li><a href="//fashion.chinadaily.com.cn/" target="_top" shape="rect">生活</a></li>
            <li><a href="//kan.chinadaily.com.cn" target="_top" shape="rect">视频</a></li>
            <li><a href="//column.chinadaily.com.cn/" target="_top" shape="rect">专栏</a></li>
            <li><a href="https://cnews.chinadaily.com.cn/" target="_top" shape="rect">地方</a></li>
            <li><a href="//cartoon.chinadaily.com.cn/index.shtml" target="_top" shape="rect">漫画</a></li>
            <li><a href="//cn.chinadaily.com.cn/gtx" target="_top" shape="rect">观天下</a></li>
          </ul>
        </div>
        <div class="Mobile_Footer_Lang_Box">
          <div class="Mobile_Footer_Lang_Div Cen1200">
            <span class="LangNow" onclick="transView()" id="showpc">PC版</span>
            <span class="LangNowLine"><a href="https://cn.chinadaily.com.cn" target="_blank" shape="rect">中文</a></span>
            <span><a href="https://www.chinadaily.com.cn" target="_blank" shape="rect">English</a></span>
          </div>
        </div>
        <div class="Mobiel_Footer_Logo_Div">
          <div class="Mobiel_Footer_Logo">
           <a href="https://cn.chinadaily.com.cn" shape="rect"><img src="https://cn.chinadaily.com.cn/image/2025/logo_cnbottom.png" /></a>
          </div>
          <div class="copyright">
            中国日报版权所有<br clear="none" />Content@chinadaily.com.cn
          </div>
        </div>
      </div>


    </div>
    
      <div style="display:none">
        <script type="text/javascript">
          //<![CDATA[
          document.write(unescape("%3Cscript src='//cl2.webterren.com/webdig.js?z=16' type='text/javascript'%3E%3C/script%3E"));
          //]]>
        </script>
        <script type="text/javascript">
          //<![CDATA[
          wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")
          //]]>
        </script>
      </div>
      <!--心动统计系统 -->
      <script src="https://xd.cdurl.cn/xdsens/autotrack.js" type="text/javascript" data-config="{'host':'//xd.cdurl.cn/receiver', 'project':'Chinadailyvideo','token':'a5a00812e91149238d371a308cb61e40'}"></script>
    
    
      <div style="display:none;">
        <!-- CNZZ统计  开始 -->
        <script src="https://s86.cnzz.com/stat.php?id=1975683&amp;web_id=1975683&amp;show=pic1" language="JavaScript"></script>
        <!-- CNZZ统计  结束 --> 
      </div>
    <!--  <script defer="defer" async="async" type="text/javascript" src="https://img2.chinadaily.com.cn/wza/aria.js?appid=0b4dcc17c875352af6dc428bb129ec78" charset="utf-8"></script>	-->
    
    <script type="text/javascript" xml:space="preserve">
      //<![CDATA[
      var toggleBtn = document.getElementById('showpc');
      var vp = document.querySelector('meta[name=viewport]');
      var vpHtml = document.getElementById('showpc');
      vpHtml.textContent = 'desktop';
      var flag = 0;
      function transView(){
        var x = (flag) ? 'initial-scale=1' : 'width=1300';
        var  relax = (flag) ? 'none' : 'block';
        vp.setAttribute('content', x);
        document.getElementById("mobileView").style.display=relax;
        flag^=1;
      };
      //]]>
    </script> 
  </body>
  <script xml:space="preserve">
    //<![CDATA[
    $(".Home_FourType_Title li").hover(function () {
      var myId = $(this).attr("id");
      var myNum = myId.charAt(8);
      console.log("myNum=" + myNum);
      $(".Home_FourType_Title li").removeClass("Now");
      $(this).addClass("Now");
      $(".FourType_Item").removeClass("ShowItem");
      $(".TypeItem" + myNum).addClass("ShowItem");
    });



    if ($(window).width() <= 600) {
      //移动端
      Mobile_init();
    } else {
      //转pc端
      PC_init();
    }


    function Mobile_init() {
      var swiper1 = new Swiper('.mHome_content_Left_Swiper', {
        slidesPerView: 1,
        centeredSlides: false,

        spaceBetween: 0,
        loop: true,
        pagination: {
          el: '.mHome_content_pagination',
          clickable: true,
        },
        navigation: {
          // nextEl: '.MainBlock_BTNext',
          // prevEl: '.MainBlock_BTPrev',
        },
      });

    }
    // 前移动Menu点击
    $('.nav_phone_logo').click(function () {
      if ($('.top_phone .nav').hasClass('navShow')) {
        // console.log("removeClass");
        $('.top_phone .nav').removeClass('navShow');
      } else {
        // console.log("addClass");
        $('.top_phone .nav').addClass('navShow');
      }
    })

    function PC_init() {
      var swiper1 = new Swiper('.Home_content_Left_Swiper', {
        slidesPerView: 1,
        centeredSlides: false,

        spaceBetween: 0,
        loop: true,
        pagination: {
          el: '.Home_content_pagination',
          clickable: true,
        },
        navigation: {
          // nextEl: '.MainBlock_BTNext',
          // prevEl: '.MainBlock_BTPrev',
        },
      });
      var swiper2 = new Swiper('.Home_content_Special_Swiper', {
        slidesPerView: 3,
        centeredSlides: false,
        paginationClickable: true,
        spaceBetween: 0,
        loop: true,
        pagination: {
          // el: '.Home_content_pagination',
        },
        navigation: {
          nextEl: '.Home_content_Special_BTNext',
          prevEl: '.Home_content_Special_BTPrev',
        },
      });
    }

    //]]>
  </script>
    <script xml:space="preserve" src="//img3.chinadaily.com.cn/static/2022cn_index/js/pubControl.js"></script>
  <script xml:space="preserve">

    //<![CDATA[
    /*var desTime = "2023-10-02 00:00:00";
      var desTimetrap = new Date(desTime).getTime();
      var curTimetrap = new Date().getTime();
      if(curTimetrap<desTimetrap){
        $("#adE1").css("display","block");
      }
      else{$("#adE1").css("display","none");}	*/
    //]]>

  </script>
</html>