中国将引领世界科技发展新浪潮——访塞尔维亚与金砖国家合作组织创始人左兰·约万诺维奇
光明日报 – 文章@font-face {      font-family: “FZBIAOYSJW”;      src: url(“/static/font/FZBIAOYSJW.ttf”) format(“truetype”);      font-weight: normal;      font-style: normal;    }    @font-face {      font-family: “FZZCYSJW”;      src: url(“/static/font/FZZCYSJW.ttf”) format(“truetype”);      font-weight: normal;      font-style: normal;    }    html {      width: 100%;      height: 100%;      background-color: transparent;    }    html[theme=’dark-mode’] {      -webkit-filter: invert(1) hue-rotate(180deg);      -moz-filter: invert(1) hue-rotate(180deg);      -ms-filter: invert(1) hue-rotate(180deg);      -o-filter: invert(1) hue-rotate(180deg);      filter: invert(1) hue-rotate(180deg);      transition: color 300ms, background-color 300ms;    }    html[theme=’dark-mode’] img{      -webkit-filter: invert(1) hue-rotate(180deg);      -moz-filter: invert(1) hue-rotate(180deg);      -ms-filter: invert(1) hue-rotate(180deg);      -o-filter: invert(1) hue-rotate(180deg);      filter: invert(1) hue-rotate(180deg);    }    html[theme=’gray-mode’]{      -webkit-filter: grayscale(100%);      -moz-filter: grayscale(100%);      -ms-filter: grayscale(100%);      -o-filter: grayscale(100%);      filter:progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);      _filter:none;      transition: color 300ms, background-color 300ms;    }    * {      -webkit-tap-highlight-color: rgba(0,0,0,0);    }    video::-internal-media-controls-download-button {      display: none!important;      -webkit-appearance: none;    }    .video-box {      position: relative;      opacity: 1;    }    .video-box video {      pointer-events: none;    }    .video-box .video-big-button {      position: absolute;      top: 0;      left: 0;      right: 0;      bottom: 40px;      /* background-color: red; */      opacity: 1;    }    .video-box .video-big-button:after {      content: “”;      position: absolute;      top: 50%;      left: 50%;      width: 100px;      height: 100px;      overflow: none;      margin-left: -50px;      margin-top: -30px;      z-index: 1000;      background: transparent url(/static/templates/default-0.6.0/img/play.svg) center center no-repeat;    }    .video-box.playing .video-big-button {      opacity: 0;      transition: opacity 2s;      pointer-events: none;          }    .video-box.user-activate .video-big-button {      opacity: 1;      transition: none;      pointer-events: all;    }    .video-box.playing .video-big-button::after {      background-image: url(“/static/templates/default-0.6.0/img/pause.svg”);    }    .video-box .video-control-bar {      position: absolute;      height: 40px;      bottom: 0;      left: 0;      right: 0;      background-color: rgba(0,0,0, 0.3);      display: flex;      align-items: center;    }    .video-box.playing .video-control-bar {      opacity: 0;      transition: opacity 4s;      /* pointer-events: none; */    }    .video-box.user-activate .video-control-bar {      opacity: 1;      transition: none;      /* pointer-events: all; */    }    .video-box .video-control-bar .video-volume {      color: #f8f8f8;      width: 40px;      height: 40px;      background: transparent url(/static/templates/default-0.6.0/img/volume.svg)        center center no-repeat;    }    .video-box .video-control-bar .video-volume.muted {      background-image: url(“/static/templates/default-0.6.0/img/mute.svg”);    }    .video-box .video-control-bar .video-track {      flex: auto;      width: 10%;      position: relative;      height: 3px;      border-radius: 3px;      background-color: #999;      margin: 0 5px;    }    .video-box .video-control-bar .video-track .track-progress {      position: absolute;      left: 0;      width: 20%;      background-color: red;      height: 3px;      border-radius: 3px;    }    .video-box .video-control-bar .video-track .track-thumb {      position: absolute;      top: 50%;      left: 20%;      width: 10px;      height: 10px;      margin-top: -5px;      margin-left: -5px;      background-color: #fff;      border-radius: 5px;    }    #article.article-richtext .article-wrapper .article-content .video-box .video-control-bar .video-text {      color: #f8f8f8 !important;      font-size: 12px !important;      padding: 2px 5px;      text-indent: 0;      font-family: initial;    }    #article.article-richtext .article-wrapper .article-content .video-box .video-control-bar .video-text.cur {      padding-left: 0;    }    #article.article-richtext .article-wrapper .article-content .video-box .video-control-bar .video-text.dur {      padding-right: 0;    }    .video-box .video-control-bar .video-fullscreen {      color: #f8f8f8;      width: 40px;      height: 40px;      background: transparent url(/static/templates/default-0.6.0/img/fullscreen.svg) center center no-repeat;    }    .video-box:fullscreen .video-control-bar .video-fullscreen,    .video-box video:fullscreen + .video-control-bar .video-fullscreen {      background-image: url(“/static/templates/default-0.6.0/img/fullscreen-exit.svg”);    }    .video-box:fullscreen video.little,    .video-box video.little:fullscreen {      height: auto !important;    }    .video-box video::-webkit-media-controls {      display:none !important;      -webkit-appearance: none;    }    .video-box video::-webkit-media-controls-panel {      display: none!important;      -webkit-appearance: none;    }    .video-box video::-webkit-media-controls-play-button {      display: none!important;      -webkit-appearance: none;    }    .video-box video::–webkit-media-controls-play-button {      display: none!important;      -webkit-appearance: none;    }    .video-box video::-webkit-media-controls-start-playback-button {      display: none!important;      -webkit-appearance: none;    }    body {      width: 100%;      height: 100%;      margin: 0;      background-color: #f8f8f8;    }    dl, figcaption, figure, h1, h2, h3, h4, h5, ol, p, ul {      padding: 0;      margin: 0;    }    a {      text-decoration: none;    }    audio {      display: block !important;      width: 100% !important;      max-width: 100% !important;      min-height: 50px !important;    }    video {      display: block !important;      width: 100% !important;      height: calc((100vw – 30px) * 9 / 16) !important;      max-width: 100% !important;      object-fit: contain !important;      background-color: #000 !important;    }    #header {      width: 100%;      max-width: 100%;      margin: auto;      display: none;      background-color: #fff;    }    #header .header-inner {      padding: 0 15px;      justify-content: space-between;      height: 50px;        display: flex;      align-items: center;    }    #header .header-left {      display: flex;      align-items: center;    }    #header .logo {      margin-right: 8px;    }    #header .m-open-btn {      display: block;      width: 72px;      height: 26px;      font-size: 12px;      line-height: 26px;      text-align: center;      border-radius: 13px;      background: linear-gradient(-135deg,#fe8686,#d80e15);      color: #fff;    }    #article {      width: 100%;      max-width: 100%;      margin: auto;      background-color: #fff;    }    #article.article-richtext .header {      padding: 0 15px;    }    #article.article-richtext .header .introTitle,    #article.article-richtext .header .subTitle {      font-size: 17px;      color: #999;      /* font-family: FZBIAOYSJW; */    }    #article.article-richtext .header .introTitle {      padding-top: 16px;      padding-bottom: 5px;    }    #article.article-richtext .header .subTitle {      padding-top: 5px;      padding-bottom: 16px;    }    #article.article-richtext .header .title {      padding: 0;      word-break: break-all;      /* font-family: FZZCYSJW; */      font-size: 24px;      line-height: 38px;      letter-spacing: 1px;      color: #333;    }    #article.article-richtext .info {      margin-top: 9px;    }    #article.article-richtext .source-info,    #article.article-richtext .munit-info {      margin-bottom: 20px;      display: flex;      flex-wrap: wrap;      align-items: center;      justify-content: flex-start;      overflow-x: hidden;    }    #article.article-richtext .source-info.paper-source {      margin-bottom: 5px;    }    #article.article-richtext .source-info .sp1,    #article.article-richtext .source-info .sp2,    #article.article-richtext .source-info .sp3 {      flex: 0 1 auto;      font-size: 12px;      color: #999;      margin-right: 5px;      line-height: 18px;      padding: 2px 0;    }    #article.article-richtext .munit-info {      align-items: center;      justify-content: flex-start;      overflow-x: hidden;      overflow-y: visible;      flex-wrap: nowrap;    }    #article.article-richtext .munit-info .c-cover {      flex: none;      background-color: #fff;      width: 36px;      height: 36px;      border-radius: 50%;      border: solid 1px #f8f8f8;      box-sizing: border-box;      overflow: hidden;      position: relative;      cursor: pointer;    }    #article.article-richtext .munit-info .c-cover img {      max-width: 100%;      max-height: 100%;      object-fit: cover;    }    #article.article-richtext .munit-info .c-title-wrap {      flex: auto;      display: flex;      flex-direction: column;      flex-wrap: wrap;      justify-content: center;      align-items: flex-start;      padding: 0 5px;    }    #article.article-richtext .munit-info .c-title-wrap .c-title {      font-size: 12px;      color: #666;      cursor: pointer;    }    #article.article-richtext .munit-info .c-title-wrap .c-sub {      font-size: 12px;    }    #article.article-richtext .munit-info .c-title-wrap .c-sub .c-publish,    #article.article-richtext .munit-info .c-title-wrap .c-sub .c-verify {      display: inline;      margin-right: 5px;      color: #999;    }    #article.article-richtext .munit-info .c-btns {      flex: none;    }    #article.article-richtext .munit-info .c-btns .c-follow {      width: 60px;      height: 24px;      background-image: url();      background-size: cover;      pointer-events: all;      cursor: pointer;      display: none;      user-select: none;    }    #article.article-richtext .munit-info .c-btns .c-un-follow {      width: 60px;      height: 24px;      background-image: url();      background-size: cover;      pointer-events: all;      cursor: pointer;      display: none;      user-select: none;    }    #article.article-richtext .paper-page {      position: relative;      width: 100%;      max-width: 100%;      height: calc((100vw – 16px) * 1792 / 1262);      padding: 0 8px;      overflow: hidden;      box-sizing: border-box;      display: none;    }    #article.article-richtext .paper-page.show {      display: block;    }    #article.article-richtext .paper-page .paper-bg {      position: absolute;      left: 8px;      right: 8px;      height: 100%;      background: #fff url(/static/templates/default-0.6.0/img/paper-page-bg.svg) center no-repeat;      background-size: 100% 100%;      z-index: 0;    }    #article.article-richtext .paper-page .paper-image {      position: absolute;      left: 8px;      right: 8px;      width: calc(100% – 16px);      height: 100%;      object-fit: fill;      overflow: hidden;      z-index: 1;      outline: none;      border: none;    }    #article.article-richtext .paper-page svg {      position: absolute;      top: 0;      left: 8px;      right: 8px;      bottom: 0;      pointer-events: none;      z-index: 2;    }    #article.article-richtext .paper-page svg polygon {      width: 100%;      height: 100%;      stroke-width: 0;      stroke: transparent;      pointer-events: none;    }    #article.article-richtext .article-summary {      background-color: #fff;      padding: 40px 15px;    }    #article.article-richtext .article-summary .text {      background-color: #f8f8f8;      padding: 20px 14px;      font-size: 15px;      line-height: 20px;      color: #666;      text-indent: 2em;      text-align: justify;      position: relative;      border-radius: 4px;      /* font-family: FZBIAOYSJW; */    }    #article.article-richtext .article-summary .text:before {      content: “”;      width: 28px;      height: 28px;      display: inline-block;      position: absolute;      top: -12px;      left: 14px;      background: transparent url(/static/templates/default-0.6.0/img/quote-l.svg) center no-repeat;    }    #article.article-richtext .article-summary .text:after {      content: “”;      width: 28px;      height: 28px;      display: inline-block;      position: absolute;      bottom: -8px;      right: 14px;      background: transparent url(/static/templates/default-0.6.0/img/quote-r.svg) center no-repeat;    }        #article.article-richtext .article-wrapper .article-content {      padding: 0 15px;      font-size: 14px;      color: #333;      word-break: break-all;    }    #article.article-richtext .article-wrapper .article-content * {      color: #333;    }    #article.article-richtext .article-wrapper .article-content a {      color: #3978e9 !important;      text-decoration: underline !important;    }    #article.article-richtext .article-wrapper .article-content a * {      color: #3978e9 !important;    }    #article.article-richtext .article-wrapper .article-content > img {      max-width: 100% !important;      border-radius: 5px !important;      height: auto !important;      display: block !important;      margin: auto !important;      margin-bottom: 24px !important;    }    #article.article-richtext .article-editor {      height: 18px;      font-weight: 400;      line-height: 18px;      padding: 0 15px;      padding-bottom: 20px;      font-size: 12px;      color: #d8d8d8;      display: none;    }    #article.article-richtext .article-announce {      padding: 10px 15px;      font-size: 12px;      color: #d8d8d8;          }    #app {      width: 100%;      max-width: 100%;      margin: auto;    }      #footer {      width: 100%;      max-width: 100%;      margin: 4px auto;      padding: 20px 0;      display: none;      text-align: center;      background-color: #fff;    }    #footer .open-app-btn {      width: 89%;      height: 48px;      margin: auto;      border-radius: 24px;      border: 1px solid #fe8686;      text-align: center;    }    #footer .open-app-btn .open-btn-a {      display: inline-block;      height: 26px;      font-size: 17px;      font-weight: 400;      color: #d80e15;      line-height: 48px;    }    body.app #article.article-richtext .header .title {      font-family: FZZCYSJW;    }    body.app #article.article-richtext .article-summary .text,    body.app #article.article-richtext .header .introTitle,    body.app #article.article-richtext .header .subTitle,    body.app #article.article-richtext .article-wrapper .article-content *,    body.app #app .content-vote .c-vote .c-options .c-option .c-caption,    body.app #app .content-vote .c-vote .c-options-2 .c-captions .c-caption {      font-family: FZBIAOYSJW;    }    body.app #article.article-richtext .article-wrapper .article-content strong,    body.app #article.article-richtext .article-wrapper .article-content strong * {      font-family: FZZCYSJW;      font-weight: normal;    }      body.mobile #header,    body.mobile #footer,    body.desktop #header,    body.desktop #footer {      display: block;    }    body.desktop #header,    body.desktop #app,    body.desktop #article,    body.desktop #footer {      width: 480px;      max-width: 480px;    }    body.desktop video {      height: calc((480px – 30px) * 9 / 16) !important;    }    body.desktop #article.article-richtext .paper-page {      height: calc((480px – 0px) * 1792 / 1262);    }    body.mobile #article,    body.desktop #article {      padding-bottom: 0;    }    body.desktop::-webkit-scrollbar {      width: 5px;      height: 5px;      background-color: #ffffff;    }    body.desktop::-webkit-scrollbar-track {      background-color: #ffffff;    }    body.desktop::-webkit-scrollbar-thumb {      border-radius: 4px;      background-color: rgba(159, 166, 170, 0.35);    }        @media screen and (max-width: 480px) {      body.desktop #header,      body.desktop #app,      body.desktop #article,      body.desktop #footer {        width: 100%;        max-width: 100%;        min-width: 370px;      }      body.desktop video {        height: calc((100vw – 30px) * 9 / 16) !important;        min-height: calc((370px – 30px) * 9 / 16) !important;      }      body.desktop #article.article-richtext .paper-page {        height: calc((100vw – 16px) * 1792 / 1262);        min-height: calc((370px – 16px) * 1792 / 1262);      }    }【国际人士谈新中国成立75周年】 近日,塞尔维亚与金砖国家合作组织创始人左兰·约万诺维奇在接受本报记者专访时,高度评价中国在科学技术领域取得的发展成就,并表示中国的先进技术让塞尔维亚获益匪浅,深刻影响着其国家经济发展和百姓生活的方方面面。约万诺维奇介绍,他第一次前往中国是在2010年上海世博会前夕。他说,那时浦东新区处于如火如荼的建设阶段,中国也正处于大力发展制造业的时期。从那时开始,他每年都要前往中国数次。他目睹了中国发生的巨大变化,中国在科学技术领域的发展让他大为震撼。他说,近年来,中国的科技发展像是“坐上了火箭”,速度迅猛,在很多领域都已达到世界领先水平。中国在科技领域不断加大投资,已经从中国制造迈向中国智造,科技发展发生了质的转变。中国近期提出发展新质生产力,展示出中国政府进一步提高中国产品科技含量的发展方向,这将加快推动把中国建设成为引领世界制造业发展的制造强国。约万诺维奇介绍,自习近平主席提出共建“一带一路”倡议以来,众多中国企业到塞尔维亚投资,与当地合作建设大型基础设施。塞尔维亚民众从这些项目的推进中看到了中国技术之先进,比如铺设匈塞铁路的大型铺轨机比塞本国的传统铺轨速度快了10倍,中国研制的盾构机在挖掘隧道和矿洞的效率和安全性方面都处于世界领先水平。约万诺维奇介绍,在社会生活领域,中国技术的发展也为塞尔维亚带来了实实在在的好处。塞尔维亚企业与中国的网约车经营企业合作,成功开发了塞本地的网约车平台,现在已有数千人在塞本地平台上注册经营,大大缓解了当地打车难的问题。还有塞尔维亚互联网企业与中国的地理位置服务供应商合作,开发了当地的生活类外卖配送平台,现在塞尔维亚也像中国人一样,在家里就可以在手机上购买大量食品和生活用品了。约万诺维奇表示,过去几年来,塞尔维亚总统武契奇每年都会找机会访问中国,每次都会带回关于中国科技发展的消息。2022年,武契奇总统从中国回到塞尔维亚后宣布,塞尔维亚要引进中国的“飞行出租车”。2023年塞尔维亚赢得2027年专业类世博会举办权后,武契奇总统再次提出要在世博会上展示塞尔维亚自己生产的“飞行巴士”。约万诺维奇说,在很多塞尔维亚民众看来,这一技术只在科幻小说里出现过,人们难以相信这在目前可以应用。但当他近期在中国亲眼看到了中国车企生产的“飞行汽车”时,才明白中国已经掌握了这一“科幻式技术”。约万诺维奇向记者说,就在刚刚过去的中国国庆假期期间,他的好友在深圳观看了当地举行的无人机表演,大受震撼。他的朋友用手机将万架无人机的精彩表演在社交媒体平台上进行全程直播,得到了众多塞尔维亚民众的点赞。很多塞尔维亚民众说,这简直难以想象,中国人的确已经“生活在未来”。约万诺维奇表示,过去十多年来,塞尔维亚有幸搭上了中国发展的快车。中国企业已经为塞建设了大量的能源和交通基础设施,为塞经济发展奠定了基础。目前,塞开始在人工智能、数字经济、生物科学等新兴科学领域与中国开展紧密合作。今年上半年,中国驻塞大使馆组织了“天地对话”活动,让当地的中小学生“接触”到了空间站,也了解到中国航天事业的发展,大大开阔了眼界。今年5月,习近平主席对塞尔维亚进行了历史性访问,宣布中方将在3年内邀请数百名塞尔维亚青年科学家和青少年赴华进行科研交流和学习,这将为塞尔维亚的科技发展注入新动力。约万诺维奇说:“毫无疑问,75年来,中国人民在中国共产党的领导下,以勤劳和汗水将一个一穷二白的国家变成了世界强国,但中国没有停止发展的脚步,而是继续在科技领域加强投入,这是无比正确的选择。”他认为,当今世界国家间的博弈最终还取决于技术领域的进步,只有掌握了先进技术,才能获得真正的发展红利。中国无论是在教育领域还是研发领域的国家投入都处于世界领先水平,因此中国也将引领世界科技发展的新浪潮。塞尔维亚将继续在科技领域与中国开展全面合作,用中国技术提升和改善塞尔维亚民众的生活。(本报贝尔格莱德10月8日电本报驻贝尔格莱德记者赵嘉政)
                    【责任编辑:赵超】