📅 📍 安徽频道 · 天长市

天长市

安徽,县级市,本地资讯

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

天长市(英文名:Tianchang City)是中华人民共和国安徽省下辖县级市,由滁州市代管,位于滁州市东部。东临高邮湖,毗邻长江、淮河,西接安徽省来安县,北邻江苏省淮安市金湖县、盱眙县,东边与江苏省扬州市高邮市隔湖相望,连接南京市六合区、江苏省扬州市仪征市。天长市国土面积1770平方千米。截至2024年末,全市常住人口61.3万人。截至2025年,天长市辖2个街道、13个镇。市政府驻地为天长市广陵中路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'; }); })();