当前位置:首页 > 技术知识 > 正文内容

China to work with all member states to complete preparations in final phase for SCO Tianjin summit: spokesperson

maynowei11个月前 (08-05)技术知识130

BEIJING, July 31 (Xinhua) -- China will work with all the Shanghai Cooperation Organization (SCO) member states to complete the preparations in the final phase for the SCO Tianjin summit, foreign ministry spokesperson Guo Jiakun said here on Thursday.

Guo made the remarks at a regular press briefing when asked to introduce the work China has done as SCO rotating chair and the preparations that have been made for the SCO Tianjin summit.

Guo said since China took over the SCO rotating chairmanship in July last year, China has acted on the slogan "Upholding the Shanghai Spirit: SCO on the Move," and made solid progress in work as the SCO chair.

He summarized the positive progress and outcomes China achieved from three aspects.

First, cooperation in all sectors has been deepened. China has hosted over 100 events as the SCO chair, and nearly half are institutional events, covering multiple areas such as politics, security, military, economy and trade, investment, energy, education, connectivity, technological innovation, green industry, digital economy and people-to-people exchanges. These events helped SCO countries increase solidarity and mutual trust, enhanced mutual learning and achieved mutually beneficial and win-win results.

Second, the mechanisms of the organization have been improved. China has worked with all member states to advance reform and innovation in various aspects such as the deliberation mechanism, cooperation pattern and permanent bodies, to ensure smoother and more efficient operation of the organization. Parties are accelerating the consultations regarding the establishment of a comprehensive center for dealing with security threats and challenges, an information security center, a center for fighting transnational organized crime and a counternarcotics center, to strengthen cooperation on law enforcement and security and to build a new paradigm for regional security cooperation.

Third, stronger commitment was made to the "Shanghai Spirit." The SCO has spoken up to uphold justice on major international and regional issues, firmly upheld the multilateral trading system and strongly condemned the abuse of armed force, sending a strong message of the SCO for safeguarding peace and justice. China, together with SCO member states, has actively carried out exchanges and dialogues among political parties, media and think tanks, giving people a better understanding of the "Shanghai Spirit" and bringing the big family of the SCO closer.

Guo said that one month later, the SCO summit will be held in China's Tianjin, adding that leaders of over 20 countries and heads of 10 international organizations will gather together for the summit.

"This will be the largest summit since the establishment of the SCO, and the culmination of China's work as the SCO chair," the spokesperson said.

Noting that the SCO Foreign Ministers' Meeting held not long ago has made full political preparations for this summit, Guo said China will work with all member states to complete the preparations in the final phase, accumulate positive outcomes in areas such as security, development, livelihood and mechanisms, to hold a friendly and united summit with fruitful results.

Guo said the Tianjin summit will guide the SCO to enter a new stage of high-quality development featuring more solidarity, coordination, vitality and contribution, and build a closer SCO community with a shared future.

相关文章

惊现!iOS 16.5 kfd 漏洞利用,成功隐藏 Dock 栏

最近!kfd漏洞比较活跃,进展也是很顺利,今天就有大神成功使用 kfd 漏洞实现隐藏 Dock 栏,到底怎么回事?请继续往下看。-- kfd 漏洞说明 --kfd漏洞适合在 iOS 16.2 - 16...

android培训学习的大纲(安卓app培训)

第一阶段android基础:1.基础javaJava概述,进制,数据类型,常量变量,运算符,表达式关系运算符,逻辑运算符,if语句,switch语句while循环,do...while循环,for循环...

Android指示器,轮播与循环轮播(android轮播图代码)

Android UI Libs之CircleIndicator1. 说明CircleIndicator,顾名思义,圆形指示器,只一个可以用来做轮播的第三方库。2. 配置在模块的build.gradle...

从 async/await 到虚拟线程:Python 并发的再思考

演进之路:从async/await到线程的反思首先必须明确的是,async/await对Python并非全无裨益:它最大的价值,是让更多人接触到了并发编程。通过在编程语言中嵌入语法元素,并发编程的门槛...

Linux C++实现多线程同步的四种方式(超级详细)

背景问题:在特定的应用场景下,多线程不进行同步会造成什么问题?通过多线程模拟多窗口售票为例:#include <iostream>#include<pthread.h>#inc...

C++26中同步与原子操作新变化(c++ 同步)

引言随着多核处理器和并发编程的普及,C++26进一步增强了对同步与原子操作的支持,为开发者提供了更高效、更安全的工具来应对多线程编程中的数据竞争与同步挑战。自C++11引入原子操作以来,C++标准库在...