📅 📍 云南频道 · 隆阳区

隆阳区

云南,省会城市,边境城市

20篇资讯
20个频道
2661站点ID

隆阳区又名兰城,中华人民共和国云南省保山市下辖区,位于云南省西部,东邻大理州永平县、昌宁县,南接施甸县、龙陵县,西与腾冲县相连,北与怒江州泸水县、大理州云龙县交界,东距省会昆明498千米,西离中缅边境279千米。隆阳区是滇西的交通枢纽。截至2024年末,隆阳区常住人口90.46万人。截至2025年10月,隆阳区面积4849.65平方公里,其中城市建成区面积38.45平方公里,山区、半山区占92.6%。设10个乡、5个镇、6个街道,352个村(社区)。隆阳区政府驻九隆街道永昌路泰龙小区281号。

🏛️ 云南县区分站

查看全部 →
浏览云南全部县区分站 →

🗺️ 云南·隆阳区周边分站

12个分站
昆明省会 曲靖珠江源头 玉溪聂耳故乡 保山滇西门户 昭通锁钥全滇 丽江世界文化遗产 普洱茶马古道 临沧恒春之都 盘龙区云南,本地资讯,民生服务 五华区云南,县,本地资讯 官渡区云南,市辖区,本地资讯 东川区云南,市辖区,本地资讯
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 隆阳区视频

var slides = document.querySelectorAll('.carousel-slide'); var dots = document.querySelectorAll('.carousel-dot'); var current = 0; var total = slides.length; var timer = null; function show(idx) { slides.forEach(function(s){ s.classList.remove('active'); }); dots.forEach(function(d){ d.classList.remove('active'); }); current = ((idx % total) + total) % total; slides[current].classList.add('active'); if(dots[current]) dots[current].classList.add('active'); } window.carouselNext = function(){ show(current + 1); resetTimer(); }; window.carouselPrev = function(){ show(current - 1); resetTimer(); }; dots.forEach(function(dot, i){ dot.addEventListener('click', function(){ show(i); resetTimer(); }); }); function autoPlay(){ show(current + 1); } function resetTimer(){ if(timer) clearInterval(timer); timer = setInterval(autoPlay, 5000); } if(total > 1) resetTimer(); })(); // 频道导航滚动高亮 (function(){ var tabs = document.querySelectorAll('.ch-tab'); var nav = document.getElementById('channelNav'); if(!nav) return; tabs.forEach(function(tab){ tab.addEventListener('click', function(e){ tabs.forEach(function(t){ t.classList.remove('active'); }); this.classList.add('active'); }); }); })(); // 新闻滚动暂停 (function(){ var ticker = document.querySelector('.ticker-scroll'); if(!ticker) return; ticker.addEventListener('mouseenter', function(){ this.style.animationPlayState = 'paused'; }); ticker.addEventListener('mouseleave', function(){ this.style.animationPlayState = 'running'; }); })();