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

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

maynowei10个月前 (08-05)技术知识116

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.

相关文章

产品经理的术与器:从想法到产品原型

工欲善其事,必先利其器。从idea,到product,中间的可谓要经历几番曲折, 产品定位确定决定产品的生死,产品功能需求的确定决定着开发的周期和试错的成本,互联网拼的就是快,所以要做 MVP(最小化...

Objective-C的本质(objective-c的特点)

我们平时编写的Objective-C代码,底层实现其实都是C\C++代码,所以Objective-C的面向对象都是基于C\C++的数据结构实现的OC对象的本质Objective-C的对象、类主要是基于...

Android TabLayout + ViewPager2使用

1、xml文件<!--明细列表--> <com.google.android.material.tabs.TabLayout android:id="@+id/ty_...

Qt QWaitCondition 的正确使用方法

简单用法QWaitCondition 用于多线程的同步,一个线程调用QWaitCondition::wait() 阻塞等待,直到另一个线程调用QWaitCondition::wake() 唤醒才继续往...

聊聊并发编程: Lock(并发锁有哪些)

之前学习了如何使用synchronized关键字来实现同步访问,Java SE 5之后,并发包中新增了Lock接口(以及相关实现类)用来实现锁功能,它提供了与synchronized关键字类似的同步功...

Navicat Premium 连接 Oracle 数据库

Navicat Premium是一个可多重连接的数据库管理工具,它可让你以单一程序同時连接到 MySQL、SQLite、Oracle 及 PostgreSQL 数据库,让管理不同类型的数据库更加方便。...