tailwind.config = { theme: { extend: { colors: { primary: '#A8071A', // 深红色主色调 secondary: '#D4AF37', // 金色辅助色 dark: '#1E1E1E', light: '#F8F9FA', }, fontFamily: { sans: ['Inter', 'system-ui', 'sans-serif'], }, } } } var _mtj = _mtj || []; (function () { var mtj = document.createElement("script"); mtj.src = "https://node90.aizhantj.com:21233/tjjs/?k=2nn1d386vx2"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(mtj, s); })(); var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?078babfb8f5ce1e276c85d57bc2c9f0a"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
欢迎访问河北西柏坡红色教育基地培训中心官方网站
function addToFavorites() { const title = document.title; const url = window.location.href; try { // IE浏览器 if (window.external && ('AddFavorite' in window.external)) { window.external.AddFavorite(url, title); } // Firefox浏览器 else if (window.sidebar && window.sidebar.addPanel) { window.sidebar.addPanel(title, url, ""); } // Chrome、Safari等现代浏览器 else { alert("请使用快捷键 Ctrl+D (Windows) 或 Cmd+D (Mac) 收藏本页"); } } catch (e) { alert("您的浏览器不支持自动收藏,请使用快捷键 Ctrl+D (Windows) 或 Cmd+D (Mac) 收藏本页"); } }
首页 > 教育基地 唐县白求恩柯棣华纪念馆

唐县白求恩柯棣华纪念馆

来源: 作者:远舟 日期:2025-10-30 浏览:0
唐县白求恩柯棣华纪念馆藏 300 余幅图片、200 多件实物,见证两位国际主义战士的奉献。这座特色建筑里,藏着跨越国界的力量。

  唐县白求恩柯棣华纪念馆,立在北钟鸣山下。这处场所不只是旧物陈列地,更是精神的坐标。它藏着的何止是史料,更是跨越国界的信仰印记。

  建筑里的民族风骨

  纪念馆1986年落成,占地四万多平方米。主体是“两馆一堂”,八角纪念堂在中央,两侧分属两位战士。琉璃瓦顶金碧辉煌,花岗岩台阶南低北高。迎门牌坊刻着题字,围墙错落环绕,浑然一体。这样的建筑,不正是民族风格的彰显吗?它竟还入了德国的工艺辞典,这份荣光难得。拾级而上时,县城风光尽收眼底,心境也随之开阔。纪念堂能容千人,题名出自元帅之手,庄重感油然而生。

  实物中的奉献印记

  两馆各有三间展室,展陈面积相当。三百余幅图片,两百多件实物,静静躺着。手术器械带着锈迹,医药箱边角磨损,毛油灯早已无油。这些物件见过硝烟,沾过血迹。还有远方赠送的礼品,房东捐赠的旧物,每一件都藏着故事。唐县白求恩柯棣华纪念馆的展陈,从不是冰冷的陈列,而是鲜活的见证。它们沉默着,却比话语更有力量。

  跨越国界的生命答卷

  加拿大的他,是外科医师,更是战士。不远万里而来,带着医疗队奔赴前线。连续手术数十小时,行程千里救治伤员。手指划伤感染,最终倒在唐县土地上。延安为他追悼,伟人撰文号召学习,医院和学校以他命名。印度的他,放弃深造机会,加入援华队伍。接任院长,率队支援前线,连续工作至积劳成疾,三十出头便病逝。两人未曾谋面,却走着同样的路。

  唐县白求恩柯棣华纪念馆,是精神的容器。建筑、实物、事迹,都在诉说奉献。这份跨越国界的情谊,值得永远铭记。



关键词:±唐县白求恩柯棣华纪念馆 展陈±白求恩柯棣华 事迹 纪念馆±保定 白求恩纪念馆 建筑特色

政策咨询与反馈

如果您对本政策有任何疑问或建议,请通过以下方式反馈:

微信“扫一扫”即可分享

/* 生成二维码 */ const qr = new QRCode(document.getElementById('qrImg'),{ text: location.href, // 当前页面地址 width:200,height:200, colorDark:'#000000', colorLight:'#ffffff', correctLevel:QRCode.CorrectLevel.H }); /* 弹层控制 */ const mask = document.getElementById('qrMask'); document.getElementById('shareBtn').onclick = () => mask.style.display = 'flex'; document.getElementById('closeBtn').onclick = () => mask.style.display = 'none'; /* 点击遮罩也能关闭 */ mask.addEventListener('click',e=>{if(e.target===mask)mask.style.display='none'}); /* 保存图片(兼容移动端) */ document.getElementById('saveBtn').onclick = ()=>{ const src = document.querySelector('#qrImg').src; const a = document.createElement('a'); a.href = src; a.download = '分享二维码.png'; a.click(); }; // 导航栏滚动效果 const mainNav = document.getElementById('mainNav'); window.addEventListener('scroll', () => { if (window.scrollY > 100) { mainNav.classList.add('bg-white/95', 'bg-blur', 'py-2', 'shadow-lg'); mainNav.classList.remove('py-3'); } else { mainNav.classList.remove('bg-white/95', 'bg-blur', 'py-2', 'shadow-lg'); mainNav.classList.add('py-3'); } }); // 移动端菜单 const menuBtn = document.getElementById('menuBtn'); const mobileMenu = document.getElementById('mobileMenu'); menuBtn.addEventListener('click', () => { mobileMenu.classList.toggle('hidden'); menuBtn.innerHTML = mobileMenu.classList.contains('hidden') ? '' : ''; }); // 移动端子菜单 const submenuBtns = document.querySelectorAll('.mobileSubmenuBtn'); submenuBtns.forEach(btn => { btn.addEventListener('click', () => { const submenu = btn.nextElementSibling; const icon = btn.querySelector('i'); submenu.classList.toggle('hidden'); icon.classList.toggle('fa-angle-down'); icon.classList.toggle('fa-angle-up'); }); }); // 轮播图 const carouselItems = document.querySelectorAll('.carousel-item'); const indicators = document.querySelectorAll('.carousel-indicator'); const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); let currentSlide = 0; let slideInterval; function showSlide(index) { carouselItems.forEach((item, i) => { item.style.opacity = i === index ? '1' : '0'; }); indicators.forEach((indicator, i) => { indicator.style.opacity = i === index ? '1' : '0.5'; }); currentSlide = index; } function nextSlide() { let newIndex = (currentSlide + 1) % carouselItems.length; showSlide(newIndex); } function prevSlide() { let newIndex = (currentSlide - 1 + carouselItems.length) % carouselItems.length; showSlide(newIndex); } function startSlideInterval() { slideInterval = setInterval(nextSlide, 5000); } prevBtn.addEventListener('click', () => { clearInterval(slideInterval); prevSlide(); startSlideInterval(); }); nextBtn.addEventListener('click', () => { clearInterval(slideInterval); nextSlide(); startSlideInterval(); }); indicators.forEach((indicator, index) => { indicator.addEventListener('click', () => { clearInterval(slideInterval); showSlide(index); startSlideInterval(); }); }); startSlideInterval(); // 返回顶部按钮 const backToTopBtn = document.getElementById('backToTop'); window.addEventListener('scroll', () => { if (window.scrollY > 500) { backToTopBtn.classList.remove('opacity-0', 'invisible'); backToTopBtn.classList.add('opacity-100', 'visible'); } else { backToTopBtn.classList.add('opacity-0', 'invisible'); backToTopBtn.classList.remove('opacity-100', 'visible'); } }); backToTopBtn.addEventListener('click', () => { window.scrollTo({ top: 0, behavior: 'smooth' }); }); // 平滑滚动 document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const targetId = this.getAttribute('href'); if (targetId === '#') return; const targetElement = document.querySelector(targetId); if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth' }); } }); }); function shareToWeibo(el, url, title, pic) { var u = 'https://service.weibo.com/share/share.php?url=' + encodeURIComponent(url||location.href) + '&title=' + encodeURIComponent(title||document.title) + '&pic=' + encodeURIComponent(pic||''); window.open(u, '_blank', 'width=600,height=450,top=' + (screen.height-450)/2 + ',left=' + (screen.width-600)/2 + ',toolbar=no,menubar=no,scrollbars=no,resizable=1'); } // 显示当前时间 document.getElementById('currentTime').textContent = new Date().toLocaleString('zh-CN'); // 下载当前页面的函数 function downloadCurrentPage() { // 获取当前页面的完整HTML内容 const htmlContent = document.documentElement.outerHTML; // 创建Blob对象 const blob = new Blob([htmlContent], { type: 'text/html' }); // 创建下载链接 const downloadLink = document.createElement('a'); downloadLink.href = URL.createObjectURL(blob); // 设置下载文件名(包含时间戳) const timestamp = new Date().toISOString().replace(/[:.]/g, '-'); const fileName = `downloaded-page-${timestamp}.html`; downloadLink.download = fileName; // 触发下载 document.body.appendChild(downloadLink); downloadLink.click(); // 清理 document.body.removeChild(downloadLink); URL.revokeObjectURL(downloadLink.href); // 显示下载完成提示 alert('页面下载完成!'); } /* 兼容:即使页面里没有 #print-date 也不报错 */ (function () { var btn = document.getElementById('btn-print'); if (!btn) return; // 防止按钮被误删 btn.addEventListener('click', function () { // 如果页面里刚好有 #print-date 就写日期,没有就跳过 var dateBox = document.getElementById('print-date'); if (dateBox) { var now = new Date(); dateBox.textContent = now.getFullYear() + '年' + (now.getMonth() + 1) + '月' + now.getDate() + '日 ' + now.getHours() + ':' + String(now.getMinutes()).padStart(2, '0'); } window.print(); // 真正调起打印框 }); })(); // 显示当前页面信息 document.getElementById('pageTitle').textContent = document.title; document.getElementById('pageUrl').textContent = window.location.href; // 分享功能 async function sharePage() { const shareData = { title: document.title, text: '来看看这个有趣的页面:' + document.title, url: window.location.href }; const resultDiv = document.getElementById('shareResult'); // 检查是否支持 Web Share API if (navigator.share) { try { await navigator.share(shareData); showResult('分享成功!', 'success'); } catch (err) { if (err.name !== 'AbortError') { showResult('分享失败:' + err.message, 'error'); } else { showResult('您取消了分享', 'error'); } } } else { // 如果不支持,复制链接到剪贴板 copyToClipboard(window.location.href); } } // 复制到剪贴板功能 function copyToClipboard(text) { const textarea = document.createElement('textarea'); textarea.value = text; document.body.appendChild(textarea); textarea.select(); try { document.execCommand('copy'); showResult('链接已复制到剪贴板!', 'success'); } catch (err) { showResult('复制失败,请手动复制页面链接', 'error'); } document.body.removeChild(textarea); } // 显示结果信息 function showResult(message, type) { const resultDiv = document.getElementById('shareResult'); resultDiv.textContent = message; resultDiv.className = type; resultDiv.style.display = 'block'; // 3秒后隐藏结果 setTimeout(() => { resultDiv.style.display = 'none'; }, 3000); } // 添加页面加载动画 window.addEventListener('load', function() { document.querySelector('.container').style.opacity = '0'; document.querySelector('.container').style.transform = 'translateY(20px)'; document.querySelector('.container').style.transition = 'all 0.5s ease'; setTimeout(() => { document.querySelector('.container').style.opacity = '1'; document.querySelector('.container').style.transform = 'translateY(0)'; }, 100); }); // 为不支持tel协议的浏览器提供备用方案 document.querySelector('.phone-button').addEventListener('click', function(e) { // 检测是否为桌面浏览器 const isDesktop = !/Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); if (isDesktop) { e.preventDefault(); alert('