📅 📍 江苏频道 · 海州区

海州区

江苏,市辖区,本地资讯

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

海州区(英文名:Haizhou District;别名:东海名郡、淮海东来第一城),是行政建置名称,是连云港市中心城区,政治、经济和文化中心。海州区地处北纬34∘25′45′′~34∘35′13′′,东经119∘4′17′′~119∘13′10′′,位于连云港市区西南部,锦屏山北面。截至2025年6月,海州区行政面积为701平方公里,下辖4个镇、14个街道,1个国家级高新区和岗埠农场、云台农场2个国有农场;常住人口为94.8万。

🏛️ 江苏县区分站

查看全部 →
浏览江苏全部县区分站 →

🗺️ 江苏·海州区周边分站

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