CINXE.COM

English | Li Yading

<!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?1736172034"> <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?1736172034"> <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-TW"> <title>English | Li Yading</title><meta name="generator" content="SEOmatic"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta name="robots" content="all"> <meta content="zh_Hant_TW" property="og:locale"> <meta content="zh_Hant" 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-hant/contributors/li-yading/" property="og:url"> <meta content="Li Yading" property="og:title"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@"> <meta name="twitter:title" content="Li Yading"> <link href="https://www.bdcconline.net/zh-hant/contributors/li-yading/" rel="canonical"> <link href="https://www.bdcconline.net/zh-hant/" rel="home"> <link href="https://www.bdcconline.net/zh-hant/contributors/li-yading/" rel="alternate" hreflang="zh-hant-tw"> <link href="https://www.bdcconline.net/zh-hans/contributors/li-yading/" rel="alternate" hreflang="zh-hant"> <link href="https://www.bdcconline.net/en/contributors/li-yading/" rel="alternate" hreflang="x-default"> <link href="https://www.bdcconline.net/en/contributors/li-yading/" 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-TW 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-TW"> <!-- 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-hant/" 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="(tw) Biographical Dictionary of Chinese Christianity"> <img src="/assets/images/logo.png" class="w-16 h-16" alt="(tw) Biographical Dictionary of Chinese Christianity 主頁"> </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/contributors/li-yading/" 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-hans/contributors/li-yading/" title="Chinese - China" class="block px-4 py-4 text-white/60 hover:text-white hover:bg-grayBrand-hover font-freight-sans"> 中文&thinsp;(简体) </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-hant/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-hant/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-hant/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-hant/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-hant/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-hant/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-hant/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-hant/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-hant/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-hant/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/authors.jpg?w=768&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=30d14d568a945300564872bc5d2ba47f" width="768" height="380" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=768&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=5017678aac319885abcc9275da06d17a" width="768" height="380" type="image/webp"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1024&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=fe848d0f7401dc1a3a1422ce13924576" width="1024" height="380" type="image/jpeg"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1024&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=2eb90e73aad633e5904ee30ecfec16e3" width="1024" height="380" type="image/webp"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1280&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=45560ad410f0aef7c8b0213b6c496ffd" width="1280" height="380" type="image/jpeg"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1280&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=b54d501fcdeffed5d6d047769f7de921" width="1280" height="380" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1600&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=756c75ca1300d6af1d8d8d86715ba0ac" width="1600" height="380" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1600&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=bfa250ae94fa0404dec2fd8f03d670d3" width="1600" height="380" type="image/webp"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=8c0f4f735d50cbe6473729adabacf5e0" width="1920" height="380" type="image/jpeg"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1920&amp;h=380&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1726083472&amp;s=39c15bdded4a25b6c3ee60d294574815" width="1920" height="380" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/authors.jpg?w=1920&amp;h=380&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1726083472&amp;s=8c0f4f735d50cbe6473729adabacf5e0" alt="Authors" class="object-cover w-full h-full" width="1920" height="380" loading="lazy" /> </picture> </figure> </div> <div class="container"> <div class="w-full p-6 pb-0 md:max-w-[670px] mx-auto"> <hr class="section-divider"> <h2 class="italic font-normal text-center text-[3.5rem] leading-[1.55] font-freight-serif"> 李亞丁 </h2> <div class="prose prose-xl"> <p>作為世華中國研究中心的資深研究員,李亞丁博士現擔任《華人基督教史人物辭典》(Biographical Dictionary of Chinese Christianity) 的執行主任和主編。</p> </div><!-- /.prose --> </div> <!-- /.w-full --> </div> <!-- /.container --> <div class="max-w-screen-sm px-4 pt-0 pb-12 mx-auto bg-white sm:px-0"> <div class="prose prose-xl"> </div><!-- /.prose prose-xl --> <hr class="section-divider"> </div> <div id="component-jrxfnj" 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="{&quot;sprig:config&quot;:&quot;544396b219543f3108ad3f1a338679a133e2044df9b954c321630fc4a076cc0c{\u0022id\u0022:\u0022component-jrxfnj\u0022,\u0022siteId\u0022:4,\u0022template\u0022:\u0022contributors\\\/_components\\\/related-listing\u0022,\u0022variables\u0022:{\u0022limit\u0022:12,\u0022entryId\u0022:4291}}&quot;}"> <input type="hidden" name="filterPanelOpen" value="false"> <input type="hidden" name="page" value="1"> <section class="relative"> <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-hant/stories/ai-deli/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672211&amp;s=7b53e63e7a003c5e3fafc11907a30097" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672211&amp;s=cdd1efe8aeb756ea7c77b027d5e07b32" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672211&amp;s=82d6ee593479092dbfb1dd1ff166db74" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672211&amp;s=9072850c742f9fab7b8b1ae5a0c21f5b" 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/Adeney-David.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672211&amp;s=3d6831a3c1ad391fd77203e94912eebb" 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/Adeney-David.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672211&amp;s=4388cd252fe21e53d66ccca822956109" 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/Adeney-David.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672211&amp;s=3d6831a3c1ad391fd77203e94912eebb" 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/Adeney-David.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672211&amp;s=4388cd252fe21e53d66ccca822956109" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672211&amp;s=40c76e7797d77cba34681486b7af57a1" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672211&amp;s=9457aaf361c2fd482c1e9e21a9aacd03" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Adeney-David.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672211&amp;s=40c76e7797d77cba34681486b7af57a1" alt="Adeney David" 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"> 1911 &mdash; 1994 </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-hant/stories/ai-ruiying/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672218&amp;s=6da946ac93585739c5524a7278c8baa3" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672218&amp;s=06b4a14bc764d6ce890bd42e0b7ab562" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672218&amp;s=f71f00876cb209459402c76273b004d0" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672218&amp;s=d2d767f5ab57970232923bbf6894073e" 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/ai_ruiying.jpeg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672218&amp;s=ff0925bbb86de4bd833b8328fa8f0f4b" 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/ai_ruiying.jpeg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672218&amp;s=decdb6d68226f871d610c67df2577919" 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/ai_ruiying.jpeg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672218&amp;s=ff0925bbb86de4bd833b8328fa8f0f4b" 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/ai_ruiying.jpeg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672218&amp;s=decdb6d68226f871d610c67df2577919" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672218&amp;s=acd0c8a3a8a36122a291d513875766bf" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672218&amp;s=87843627a901b68fde10a8f1c68ae7b6" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/ai_ruiying.jpeg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672218&amp;s=acd0c8a3a8a36122a291d513875766bf" alt="Ai ruiying" 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"> 1870 &mdash; 1952 </p> <p>瑞典人;內地會、宣道會女傳教士。在華從事宣教57年之久,先後創立“武昌瑞英瞽目學校”和“武昌瑞英聾啞學校”。為了中國人,她丈夫和三個兒女,以及兩位親屬都長眠于中國這片土地上。</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-hant/stories/ai-weide/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=3b8afdd4db419e2b13b89bfbf4b723c1" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=1a93da55599e9c2d7e4c33fdc2dc47d0" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=155768bcb0ff2cd9d09df062b107dc82" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=932f01055493357caf8b58e4714f8a0b" 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/GladysAylward.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=de5ca35da5bddb58ed2ef1ffd0d8905e" 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/GladysAylward.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=1d08658db6af3ca915592e2e81d634c9" 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/GladysAylward.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=de5ca35da5bddb58ed2ef1ffd0d8905e" 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/GladysAylward.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=1d08658db6af3ca915592e2e81d634c9" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=e426f183013bbf6a22786bde0d39985e" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=0a8ee1d3d66b077f290698a3084575f4" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/GladysAylward.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=e426f183013bbf6a22786bde0d39985e" alt="Gladys Aylward" 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"> 1902 &mdash; 1970 </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-hant/stories/ai-yuese/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672216&amp;s=90bcae394e69d5d8286d94bb31439701" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672216&amp;s=e14d2af4a21960bebcf42c2bc6b542a8" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672216&amp;s=f956222be0f8c609f17612018e7c54dd" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672216&amp;s=f776f5eb6458a02cc8fd1f190a20089a" 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/Edkins-Joseph.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672216&amp;s=9e90b1e9b9205843d83e615186c7ae6a" 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/Edkins-Joseph.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672216&amp;s=e85e7cd71a64bf6fb8e03ab1d787cadc" 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/Edkins-Joseph.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672216&amp;s=9e90b1e9b9205843d83e615186c7ae6a" 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/Edkins-Joseph.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672216&amp;s=e85e7cd71a64bf6fb8e03ab1d787cadc" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672216&amp;s=3b9173a87d8ad17b1abd930a8b522c83" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672216&amp;s=639ef0f5a87ca38c64cd18ca6ac38131" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Edkins-Joseph.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672216&amp;s=3b9173a87d8ad17b1abd930a8b522c83" alt="Edkins Joseph" 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"> 1823 &mdash; 1905 </p> <p>英國宣教士,“倫敦宣道會三傑”之一。著名漢學家、翻譯家;基督教文化宣教先驅,在華宣教歷57年之久。</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-hant/stories/alopen/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672205&amp;s=d5759f4cdc82922ca096d0e95019d6fe" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672205&amp;s=afa44fc395c05be74dc0531c47466897" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672205&amp;s=d495a2e28c0aabbb5c6d3dfbeace9012" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672205&amp;s=c806e406e56689183fb8d30308c49784" 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/Alopen.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672205&amp;s=49518edcff698db329a882342cf07627" 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/Alopen.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672205&amp;s=e6baaa0477dfbe5c2590963e85edda87" 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/Alopen.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672205&amp;s=49518edcff698db329a882342cf07627" 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/Alopen.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672205&amp;s=e6baaa0477dfbe5c2590963e85edda87" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672205&amp;s=313fa98d1eff5689bb110df4764529b5" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672205&amp;s=82633299b02d019643a395bf2f65f5d7" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Alopen.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672205&amp;s=313fa98d1eff5689bb110df4764529b5" alt="Alopen" 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"> 第七世紀 </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-hant/stories/an-lehuan/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=20a61c3505f316c3bfca15bbb759784d" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=c908593e5cb38c9fa759e378b3ac5475" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=c4a54d358a56720246938046186f1131" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=75b14c6613ec0d9f6c127d69e77a75b9" 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/Rand-Leighton.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=4ea1af239f1d5961d66cfc8907320a11" 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/Rand-Leighton.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=c239c2fd366d9716368efce0d27f2f71" 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/Rand-Leighton.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=4ea1af239f1d5961d66cfc8907320a11" 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/Rand-Leighton.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=c239c2fd366d9716368efce0d27f2f71" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=ce49a844afc7b3aa287df857849b7911" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=3d87615be472b83956979f726f23f477" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Rand-Leighton.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=ce49a844afc7b3aa287df857849b7911" alt="Rand Leighton" 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"> 1895 &mdash; 1929 </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-hant/stories/an-meirui/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=d1ac6b65c9bee23bd0321796a2921825" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=90dfc17e253615d4f2dff6d8b389f30c" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=8168842b554518e7ec5ba5f7023403cb" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=c8fd8521a56f23293c74ecd069235dff" 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/Andrews-Mary.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=719708ff36ffa974137ee888ec7bcd6b" 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/Andrews-Mary.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=0aeb009866d498997c7f921abc38e30e" 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/Andrews-Mary.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=719708ff36ffa974137ee888ec7bcd6b" 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/Andrews-Mary.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=0aeb009866d498997c7f921abc38e30e" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=e071a5bedd5f91073288538b6206ba91" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672199&amp;s=2781764e696963f505e70e5e99208e5e" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Andrews-Mary.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672199&amp;s=e071a5bedd5f91073288538b6206ba91" alt="Andrews Mary" 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"> 1915 &mdash; 1996 </p> <p>澳洲基督教聖公會女宣教士。於1938-1951年間先後在中國浙江臨海、紹興宣教和教書,在兵荒馬亂的年代,服務中國人民。</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-hant/stories/ba-fuxi/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=6711cc1024188533fd6c78ed54da754b" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=ad4a2d604fee59b1d6f2c1d65077db98" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=ea42c119d9d0e6d3ce64dd5b3b87615b" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=f6007edb447766c0179242083b4e033b" 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/Fischbacher-Emil.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=e2d50436c9f70e31e7fb576c9c7ccccf" 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/Fischbacher-Emil.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=75ce20b533b5728c0f20b09b72f61d5d" 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/Fischbacher-Emil.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=e2d50436c9f70e31e7fb576c9c7ccccf" 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/Fischbacher-Emil.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=75ce20b533b5728c0f20b09b72f61d5d" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=f062bc5f454270152c41e3754e0bae06" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672210&amp;s=bda7dedab0d2bccae6772e6152c03091" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Fischbacher-Emil.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672210&amp;s=f062bc5f454270152c41e3754e0bae06" alt="Fischbacher Emil" 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"> 1903 &mdash; 1933 </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-hant/stories/ba-kanren/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=e4d7b99e8f5fde4494600945e9dd7af6" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=95e606cf171682367824ee99243737a3" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=dfd769fe8a08fa36cdf868a94ad0d9b5" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=25c3e211261afcf42e79f02fa28f7a59" 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/Baehr-Conrad.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=820853236ae8c7cca6c1554fa8498d3c" 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/Baehr-Conrad.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=aa4251cc4f07d4f9ea6cf9e163b6d779" 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/Baehr-Conrad.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=820853236ae8c7cca6c1554fa8498d3c" 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/Baehr-Conrad.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=aa4251cc4f07d4f9ea6cf9e163b6d779" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=cffb0dfe17a81927d17c9d3d9d40437c" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672212&amp;s=8f74a38b8141d996f1b25c6d3731d164" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Baehr-Conrad.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672212&amp;s=cffb0dfe17a81927d17c9d3d9d40437c" alt="Baehr Conrad" 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"> 1906 &mdash; 1997 </p> <p>美國宣教士,1933年來華,在兵荒馬亂的年代,先後在江西南昌、九江,以及山東的桐縣等地傳福音。</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-hant/stories/bao-erteng/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=88af63a659e9e731c4d5b343d8461ca0" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=b46a157a500992f48de0fe9c72fa1619" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=481b92133c1445f393c461aade107110" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=0abadc01fbd88bbee38126a6c2da349e" 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/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=ab089d23286f3b55bcce41574fca2772" 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/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=29db4facd8d8dbfb5f64a87d9a9055fe" 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/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=ab089d23286f3b55bcce41574fca2772" 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/Burdon-John-Shaw.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=29db4facd8d8dbfb5f64a87d9a9055fe" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=b179f94842c49bf33086fee18bf7e720" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672200&amp;s=590c59a990ae3f97e1970fe7cad5ae6f" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Burdon-John-Shaw.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672200&amp;s=b179f94842c49bf33086fee18bf7e720" alt="Burdon John Shaw" 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"> 1826 &mdash; 1907 </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-hant/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&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672219&amp;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&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672219&amp;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 &mdash; 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-hant/stories/bao-zheqing/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=440&amp;h=196&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=8c0ea16caaec8426a59723288fd9c24a" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=440&amp;h=196&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=43b0139f774b0e8c403e9fde04ebcbea" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=240&amp;h=200&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=d8250c0e4673a7f89592aee5dcf89381" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=240&amp;h=200&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=f735c976be637e99d93095002ffa7398" 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/Bao-Zheqing.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=07c2f205ae3498b228cf53ddb5c32571" 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/Bao-Zheqing.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=e53748997f325d3b348e2b7763b5fde3" 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/Bao-Zheqing.jpg?w=270&amp;h=221&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=07c2f205ae3498b228cf53ddb5c32571" 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/Bao-Zheqing.jpg?w=270&amp;h=221&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=e53748997f325d3b348e2b7763b5fde3" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=cfc3f193edc274ca6c9ae698f94be520" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=300&amp;h=245&amp;fm=webp&amp;auto=compress&amp;fit=crop&amp;dm=1721672195&amp;s=87205a6fd7fbfd2f322b9e1e553bd1cf" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Bao-Zheqing.jpg?w=300&amp;h=245&amp;auto=compress%2Cformat&amp;fit=crop&amp;dm=1721672195&amp;s=cfc3f193edc274ca6c9ae698f94be520" alt="Bao Zheqing" 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"> 1893 &mdash; 1957 </p> <p>二十世纪中国基督教教会领袖;基督教浸礼会著名牧师。</p> </div> </a> </div> </div> <!-- /.w-full --> </div> <!-- /.container --> </div> <!-- /.bg-grayBrand-100 --> </section> <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="{&quot;page&quot;:&quot;2&quot;}" 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="{&quot;page&quot;:&quot;3&quot;}" 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="{&quot;page&quot;:&quot;4&quot;}" 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="{&quot;page&quot;:&quot;5&quot;}" 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="{&quot;page&quot;:&quot;2&quot;}" data-sprig-parsed> 下面 &thinsp;<i class="text-sm fa fa-chevron-right"></i> </a> </li> </ul> </nav> </div> <!-- /.container --> </div> </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-hant/" class="font-bold hover:underline"> 主頁 </a> </li> <li> <a href="https://www.bdcconline.net/zh-hant/our-story/" class="font-bold hover:underline"> 關於我們 </a> </li> <li> <a href="https://www.bdcconline.net/zh-hant/stories/" class="font-bold hover:underline"> 人物生平 </a> </li> </ul> <!-- /.text-sm --> <p class="mt-2 text-sm text-center font-freight-sans"> &copy 2005-2025 (tw) Biographical Dictionary of Chinese Christianity </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?1736172034"></script> <script src="/assets/js/scripts.combined.js?1736172034"></script> <script type="application/ld+json">{"@context":"http://schema.org","@graph":[{"@type":"WebPage","author":{"@id":"#identity"},"copyrightHolder":{"@id":"#identity"},"copyrightYear":"2014","creator":{"@id":"#creator"},"dateCreated":"2024-07-25T10:37:10-04:00","dateModified":"2025-01-23T18:30:10-05:00","datePublished":"2014-10-17T11:46:00-04:00","headline":"Li Yading","inLanguage":"zh-hant-tw","mainEntityOfPage":"https://www.bdcconline.net/zh-hant/contributors/li-yading/","name":"Li Yading","publisher":{"@id":"#creator"},"url":"https://www.bdcconline.net/zh-hant/contributors/li-yading/"},{"@id":"#identity","@type":"Organization"},{"@id":"#creator","@type":"Organization"},{"@type":"BreadcrumbList","description":"Breadcrumbs list","itemListElement":[{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hant/","name":"主頁","position":1},{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hant/contributors/","name":"投稿者","position":2},{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hant/contributors/li-yading/","name":"Li Yading","position":3}],"name":"Breadcrumbs"}]}</script><script src="https://www.bdcconline.net/cpresources/9457593a/htmx.min.js?v=1736172185"></script> <script>htmx.on('htmx:afterSwap', function (event) { // scroll to top so we aren't left at the bottom of the new page window.scrollTo(0, 50); });</script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10