📅 📍 甘肃频道 · 卓尼县

卓尼县

甘肃,市辖区,民族地区

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

卓尼县是甘肃省甘南藏族自治州下辖县,位于青藏高原东部,甘肃南部,甘南州东南部,地处青藏高原向黄土高原的过渡带,长江和黄河流域、农耕与游牧文明的交汇区,全县国土总面积5419.68平方千米。截至2024年,卓尼县辖11镇、4个乡、3个居民委员会,政府驻地为卓尼县柳林镇。全县户籍总人口11.2万人,常住人口9.31万人。卓尼县有藏、汉、回、土等10多个民族,其中藏族人口占71.1%。

🏛️ 甘肃县区分站

查看全部 →
浏览甘肃全部县区分站 →

🗺️ 甘肃·卓尼县周边分站

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