91³Ô¹ÏÍø

Watch CBS News

As Trump administration eases EPA regulations, Houston could pay a price

Washington — Since President Trump took office in January, his Environmental Protection Agency has been both slashing and reconsidering dozens of rules designed to fight pollution. The White House is also firing many of the EPA staffers who enforce the rules that remain. 

This week, CBS News visited a Houston neighborhood that's near an NRG Energy coal-fired power plant, the largest in Texas. 

When CBS News visited the same neighborhood in December, Mr. Trump had just been elected to a second term, promising the energy industry that he would roll back environmental regulations that protect air quality

"I think of pollution as a silent and invisible killer," Dr. Winston Liaw, chair of the Health Systems and Population Health Sciences Department at the University of Houston, told CBS News.

Liaw treats patients who run a higher risk of lung disease, asthma and heart attacks due to emissions from oil refineries, chemical plants and coal plants in the Houston area. 

He explained how the air in Houston can impact human health.

"There are these tiny particles, and they're so small that they bypass a lot of our defenses," Liaw said. "And then they start injuring all sorts of tissue in our body."

A from Rice University found that pollution from the NRG plant contributes to 177 premature deaths per year. 

In April, the Trump administration   — including the NRG plant in the Rice study — a two-year exemption from complying with federal regulations intended to lower mercury emissions, a powerful  that can affect the brain.

CBS News analyzed the Trump administration's exemptions and found that nearly 65% of these plants are located within 3 miles of low-income, minority communities.  

"Bottom line is, who's more at risk are poor people," said Ben Jealous, executive director of the Sierra Club, an environmental advocacy group that has led an effort to try and close almost two-thirds of the nation's coal plants.

"When you start increasing production of coal-fired power plants, you're going to kill more people, and you're going to cause more heart attacks, and you're going to cause more asthma attacks," Jealous said.

In a statement provided to CBS News, NRG Energy said its "coal units operate in compliance with the current Mercury Air Toxics Standards (MATS) and will operate in compliance with any future MATS requirements."

In a separate statement, the Trump administration said Biden-era coal plant regulations "stacked burdensome regulations on top of the longstanding Mercury and Air Toxics Standards, raising the risk of coal-fired plants shutting down – which would eliminate thousands of jobs, strain our electrical grid, and undermine our national security by leaving America vulnerable to electricity shortages." 

Jealous argues that coal is not a more reliable energy source than renewable energies.

"The argument that coal gives you more reliable energy isn't valid," Jealous said. "Solar, wind and batteries gives you the most reliable, the most resilient grid."

More importantly, he said, for the people of Houston and across the country, renewable energy means less pollution. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });