📅 📍 天津频道 · 北辰区

北辰区

工业重镇

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

北辰区,隶属于中华人民共和国天津市,位于天津市中心城区北部。东与宁河区相邻,东南隔金钟河、新开河与东丽区相望,南与河北区、红桥区相连,西南以子牙河与西青区相界,西、北均与武清区相接,地理坐标东经116°56~117°24’,北纬39°10 ~39°21'。截至2024年3月,北辰区下辖7个街道、9个镇,区政府驻北辰道389号,境内南北纬宽20.8千米,东西经长43.2千米,面积478.48平方千米。截至2024年末,全区常住人口94.23万人,户籍人口49.78万人。除汉族外,有43个少数民族。

🏛️ 天津县区分站

查看全部 →
浏览天津全部县区分站 →

🗺️ 天津·北辰区周边分站

16个分站
和平区津门核心 河东区海河风情 河西区商务金融 南开区科教文脉 河北区意式风情 红桥区运河文化 滨海新区港口经济 东丽区航空枢纽 西青区杨柳青年画 津南区小站稻香 武清区京津走廊 宝坻区温泉之乡
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 北辰区视频

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