ADVERTISEMENT

Xi calls Russia ties priority on Moscow trip

Published Mar 21, 2023 01:20 pm
Xi Jinping said Tuesday that China would prioritize ties with Russia, calling the two "great neighboring powers" as he prepared for a second day of talks with Vladimir Putin expected to focus on Ukraine. The Chinese president also said he invited the internationally isolated Putin to visit China later this year as both leaders seek an alliance to counteract Western power. Beijing and Moscow's trade ties have boomed since Russia's Ukraine campaign, linking the nations more closely and raising worries in Western capitals over how far the ties will go. Xi said China's government would "continue to prioritize the all-round strategic partnership between China and Russia." "We are great neighboring powers," he was quoted by Russian news agencies as saying during a meeting with Prime Minister Mikhail Mishustin. Xi's trip coincides with a surprise visit to Kyiv by Japanese Prime Minister Fumio Kishida, who arrived Tuesday in what Ukraine's First Deputy Foreign Minister Emine Dzheppar called a "historic" visit. Writing on Twitter, she called it "a sign of solidarity and strong cooperation between (Ukraine and Japan). We are grateful to Japan for its strong support and contribution to our future victory."
'Constructive role' Xi's visit to Moscow has been viewed as a major boost for Putin, who is under Western sanctions and subject to an International Criminal Court warrant over accusations of unlawfully deporting Ukrainian children. On Monday, Xi and Putin held four and a half hours of talks, calling each other "dear friend." In a rare move, Putin escorted Xi to his car after the talks, and the two were seen smiling together. During the meeting, the Russian leader said he was open to talks on Ukraine and praised Beijing's 12-point position paper on the conflict, which includes a call for dialogue and respect for all countries' territorial sovereignty. Xi and Putin are also expected to discuss boosting economic cooperation as Russia boosts energy exports to China after being mostly shut out of European markets. Ahead of the talks, Russian gas giant Gazprom said that supplies through the Power of Siberia pipeline to China had reached a daily record on Monday. Xi's three-day visit began a day after Putin traveled to Mariupol in eastern Ukraine, his first trip to territory captured from Kyiv since the start of the assault in February 2022. China has sought to portray itself as a neutral party in the Ukraine conflict, but Washington has said Beijing's moves could be a "stalling tactic" to help Moscow. U.S. Secretary of State Antony Blinken said Xi's Moscow visit "suggests that China feels no responsibility to hold the president accountable for the atrocities committed to Ukraine."  "And instead of even condemning, it would rather provide diplomatic cover for Russia to continue to commit those great crimes," he added. The United States has accused Beijing of mulling arms exports to Moscow, claims China has vociferously denied. Zelensky has said he would welcome talks with Xi, though there has been no indication from Beijing of any such plans.
Kishida heads to Kyiv Meanwhile, Japanese leader Kishida was on his way to Kyiv, where he would offer "solidarity and support" in a meeting with Zelensky. Kishida is the last Group of Seven leader to visit Ukraine and has come under increasing pressure to make the trip, as Japan hosts the grouping's summit this May. Japan and China are close trading partners, but Tokyo has been increasingly worried about Beijing's growing assertiveness in the region. Japan is part of the U.S.-led security alliance known informally as the Quad, which also includes India and Australia, and positions itself as a bulwark against China's military ambitions in Asia and the Pacific. Moscow and Beijing have over the past years ramped up cooperation, both driven by a desire to counterbalance U.S. global dominance. While Beijing has called for an "impartial" mediation in the conflict, Western countries have argued that China's proposals are heavy on grand principles but light on practical solutions. The United States said last week that China's proposals would simply consolidate "Russian conquest" and allow the Kremlin to prepare a fresh offensive. China and Russia have often worked in lockstep at the UN Security Council, using their veto power as permanent council members to counter the West. It defended Putin on Monday against the International Criminal Court, saying that the court should avoid what it called "politicization and double standards" and respect the principle of immunity for heads of state. Russia's assault on Ukraine has also deepened fears among Western powers that China could one day try to take control of the self-ruled island of Taiwan, which Beijing sees as part of its territory.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.