<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Ryan的小屋</title><link>https://ryanlian.cn/</link><description>大轩同学的学习天地</description><item><title>倒排索引建立搜索引擎的研究性学习</title><link>https://ryanlian.cn/post/7.html</link><description>&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;【研究背景与目的】&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;随着互联网信息的爆炸式增长，搜索引擎已成为人们获取信息的重要工具。倒排索引作为搜索引擎的核心技术，能够将大量文档中的词汇映射到包含这些词汇的文档列表上，从而支持用户通过关键词快速找到相关的文档。 本次研究性学习的目的是通过实际操作，深入理解倒排索引的建立过程，以期提高我们的实践能力和技术素养。于是我选择了搜索引擎的核心算法之一的倒排索引做我的高一年级研究性学习课题。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;【研究过程】&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&amp;nbsp;理论学习：我们首先通过阅读相关的教材和文献，了解了倒排索引的基本概念、建立过程以及在搜索引擎中的应用。 数据采集：我们选择了一个具有一定规模的文本数据集作为建立倒排索引的数据源。 预处理：对下载的文本进行预处理，包括分词、去停用词、去除噪音等步骤。这一步骤对于提高倒排索引的质量至关重要。 建立倒排索引：我们利用哈希表等数据结构实现了倒排索引的建立。具体实现了将词汇映射到包含该词汇的文档列表上的过程。 优化与完善：我们对初步建立的倒排索引进行了优化和完善，包括压缩存储、增加关键词权重等措施，以提高搜索引擎的性能。 结果评估：我们通过计算倒排索引的精度和召回率等指标，对建立的倒排索引进行了评估。同时，我们也与现有的开源搜索引擎进行了比较，以评估我们搜索引擎的性能。&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603261774519992862442.png&quot; title=&quot;微信图片_2026-03-26_180733_303.png&quot; alt=&quot;微信图片_2026-03-26_180733_303.png&quot; width=&quot;213&quot; height=&quot;527&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 213px; height: 527px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;【图一：项目结构】&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603261774520018108807.png&quot; title=&quot;微信图片_2026-03-26_180804_301.png&quot; alt=&quot;微信图片_2026-03-26_180804_301.png&quot; style=&quot;width: 853px; height: 435px;&quot; width=&quot;853&quot; height=&quot;435&quot; border=&quot;0&quot; vspace=&quot;0&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;/span&gt;【图二：代码片段】&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;【反思与体会】&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;在实践中，我们将理论知识应用到实际操作中，不仅提高了实践能力，还加深了对理论知识的理解。以下是我们的一些体会：&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;1.理论与实践相结合：理论学习为我们提供了基础的知识框架，但在实践中我们发现，理论和实践往往存在一定的差距。通过不断的尝试和调整，我们逐渐将理论知识应用到实践中，提高了我们的实践能力。&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;2.团队合作的重要性：在研究过程中，我们的团队成员积极沟通、分工合作，共同解决问题。团队合作不仅提高了我们的工作效率，还培养了我们的协作精神和沟通能力。&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;3.学习能力的提升：在研究过程中，通过自主学习和实践，我们不仅掌握了这些技术，还锻炼了我们的学习能力。这对于我们未来的学习和工作都非常重要。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;4.问题解决的能力：通过独立思考和查阅资料，我们不仅学会了如何解决问题，还培养了我们的自信心和解决问题的能力。&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;5.倒排索引的复杂性：倒排索引的建立是一个复杂的过程，涉及到多个步骤和细节。这让我们深刻认识到倒排索引的复杂性和搜索引擎的强大功能。&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; text-wrap-mode: wrap; background-color: #FFFFFF; font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;【总结】&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;本次研究性学习不仅是一次对倒排索引技术原理的深入探索，更是一场从理论认知到工程实践的完整跨越。我们深刻体会到，搜索引擎的高效并非源于单一算法的突破，而是建立在一系列精密设计与工程优化之上的系统性成果。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;倒排索引作为全文检索的基石，其核心价值在于实现了从“以文档为中心”到“以词项为中心”的范式转变。通过将非结构化文本转化为结构化的“词项→文档”映射关系，它从根本上规避了线性扫描带来的性能瓶颈，使得在海量数据中实现毫秒级检索成为可能。这一机制的背后，是分词、归一化、停用词过滤等预处理流程的严谨支撑，也是词项字典与倒排列表协同工作的结果。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;在实践过程中，我们不仅完成了索引的构建，更深入理解了其内在复杂性：词频与位置信息的引入，使相关性排序成为可能；跳跃表与压缩算法的应用，则体现了对查询效率与存储成本之间平衡的深刻考量。这些细节共同构成了现代搜索引擎高性能、高可用的技术底座。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px; font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;&quot;&gt;更重要的是，本次研究让我们认识到，技术学习的真正价值不在于“重新发明轮子”，而在于通过亲手实现核心机制，理解其设计哲学与工程取舍。这种“知其然，更知其所以然”的能力，是未来面对复杂系统时进行优化、创新乃至批判性思考的基础。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #303132; font-family: &amp;quot;Noto Sans SC&amp;quot;; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Jan 2024 16:16:49 +0800</pubDate></item><item><title>星辰不负少年志 —— 日坛少年揽月摘星</title><link>https://ryanlian.cn/post/6.html</link><description>&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;文 / 练宇轩（北京市日坛中学）&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;小时候，老师和家长最爱问的一个问题就是：“你长大了，想当什么？”&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;我还记得，那时候我的回答总是毫不犹豫：“火箭发射的零号指挥员！”——那个在倒计时最后一秒喊出“&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;点火&lt;/span&gt;”的人。大人们听了常笑着摸摸我的头，说“志向不小啊”，可眼神里分明写着“孩子话”。&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;那时的我，或许并不真正懂得航天有多难，只觉得指挥火箭升空是世界上最酷的事。但正是这份看似天真的执念，像一颗悄悄埋下的种子，在几年后，真的发了芽。&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;2020年秋天，当我看到老师在科技部群里的通知&lt;/span&gt;——“国家航天局、教育部、科技部、中国科学院联合举办‘嫦娥七号和小行星探测科普试验载荷创意设计征集活动’”，我的心猛地一跳。更让我激动的是，比赛设有&lt;/span&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;两个方向&lt;/span&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;：月球探测和&lt;/span&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;小行星探测&lt;/span&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;。几乎没有犹豫，我选了后者。因为我知道，真正的“摘星”，不在身边的月亮，而是更遥远的深空。&lt;/span&gt;&lt;/div&gt;&lt;h2 class=&quot;qk-md-head&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-size: 20px; margin: 16px 0px; line-height: 32px; color: rgb(6, 10, 38); letter-spacing: 0.2px; padding: 0px; opacity: 1; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; letter-spacing: 0.2px; line-height: 26px; margin-bottom: 0px; padding: 0px; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;一、“你能为飞向小行星的探测器设计一个实验吗？”&lt;/span&gt;&lt;/h2&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;div data-page-id=&quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&quot; data-lark-html-role=&quot;root&quot; data-docx-has-block-data=&quot;false&quot;&gt;&lt;div class=&quot;ace-line ace-line old-record-id-YXq0fp7njdfLkIct6fCcD5Tgn3d&quot;&gt;选定小行星探测方向后，我首先明确了核心难点：小行星最大的特点就是“小”，这就意味着它的引力极其微弱，探测器根本无法像在月球、火星上那样“着落”。我了解到，日本此前已有过小行星采样任务，但他们的探测器只是与小行星表面短暂接触后就弹开，无法长时间停留。所以，我的核心设计目标，不是简单的抓取或采样，而是设计一种“附着”装置，让探测器能够稳定停留在小行星表面，为后续的探测、采样工作打下基础。&lt;/div&gt;&lt;/div&gt;&lt;span data-lark-record-data=&quot;{&amp;quot;rootId&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;选定小行星探测方向后，我首先明确了核心难点：小行星最大的特点就是“小”，这就意味着它的引力极其微弱，探测器根本无法像在月球、火星上那样“着落”。我了解到，日本此前已有过小行星采样任务，但他们的探测器只是与小行星表面短暂接触后就弹开，无法长时间停留。所以，我的核心设计目标，不是简单的抓取或采样，而是研发一种“附着”装置，让探测器能够稳定停留在小行星表面，为后续的探测、采样工作打下基础。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+5d&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;referenceRecordMap&amp;quot;:{},&amp;quot;extra&amp;quot;:{&amp;quot;channel&amp;quot;:&amp;quot;saas&amp;quot;,&amp;quot;pasteRandomId&amp;quot;:&amp;quot;ce75cc2a-42c5-4c4b-b2fc-1ff117013406&amp;quot;,&amp;quot;mention_page_title&amp;quot;:{},&amp;quot;external_mention_url&amp;quot;:{}},&amp;quot;isKeepQuoteContainer&amp;quot;:false,&amp;quot;isFromCode&amp;quot;:false,&amp;quot;selection&amp;quot;:[{&amp;quot;id&amp;quot;:6,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:193},&amp;quot;recordId&amp;quot;:&amp;quot;YXq0fp7njdfLkIct6fCcD5Tgn3d&amp;quot;}],&amp;quot;payloadMap&amp;quot;:{},&amp;quot;isCut&amp;quot;:false}&quot; data-lark-record-format=&quot;docx/text&quot; class=&quot;lark-record-clipboard&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/div&gt;&lt;h2 class=&quot;qk-md-head&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-size: 20px; margin: 16px 0px; line-height: 32px; color: rgb(6, 10, 38); letter-spacing: 0.2px; padding: 0px; opacity: 1; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; letter-spacing: 0.2px; line-height: 26px; margin-bottom: 0px; padding: 0px; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;二、从科幻想到工程实现：547天的“追星”攻坚&lt;/span&gt;&lt;/h2&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;起初，这只是一张草稿纸上的示意图：一个带旋转臂的小舱体，末端装有不同材质的试片（金属、陶瓷、特氟龙等），接触小行星表面后缓慢提起，通过微型摄像头记录尘埃是否附着、脱落的速度。&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;/span&gt;&lt;div data-page-id=&quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&quot; data-lark-html-role=&quot;root&quot; data-docx-has-block-data=&quot;false&quot;&gt;&lt;p&gt;在设计附着装置的过程中，我首先聚焦于附着网的研发，这是装置实现稳定附着的基础，抓钩则也是其中很重要的一部分，用于固定整张附着网，还有真正的核心——整套适配低引力环境的附着方案。为了让附着网能高效包裹小行星、实现稳定附着，我反复研究它的大小、材质和喷射方案：对比不同尺寸的网面，测试其覆盖范围与附着稳定性的关联；筛选多种轻质且坚韧的材质，兼顾装置轻便性与网面承重能力；反复调试喷射角度和力度，模拟低引力环境下的喷射效果，确保附着网能精准、快速地覆盖并贴合小行星表面。解决好附着网的核心问题后，我才进一步优化辅助固定的抓钩设计，用我从内蒙古乌兰哈达火山旅游时带回来的火山石模拟松散多孔的小行星表面，通过一系列实践：反复设计不同结构的附着原型，模拟小行星低引力环境进行整体测试，记录每一次装置的附着稳定性、脱离风险等数据，再将所有实验结果整理成对比表格，逐一对参数进行优化调整&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;div data-page-id=&quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&quot; data-lark-html-role=&quot;root&quot; data-docx-has-block-data=&quot;false&quot;&gt;&lt;p&gt;为了让设计更具科学性和可行性，我花了大量时间上网查阅资料，逐一梳理国内外小行星探测的相关案例，重点研究低引力环境下物体的受力规律，借鉴已有任务的经验，避开可能出现的问题。遇到不懂的专业知识，我就主动请教林老师，尤其是论文的框架搭建、实验数据的规范表述，还有如何将附着装置的设计原理、测试过程清晰地呈现出来，林老师都耐心地为我指导，帮我一点点完善方案的严谨性。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;div class=&quot;ace-line ace-line old-record-id-HcBLfa4KYdmECGcP4r7ckRTrnXc&quot;&gt;由于涉及到力学相关的设计，很多知识是学校还没有学到的，比如探测器附着时的受力分析、如何平衡装置重量与附着力度等。于是我回家请爸爸给我讲解牛顿第二定律，一点点理解力、加速度与运动之间的关系，把这些理论知识融入到装置设计中，让我的附着方案不仅有实践支撑，更有扎实的理论基础。&lt;/div&gt;&lt;div class=&quot;ace-line ace-line old-record-id-I7JkfrpAUdoYTecFrLicFED8n5f&quot;&gt;那段时间，我每天都在反复打磨：修改装置结构、补充实验数据、完善论文表述、核实专业知识，没有捷径可走，每一步都脚踏实地。从最初的设计雏形，到不断优化后的完整方案，每一次调整都源于对低引力环境的深入理解，每一处修改都只为让附着装置更稳定、更适配小行星探测的实际需求。&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;span data-lark-record-data=&quot;{&amp;quot;isCut&amp;quot;:false,&amp;quot;rootId&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;parentId&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;blockIds&amp;quot;:[8,9,10],&amp;quot;recordIds&amp;quot;:[&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;,&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;,&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;],&amp;quot;recordMap&amp;quot;:{&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;parent_id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;revisions&amp;quot;:[],&amp;quot;locked&amp;quot;:false,&amp;quot;hidden&amp;quot;:false,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[],&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;为了让设计更具科学性和可行性，我花了大量时间上网查阅资料，逐一梳理国内外小行星探测的相关案例，重点研究低引力环境下物体的受力规律，借鉴已有任务的经验，避开可能出现的问题。遇到不懂的专业知识，我就主动请教林老师，尤其是论文的框架搭建、实验数据的规范表述，还有如何将附着装置的设计原理、测试过程清晰地呈现出来，林老师都耐心地为我指导，帮我一点点完善方案的严谨性。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+4z&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;align&amp;quot;:&amp;quot;left&amp;quot;}},&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;parent_id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;revisions&amp;quot;:[],&amp;quot;locked&amp;quot;:false,&amp;quot;hidden&amp;quot;:false,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[],&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;由于涉及到力学相关的设计，很多知识是学校还没有学到的，比如探测器附着时的受力分析、如何平衡装置重量与附着力度等。于是我回家请爸爸给我讲解牛顿第二定律，一点点理解力、加速度与运动之间的关系，把这些理论知识融入到装置设计中，让我的附着方案不仅有实践支撑，更有扎实的理论基础。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+3r&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;align&amp;quot;:&amp;quot;left&amp;quot;}},&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;parent_id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;revisions&amp;quot;:[],&amp;quot;locked&amp;quot;:false,&amp;quot;hidden&amp;quot;:false,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[],&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;那段时间，我每天都在反复打磨：修改装置结构、补充实验数据、完善论文表述、核实专业知识，没有捷径可走，每一步都脚踏实地。从最初的设计雏形，到不断优化后的完整方案，每一次调整都源于对低引力环境的深入理解，每一处修改都只为让附着装置更稳定、更适配小行星探测的实际需求。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+3n&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;align&amp;quot;:&amp;quot;left&amp;quot;}},&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;align&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[&amp;quot;M6oOfofSbdtRL8cG2xicJtwfned&amp;quot;,&amp;quot;X4sKf8SDud1nNwcrea7cwJcwnwT&amp;quot;,&amp;quot;Uxljf8e7cdTRF3cpdlBcWs6vnL2&amp;quot;,&amp;quot;GuBxfw0lvd1LU7ca6cUcWvjJn1d&amp;quot;,&amp;quot;YXq0fp7njdfLkIct6fCcD5Tgn3d&amp;quot;,&amp;quot;RmeTfjYJvd5sDccNQRDceYmjnsf&amp;quot;,&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;,&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;,&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;,&amp;quot;EAcbfjDmddUZJHc9b6FcMOQqnud&amp;quot;,&amp;quot;JjYwfzF1OdWzmNcnZ5ucI2tsn7f&amp;quot;,&amp;quot;SxdXfwbkUdw8G9c2HVVcGoKVnoh&amp;quot;],&amp;quot;comment_container_id&amp;quot;:&amp;quot;YdIuf65NndRd06ccbelcQNJNnag&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;doc_info&amp;quot;:{&amp;quot;deleted_editors&amp;quot;:null,&amp;quot;editors&amp;quot;:[&amp;quot;288508394091993&amp;quot;],&amp;quot;option_modified&amp;quot;:null,&amp;quot;options&amp;quot;:[&amp;quot;editors&amp;quot;,&amp;quot;create_time&amp;quot;,&amp;quot;edit_time&amp;quot;]},&amp;quot;hidden&amp;quot;:false,&amp;quot;locked&amp;quot;:false,&amp;quot;parent_id&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;revision_container_id&amp;quot;:&amp;quot;PDtWf5koJdzsZ6crCfjcT2NinWc&amp;quot;,&amp;quot;revisions&amp;quot;:[],&amp;quot;status&amp;quot;:{&amp;quot;streaming&amp;quot;:{&amp;quot;enabled&amp;quot;:false,&amp;quot;expired_at&amp;quot;:&amp;quot;1773306297&amp;quot;,&amp;quot;source&amp;quot;:1,&amp;quot;operator_id&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;is_create_command&amp;quot;:false}},&amp;quot;text&amp;quot;:{&amp;quot;apool&amp;quot;:{&amp;quot;nextNum&amp;quot;:2,&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;],&amp;quot;1&amp;quot;:[&amp;quot;ai-extra&amp;quot;,&amp;quot;{\&amp;quot;is_ai_gen\&amp;quot;:true}&amp;quot;]}},&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0*1+k&amp;quot;},&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;逐梦深空，我的小行星附着装置科普创意之旅&amp;quot;}}},&amp;quot;type&amp;quot;:&amp;quot;page&amp;quot;}}},&amp;quot;payloadMap&amp;quot;:{&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;:{&amp;quot;level&amp;quot;:1},&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;:{&amp;quot;level&amp;quot;:1},&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;:{&amp;quot;level&amp;quot;:1}},&amp;quot;extra&amp;quot;:{&amp;quot;channel&amp;quot;:&amp;quot;saas&amp;quot;,&amp;quot;pasteRandomId&amp;quot;:&amp;quot;d4babe7d-33ef-4065-a4fd-3a088e4ad2dd&amp;quot;,&amp;quot;mention_page_title&amp;quot;:{},&amp;quot;external_mention_url&amp;quot;:{}},&amp;quot;isKeepQuoteContainer&amp;quot;:false,&amp;quot;selection&amp;quot;:[{&amp;quot;id&amp;quot;:8,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:179},&amp;quot;recordId&amp;quot;:&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;},{&amp;quot;id&amp;quot;:9,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:135},&amp;quot;recordId&amp;quot;:&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;},{&amp;quot;id&amp;quot;:10,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:131},&amp;quot;recordId&amp;quot;:&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;}],&amp;quot;pasteFlag&amp;quot;:&amp;quot;c322d093-18ce-45d3-bbb1-a9e5027b25d3&amp;quot;}&quot; data-lark-record-format=&quot;docx/record&quot; class=&quot;lark-record-clipboard&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;div data-page-id=&quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&quot; data-lark-html-role=&quot;root&quot; data-docx-has-block-data=&quot;false&quot;&gt;&lt;div class=&quot;ace-line ace-line old-record-id-I7JkfrpAUdoYTecFrLicFED8n5f&quot;&gt;这段创意设计与参赛之路，远比我想象中漫长，这是我初中阶段参加过历时最长的比赛，几乎从初一到初二。一路历经初赛、复赛的层层筛选，最终&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;迎来了&lt;/span&gt;总决赛。漫长的近两年里，我始终没有松懈，一边根据各轮评审的意见优化附着装置方案、完善论文细节，一边默默等待总决赛的到来，心中满是期待。&lt;/div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;最让我难忘的是总决赛的经历：原本赛事安排在海南文昌发射场举行，能亲临发射场，在航天圣地展示自己的设计，是我一直以来的心愿。可受特殊时期影响，总决赛不得不改为线上进行，虽有遗憾，但我依然想以最好的状态，在镜头另一端的老教授们面前，展现自己的设计与诚意。为此，我在家关起房门，对着镜子反复练习，打磨每一个表达细节，调整自己的姿态与语气，生怕出现一丝疏漏。比赛当天，我特意穿上了西装校服，褪去稚气，以最庄重的模样，完成了线上展示与答辩。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773308994417641.jpg&quot; title=&quot;微信图片_20260312174853_145_690.jpg&quot; alt=&quot;微信图片_20260312174853_145_690.jpg&quot; width=&quot;436&quot; height=&quot;562&quot; style=&quot;width: 436px; height: 562px;&quot; border=&quot;0&quot; vspace=&quot;0&quot;/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;【图1：复赛现场】&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773309048393317.jpg&quot; title=&quot;微信图片_20260312174854_146_690.jpg&quot; alt=&quot;微信图片_20260312174854_146_690.jpg&quot; width=&quot;392&quot; height=&quot;561&quot; style=&quot;width: 392px; height: 561px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;【图2：总决赛前在家练习答辩】&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;当最终收到获奖通知、得知自己的努力得到认可时，所有的坚持与付出都有了回响。这次科普比赛，不仅让我在一次次打磨中完善了附着装置设计，更让我在漫长的参赛过程中，学会了坚持与沉淀。它让我深刻体会到，深空探索从来不是一蹴而就的，就像这场跨越一年半的比赛，每一步都需要耐心与坚守；而儿时的航天梦，也正是在这样一次次脚踏实地的努力中，慢慢变得清晰可触。未来，我会带着这份坚持与热爱，继续深耕航天科普与设计，努力向心中的星辰大海稳步前行，不负每一份热爱与期待。&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;span data-lark-record-data=&quot;{&amp;quot;isCut&amp;quot;:false,&amp;quot;rootId&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;parentId&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;blockIds&amp;quot;:[10,14,15],&amp;quot;recordIds&amp;quot;:[&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;,&amp;quot;OyXefLnKxdjFGAcg8kWc7HxOnRd&amp;quot;,&amp;quot;BO03fISp9dlDeycfxfOccsk9nAh&amp;quot;],&amp;quot;recordMap&amp;quot;:{&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;parent_id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;revisions&amp;quot;:[],&amp;quot;locked&amp;quot;:false,&amp;quot;hidden&amp;quot;:false,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[],&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;这段创意设计与参赛之路，远比我想象中漫长——整个比赛从2020年秋天启动，一路历经初赛、复赛的层层筛选，直到2022年春天，才迎来最终的颁奖时刻。漫长的一年多里，我始终没有松懈，一边根据各轮评审的意见优化附着装置方案、完善论文细节，一边默默等待总决赛的到来，心中满是期待。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+3s&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;align&amp;quot;:&amp;quot;left&amp;quot;}},&amp;quot;OyXefLnKxdjFGAcg8kWc7HxOnRd&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;OyXefLnKxdjFGAcg8kWc7HxOnRd&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;parent_id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;revisions&amp;quot;:[],&amp;quot;locked&amp;quot;:false,&amp;quot;hidden&amp;quot;:false,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[],&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;最让我难忘的是总决赛的经历：原本赛事安排在海南文昌发射场举行，能亲临发射场，在航天圣地展示自己的设计，是我一直以来的心愿。可受特殊时期影响，总决赛不得不改为线上进行，虽有遗憾，但我依然想以最好的状态，在镜头另一端的老教授们面前，展现自己的设计与诚意。为此，我在家关起房门，对着镜子反复练习展示话术，打磨每一个表达细节，调整自己的姿态与语气，生怕出现一丝疏漏。比赛当天，我特意穿上了西服校服，褪去稚气，以最庄重的模样，完成了线上展示与答辩。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+63&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;align&amp;quot;:&amp;quot;left&amp;quot;}},&amp;quot;BO03fISp9dlDeycfxfOccsk9nAh&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;BO03fISp9dlDeycfxfOccsk9nAh&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;parent_id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;revisions&amp;quot;:[],&amp;quot;locked&amp;quot;:false,&amp;quot;hidden&amp;quot;:false,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[],&amp;quot;text&amp;quot;:{&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;当最终收到获奖通知、得知自己的努力得到认可时，所有的坚持与付出都有了回响。这次科普比赛，不仅让我在一次次打磨中完善了附着装置设计，更让我在漫长的参赛过程中，学会了坚持与沉淀。它让我深刻体会到，深空探索从来不是一蹴而就的，就像这场跨越一年半的比赛，每一步都需要耐心与坚守；而儿时的航天梦，也正是在这样一次次脚踏实地的努力中，慢慢变得清晰可触。未来，我会带着这份坚持与热爱，继续深耕航天科普与设计，努力向心中的星辰大海稳步前行，不负每一份热爱与期待。&amp;quot;},&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0+67&amp;quot;}},&amp;quot;apool&amp;quot;:{&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;]},&amp;quot;nextNum&amp;quot;:1}},&amp;quot;align&amp;quot;:&amp;quot;left&amp;quot;}},&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;:{&amp;quot;id&amp;quot;:&amp;quot;ZPbDfSJCtd6uZEcAQcWcpKiwnfh&amp;quot;,&amp;quot;snapshot&amp;quot;:{&amp;quot;align&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;author&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;children&amp;quot;:[&amp;quot;M6oOfofSbdtRL8cG2xicJtwfned&amp;quot;,&amp;quot;X4sKf8SDud1nNwcrea7cwJcwnwT&amp;quot;,&amp;quot;Uxljf8e7cdTRF3cpdlBcWs6vnL2&amp;quot;,&amp;quot;GuBxfw0lvd1LU7ca6cUcWvjJn1d&amp;quot;,&amp;quot;YXq0fp7njdfLkIct6fCcD5Tgn3d&amp;quot;,&amp;quot;RmeTfjYJvd5sDccNQRDceYmjnsf&amp;quot;,&amp;quot;JKPrfsAT4djSJYcLkrscz3H7n5e&amp;quot;,&amp;quot;HcBLfa4KYdmECGcP4r7ckRTrnXc&amp;quot;,&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;,&amp;quot;OyXefLnKxdjFGAcg8kWc7HxOnRd&amp;quot;,&amp;quot;BO03fISp9dlDeycfxfOccsk9nAh&amp;quot;,&amp;quot;EAcbfjDmddUZJHc9b6FcMOQqnud&amp;quot;,&amp;quot;JjYwfzF1OdWzmNcnZ5ucI2tsn7f&amp;quot;,&amp;quot;SxdXfwbkUdw8G9c2HVVcGoKVnoh&amp;quot;],&amp;quot;comment_container_id&amp;quot;:&amp;quot;YdIuf65NndRd06ccbelcQNJNnag&amp;quot;,&amp;quot;comments&amp;quot;:[],&amp;quot;doc_info&amp;quot;:{&amp;quot;deleted_editors&amp;quot;:null,&amp;quot;editors&amp;quot;:[&amp;quot;288508394091993&amp;quot;],&amp;quot;option_modified&amp;quot;:null,&amp;quot;options&amp;quot;:[&amp;quot;editors&amp;quot;,&amp;quot;create_time&amp;quot;,&amp;quot;edit_time&amp;quot;]},&amp;quot;hidden&amp;quot;:false,&amp;quot;locked&amp;quot;:false,&amp;quot;parent_id&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;revision_container_id&amp;quot;:&amp;quot;PDtWf5koJdzsZ6crCfjcT2NinWc&amp;quot;,&amp;quot;revisions&amp;quot;:[],&amp;quot;status&amp;quot;:{&amp;quot;streaming&amp;quot;:{&amp;quot;enabled&amp;quot;:false,&amp;quot;expired_at&amp;quot;:&amp;quot;1773306783&amp;quot;,&amp;quot;source&amp;quot;:1,&amp;quot;operator_id&amp;quot;:&amp;quot;288508394091993&amp;quot;,&amp;quot;is_create_command&amp;quot;:false}},&amp;quot;text&amp;quot;:{&amp;quot;apool&amp;quot;:{&amp;quot;nextNum&amp;quot;:2,&amp;quot;numToAttrib&amp;quot;:{&amp;quot;0&amp;quot;:[&amp;quot;author&amp;quot;,&amp;quot;288508394091993&amp;quot;],&amp;quot;1&amp;quot;:[&amp;quot;ai-extra&amp;quot;,&amp;quot;{\&amp;quot;is_ai_gen\&amp;quot;:true}&amp;quot;]}},&amp;quot;initialAttributedTexts&amp;quot;:{&amp;quot;attribs&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;*0*1+k&amp;quot;},&amp;quot;text&amp;quot;:{&amp;quot;0&amp;quot;:&amp;quot;逐梦深空，我的小行星附着装置科普创意之旅&amp;quot;}}},&amp;quot;type&amp;quot;:&amp;quot;page&amp;quot;}}},&amp;quot;payloadMap&amp;quot;:{&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;:{&amp;quot;level&amp;quot;:1},&amp;quot;OyXefLnKxdjFGAcg8kWc7HxOnRd&amp;quot;:{&amp;quot;level&amp;quot;:1},&amp;quot;BO03fISp9dlDeycfxfOccsk9nAh&amp;quot;:{&amp;quot;level&amp;quot;:1}},&amp;quot;extra&amp;quot;:{&amp;quot;channel&amp;quot;:&amp;quot;saas&amp;quot;,&amp;quot;pasteRandomId&amp;quot;:&amp;quot;f22308f0-1a61-4acd-866e-1070408e42e1&amp;quot;,&amp;quot;mention_page_title&amp;quot;:{},&amp;quot;external_mention_url&amp;quot;:{}},&amp;quot;isKeepQuoteContainer&amp;quot;:false,&amp;quot;selection&amp;quot;:[{&amp;quot;id&amp;quot;:10,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:136},&amp;quot;recordId&amp;quot;:&amp;quot;I7JkfrpAUdoYTecFrLicFED8n5f&amp;quot;},{&amp;quot;id&amp;quot;:14,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:219},&amp;quot;recordId&amp;quot;:&amp;quot;OyXefLnKxdjFGAcg8kWc7HxOnRd&amp;quot;},{&amp;quot;id&amp;quot;:15,&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;selection&amp;quot;:{&amp;quot;start&amp;quot;:0,&amp;quot;end&amp;quot;:223},&amp;quot;recordId&amp;quot;:&amp;quot;BO03fISp9dlDeycfxfOccsk9nAh&amp;quot;}],&amp;quot;pasteFlag&amp;quot;:&amp;quot;c322d093-18ce-45d3-bbb1-a9e5027b25d3&amp;quot;}&quot; data-lark-record-format=&quot;docx/record&quot; class=&quot;lark-record-clipboard&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773307382293499.jpg&quot; style=&quot;width: 514px; height: 686px;&quot; title=&quot;获奖证书01（全国二等中学第一）.jpg&quot; width=&quot;514&quot; height=&quot;686&quot; border=&quot;0&quot; vspace=&quot;0&quot; alt=&quot;获奖证书01（全国二等中学第一）.jpg&quot;/&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;【图3：获奖证书—全国二等奖】&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773307382709043.jpg&quot; title=&quot;获奖证书02（全国中学最佳）.jpg&quot; width=&quot;545&quot; height=&quot;671&quot; border=&quot;0&quot; vspace=&quot;0&quot; alt=&quot;获奖证书02（全国中学最佳）.jpg&quot; style=&quot;width: 545px; height: 671px;&quot;/&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important; text-align: center;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span style=&quot;color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;【图4：获奖证书—全国中学组最佳创意】&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;blockquote class=&quot;qk-md-blockquote complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border-width: 0px 0px 0px 2px; border-style: solid; border-top-color: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: rgba(6, 10, 38, 0.06); border-image: initial; margin: 16px 0px; color: rgb(6, 10, 38); padding: 0px 18px; line-height: 26px; animation: auto ease 0s 1 normal none running none; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-top: 0px; margin-bottom: 0px !important; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;&lt;em class=&quot;qk-md-em&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; color: rgba(6, 10, 38, 0.7) !important; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;证书上写着“中学组·最佳创意奖”。那一刻，我知道，我的“星尘之握”，真的被看见了。&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;h2 class=&quot;qk-md-head&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-size: 20px; margin: 16px 0px; line-height: 32px; color: rgb(6, 10, 38); letter-spacing: 0.2px; padding: 0px; opacity: 1; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; letter-spacing: 0.2px; line-height: 26px; margin-bottom: 0px; padding: 0px; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;三、站在聚光灯下，听见梦想回响&lt;/span&gt;&lt;/h2&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;2022年8月，我作为北京市初中生代表，参加了在北京举办的&lt;/span&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;第四届北京青少年创客国际交流展示活动颁奖典礼&lt;/span&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;。当主持人宣布：“小行星探测主题 全国二等奖、中学组最佳创意奖——练宇轩，北京市日坛中学！”时，我走上台，手心全是汗。&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;台下掌声响起，我忽然想起小时候那个说要当“零号指挥员”的男孩。原来，&lt;/span&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;梦想不是非要站在控制台前才算实现；只要你的想法能飞向深空，你就是参与者。&lt;/span&gt;&lt;/div&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;更让我感动的是，《中学时事报》的记者专程来校采访。他们说，要把我和同学们的故事做成整版专题，标题就叫——《日坛少年揽月摘星》。虽然我做的是“摘星”而非“揽月”，但编辑老师笑着说：“在你们眼里，星星和月亮，都是要去的地方。”&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important; text-align: center;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773307333898147.jpg&quot; title=&quot;《中学时事报》专访.jpg&quot; alt=&quot;《中学时事报》专访.jpg&quot; width=&quot;641&quot; height=&quot;886&quot; style=&quot;width: 641px; height: 886px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important; text-align: center;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;【图5：《中学时事报》2022年9月27日第1526–1528期专题版面】&lt;/span&gt;&lt;/div&gt;&lt;blockquote class=&quot;qk-md-blockquote complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border-width: 0px 0px 0px 2px; border-style: solid; border-top-color: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: rgba(6, 10, 38, 0.06); border-image: initial; margin: 16px 0px; color: rgb(6, 10, 38); padding: 0px 18px; line-height: 26px; animation: auto ease 0s 1 normal none running none; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-top: 0px; margin-bottom: 0px !important; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;&lt;em class=&quot;qk-md-em&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; color: rgba(6, 10, 38, 0.7) !important; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;报纸出版那天，我把它夹在了科学笔记本里。这不仅是一份报道，更是我少年时代最闪亮的注脚。&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;h2 class=&quot;qk-md-head&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-size: 20px; margin: 16px 0px; line-height: 32px; color: rgb(6, 10, 38); letter-spacing: 0.2px; padding: 0px; opacity: 1; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; letter-spacing: 0.2px; line-height: 26px; margin-bottom: 0px; padding: 0px; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;四、不是终点，而是深空启程&lt;/span&gt;&lt;/h2&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;有人问我：“你的设计会被天问二号带上太空吗？”&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;我坦然回答：“可能不会。但没关系。”&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;因为这次经历教会我的，远不止一个载荷方案。&lt;/span&gt;&lt;/div&gt;&lt;ul class=&quot;qk-md-ul list-paddingleft-2&quot; style=&quot;list-style-type: none;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;我学会了如何把对宇宙的好奇，转化为可执行的工程问题；&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;我明白了真正的创新，是在约束中寻找突破；&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;更重要的是，我确认了一件事：&lt;/span&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;中国航天的大门，正向少年敞开。&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;如今，我持续关注天问二号的进展。2025年，它将发射升空，飞向那颗编号2016 HO3的小行星。也许我的装置不会同行，但我的思考，早已融入这场伟大的远征。&lt;/span&gt;&lt;/div&gt;&lt;h2 class=&quot;qk-md-head&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-size: 20px; margin: 16px 0px; line-height: 32px; color: rgb(6, 10, 38); letter-spacing: 0.2px; padding: 0px; opacity: 1; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; letter-spacing: 0.2px; line-height: 26px; margin-bottom: 0px; padding: 0px; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;五、致所有想“摘星”的少年&lt;/span&gt;&lt;/h2&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;如果你也曾盯着夜空，想知道那些小亮点背后藏着什么；&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;如果你也想过，能不能亲手为探测器设计一个实验——&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;请相信，&lt;/span&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;国家需要的，正是这样的“少年之问”&lt;/span&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;。&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;从一句童言，到国家级奖项；从一张草图，到被主流媒体整版报道……我的故事很小，但它证明了一点：&lt;/span&gt;&lt;br style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid;&quot;/&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; animation: auto ease 0s 1 normal none running none !important; opacity: 1;&quot;&gt;在中国，少年的深空梦，从来都不是幻想。&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;未来，我想继续研究小行星防御与资源利用。或许某一天，当中国人从小行星带回第一捧星尘，那里面，会有一粒来自我们这一代少年曾经的热望。&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;qk-md-paragraph&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; margin-bottom: 16px; margin-top: 0px; opacity: 1; color: rgb(6, 10, 38); font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; data-spm-anchor-id=&quot;5176.28103460.0.i23.72b96308ltB7P8&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; opacity: 1; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;而我，永远记得那个春天，一个普通中学生，用一支笔、一台电脑、一颗心，向星辰伸出了手。&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;span class=&quot;qk-md-strong complete&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; font-weight: 600; opacity: 1; color: #060A26; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Noto Sans&amp;quot;, Ubuntu, Cantarell, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, Simsun, Tahoma, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;, sans-serif; font-size: 16px; text-wrap-mode: wrap; background-color: #FFFFFF; animation: auto ease 0s 1 normal none running none !important;&quot;&gt;&lt;span class=&quot;qk-md-text complete&quot; data-spm-anchor-id=&quot;5176.28103460.0.i18.72b96308ltB7P8&quot; style=&quot;-webkit-font-smoothing: antialiased; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; box-sizing: border-box; border: 0px solid; animation: auto ease 0s 1 normal none running none; opacity: 1;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773304453242174.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;</description><pubDate>Mon, 17 Oct 2022 11:31:46 +0800</pubDate></item><item><title>从图纸到丹江口：我的南水北调之旅</title><link>https://ryanlian.cn/post/5.html</link><description>&lt;p&gt;2021年，我参加北京市朝阳区中小学生金鹏科技论坛活动，凭借自己制作的“南水北调中线工程立体地图”，获得了技术改造与发明类初中组二等奖！这份荣誉让我特别自豪，也让我更加理解了这项国家工程背后的伟大精神。&lt;/p&gt;&lt;p&gt;其实，我对南水北调的兴趣，最早来自一堂历史课。老师讲到：中国共产党成立30年后，也就是1952年，毛主席就提出了“南方水多，北方水少，如有可能，借点水来也是可以的”这一构想。从那时起，一代又一代建设者接续奋斗，用七十多年的时间，把梦想变成了现实。整个工程贯穿着“以人民为中心”的理念，体现了协作共享、艰苦奋斗、创新求精、舍家为国的南水北调精神——这不仅是工程奇迹，更是民族精神的丰碑！&lt;/p&gt;&lt;p&gt;南水北调分为东线、中线和西线，其中最让我着迷的是中线工程。它从湖北丹江口水库出发，一路向北，穿越河南、河北，最终抵达北京和天津。全长1432公里，流经南阳、平顶山、郑州、焦作、鹤壁、安阳、邯郸、邢台、石家庄、保定等城市，为黄淮海平原中西部约15.5万平方千米的土地送去生命之水。&lt;/p&gt;&lt;p&gt;最让我惊叹的是：丹江口水库的海拔只有大约160米，却能让水“自己流”到千里之外的首都！这靠的不是地势高差，而是无数工程师的智慧。为了实现全程自流，他们凿竖井、挖隧洞、架渡槽、加高大坝……每一寸管道都经过最严苛的质量控制，每一个节点都有最精准的监测系统。正是这种“毫米级”的严谨，才让清澈甘甜的汉江水源源不断地流入我们的生活。&lt;/p&gt;&lt;p&gt;在科技部林老师的指导下，我在学期里利用课余时间查阅资料、绘制草图、计算比例，用泡沫板搭建地形，用彩泥塑造山脉，再用蓝色颜料勾勒出水流路径，还嵌入小灯标注重要城市和工程节点。一点一点，终于完成了这个立体地图模型。虽然过程很辛苦，但看到成品的那一刻，我觉得一切都值得。&lt;/p&gt;&lt;p&gt;到了暑假，我怀着敬意，专程坐火车去了南水北调中线工程的起点——丹江口水库。站在水库大坝上，望着碧波荡漾的“亚洲天池”，我小心翼翼地拿出自己做的地图，拍下了一张合影。那一刻，仿佛课本里的工程突然变得真实而鲜活——原来，我们每天用的水，真的来自这么远的地方，背后有那么多人的付出。&lt;/p&gt;&lt;p&gt;现在，每当我拧开水龙头，看到清澈的水流出来，心里都会涌起一份感恩。南水北调不仅调来了水，更调来了希望、责任与担当。作为新时代的青少年，我们不仅要珍惜每一滴水，更要传承那份“舍小家、为大家”的精神，将来也能为祖国贡献自己的力量！&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773303841164233.jpg&quot; style=&quot;&quot; title=&quot;图片3.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773303841617290.png&quot; style=&quot;&quot; title=&quot;图片1.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773303841807465.png&quot; style=&quot;&quot; title=&quot;图片2.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773303842603134.jpg&quot; style=&quot;&quot; title=&quot;图片4.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773303842207970.jpg&quot; style=&quot;&quot; title=&quot;图片5.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/04/202604011775009517114831.jpg&quot; title=&quot;获奖证书07（区二等）.jpg&quot; alt=&quot;获奖证书07（区二等）.jpg&quot; width=&quot;560&quot; height=&quot;381&quot; style=&quot;width: 560px; height: 381px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 01 Aug 2021 16:19:01 +0800</pubDate></item><item><title>日坛公园小微水体管理现状及改进建议</title><link>https://ryanlian.cn/post/4.html</link><description>&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;摘要：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;日坛公园是明清两代帝王祭拜太阳神的“朝日坛”的所在地。园区内有一片水域，不仅能对园区起到雨水调蓄作用，而且也让公园风景更加优美。但是我们发现该水域的治理存在问题，部分水面有水藻、腥臭味。为更好地推进公园水体治理，我们决定研究日坛公园水体水质具体的情况。本课题组利用查阅资料、实地考察、实验测试等方法对日坛公园小微水体水质进行了调查研究。通过检测PH值、余氯、TDS、钙镁含量、活性水指标，可以判定日坛公园小微水体水质属于Ⅳ类水，应采取一些措施使水质改善。这些措施包括完善制度、加强水源控制、建立湖面评级制度等。对日坛公园水体进行治理，不仅能改善水体环境，也有利于公园形象的宣传。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;关键词：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;日坛公园 小微水体 水质检测&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773305381795493.jpg&quot; title=&quot;获奖证书05（市一等）.jpg&quot; alt=&quot;获奖证书05（市一等）.jpg&quot; width=&quot;375&quot; height=&quot;496&quot; style=&quot;width: 375px; height: 496px;&quot;/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;一、研究背景&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;日坛公园内有明清两代帝王祭拜太阳神的“朝日坛”，因此它成为国家3A级风景区，也是北京的古迹。公园内有一片水域，但是不同区域位置水面存在差异，有的水域清澈，也有的水域有肉眼可见的漂浮物和腥臭味。为更加全面、详细的了解其水质，我们使用查阅资料、实地考察、实验测试等方法对日坛公园小微水体水质进行了研究，并整理出改进日坛公园池塘水质的方法。由于距离关系我们首先进行了日坛公园水体水质检测，在之后可以通过更多研究，将部分结果、治理方法代入到其他小微水体。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;二、研究目的&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;通过实地观察，了解日坛公园水体周围环境状况，并对日坛公园水体水质进行检测，与自来水、饮用水对比分析，做出评价。以此提出对日坛公园水体水质的改善方式，改善水体环境。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;font-family: 宋体&quot;&gt;三、研究思路&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br clear=&quot;ALL&quot;/&gt;&lt;img src=&quot;https://ryanlian.cn/zb_users/upload/2025/07/202507121752329917514637.png&quot; alt=&quot;{6CB9D40E-2711-4E56-B057-11108E933097}.png&quot; width=&quot;669&quot; height=&quot;448&quot; style=&quot;width: 669px;height: 448px&quot;/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-bottom: 3px;line-height: 14.4px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 12px;line-height: 10.8px;font-family: &amp;#39;微软雅黑 Light&amp;#39;, sans-serif;color: white&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;font-family: 宋体&quot;&gt;四、时间安排&lt;/span&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;586&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;firstRow&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;top&quot; style=&quot;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;时间阶段&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;170&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;任务内容&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;94&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;参与人员&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;任务（分工）&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;151&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;margin-top: 10px;margin-bottom: 10px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;准备阶段&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 10px;margin-bottom: 10px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;9月30日——&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;10月3日&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;170&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;margin-top: 10px;margin-bottom: 10px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;学习理论知识和科学方法，并对课题进行论证分析&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;94&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-bottom: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;准备工具材料&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;查阅资料&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;撰写研究方案&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;设计记录表格&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;151&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;研究阶段&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;10月4日上午——10月12日&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;170&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;通过观察了解，进行实地考察与测量。分析数据，撰写研究报告&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;94&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-bottom: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;观察日坛公园池塘周围环境&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;选取采样点，观察记录各采样点周围状况、测定水样&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;记录水样数据&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;过程拍照&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 111px&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;top&quot; height=&quot;111&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;总结阶段&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;10月12日下午——10月13日上午&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;170&quot; valign=&quot;top&quot; height=&quot;111&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;整理课题研究过程资料， 撰写心得体会&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;94&quot; valign=&quot;top&quot; height=&quot;111&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td width=&quot;171&quot; valign=&quot;top&quot; height=&quot;111&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;数据整理及分析&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-family: 宋体&quot;&gt;撰写研究报告（&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;五、研究材料及工具&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、工具与仪器&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;自制水样采集器1个、温度计1个、矿物质导电笔1个、TDS水质检测笔、380mL矿泉水瓶12个、550mL矿泉水瓶2个、签字笔1个。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、材料与药品&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;北京兰康保科技有限公司的水质快速检测箱1套（pH、余氯、钙镁、活性水试剂）、自来水550ml 2瓶、饮用水550ml 2瓶。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;六、研究方法&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、观察法&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;观察日坛公园池塘周围环境状况，并作记录。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、调查法&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;在公园随机向相关工作人员询问水的清理频率、来源、流向等问题。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、文献法&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;上网查询中华人民共和国《地表水环境标准》等。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、实验法&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;实验步骤：&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraph&quot; style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 47px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（1）&lt;span style=&quot;font-variant-numeric: normal;font-variant-east-asian: normal;font-variant-alternates: normal;font-size-adjust: none;font-language-override: normal;font-kerning: auto;font-optical-sizing: auto;font-feature-settings: normal;font-variation-settings: normal;font-variant-position: normal;font-variant-emoji: normal;font-stretch: normal;font-size: 9px;line-height: normal;font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;实验目的：对日坛公园水体水质进行检测，并与自来水、饮用水对比分析，做出评价。&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraph&quot; style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 47px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（2）&lt;span style=&quot;font-variant-numeric: normal;font-variant-east-asian: normal;font-variant-alternates: normal;font-size-adjust: none;font-language-override: normal;font-kerning: auto;font-optical-sizing: auto;font-feature-settings: normal;font-variation-settings: normal;font-variant-position: normal;font-variant-emoji: normal;font-stretch: normal;font-size: 9px;line-height: normal;font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;实验过程：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 19px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;设计实地考察所需的记录表；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 19px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;沿日坛公园池塘进行环湖一周考察；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;根据河道地理环境选择5个采样点；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 19px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;采集水样，并用试剂检测，形成对水质的全面评估。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（3）检测指标（详见附件1）：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;pH值&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;矿物质&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraph&quot; style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;TDS值&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraph&quot; style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;余氯&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;硬度&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;生态活性水&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;七、研究过程&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、检测指标&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（1）地表水水域环境分类&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;《中华人民共和国地表水环境质量标准》中，把水分为Ⅰ类、Ⅱ类、Ⅲ类、Ⅳ类和Ⅴ类（劣Ⅴ类），参照不同水质的定义，我们认为公园水质和沟渠类小微水体水质均应至少达到Ⅳ类。（详见附件2。）&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（2）《生活饮用的水卫生标准》&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;而在《中华人民共和国地表水环境质量标准》中，除PH值外，我们并没有找到能与我们检测项目相对应的标准，还需查阅《生活饮用的水卫生标准》。根据此标准，生活饮用水应无异臭、异味；PH值为6.5-8.5；总硬度约为450 mg/L；溶解性总固体约为1000 mg/L；游离氯≥0.05mg/L。（以上为我们能够检测的要求，详见附件3。）&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 24px;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、采样点地理位置及周边环境&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;img src=&quot;https://ryanlian.cn/zb_users/plugin/UEditor/themes/default/images/spacer.gif&quot; width=&quot;551&quot; height=&quot;364&quot; word_img=&quot;file:///C:/Users/LYX/AppData/Local/Temp/msohtmlclip1/01/clip_image001.jpg&quot; style=&quot;;background-position: center center;background-repeat: no-repeat;border: 1px solid rgb(221, 221, 221)&quot;/&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;本次研究环绕日坛公园人工水体一周，如图1所示。先从东部分支的4号点开始，前往水体末端的5号点，随后来到主水域北部的2号点，南下到一座坝附近的3号点，最后到主水域南部的1号点，本次采样点选取综合了水的流向、相对高度等方面，对主水域、分支、隐藏水域均有所涉及，并进行了水质的采样、检测。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、研究数据&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap&quot;&gt;&lt;span style=&quot;font-size: 16px;font-family: 宋体&quot;&gt;（1）日坛公园小微水体周围环境观察数据&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;img width=&quot;562px&quot; height=&quot;483px&quot; src=&quot;https://ryanlian.cn/zb_users/plugin/UEditor/themes/default/images/spacer.gif&quot; word_img=&quot;file:///C:/Users/LYX/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png&quot; style=&quot;;background-position: center center;background-repeat: no-repeat;border: 1px solid rgb(221, 221, 221)&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;img width=&quot;547px&quot; height=&quot;333px&quot; src=&quot;https://ryanlian.cn/zb_users/plugin/UEditor/themes/default/images/spacer.gif&quot; word_img=&quot;file:///C:/Users/LYX/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png&quot; style=&quot;;background-position: center center;background-repeat: no-repeat;border: 1px solid rgb(221, 221, 221)&quot;/&gt;&lt;br clear=&quot;ALL&quot;/&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（2）采样点检测数据&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（3）编号位置对照表&lt;/span&gt;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;firstRow&quot;&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;编号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;对应采样点&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1号点1号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2号点1号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3号点3号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2号点2号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;5&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1号点2号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;6&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2号点3号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;7&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3号点2号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;8&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1号点3号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;9&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;5号点1号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;10&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3号点1号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;11&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4号点1号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;12&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4号点2号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;13&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4号点3号&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、数据分析&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;正常情况下，水应该是无色、无味的，但通过我们的观察，发现日坛公园池塘部分水样存在有异味、颜色异常的现象，说明该水体受到了污染。腥味意味着鱼类等生物的生存已经受到威胁，而基于腥味水体大多有水藻、油等污染，推测它有可能是死亡水藻引发的腥味。通过水质检测，我们也总结了如下结论：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（1）芦苇生长对小微水体TDS有影响&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;本次测试样本中TDS数值最低值为289mg/L，这个检测点出现在生长有芦苇的水域。在没有芦苇的其他地方，TDS值相对较高。可见芦苇的生长对生长环境中的TDS值有一定影响。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（2）日坛公园池塘水体PH值、TDS符合《生活饮用水卫生标准》&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;通过我们对采样点水质的检测，获得了PH值、TDS等数据，我们将这些数据与《生活饮水卫生标准》进行比对，日坛公园水质PH值和TDS是符合要求的。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;553&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;firstRow&quot;&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;检测PH最低值&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;标准PH最低值&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;检测PH最高值&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;标准PH最高值&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;7.1&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;6．5&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;8.4&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;8.5&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;277&quot; colspan=&quot;2&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;检测TDS最高值（mg/L）&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;277&quot; colspan=&quot;2&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;标准TDS指数（mg/L）&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;277&quot; colspan=&quot;2&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;436&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;277&quot; colspan=&quot;2&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;≤1000&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;（3）日坛公园水塘不宜作为饮用水源地&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;在采集的13个样本中，有6个是腥味的，而根据《生活饮用水卫生标准》，生活饮用水不得有臭味、异味等，所以日坛公园水塘不宜作为饮用水源地。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;八、后续治理建议&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、小微水体治理现状&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;日坛公园采取落差法净化水质、在观察过程中，我们发现水域中有一个小型水闸将水体形成落差分层，这可以有效促进水体流动，加速水体净化。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、小微水体改善建议&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;提高管理人员管理意识。我们采访了公园工作人员，他们当时正在清理水面杂草。在被问及清理杂草的频率时，他们说“有草就清”，这是缺乏系统意识的体现。建议结合水体自身特质，制定有计划的清理计划。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;加强水源管理。在采访时我们还了解到，日坛公园的水主要来源于井水、地下水，对于这类水源建立循环系统，要注意生态保护，避免地下水的过度开发和污染，但同时又要保证地上水水质有保证，这就为小微水体微循环提出了很大的挑战。但是另一类公园水系是从江、河等大型水系引水入园，这样水源就得到了保证。所以对于其他公园及沟渠类小微水体的治理，要有效利用周围的大型水系。比如，引河水加入循环，或者让一条沟渠成为一条河的人工支流。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;对于水体异味问题的积极干预。根据取样记录及环境描述，我们发现腥味水取样地普遍存在多水藻、多污染物的问题（如1.2样本水面有油、5号样本被水藻彻底覆盖）；此外，隐藏水域也是腥味水体的一个“重灾区”。如果我们建议设立湖面评级制度，推广给管理人员使用，方便管理人员根据等级情况量化管控，可能会为对水体治理产生积极影响，下面是我们草拟的一个湖面评级表。希望可以对水体异味问题的解决起到积极影响。&lt;/span&gt;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;firstRow&quot;&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;级别&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;湖面状况&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;清澈见底，无漂浮物，无臭&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水面上有少量可以打捞的漂浮物，无臭&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水面上有一定水藻或其他污染物，无臭或微臭&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;4&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水面有较多污染物，有可闻见的臭味&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;66&quot; valign=&quot;top&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;5&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;487&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水面被污染物覆盖，臭味明显&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;九、展望思考&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;在梳理完小微水体治理的优势、劣势及治理难关、治理目标之后，有必要系统地分析如何一步步达到那个目标。由于本人知识水平有限，所以意见可能有不太适合个别水体的地方，这里仅供参考。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;上文提到水源，其实对于任何水体而言，水源不仅仅源于地面及地面以下，雨水、排水也是水源。但这些水源质量需要保障，排水分为城市用水和工、农业用水，对于前两者，国家已经出台了相关规定，执行效果也很好，但郊区散户一直是监管的盲区，虽然他们对一定范围内整体水系影响不大，但必须做好约束，否则也可能造成较大的恶劣影响。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;另外还有雨水，许多水体季节水位变化很大都是降水所致。净化雨水，可以在雨后打开循环装置及时更新，也可以使用雨水净化系统，但要看这个水体是否具备高标准净化的价值；还有一种方法是，将水体与大型水系或自来水管网沟通（这个前面也有提及），设计几个泄水口。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水源治理好，下一步是完善制度，要保证每一个街区都有负责人，点连成网，环保之网疏而不漏，将责任落实到人，定期清理，定期检测&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;时刻牢记，水体不只是一片水、一条沟，它有防汛、绿化、减噪、降温等多种功能。可以将小微水体作为水源，打造多个高品质“口袋公园”。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;小微水体治理的根本，是提高水体流动性与循环性。“流水不腐”的科学依据在于水溶解更多氧气使厌氧生物减少到合适的范围。改变水源、绿化，联通水系……这对于小微水体都有不同好处，如果，众多水系都得到妥善治理，那就能大幅提升环境质量与城市宜居性。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;十、致谢&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;在这里要感谢林彦杰老师，她帮我们打开并及时调整思路，让这篇论文兼有准确的数据和表达，并为我们提供技术支持。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;十一、附件&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraph&quot; style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 48px;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1、&lt;span style=&quot;font-variant-numeric: normal;font-variant-east-asian: normal;font-variant-alternates: normal;font-size-adjust: none;font-language-override: normal;font-kerning: auto;font-optical-sizing: auto;font-feature-settings: normal;font-variation-settings: normal;font-variant-position: normal;font-variant-emoji: normal;font-weight: normal;font-stretch: normal;font-size: 9px;line-height: normal;font-family: &amp;#39;Times New Roman&amp;#39;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水质检测指标说明&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;pH值&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;PH值是水溶液的&lt;/span&gt;&lt;a href=&quot;https://www.baike.com/wiki/%E9%85%B8%E7%A2%B1%E6%80%A7&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;酸碱性&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;强弱程度。热力学标准状况时，pH=7的水溶液呈中性，pH&amp;lt;7者呈酸性，pH&amp;gt;7者呈碱性。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;矿物质&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;矿物质是水质质量的一个检测指标。水中含有大量的矿物质，尤其是天然无污染的泉水。含有矿物质：钾、钙、钠、镁、磷、铜、铁、锂、锶、锌、碘、硒、等。这些元素在人体的新陈代谢中起着举足轻重的作用，而有些还是组成人体结构的成分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;TDS值&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;TDS值代表水中溶解物杂质含量，TDS值越大，说明水中的杂质含量大，反之杂质含量小。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;余氯&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;余氯是指氯投入水中后，除了与水中细菌、微生物、有机物、无机物等作用消耗一部分氯外，还剩余一部分氯，这部分氯就叫做余氯。市政自来水要求必须保持一定量的余氯，以确保饮用水的微生物指标安全。但是，当氯和有机酸反应，就会产生许多致癌的副产品，比如三氯甲烷等。超过一定量的氯，本身也会对人体产生许多危害。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;硬度&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水的硬度的精确定义是水中的&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E9%92%99%E7%A6%BB%E5%AD%90&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;钙离子&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;和镁离子的含量（以mmol/L表示），又称为总硬度。这两种离子的含量越高，&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E6%B0%B4%E7%9A%84%E7%A1%AC%E5%BA%A6&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;水的硬度&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;就越大。&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E7%A1%AC%E6%B0%B4&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;硬水&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;是指硬度为16—30度的水，而&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E8%BD%AF%E6%B0%B4&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;软水&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;是硬度低于8度的水。&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E6%B0%B4%E7%9A%84%E7%A1%AC%E5%BA%A6&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;水的硬度&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;太高和太低都不好，因为水的硬度和一些疾病有密切关系。调查发现，在水硬度较高地区心血管疾病发病率较低。我国&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E9%A5%AE%E7%94%A8%E6%B0%B4&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;饮用水&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;规定的标准是不能超过25度，最适宜的&lt;/span&gt;&lt;a href=&quot;https://www.baidu.com/s?wd=%E9%A5%AE%E7%94%A8%E6%B0%B4&amp;hl_tag=LONGTEXTlink&amp;tn=SE_hldp01350_v6v6zkg6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体;color: black&quot;&gt;饮用水&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;的硬度为8～18度，属于轻度或中度硬水。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;生态活性水&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;margin-left: 28px;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;生态活性水指的是小分子团水，水分子H2O是由两个氢原子H和一个氧原子O组成。水分子和水分子之间依靠氢键相互吸引，以抱团的形式存在。通常由10个以上的水分子组成一个水分子团，叫大分子团水；反之，为小分子团水。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px;background: white&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;2&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;《中华人民共和国地表水环境质量标准》&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;603&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;firstRow&quot;&gt;&lt;td width=&quot;121&quot; style=&quot;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;水体类型&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;481&quot; valign=&quot;top&quot; style=&quot;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;主要功能&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;121&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;I类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;481&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;主要适用于源头水、国家自然保护区&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;121&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;II类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;481&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;主要适用于集中式生活饮用水地表水源地一级保护区、珍稀水生生物栖息地、鱼虾类产卵场、仔稚幼鱼的索饵场等&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;121&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;III类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;481&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;主要适用于集中式生活饮用水地表水源地二级保护区、鱼虾类越冬场、洄游通道、水产养殖区等渔业水域及游泳区&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;121&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;IV类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;481&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;主要适用于一般工业用水区及人体非直接接触的娱乐用水区&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;121&quot; style=&quot;border-top: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;V类&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;481&quot; valign=&quot;top&quot; style=&quot;border-top: none;border-left: none;padding: 0px 7px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;主要适用于农业用水区及一般景观要求水域&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px;background: white&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;#39;Noto Sans SC&amp;#39;;font-size: medium;text-wrap-mode: wrap;line-height: 24px;background: white&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;3&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;、&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;《生活饮用的水卫生标准》&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 22px&quot; class=&quot;firstRow&quot;&gt;&lt;td width=&quot;365&quot; height=&quot;22&quot; style=&quot;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;指 标&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;270&quot; height=&quot;22&quot; style=&quot;border-left: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;限 值&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 22px&quot;&gt;&lt;td colspan=&quot;2&quot; height=&quot;22&quot; style=&quot;border-top: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;1、微生物指标&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 22px&quot;&gt;&lt;td width=&quot;365&quot; height=&quot;22&quot; style=&quot;border-top: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;总大肠菌群（MPN/100mL或CFU/100mL）&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;270&quot; height=&quot;22&quot; style=&quot;border-top: none;border-left: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;不得检出&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 22px&quot;&gt;&lt;td width=&quot;365&quot; height=&quot;22&quot; style=&quot;border-top: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;耐热大肠菌群（MPN/100mL或CFU/100mL）&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;270&quot; height=&quot;22&quot; style=&quot;border-top: none;border-left: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;不得检出&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 22px&quot;&gt;&lt;td width=&quot;365&quot; height=&quot;22&quot; style=&quot;border-top: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;大肠埃希氏菌（MPN/100mL或CFU/100mL）&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;270&quot; height=&quot;22&quot; style=&quot;border-top: none;border-left: none;padding-top: 2px;padding-bottom: 2px&quot;&gt;&lt;p style=&quot;line-height: 24px&quot;&gt;&lt;span style=&quot;font-size: 16px;line-height: 24px;font-family: 宋体&quot;&gt;不得检出&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Oct 2020 19:59:50 +0800</pubDate></item><item><title>自我介绍</title><link>https://ryanlian.cn/post/3.html</link><description>&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://ryanlian.cn/zb_users/upload/2026/03/202603121773315717648118.png&quot; title=&quot;卡通头像.png&quot; alt=&quot;卡通头像.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;我是一名初中生，就读于北京市朝阳区。&lt;/p&gt;&lt;p&gt;从初一开始，我加入了学生会科技部，这里主要记录我在科技部的学习和生活。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;我上初二了，也从科技部的组员，成为了科技部部长。我会继续努力的！&lt;/p&gt;&lt;p&gt;--------------2022.9.1-------------&lt;/p&gt;&lt;p&gt;初三了，所有人都离开学生会了，这是中考冲刺的一年，不过我或许还会偶尔来自己的小屋里坐坐、看看.......&lt;/p&gt;&lt;p&gt;--------------2023.8.12------------&lt;/p&gt;&lt;p&gt;现在我是一名准高中生了，刚刚过去的中考，考的还行，高中继续努力！&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 20 Sep 2020 15:54:20 +0800</pubDate></item></channel></rss>