📅 📍 广东频道 · 湛江

湛江

热带港城

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

湛江市,旧称“广州湾”,别称“港城”,是中华人民共和国广东省地级市,位于中国大陆最南端、广西、广东和海南三省交界处,地处广东省西南部,西临北部湾,介于东经109°40′~110°58′,北纬20°13′~21°57′之间,为生态型海湾城市,海岸线总长2023.6千米,海域总面积约2万平方千米。辖区东西最大距离136千米,南北最大距离192千米。土地总面积13263平方千米。属于热带北缘季风气候,终年受海洋气候的调节。截至2024年末,湛江市常住人口712.08万人,常住人口城镇化率48.59%。

🏛️ 广东县区分站

查看全部 →
浏览广东全部县区分站 →

🗺️ 广东·湛江周边分站

33个分站
广州一线城市 深圳一线城市 珠海经济特区 汕头经济特区 佛山制造重镇 韶关粤北中心 肇庆文旅名城 江门侨乡 茂名南方油城 阳江刀剪之都 清远漂流之乡 东莞世界工厂
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 湛江视频

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