CINXE.COM
English | 福建
<!DOCTYPE html> <html lang="en" x-data="{ darkMode: localStorage.getItem('darkMode') || localStorage.setItem('darkMode', 'system')}" x-init="$watch('darkMode', val => localStorage.setItem('darkMode', val))" x-bind:class="{'dark': darkMode === 'dark' || (darkMode === 'system' && window.matchMedia('(prefers-color-scheme: dark)').matches)}"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"> <style> [x-cloak] { display: none; } </style> <link rel="stylesheet" href="/assets/css/vendor.combined.css?1729517261"> <link rel="stylesheet" type="text/css" href="/assets/fonts/font-awesome-4.3.0/css/font-awesome.min.css"/> <link rel="stylesheet" href="/assets/css/app.css?1729517261"> <link rel="icon" href="/assets/images/svg/favicon.svg"> <link rel="mask-icon" href="/assets/images/svg/favicon.svg" color="#000000"> <link rel="apple-touch-icon" href="/assets/images/svg/favicon.svg"> <script src="https://use.typekit.net/toa5etl.js"></script> <script>try{Typekit.load({ async: true });}catch(e){}</script> <!-- site language --> <meta site="zh-Hant"> <title>English | 福建</title><meta name="generator" content="SEOmatic"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="robots" content="all"> <meta content="zh_Hant" property="og:locale"> <meta content="zh_Hant_TW" property="og:locale:alternate"> <meta content="en" property="og:locale:alternate"> <meta content="English" property="og:site_name"> <meta content="website" property="og:type"> <meta content="https://www.bdcconline.net/zh-hans/places/fujian/" property="og:url"> <meta content="福建" property="og:title"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@"> <meta name="twitter:title" content="福建"> <link href="https://www.bdcconline.net/zh-hans/places/fujian/" rel="canonical"> <link href="https://www.bdcconline.net/zh-hans/" rel="home"> <link href="https://www.bdcconline.net/zh-hant/places/fujian/" rel="alternate" hreflang="zh-hant-tw"> <link href="https://www.bdcconline.net/zh-hans/places/fujian/" rel="alternate" hreflang="zh-hant"> <link href="https://www.bdcconline.net/en/places/fujian/" rel="alternate" hreflang="x-default"> <link href="https://www.bdcconline.net/en/places/fujian/" rel="alternate" hreflang="en"> <style> .hover-triangle:after { content:''; position: absolute; top:-32px; right:4px; height: 0; width: 0; border: 16px solid transparent; border-bottom-color: #404040; } </style></head> <body id="body" class="zh-Hant relative text-grayBrand-text bg-white font-work text-base overscroll-none"> <header x-data="{ visible: true, lastScrollY: window.scrollY, ticking: false }" x-init=" // Initialize lastScrollY with the current scroll position lastScrollY = window.scrollY; // Add a scroll event listener to the window window.addEventListener('scroll', () => { // Check if a scroll event is already being processed if (!ticking) { // Use requestAnimationFrame to debounce the scroll event handler window.requestAnimationFrame(() => { // Check the scroll direction if (window.scrollY > lastScrollY) { // If scrolling down, hide the header visible = false; } else { // If scrolling up, show the header visible = true; } // Update lastScrollY with the current scroll position lastScrollY = window.scrollY; // Reset ticking to false to allow future scroll events to be processed ticking = false; }); // Set ticking to true to indicate that a scroll event is being processed ticking = true; } }); " :class="{ 'transform -translate-y-full -top-[85px]': !visible, 'transform translate-y-0 top-0': visible }" class="fixed left-0 right-0 z-50 transition-all duration-500 ease-in-out bg-white overscroll-none" > <a href="#main-content" role="button" aria-label="Skip to main content" class="flex flex-col justify-center skip-main" style="height:40px;">Skip to main content</a> <!-- /.skip-main --> <script src="https://use.typekit.net/toa5etl.js"></script> <script>try{Typekit.load({ async: true });}catch(e){}</script> <!-- site language --> <meta site="zh-Hant"> <!-- Off-Canvas Menu --> <div x-data="{ open: false }" x-init="$watch('open', value => document.body.classList.toggle('overflow-hidden', value))" class="fixed relative z-50 flex flex-row w-full bg-white border-b border-gray-200 overscroll-none"> <a href="https://www.bdcconline.net/zh-hans/" class="px-6 py-2 text-lg font-semibold tracking-widest text-gray-900 uppercase dark-mode:text-white focus:outline-none focus:shadow-outline"> <span title="世华中国研究中心"> <img src="/assets/images/logo.png" class="w-16 h-16" alt="世华中国研究中心 主页"> </span> <span class="sr-only">主页</span> </a> <div class="flex flex-row items-center gap-2 ml-auto mr-8"> <div x-data="{ open: false }" @mouseleave="open = false" class="relative"> <button class="flex flex-row items-center block gap-1 px-4 py-4 uppercase text-15 font-freight-sans" @mouseover="open = true"> 语言 <svg class="h-4 w-4 text-gray-400 inline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg> </button> <div x-show="open" x-cloak x-transition.origin.top.left class="absolute -left-12 mt-2 w-40 rounded-md shadow-md z-[1000] bg-grayBrand border-t-[15px] top-[calc(100%-10px)] border-white hover-triangle"> <a href="https://www.bdcconline.net/en/places/fujian/" title="English" class="block px-4 py-4 text-white/60 hover:text-white hover:bg-grayBrand-hover font-freight-sans"> English </a> <a href="https://www.bdcconline.net/zh-hant/places/fujian/" title="Chinese - Taiwan" class="block px-4 py-4 text-white/60 hover:text-white hover:bg-grayBrand-hover font-freight-sans"> 中文 (繁體) </a> </div> </div> <!-- Toggle Button --> <button @click="open = !open;" class="flex flex-row items-center gap-2 p-2 uppercase bg-blue-500 font-freight-sans"> 选单 <svg class="h-4 w-4" width="40" height="40" viewBox="0 0 100 80" x-show="!open"><path d="M0 0h100v10H0zm0 30h100v10H0zm0 30h100v10H0z"/></svg> </button> </div> <template x-teleport="body"> <!-- Overlay --> <div x-show="open" @click="open = false" class="fixed inset-0 z-50 bg-black/60" x-cloak></div> </template> <template x-teleport="body"> <!-- Off-Canvas Menu --> <div x-show="open" x-transition:enter="transition ease-out duration-300" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-300" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="fixed inset-y-0 right-0 z-50 text-white transform bg-grayBrand w-[260px]" x-cloak> <div class="py-8"> <button @click="open = !open" class="absolute flex flex-row items-center gap-2 p-2 ml-auto uppercase bg-blue-500 right-4 top-4 font-freight-sans"> 关闭 <svg class="h-4 w-4 fill-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001" x-show="open"><path d="M284.286 256.002L506.143 34.144c7.811-7.811 7.811-20.475 0-28.285-7.811-7.81-20.475-7.811-28.285 0L256 227.717 34.143 5.859c-7.811-7.811-20.475-7.811-28.285 0-7.81 7.811-7.811 20.475 0 28.285l221.857 221.857L5.858 477.859c-7.811 7.811-7.811 20.475 0 28.285a19.938 19.938 0 0014.143 5.857 19.94 19.94 0 0014.143-5.857L256 284.287l221.857 221.857c3.905 3.905 9.024 5.857 14.143 5.857s10.237-1.952 14.143-5.857c7.811-7.811 7.811-20.475 0-28.285L284.286 256.002z"/></svg> </button> <div x-data="{ expanded: true }"> <button class="flex flex-row items-center justify-between w-full pl-8 pr-4 mt-8 text-lg font-medium text-white uppercase font-freight-sans" @click="expanded = ! expanded"> 查出人物生平 <svg class="h-4 w-4" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="!expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> <svg class="h-4 w-4 rotate-90" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </button> <ul x-show="expanded" x-collapse class="mt-4 "> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/stories/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 所有人物生平 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/stories/latest-stories/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 最近人物生平 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/stories/editors-picks/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 编辑的选择 </a> </li> <hr class="mx-[16px] my-3 border-white/20"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/collections/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 搜集 </a> </li> </ul> </div> <div x-data="{ expanded: false }"> <button class="flex flex-row items-center justify-between w-full pl-8 pr-4 mt-8 text-lg font-medium text-white uppercase font-freight-sans" @click="expanded = ! expanded"> 参写人物生平 <svg class="h-4 w-4" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="!expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> <svg class="h-4 w-4 rotate-90" width="8px" height="11px" viewBox="0 0 8 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" x-show="expanded"> <!-- Generator: Sketch 3.2 (9961) - http://www.bohemiancoding.com/sketch --> <title>Slice 1</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="cd-arrow" sketch:type="MSLayerGroup" fill="#989890"> <g id="Homepage" sketch:type="MSShapeGroup"> <g id="homepage-products-new"> <g id="header"> <g id="img_x2B_msg-4"> <g id="learn-more"> <path d="M8,5.5 L1.9,11 L0.1,9.4 L4.4,5.6 L0.1,1.8 L2,0.1 L8,5.5" id="Imported-Layers"></path> </g> </g> </g> </g> </g> </g> </g> </svg> </button> <ul x-show="expanded" x-collapse class="mt-4"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/write/guidelines/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 参写人员指导原则 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/write/potential/" class="font-freight-sans text-lg text-white/60 my-1 inline-block pl-8 pr-4"> 潜在人物生平 </a> </li> </ul> </div> <ul class="mt-4"> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/our-story/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 我们的故事 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/our-team/ " class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 编辑团队 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/donate/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 捐赠 </a> </li> <li class="mx-4 hover:bg-grayBrand-hover"> <a href="https://www.bdcconline.net/zh-hans/contact/" class="pl-4 pr-4 font-freight-sans text-lg text-white/60 my-1 inline-block"> 联系我们 </a> </li> </ul><!-- /.mt-4 --> </div> </div> </template> </div> </header> <main id="main-content" aria-label="page content"> <div class="h-[380px] max-h-[380px] relative overflow-hidden mt-[82px]"> <div class="absolute top-0 left-0 w-full h-full py-16 "> <div class="container relative z-20 h-full"> <div class="flex flex-col items-center justify-center w-full h-full gap-8 "> <h1>工作区域</h1> </div> <!-- /.flex flex-col lg:flex-row --> </div> <!-- /.container --> </div> <div class="absolute inset-0 z-10 w-full h-full bg-grayBrand/[.35]"></div> <figure class="h-full"> <picture class=""> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=768&h=380&auto=compress%2Cformat&fit=crop&dm=1724334260&s=f8da659937a813c44189f2b81859e22e" width="768" height="380" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=768&h=380&fm=webp&auto=compress&fit=crop&dm=1724334260&s=eb915a029efafcb30c8fffa425f35d4b" width="768" height="380" type="image/webp"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1024&h=380&auto=compress%2Cformat&fit=crop&dm=1724334260&s=a94f816a5f20951f78a522093b0cd0ad" width="1024" height="380" type="image/jpeg"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1024&h=380&fm=webp&auto=compress&fit=crop&dm=1724334260&s=693b90cd942768aaee665dd0ed26e444" width="1024" height="380" type="image/webp"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1280&h=380&auto=compress%2Cformat&fit=crop&dm=1724334260&s=0c9c0200d725672592864fe68ba7c42a" width="1280" height="380" type="image/jpeg"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1280&h=380&fm=webp&auto=compress&fit=crop&dm=1724334260&s=4bcdbd8b9f3f71030d28600418d7f5ad" width="1280" height="380" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1600&h=380&auto=compress%2Cformat&fit=crop&dm=1724334260&s=c9bf8ae9fa65a849443d9a6bb2416cf6" width="1600" height="380" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1600&h=380&fm=webp&auto=compress&fit=crop&dm=1724334260&s=d8fc79ecb50c27ab6d20eaf2467df9c9" width="1600" height="380" type="image/webp"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1920&h=380&auto=compress%2Cformat&fit=crop&dm=1724334260&s=01b8113e92bc085a436efc274324ed91" width="1920" height="380" type="image/jpeg"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1920&h=380&fm=webp&auto=compress&fit=crop&dm=1724334260&s=bdb0cc082c6950eaa5950637fe6301f1" width="1920" height="380" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/collections/places.jpg?w=1920&h=380&auto=compress%2Cformat&fit=crop&dm=1724334260&s=01b8113e92bc085a436efc274324ed91" alt="Places" class="object-cover w-full h-full" width="1920" height="380" loading="lazy" /> </picture> </figure> </div> <div class="container"> <div class="w-full md:max-w-[670px] mx-auto p-8"> <hr class="section-divider"> <h2 class="italic font-normal text-center text-[3.5rem] leading-[1.55] font-freight-serif">All stories related to 福建</h2> <hr class="section-divider"> </div> <!-- /.w-full --> </div> <!-- /.container --> <div class="scroll-mb-[400px]" id="fujian"></div> <div id="component-gskiyu" class="sprig-component" data-hx-target="this" data-hx-include="this" data-hx-trigger="refresh" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{"sprig:config":"461b8a26d3ca557ac1c8f7420dfd4e133616d64c17b6500ed97645ec55c63ee4{\u0022id\u0022:\u0022component-gskiyu\u0022,\u0022siteId\u0022:3,\u0022template\u0022:\u0022places\\\/_components\\\/place-listing\u0022,\u0022variables\u0022:{\u0022limit\u0022:12,\u0022entryId\u0022:2447}}"}"> <input type="hidden" name="page" value="1"> <section class=""> <div class="bg-grayBrand-100 pb-16"> <div class="container"> <div class="grid w-full grid-cols-1 gap-8 pt-20 pb-8 mx-auto lg:gap-12 max-w-906 xl:max-w-screen-xl xs:grid-cols-2 sm:grid-cols-3 md:grid-cols-3 xl:grid-cols-4"> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/ai-rulue/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672208&s=6db109699184e9fda1f4cb3e9de878c7" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672208&s=f7c94d77bb1fc08846095b89a6340f7b" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672208&s=29050c431fa83d1d72d7ba58c450a8c0" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672208&s=deea702355513334b3252039861e26a0" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672208&s=3a065d65da2e37a6791c8c648746deb7" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672208&s=c220a65b75226ebd2ccd9b663c9db790" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672208&s=3a065d65da2e37a6791c8c648746deb7" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672208&s=c220a65b75226ebd2ccd9b663c9db790" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672208&s=741c1f030a214855e3a5704cf7cb7854" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672208&s=f47810ee1b7e642754fdce29ca47e655" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Aleni-Giulio.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672208&s=741c1f030a214855e3a5704cf7cb7854" alt="Aleni Giulio" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 艾儒略 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1582 — 1647 </p> <p>明末在华意大利藉耶稣会传教士、科学家和神学家。在中国从事传教和科学活动36载,对天主教在华传播,以及中西文化交流做出了重要贡献。有“西来孔子”之誉。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/amy-isabel-oxley-wilkinson/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=32ff7f26ab4dec9a9640ace25a0d7e0c" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=36f3278df18e22118c3eaa55351fecdc" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=d129d664ac2e2c7a62ec229f65ec3db7" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=fca0b4a3eb0c07cad5fc769fca656a84" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=09f7ae875c7f89f29ebbf4e9bbf2b6a5" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=3c18167ed3ee6066dab0da23db5e2ce1" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=09f7ae875c7f89f29ebbf4e9bbf2b6a5" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=3c18167ed3ee6066dab0da23db5e2ce1" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=61fe084848937a3041be7924ff887f3a" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=ddfe0fc70ddbf9e57d21b2e46a389114" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Amy-Wilkinson.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5&fp-y=0.3379&dm=1730124262&s=61fe084848937a3041be7924ff887f3a" alt="BDCC Amy Wilkinson" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> Amy Isabel Oxley Wilkinson </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1868 — 1949 </p> <p><p><span>Amy was a pioneer educator of the blind in China. George was a medical missionary who founded the Foochow (Fuzhou) Mission Hospital.</span></p></p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/an-desen/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1722359996&s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1722359996&s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1722359996&s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1722359996&s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7798f26fb108224947f09751efc67945" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1722359996&s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7798f26fb108224947f09751efc67945" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1722359996&s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1722359996&s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 安德森·阿兰 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1876 — 1959 </p> <p>先后在中国厦门、马来西亚和新加坡宣教的英国传教士。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/bai-xifu/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672209&s=bd38d09aa5828cc4823bf1a66fac8d69" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672209&s=bcdb2da8ee47c8c2339a8a4c34caf9ee" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672209&s=13d0c5064c6e2b22224ef29d04c78b35" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672209&s=1b20354224173e71398deadd6c0fc1d8" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672209&s=e7e5aefad05f54f5a3965037fefbd900" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672209&s=a86914290f91b7e883cd505fec89dda9" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672209&s=e7e5aefad05f54f5a3965037fefbd900" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672209&s=a86914290f91b7e883cd505fec89dda9" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672209&s=3aef5758e66e047a4b69c5ced3f542be" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672209&s=217697338b01f3c6d4480164f79dbda6" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bashford-James.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672209&s=3aef5758e66e047a4b69c5ced3f542be" alt="Bashford James" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 柏锡福 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1848 — 1919 </p> <p>在华卫理公会主教 。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/bao-ling/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672219&s=f46d1cdb037943ab41db14dc185f085d" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672219&s=c8dc40d801cfe8ec663bf2bd7cbdbd51" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672219&s=0f75c0febf4c8267111be15d2f712bc6" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672219&s=05aa6ce04f49d32e47a053116442d66c" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672219&s=3a3f5a3400762a968487129d86a5869c" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672219&s=806df1c651ebbb0e0f966c7877bf97e0" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672219&s=3a3f5a3400762a968487129d86a5869c" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672219&s=806df1c651ebbb0e0f966c7877bf97e0" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672219&s=0bfbdd94c4fcdf0eb52e33a043923af9" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672219&s=6aefa4165e8c9886f138eeadfb3e7bb9" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baldwin.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672219&s=0bfbdd94c4fcdf0eb52e33a043923af9" alt="Baldwin" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 保灵 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1835 — 1902 </p> <p>十九世纪来华美国美以美会宣教士。在福州宣教二十多年,担任《教务杂志》总编辑十四年,并先后担任福州天安堂牧师、美以美会福州差会监督等职;也是最早提出中国教会自养主张的宣教士之一。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/bin-huilian/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672204&s=be27c8a5333eb60ecb0e55ff266a72ef" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672204&s=8e55a7e3594d6103ac1c0e87eccf361d" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672204&s=2230085885d79ca8ab89b3101e1be64d" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672204&s=71e02637db179244c574e6ed8378d993" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672204&s=02620047bbc7cb15b8fa2f55b6d6681c" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672204&s=358448ee54eccf742f3698e1bc9cbd6f" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672204&s=02620047bbc7cb15b8fa2f55b6d6681c" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672204&s=358448ee54eccf742f3698e1bc9cbd6f" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672204&s=b4d5e8179c21d2fa8ce2b3136895e973" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672204&s=2104e1cf33e2a4848040a8c243460dda" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burns-William-Chalmers.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672204&s=b4d5e8179c21d2fa8ce2b3136895e973" alt="Burns William Chalmers" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 賓惠廉 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1815 — 1868 </p> <p>苏格兰长老会来华宣教士,19世纪享誉欧美和中国的著名布道家、奋兴家。在华20载,先后在香港、汕头、厦门、上海、北京和营口等地宣教,为中国教会带来复兴。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/chen-biyin/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1722359996&s=c6c58b0a547e940638c465559cf419eb" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1722359996&s=88a7eced387fbc2e597eb2d5100f6251" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1722359996&s=b0ef937ef8230fa27573b378ee37db0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1722359996&s=1f5b2a8e2ec0b4911ea61bec1f0e04a5" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7798f26fb108224947f09751efc67945" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1722359996&s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7798f26fb108224947f09751efc67945" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1722359996&s=112d897f1a05785b826e3a9c7bd63988" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7a0be8ae1de7719f7426f660c931b7c5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1722359996&s=cb7e34e4cb42deac78b5347033e6dd6d" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/mountains.png?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1722359996&s=7a0be8ae1de7719f7426f660c931b7c5" alt="Mountains" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 陈必荫 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1910 — 2007 </p> <p>福州基督徒聚会处长老;一生满有实际属灵经历的基督仆人。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/chen-yongen/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672215&s=9165241a55111ae7a73afeb6d792310c" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672215&s=8bfc964ce1f0d896be5b404fb32c33fc" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672215&s=1e1283a958e55de4c389e94d08822b0c" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672215&s=de2488adc0d7e4e03911bdf031680ebe" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672215&s=c19bdc57814f9b99378c6b6fd483cf93" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672215&s=61f8a4a904cb9e0704e160cfe998d16c" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672215&s=c19bdc57814f9b99378c6b6fd483cf93" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672215&s=61f8a4a904cb9e0704e160cfe998d16c" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672215&s=01b44afd029d223b30295c78218c4e55" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672215&s=8cbad5281ecde7d390ffb78ed49eb876" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Yongen.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672215&s=01b44afd029d223b30295c78218c4e55" alt="Chen Yongen" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 陈永恩 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1873 — 1951 </p> <p>基督教圣公会福建教区早期教会牧师、主教。是福建教区首任华籍副主教。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/chen-zhimei/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672207&s=f8b5962b4d810346c376633b5ebbd7ec" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672207&s=8d3e53689d790bab2ae4aecbd1f22b0d" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672207&s=25a693415e18bdf9a1a58b1e767ad491" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672207&s=86945dc49eb2cc44852d26d1c4e922d3" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672207&s=830525d72ca59f5f2c26884c70e3fa51" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672207&s=4b99ef09efef1708ea515749c58435e5" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672207&s=830525d72ca59f5f2c26884c70e3fa51" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672207&s=4b99ef09efef1708ea515749c58435e5" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672207&s=06071657a186c2a87180dee29ab96901" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672207&s=e95f2769c13fc55e3f4548a28cc518d1" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Chen-Zhimei.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672207&s=06071657a186c2a87180dee29ab96901" alt="Chen Zhimei" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 陈芝美 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1896 — 1972 </p> <p>福建省知名教会领袖;福州鹤龄英华中学首任华人校长,主掌英华中学二十年,造就众多英才。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/du-jiade/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672212&s=94e8c6792319d996b23482f401721702" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672212&s=b1d98dc5938fca0ae4a40252795b9192" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672212&s=5afbbef3da5e1821464a999d661175ee" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672212&s=d65d67b23a98eab30318bf097a4d117d" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672212&s=5d4e09c81c44218ad9df1ee2a59c8fe3" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672212&s=965c9a4828cc6d0813cb3fd5b4b11a7d" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672212&s=5d4e09c81c44218ad9df1ee2a59c8fe3" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672212&s=965c9a4828cc6d0813cb3fd5b4b11a7d" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672212&s=c490ea02b31ba551d927d6f9f3ff94fd" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672212&s=477411ee4ef080dd77a27b9d0ffcc394" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Douglas-Carstairs.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672212&s=c490ea02b31ba551d927d6f9f3ff94fd" alt="Douglas Carstairs" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 杜嘉德 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1839 — 1877 </p> <p>十九世纪由英国长老教会差派来华的传教士;著名汉学家。他在闽南地区从事宣教工作22年,编纂了《厦英大辞典》;他也是第一位造访台湾的传教士,有“闽南的使徒”之誉。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/he-shouen/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672198&s=ee6b7bde3ab75e497a532a100795b41d" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672198&s=652b173d9062fddef52d9451f17efce8" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672198&s=7907904f89cafe6a31a9640f0d0bc014" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672198&s=a5ed0d7151d9cf43c8d868c4021aef64" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672198&s=841d845435c4d77d8a794d7c0d59bcbf" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672198&s=71c873f6bb7b8bae83ca668de7af12ba" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672198&s=841d845435c4d77d8a794d7c0d59bcbf" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672198&s=71c873f6bb7b8bae83ca668de7af12ba" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672198&s=683a2f8b4fd9b1977ef22d3a900877dd" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672198&s=759774221ac03d61fa07399d3ff9444b" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Margret_Barber.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672198&s=683a2f8b4fd9b1977ef22d3a900877dd" alt="Margret Barber" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 和受恩 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1865 — 1930 </p> <p>英国女宣教士;在华宣教教育家。</p> </div> </a> </div> <div class="border border-black/[.08] bg-white flex flex-col rounded-[4px] overflow-hidden shadow-sm hover:shadow-md"> <a href="https://www.bdcconline.net/zh-hans/stories/huang-ansu/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672218&s=4ada02d2d10f8c28c5d00a712b0f878d" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672218&s=6e48e2dac22b5c9bc1cbeb3f1d553b28" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672218&s=b53da70710cede5924794c09ee3744ab" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672218&s=28db78644a6f150152358f950f99e42e" width="240" height="200" type="image/webp"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672218&s=fd097f41b788fd4c2397f99bdd73f769" width="270" height="221" type="image/jpeg"> <source media="(min-width: 768px) and (max-width: 1023.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672218&s=b70f15bef223a455352a5dcfa0249688" width="270" height="221" type="image/webp"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672218&s=fd097f41b788fd4c2397f99bdd73f769" width="270" height="221" type="image/jpeg"> <source media="(min-width: 1024px) and (max-width: 1279.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672218&s=b70f15bef223a455352a5dcfa0249688" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672218&s=9571172c103e4254cd4544af7f0d6ce1" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672218&s=cb1fa2be1c96a3ea18abc94d396875ec" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ralph_ward.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672218&s=9571172c103e4254cd4544af7f0d6ce1" alt="Ralph ward" class="mx-auto" width="300" height="245" loading="lazy" /> </picture> </figure> <div class="p-6"> <h2 class="mb-0 font-semibold leading-none leading-normal text-20"> 黃安素 </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1882 — 1958 </p> <p>系由美以美会1909年差派到中国大陆、香港、台湾的传教士,服事于中国美以美会/卫理公会约50年。被誉为香港、台湾卫理公会的奠基人。</p> </div> </a> </div> </div> <!-- /.w-full --> </div> <!-- /.container --> </div> <!-- /.bg-grayBrand-100 --> <div class="py-8 -mt-16 -mb-8 md:pb-16 bg-grayBrand-100"> <div class="container"> <nav role="navigation" aria-label="Pagination Navigation" class="nav-wrap"> <ul class="flex flex-row justify-center gap-4 my-8 sprig-pagination" data-sprig-parsed> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-white rounded-sm bg-purpleBrand-500 hover:text-white cursor-default">1</a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="2" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{"page":"2"}" data-sprig-parsed> 2 </a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="3" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{"page":"3"}" data-sprig-parsed> 3 </a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="4" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{"page":"4"}" data-sprig-parsed> 4 </a> </li> <li class="hidden sm:block"> <a class="page-1 flex flex-row items-center justify-center w-10 h-10 text-black/[.44]hover:text-purpleBrand-500 rounded-sm bg-white border hover:bg-gray-100" sprig s-val:page="5" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{"page":"5"}" data-sprig-parsed> 5 </a> </li> <li> <a class="flex flex-row items-center justify-center h-10 px-8 py-4 font-sans text-lg bg-white border rounded-sm hover:text-purpleBrand-500 text-black/[.44]" sprig s-val:page="2" data-hx-get="https://www.bdcconline.net/index.php/actions/sprig-core/components/render/" data-hx-vals="{"page":"2"}" data-sprig-parsed> 下面  <i class="text-sm fa fa-chevron-right"></i> </a> </li> </ul> </nav> </div> <!-- /.container --> </div> </section> </div> </main> <footer> <footer class="py-20 bg-white"> <div class="container"> <div class="grid flex-row w-full grid-cols-1 gap-8 lg:flex"> <div class="w-full lg:w-1/4"></div> <!-- /.w-full --> <div class="flex flex-col justify-center w-full lg:w-1/2"> <ul class="flex flex-row justify-center gap-6 font-freight-sans" aria-label="Footer Navigation"> <li> <a href="https://www.bdcconline.net/zh-hans/" class="font-bold hover:underline"> 主页 </a> </li> <li> <a href="https://www.bdcconline.net/zh-hans/our-story/" class="font-bold hover:underline"> 关于我们 </a> </li> <li> <a href="https://www.bdcconline.net/zh-hans/stories/" class="font-bold hover:underline"> 人物生平 </a> </li> </ul> <!-- /.text-sm --> <p class="mt-2 text-sm text-center font-freight-sans"> © 2005-2024 世华中国研究中心 </p> </div> <!-- /.w-full --> <div class="w-full lg:w-1/4"> </div> <!-- /.w-full --> </div> <!-- /.flex flex-row --> </div> <!-- /.container --> </footer> </footer> <!-- vendor scripts --> <script src="/assets/js/plyr.min.js?1729517262"></script> <script src="/assets/js/scripts.combined.js?1729517262"></script> <script type="application/ld+json">{"@context":"http://schema.org","@graph":[{"@type":"WebPage","author":{"@id":"#identity"},"copyrightHolder":{"@id":"#identity"},"copyrightYear":"2024","creator":{"@id":"#creator"},"dateCreated":"2024-07-23T10:45:57-04:00","dateModified":"2024-07-23T10:51:59-04:00","datePublished":"2024-07-23T10:45:00-04:00","headline":"福建","inLanguage":"zh-hant","mainEntityOfPage":"https://www.bdcconline.net/zh-hans/places/fujian/","name":"福建","publisher":{"@id":"#creator"},"url":"https://www.bdcconline.net/zh-hans/places/fujian/"},{"@id":"#identity","@type":"Organization"},{"@id":"#creator","@type":"Organization"},{"@type":"BreadcrumbList","description":"Breadcrumbs list","itemListElement":[{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hans/","name":"主页","position":1},{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hans/places/","name":"工作区域","position":2},{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hans/places/fujian/","name":"福建","position":3}],"name":"Breadcrumbs"}]}</script><script src="https://www.bdcconline.net/cpresources/e5860853/htmx.min.js?v=1729517392"></script> <script>htmx.on('htmx:afterSwap', function(event) { // scroll to top of the section so we aren't left at the bottom of the new page setTimeout(function() { const element = document.getElementById('fujian'); element.scrollIntoView({ behavior: "smooth", block: "end", inline: "nearest" }); }, 50); // Adjust the delay as needed });</script></body> </html>