Death toll in southwest China landslide rises to 43

Rescue workers search for missing victims at a landslide site, a day after a landslide hits Liangshui village in Zhaotong, in southwestern China's Yunnan province on Sunday (AFP photo)

BEIJING — The death toll from a landslide that struck in China's rugged southwest rose to 43 on Thursday, state media said, leaving just one victim still missing under the debris.

The landslide, which occurred in Yunnan province's Zhenxiong county before dawn on Monday, buried 18 homes and sparked the evacuation of more than 200 people.

Chinese state broadcaster CCTV reported on Thursday evening that nine more bodies were uncovered at the scene, raising the death toll from 34 on Wednesday.

President Xi Jinping on Monday ordered "all-out" rescue efforts.

Following the disaster, 200 rescue workers braved frigid temperatures and a layer of snow in a race against the clock to find buried villagers.

Images shared by state media showed responders in helmets, face masks and bright orange clothing digging through twisted metal and concrete through the night in a bid to locate survivors.

Dozens of fire trucks and large digging equipment could also be seen.

Landslides are common in Yunnan, a far-flung and largely impoverished region of China where steep mountain ranges rise up to the vast Himalayan plateau.

China has experienced a string of natural disasters in recent months, some following extreme weather events such as sudden, heavy downpours.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });