CINXE.COM
English | Latest Stories
<!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?1732732744"> <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?1732732744"> <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 | Latest Stories</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/stories/latest-stories/" property="og:url"> <meta content="Latest Stories" property="og:title"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@"> <meta name="twitter:title" content="Latest Stories"> <link href="https://www.bdcconline.net/zh-hans/stories/latest-stories/" rel="canonical"> <link href="https://www.bdcconline.net/zh-hans/" rel="home"> <link href="https://www.bdcconline.net/zh-hant/stories/latest-stories/" rel="alternate" hreflang="zh-hant-tw"> <link href="https://www.bdcconline.net/zh-hans/stories/latest-stories/" rel="alternate" hreflang="zh-hant"> <link href="https://www.bdcconline.net/en/stories/latest-stories/" rel="alternate" hreflang="x-default"> <link href="https://www.bdcconline.net/en/stories/latest-stories/" 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/stories/latest-stories/" 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/stories/latest-stories/" 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/slider/Latest_stories.jpg?w=768&h=380&auto=compress%2Cformat&fit=crop&dm=1722360331&s=5f5b5bcd1061c2dda08852b95b43880b" width="768" height="380" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=768&h=380&fm=webp&auto=compress&fit=crop&dm=1722360331&s=07a806041622fad40cefbc2b52d9905e" width="768" height="380" type="image/webp"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1024&h=380&auto=compress%2Cformat&fit=crop&dm=1722360331&s=fe919decf3385b83c2ab47b342c663ae" width="1024" height="380" type="image/jpeg"> <source media="(min-width: 768px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1024&h=380&fm=webp&auto=compress&fit=crop&dm=1722360331&s=b8cddeb8da94fa8067aad815abb8af25" width="1024" height="380" type="image/webp"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1280&h=380&auto=compress%2Cformat&fit=crop&dm=1722360331&s=3fab8f2a06d213b762112faf058538e9" width="1280" height="380" type="image/jpeg"> <source media="(min-width: 1024px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1280&h=380&fm=webp&auto=compress&fit=crop&dm=1722360331&s=23d61a9f7b9cbeb4a6f0b4068e55eddd" width="1280" height="380" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1600&h=380&auto=compress%2Cformat&fit=crop&dm=1722360331&s=6bd165b908f6c8520e8eaebaab706770" width="1600" height="380" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1600&h=380&fm=webp&auto=compress&fit=crop&dm=1722360331&s=b3e4847cd05241f3fb33c0ceb1f1278b" width="1600" height="380" type="image/webp"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1920&h=380&auto=compress%2Cformat&fit=crop&dm=1722360331&s=028cd796c0017f240e2185d970418e48" width="1920" height="380" type="image/jpeg"> <source media="(min-width: 1600px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1920&h=380&fm=webp&auto=compress&fit=crop&dm=1722360331&s=5040198f9a1a1f24d658bb3e5667ebb3" width="1920" height="380" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/slider/Latest_stories.jpg?w=1920&h=380&auto=compress%2Cformat&fit=crop&dm=1722360331&s=028cd796c0017f240e2185d970418e48" alt="Latest stories" class="object-cover w-full h-full" width="1920" height="380" loading="lazy" /> </picture> </figure> </div> <nav role="story navigation" class="relative z-[100] pointer-events-none-abc"> <div x-data="{ open: false }" class="relative" :class="{'absolute z-10 w-full': open, '': !open}"> <!-- Toggle Button for Mobile --> <button @click="open = !open" class="flex flex-row items-center gap-2 p-2 mx-auto font-bold uppercase text-purpleBrand-500 md:hidden h-[54px]"> 所有人物生平 <span class="transition duration-300" :class="{ '-rotate-90':open, 'rotate-90':!open}"> <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"> <!-- 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> </span> </button> <!-- Dropdown Menu --> <ul :class="{'block absolute top-[40px] w-[170px] left-[calc(50vw-85px)] bg-white': open, 'hidden': !open}" class="justify-center hidden md:flex md:flex-row"> <li class="text-center md:text-left"> <a href="https://www.bdcconline.net/zh-hans/stories/" class="uppercase hover:text-purpleBrand-500 py-3 px-4 border-b-4 font-bold border-transparent"> 所有人物生平 </a> </li> <li class="text-center md:text-left"> <a href="https://www.bdcconline.net/zh-hans/stories/latest-stories/" class="uppercase hover:text-purpleBrand-500 py-3 px-4 border-b-4 font-bold text-purpleBrand-500 border-b-purpleBrand-500"> Latest Stories </a> </li> <li class="text-center md:text-left"> <a href="https://www.bdcconline.net/zh-hans/stories/editors-picks/" class="uppercase hover:text-purpleBrand-500 py-3 px-4 border-b-4 font-bold border-transparent"> 编辑的选择 </a> </li> </ul> </div> </nav> <section> <div class="bg-grayBrand-100 "> <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/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/victoria-mannett/" 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-Victoria-Mannett.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=edf79ae63b2eefe6acc21664a93571ec" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Victoria-Mannett.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=07ae2f4d0d32bbe7ed8f3f2c09b53375" 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-Victoria-Mannett.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=091d43261e7755ef7ee795db48b03c4e" 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-Victoria-Mannett.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=9d42456809c698205a6f05dfa22f6131" 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-Victoria-Mannett.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=41cd34c63d92a9efebcc64401fe46a57" 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-Victoria-Mannett.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=61416662f789f914079ef9cff0deb963" 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-Victoria-Mannett.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=41cd34c63d92a9efebcc64401fe46a57" 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-Victoria-Mannett.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=61416662f789f914079ef9cff0deb963" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Victoria-Mannett.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=52f475e666410794a8fbc54326c159d1" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Victoria-Mannett.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=fe1e9d87ad0dc17fed002671154f7ece" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/BDCC-Victoria-Mannett.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.3587&fp-y=0.4336&dm=1728686549&s=52f475e666410794a8fbc54326c159d1" alt="BDCC Victoria Mannett" 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"> Victoria Mannett </h2> <p class="mb-2 font-semibold leading-snug text-grayBrand-light text-14"> 1882 — 1958 </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/qian-deming/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=440&h=196&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=b19770c1e803f2c2174a75bdf3a53944" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=440&h=196&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=50be6f809b8253e2bdf05dd90ec878b2" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=240&h=200&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=62ddad5778e6f6a58f2b77958d682d28" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=240&h=200&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=dda3f08cd66336569434c6f3046bad4e" 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/qian_deming.jpeg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=0cb962620540f67259ffdf344aca9849" 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/qian_deming.jpeg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=2d442f9d10beb0a1997bf98fbcab3f36" 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/qian_deming.jpeg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=0cb962620540f67259ffdf344aca9849" 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/qian_deming.jpeg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=2d442f9d10beb0a1997bf98fbcab3f36" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=850a4ba25cf1debcdfb60c77d7040259" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=300&h=245&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=3154e9c36b4ebe86465682ee8468610f" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/qian_deming.jpeg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.5526&fp-y=0.3086&dm=1728686614&s=850a4ba25cf1debcdfb60c77d7040259" alt="Qian deming" 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"> 1718 — 1793 </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-shouzhen/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=ef9ed93a0e09cc12e95f106824e863ee" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=58f52b730d75f374530dc725b99c4dff" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=8b553603111f6d6882a3e5e6ae327aab" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=fc680bbdf542ed3e60a52f2a3b48fafb" 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/bai_shouzhen.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=2cde147077f4f1f70bf4b4c7fedca360" 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/bai_shouzhen.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=a86b2d0c4f80618da23dff9b932c44a0" 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/bai_shouzhen.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=2cde147077f4f1f70bf4b4c7fedca360" 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/bai_shouzhen.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=a86b2d0c4f80618da23dff9b932c44a0" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=655484ccce326781545533a6993dd20e" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=59fd3d3e67020c73a73d11b377f07b44" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/bai_shouzhen.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&crop=focalpoint&fp-x=0.4672&fp-y=0.3438&dm=1728686598&s=655484ccce326781545533a6993dd20e" alt="Bai shouzhen" 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 — 1900 </p> <p>英国“中国内地会”宣教士,先后在山西平遥、隰州等地从事宣教、办学和戒毒十数年。不幸在1900年8月义和团之乱中,和妻子女儿一起被拳民杀害。</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/pang-diwo/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672201&s=48d02811fe9e45fb59dbcbcc822b7221" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672201&s=9ceaf4e172bbd69770a9c91fc29ca1e8" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672201&s=ae23224092dd786df372f555dcf8587b" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672201&s=588f95064b3a534f318fa17cc7573669" 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/pang_diwo.jpeg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672201&s=228a5eb1feac9ecb4210d5d34da71737" 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/pang_diwo.jpeg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672201&s=52cd53acdaf66efd5d449d857ffa5f9b" 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/pang_diwo.jpeg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672201&s=228a5eb1feac9ecb4210d5d34da71737" 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/pang_diwo.jpeg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672201&s=52cd53acdaf66efd5d449d857ffa5f9b" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672201&s=f94bb5a2f5a87b5369618e15b027e4d2" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672201&s=f9465bd3272e0a03bc10b3ab4a201f77" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/pang_diwo.jpeg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672201&s=f94bb5a2f5a87b5369618e15b027e4d2" alt="Pang diwo" 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"> 1571 — 1618 </p> <p>耶稣会西班牙籍传教士、科学家、汉学家、音乐家。明朝万历年间在北京从事传教与科学活动17年,是中国与西班牙文化交流史上的奠基人与桥梁。</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/hu-xiuying/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672205&s=174f2261ebf247de7464c306459d74f9" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672205&s=5fa50982f5e94d8ced6387bb527dac64" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672205&s=e08a8ee88e1bf8a77d977f711f5d0953" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672205&s=52350c7c2c69136234494f063cc789a5" 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/hu_xiuying.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672205&s=e53d97f519a45c97d88c9506ffad7907" 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/hu_xiuying.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672205&s=7818987c04f830d62d7bc43f8b5422b0" 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/hu_xiuying.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672205&s=e53d97f519a45c97d88c9506ffad7907" 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/hu_xiuying.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672205&s=7818987c04f830d62d7bc43f8b5422b0" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672205&s=9f3c41bda0bf1e398cd4d4e49873e327" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672205&s=fc2446544775f2f6875d0a015fb4f0ea" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/hu_xiuying.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672205&s=9f3c41bda0bf1e398cd4d4e49873e327" alt="Hu xiuying" 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"> 1868 — 1900 </p> <p>英国“中国内地会”女宣教士,1897-1900年在山西隰州宣教。在1900年8月义和团之乱中被拳民杀害。</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/liu-songling/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672208&s=56584800ceb96186cffa0ba81fa968e7" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672208&s=5d225532d149ff29090a8198f225f164" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672208&s=8be7536efa7dca8e412cafc34e8e6c19" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672208&s=89e9ed44a5ac636206e0e4c6918a1c8b" 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/liu_songling.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672208&s=ab992590533c61485887140971249b57" 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/liu_songling.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672208&s=bfb82c1df10f1e738886c9572c1c2667" 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/liu_songling.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672208&s=ab992590533c61485887140971249b57" 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/liu_songling.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672208&s=bfb82c1df10f1e738886c9572c1c2667" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672208&s=266028a934b2dea9dba8826ded5106a3" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672208&s=81d1b47923b2b82b96c5ea8aa534c6ed" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/liu_songling.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672208&s=266028a934b2dea9dba8826ded5106a3" alt="Liu songling" 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"> 1703 — 1774 </p> <p>清朝乾隆年间服务于清廷的著名天主教耶稣会士、天文学家、科学家和统计学家。他在中国从事科技、外交和传教工作35年,先后担任钦天监监正、耶稣会中国教区会长等职。因其在科学和外交等方面的贡献,获清廷赏赐三品官位。</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/rao-guniang/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672213&s=8b403c7a65ff8c6befaa0b1b507b6663" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672213&s=244bdaa8cb46ead0012f26dd4e6d0d20" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672213&s=a8d257af2b4f80ab5b0c2a3efea964d0" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672213&s=fbb613735cd38471ae5c1a8fa7756d7e" 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/rao.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672213&s=d89ed2de6b64e9db071836a5cd0e011a" 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/rao.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672213&s=5be89ab91d62aafb707664776cd216a0" 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/rao.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672213&s=d89ed2de6b64e9db071836a5cd0e011a" 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/rao.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672213&s=5be89ab91d62aafb707664776cd216a0" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672213&s=09592d62de628a33e044483d949b54f4" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672213&s=ecf0de359c90904a9cb07a2c99ac11d0" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/rao.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672213&s=09592d62de628a33e044483d949b54f4" alt="Rao" 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"> 1868 — 1900 </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/li-andang/" 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"> 1602 — 1669 </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/jiang-youren/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672207&s=03ec4e2f15ae2d26dbabc4eee22747e5" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672207&s=4623729a81bf2543f9909b32a7b3a046" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672207&s=2f46bc82966dc6117b0655b2e4989e36" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672207&s=331efefad3313768118d14a1cd9aa9d4" 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/jiang_youren.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672207&s=021bc14c2a47fcd6f4fdb7c27df8f9fe" 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/jiang_youren.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672207&s=5dc6e8f483eb21c33dd0e100d50d2700" 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/jiang_youren.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672207&s=021bc14c2a47fcd6f4fdb7c27df8f9fe" 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/jiang_youren.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672207&s=5dc6e8f483eb21c33dd0e100d50d2700" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672207&s=2daed4462a1239b1c75628dbd39805df" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672207&s=edc732f580fc4a2da158ddbe9a5e8df6" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/jiang_youren.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672207&s=2daed4462a1239b1c75628dbd39805df" alt="Jiang youren" 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"> 1715 — 1774 </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/dai-jinxian/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672196&s=debcf72d4a8cd78ba43e497b785e0ba8" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672196&s=7ad8fbd426337db81578586f13efa642" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672196&s=19888dc3f7ec9410384535eaf1400c94" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672196&s=f2f33fa30ad06147a6c48b59375a02bb" 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/Ignaz_Kogler.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672196&s=5188f174b42e6b0b350319eae7397c4b" 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/Ignaz_Kogler.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672196&s=fadab8634777cce19d8600456fc38bb1" 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/Ignaz_Kogler.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672196&s=5188f174b42e6b0b350319eae7397c4b" 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/Ignaz_Kogler.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672196&s=fadab8634777cce19d8600456fc38bb1" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672196&s=3c8b3992df9e20ec41db01a118e92e8a" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672196&s=ec9cfe1bd5fcc8aad1ec70d44b58e2c8" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/Ignaz_Kogler.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672196&s=3c8b3992df9e20ec41db01a118e92e8a" alt="Ignaz Kogler" 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"> 1680 — 1746 </p> <p>康熙和雍正年间来华德国天主教耶稣会传教士;著名的天文学家、数学家、科学家。在华服务朝廷30载,担任清廷钦天监监正21年,为近代中国天文、地理、数学等领域的发展做出巨大贡献。</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/man-xiushi/" class="flex flex-col"> <figure class=""> <picture class=""> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=440&h=196&auto=compress%2Cformat&fit=crop&dm=1721672207&s=968352d2b11d2ba0df376f7bae9f43dc" width="440" height="196" type="image/jpeg"> <source media="(max-width: 480px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=440&h=196&fm=webp&auto=compress&fit=crop&dm=1721672207&s=523d642bae3ac2990814c2dea38db6a5" width="440" height="196" type="image/webp"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=240&h=200&auto=compress%2Cformat&fit=crop&dm=1721672207&s=ff7844a407903987aa0ccf1d557da0e0" width="240" height="200" type="image/jpeg"> <source media="(max-width: 767.9px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=240&h=200&fm=webp&auto=compress&fit=crop&dm=1721672207&s=de478d80a5223fcd527619d41261c7b6" 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/man_xiushi.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672207&s=d72d10d1f5ca2f886d6078a90b4a04ef" 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/man_xiushi.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672207&s=d25b02705a3004a8146ba9742c42f1c2" 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/man_xiushi.jpg?w=270&h=221&auto=compress%2Cformat&fit=crop&dm=1721672207&s=d72d10d1f5ca2f886d6078a90b4a04ef" 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/man_xiushi.jpg?w=270&h=221&fm=webp&auto=compress&fit=crop&dm=1721672207&s=d25b02705a3004a8146ba9742c42f1c2" width="270" height="221" type="image/webp"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672207&s=323cedd233afe43ebd5fb802904af2db" width="300" height="245" type="image/jpeg"> <source media="(min-width: 1280px)" srcset="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=300&h=245&fm=webp&auto=compress&fit=crop&dm=1721672207&s=310437a31cee49eb09236b7b30f5d7c2" width="300" height="245" type="image/webp"> <img src="https://bdcc-online.transforms.svdcdn.com/production/uploads/stories/Portraits/man_xiushi.jpg?w=300&h=245&auto=compress%2Cformat&fit=crop&dm=1721672207&s=323cedd233afe43ebd5fb802904af2db" alt="Man xiushi" 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 — 1980 </p> <p>美国基督教美以美会医疗传教士,中国妇产科教育的先驱;在成都创立了“进益高级助产职业学校”,服务成都妇幼23年,有“成都万婴之母”之美誉。</p> </div> </a> </div> </div> <!-- /.w-full --> <div class="py-8 mx-auto-aa max-w-906"> <a href="https://www.bdcconline.net/zh-hans/stories/editors-picks" class="block mb-8 font-semibold uppercase text-orangeBrand font-freight-sans"> 查看所有编辑的选择 <svg class="h-3 inline-block ml-2 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z"/></svg> </a> </div> <!-- /.max-w-906 mx-auto --> </div> <!-- /.container --> </div> <!-- /.bg-grayBrand-100 --> </section> </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?1732732744"></script> <script src="/assets/js/scripts.combined.js?1732732744"></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-30T13:23:50-04:00","dateModified":"2024-08-08T09:54:21-04:00","datePublished":"2024-07-30T13:25:00-04:00","headline":"Latest Stories","inLanguage":"zh-hant","mainEntityOfPage":"https://www.bdcconline.net/zh-hans/stories/latest-stories/","name":"Latest Stories","publisher":{"@id":"#creator"},"url":"https://www.bdcconline.net/zh-hans/stories/latest-stories/"},{"@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/stories/","name":"人物生平","position":2},{"@type":"ListItem","item":"https://www.bdcconline.net/zh-hans/stories/latest-stories/","name":"Latest Stories","position":3}],"name":"Breadcrumbs"}]}</script></body> </html>