ADVERTISEMENT

China dispatches vice premier, urges better safety measures after highway collapse killed 48

Published May 3, 2024 12:17 pm

BEIJING (AP) — China has sent a vice premier to oversee recovery efforts and urged better safety measures after a highway collapse killed at least 48 people in the country's mountainous south.

AP24123306246962.jpg
In this photo released by Xinhua News Agency, an aerial drone photo taken on May 2, 2024 shows rescuers and excavators working at the site of a highway section that collapsed on the Meizhou-Dabu Expressway in Meizhou, south China's Guangdong Province. The death toll has climbed as search efforts continue in southern China after a highway section collapsed in a mountainous area, sending more a dozen cars down a steep slope. (Wang Ruiping/Xinhua via AP)

The official Xinhua News Agency on Friday said Vice Premier Zhang Guoqing had "stressed sparing no effort in carrying out rescue and relief work."

The dispatch of Zhang, who is also a member of one of the ruling Communist Party's leading bodies, illustrates the concern over a possible public backlash over the disaster, the latest in a series of deadly infrastructure failures. References to the collapse, which left a huge gash in the side of a cliff over which the highway was built, largely disappeared from public media on Friday.

Zhang's presence follows calls by President Xi Jinping and the Communist Party's No. 2 official, Premier Li Qiang, to swiftly handle the tragedy. About 30 other victims were hospitalized. Three people were being identified by DNA samples, though it wasn't clear whether they had died as well.

One side of the four-lane highway in the city of Meizhou gave way about 2 a.m. on Wednesday after a month of heavy rains in Guangdong province.

Twenty-three vehicles plunged into a deep ravine, some bursting into flames and sending up thick clouds of smoke.

"Lessons should be drawn from the collapse and more should be done to improve disaster prevention and response capabilities, ensuring the safety of people's lives and property and the overall social stability," Xinhua quoted the vice premier as saying.

Zhang also called for closer monitoring of weather patterns during the annual summer flooding season that strikes large swathes of central and southern China, and for an improvement in early warning systems and response times.

No official word has been issued about any arrests or investigation into the collapse, which followed unusually intense weather, including hailstorms and an April 27 tornado that struck Guangdong's capital of Guangzhou, killing five and injuring 33. More heavy rain is forecast, with many flights headed south through the region canceled or delayed.

Over 56 centimeters (22 inches) of rain has fallen in the past four weeks in the county where the roadway collapsed, more than four times as much as last year. Some villages in Meizhou were flooded in early April, and the city has received additional rain in recent days.

The Ministry of Emergency Management also issued an urgent circular urging officials to "draw lessons from the road collapse and take concrete measures to prevent similar accidents."

The highway section collapsed on the first day of a five-day May Day holiday, when many Chinese travel at home and abroad.

 

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.