📅 📍 上海频道 · 长宁区

长宁区

国际社区

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

长宁区是中华人民共和国上海市辖区,位于上海中心城区西部,距市区中心5千米。东与静安区、徐汇区相邻,西、南与闵行区相连,西北角跨吴淞江(苏州河)与嘉定区相接,南与徐汇区相连,北隔吴淞江与普陀区相望。辖9个街道1个镇,区域总面积37.18平方千米,区政府驻地位于上海市长宁区江苏路街道长宁路599号。截至2024年末,长宁区常住人口68.53万人。

🏛️ 上海县区分站

查看全部 →
浏览上海全部县区分站 →

🗺️ 上海·长宁区周边分站

16个分站
黄浦区城市原点 徐汇区品质城区 静安区静安繁华 普陀区苏河沿岸 虹口区北外滩 杨浦区科创硅谷 闵行区航天新城 宝山区钢铁新城 嘉定区汽车之城 浦东新区引领区 金山区滨海新城 松江区大学城
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 长宁区视频

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'; }); })();