📅 📍 重庆频道 · 秀山县

秀山县

边城洪安

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

秀山土家族苗族自治县,隶属中华人民共和国重庆市,是重庆东南门户,位于渝、鄂、湘、黔四省(市)毗邻地区,地跨北纬28°9′~28°53′,东经108°43′~109°18′之间,总面积2462平方公里,境内属亚热带湿润季风气候。截至2025年1月,秀山县辖5个街道、22个乡镇,总人口67万。县政府驻中和街道渝秀大道19号,秀山县是一个多民族聚居地,境内以土家族、苗族、汉族为主,海洋乡岩院古寨入选首批“中国少数民族特色村寨”名录。

🏛️ 重庆县区分站

查看全部 →
浏览重庆全部县区分站 →

🗺️ 重庆·秀山县周边分站

38个分站
渝中区解放碑 大渡口区工业遗址 江北区观音桥商圈 沙坪坝区红岩精神 九龙坡区黄桷坪艺术 南岸区南山一棵树 万州区三峡门户 涪陵区榨菜之乡 北碚区缙云山 綦江区古剑山 大足区大足石刻 渝北区中央公园
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 秀山县视频

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