<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>水地导航</title><link>https://www.w3k6.com/</link><description>Good Luck To You!</description><item><title>ArcGIS Pro 常见一些拓扑错误处理</title><link>https://www.w3k6.com/post/177.html</link><description>&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;拓扑错误处理是地理信息系统（GIS）数据质量控制的重要组成部分。在GIS中，拓扑用于定义和强制执行空间数据之间的关系规则，以确保数据的准确性和一致性。以下是常见的拓扑错误及其处理方法的总结：&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 1. 点、线、面完全相同&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;当存在完全重复的点、线或面时，可以使用“删除相同项(DeleteIdentical)”工具来解决。该工具会直接对输入数据进行修改，根据所选字段保留第一次出现的要素并删除其余的重复项。对于图形要素，这意味着删除几何形状完全相同的对象。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 2. 线部分重叠&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;线要素之间部分重叠的问题可以通过打断相交线的方法来解决。通过选择需要处理的线图层，并应用打断操作，可以将重叠部分分割成独立的线段，从而便于进一步编辑或移除不需要的部分。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 3. 线有伪结点&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;伪结点指的是在线上不必要的额外节点，通常由冗余的折点引起。为了消除这些伪结点，首先使用“融合(Dissolve)”工具合并具有相同属性的线段，然后利用打断相交线的功能移除任何剩余的伪结点。如果仍有问题，可以手动选择并合并相关线段。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;[Xdowhide]70[/Xdowhide]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 4. 面部分重叠&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;面对部分重叠的情况，可以采用“联合(Union)”或“要素转面(FeatureToPolygon)”工具。前者会把所有重叠区域转换为新的多边形，并连接两个要素图层的属性字段；后者则会创建没有重叠的新多边形，但不保留原有属性信息。对于多个面之间的复杂重叠，还可以考虑使用“消除(Eliminate)”工具来进行合并。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 5. 点不为线的端点&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;要使点与线的端点重合，可以使用“捕捉(Snap)”工具。此工具适用于简单的点到线或者点到面的捕捉场景，它会调整输入要素的位置，使其尽可能靠近目标要素的末端或折点。需要注意的是，使用捕捉工具前应该备份原始数据，因为它是直接修改输入要素的。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 6. 面线不重合&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;当面的边界和线要素不一致时，可以通过生成面内部点的方式，再结合“要素转面”工具重新构建面来解决问题。这种方法特别适合于那些仅有轻微偏差的情况，且新生成的面将继承原始面的属性信息。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 7. 面必须被其他面要素覆盖&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;若一个面层必须位于另一个更大的面内，比如宗地不能跨行政区，则可以先执行相交操作，自动分解跨越边界的面，之后再根据实际情况调整碎图斑及相应属性。另一种方法是通过“融合”工具按照特定字段（如行政区代码）聚合面要素，确保每个面都正确地属于相应的上级面。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 8. 多部件检查&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;ArcGIS Pro本身并不提供直接检查多部件面的工具，但可以通过计算Shape对象的partcount属性值大于1来识别多部件要素，或者使用“多部件至单部件(MultipartToSinglepart)”工具拆分多部件后统计频数来发现它们。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;### 9. 锐角检查&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;锐角可能影响某些类型的分析结果，虽然Pro中没有内置的锐角检查工具，但是可以通过编写Python脚本来实现这一点。运行脚本后，可以在输出表中查看哪些位置出现了小于设定角度阈值的角点，并据此采取适当措施进行修正。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;综上所述，处理拓扑错误是一个细致且系统的过程，涉及到多种GIS工具和技术的应用。有效的拓扑管理不仅有助于提高数据的质量，还能为后续的空间分析提供可靠的基础。在实际工作中，应当尽量避免引入拓扑错误，同时建立一套完善的错误检测和修复机制，以保障GIS项目的顺利实施。&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Wed, 29 Apr 2026 08:15:47 +0800</pubDate></item><item><title>ArcGIS Pro 3.6下载及安装教程</title><link>https://www.w3k6.com/post/178.html</link><description>&lt;h1 style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;font-weight: 400;font-size: 16px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;[名称]：ArcGIS Pro 3.6&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;[大小]: &amp;nbsp; 4.14GB&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.578px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: #FFFFFF;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;float: none;visibility: visible;display: inline !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 14px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.578px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: #FFFFFF;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;float: none;visibility: visible;display: inline !important;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;[语言]：简体中文&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;[安装环境]：Windows10及以上&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;font-weight: 400;font-size: 16px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;[下载方式]：微信公众号后台回复关键字&lt;/span&gt;&lt;strong style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&amp;quot;ArcGIS Pro 3.6”&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h1&gt;&lt;h1 style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;font-weight: 400;font-size: 16px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;迅雷网盘下载链接：&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;https://pan.xunlei.com/s/VOoV9B3IBAvCVhF7Al2ccZC9A1?pwd=96bj#&lt;/span&gt;&lt;/p&gt;&lt;h1 style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;font-weight: 400;font-size: 16px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;百度网盘下载链接：&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&amp;nbsp;https://pan.baidu.com/s/1LjmNElf7t76qIGEHWJNcVA 提取码: 842c&lt;/span&gt;&lt;/p&gt;&lt;h1 style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;font-weight: 400;font-size: 16px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;夸克网盘下载链接：&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;https://pan.quark.cn/s/5f4a74ee8818&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;移动云盘下载链接：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;https://yun.139.com/shareweb/#/w/i/2tZwnXzesqcoh&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;提取码: vo6t&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section data-id=&quot;974885&quot; data-pm-slice=&quot;0 0 []&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;widows: 1;background-color: rgb(255, 255, 255);border-width: 0px;border-style: none;border-color: initial;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;text-align: center;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 3px 10px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(255, 255, 255);letter-spacing: 5px;font-weight: bold;display: inline-block;background-color: rgb(0, 0, 0);visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 15px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;软件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 3px 10px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(255, 255, 255);letter-spacing: 5px;font-weight: bold;display: inline-block;background-color: rgb(110, 182, 173);visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 15px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;声明&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-id=&quot;2572&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;widows: 1;background-color: rgb(255, 255, 255);visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: -0.7em 0px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;border-width: 1px;border-style: solid;border-color: rgb(192, 200, 209);border-radius: 0.4em;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 1.4em 1em 1em;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;h2 style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;font-weight: 400;font-size: 16px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 15px;visibility: visible;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px 16px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;line-height: 1.5em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;font-family: 微软雅黑;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;1、“测绘地理信息研究”作为测绘人非盈利的网络服务提供者，对非法转载、盗版行为的发生不具备充分的监控能力，因此鼓励用户对公众号上的资源进行全面监督，共创绿色网络环境。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;line-height: 1.5em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;font-family: 微软雅黑;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;2、当版权拥有者提出侵权指控并出示充分的版权声明时 “&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;测绘地理信息研究&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;”会在第一时间对投诉举报的内容进行核实审查， 并按照相关法律规定及本公众号相关规则对侵权资源采取下架、删除等相关法定义务措施，并对涉及侵权的用户进行相应处罚。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;line-height: 1.5em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;font-family: 微软雅黑;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;3、“&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;visibility: visible;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: 0px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;测绘地理信息研究&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;”属于非盈利的网络服务提供者，致力于服务测绘地理信息人员。我们提供用户下载的所有内容均来自互联网。如有内容侵犯您的版权或其他利益的，请私信后台删除&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;text-align: center;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.582857px;background-color: rgb(255, 255, 255);visibility: visible;&quot;&gt;&lt;strong style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(0, 0, 0);font-size: 16px;letter-spacing: 0.544px;widows: 1;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;软件介绍：&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;visibility: visible;&quot;&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;background-color: rgb(255, 255, 255);visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;table style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px 0px 10px;padding: 0px;outline: 0px;border-collapse: collapse;display: table;width: 677px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;visibility: visible;&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot; class=&quot;firstRow&quot;&gt;&lt;td colspan=&quot;4&quot; valign=&quot;middle&quot; align=&quot;left&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 5px 10px;padding: 5px 10px;outline: 0px;word-break: break-all;hyphens: auto;border-width: 1px;border-style: solid;border-color: rgb(121, 123, 170);max-width: 100%;visibility: visible;overflow-wrap: break-word !important;box-sizing: border-box !important;&quot;&gt;&lt;span style=&quot;max-width: 100%;color: #000000;outline: 0px;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: #FFFFFF;visibility: visible;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;ArcGIS 是一个全面的系统，用户可用其来收集、组织、管理、分析、交流和发布地理信息。作为世界领先的地理信息系统 (GIS) 构建和应用平台，ArcGIS 可供全世界的人们将地理知识应用到政府、企业、科技、教育和媒体领域。ArcGIS 可以发布地理信息，以便所有人都可以访问和使用。本系统可以在任何地点通过 web 浏览器、移动设备（例如智能手机和台式计算机）来使用。&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;&quot;&gt;&lt;section powered-by=&quot;xiumi.us&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;color: rgb(0, 0, 0);font-size: medium;text-align: start;white-space: normal;caret-color: rgba(0, 0, 0, 0);font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: rgb(255, 255, 255);visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px 10px;outline: 0px;max-width: 100%;box-sizing: border-box;overflow-wrap: break-word !important;color: rgb(62, 62, 62);font-size: 16px;line-height: 1.6;visibility: visible;&quot;&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgb(0, 0, 0);font-size: medium;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin-top: 0px;margin-right: 0px;margin-bottom: unset;margin-left: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;letter-spacing: normal;white-space: normal;caret-color: rgb(0, 0, 0);color: rgb(0, 0, 0);&quot;&gt;&lt;section data-pm-slice=&quot;9 9 []&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;letter-spacing: 0.578px;visibility: visible;&quot;&gt;&lt;section font-size=&quot;14px&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;border-width: 0px;border-style: none;border-color: initial;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgb(0, 0, 0);font-size: medium;text-align: start;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin-top: 0px;margin-right: 0px;margin-bottom: unset;margin-left: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin-top: 0px;margin-right: 0px;margin-bottom: unset;margin-left: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin-top: 0px;margin-right: 0px;margin-bottom: unset;margin-left: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 16px;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;display: flex;justify-content: center;align-items: center;&quot;&gt;&lt;section style=&quot;-webkit-tap-highlight-color: transparent;margin: 10px 0px 0px -21px;padding: 5px 26px 6px 31px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;background-color: rgb(135, 191, 255);&quot;&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgb(255, 255, 255);line-height: 16px;font-family: 思源黑体;letter-spacing: 1px;&quot;&gt;&lt;strong style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;安装步骤&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;outline: 0px;max-width: 100%;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);box-sizing: border-box !important;overflow-wrap: break-word !important;margin-bottom: 0px;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;1、右击【ArcGIS Pro3.6】压缩包，选择【解压到&lt;/span&gt;&lt;span style=&quot;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: #FFFFFF;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;ArcGIS Pro3.6&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;】。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;outline: 0px;max-width: 100%;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);box-sizing: border-box !important;overflow-wrap: break-word !important;margin-bottom: 0px;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023138&quot; data-ratio=&quot;0.16111111111111112&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251075355.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;2.安装ArcGISPro两个前置环境，&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;MicrosoftEdgeWebView2RuntimeInstallerX64.exe和&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;windowsdesktop-runtime-8.0.12-win-x64.exe，分别右键以管理员身份安装，如果出现提示已经安装，则说明之前安装过类似产品，忽略此步骤&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.6992110453648915&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1014&quot; type=&quot;block&quot; data-imgfileid=&quot;100023139&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251042140.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;3.找到ArcGISPro_36_zh_CN_197401.exe，以管理员身份运行&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023140&quot; data-ratio=&quot;0.5342592592592592&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251011182.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;4.解压安装包的路径，可以任选，能找到位置在哪即可，建议选择除C盘以外的文件夹，点击&lt;/span&gt;&lt;span style=&quot;background-color: #FF8124;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;下一步&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.6185682326621924&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;894&quot; type=&quot;block&quot; data-imgfileid=&quot;100023141&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251054286.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;5.文件正在解压中&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.6220735785953178&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;897&quot; type=&quot;block&quot; data-imgfileid=&quot;100023142&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251064604.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;6.解压后勾选&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;上“&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;现在执行程序&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;”，点击“&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;关闭&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;”&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.6350446428571429&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;896&quot; type=&quot;block&quot; data-imgfileid=&quot;100023143&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251085770.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;7.点击下一步&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.7551440329218106&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;486&quot; type=&quot;block&quot; data-imgfileid=&quot;100023144&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251087000.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;8.点击下一步&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023145&quot; data-ratio=&quot;0.7312252964426877&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;506&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082830177742251021523.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;9.选择“&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;我接受协议&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;”，点击下一步&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023146&quot; data-ratio=&quot;0.7198443579766537&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;514&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251192883.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;10.选择“使用本机的所有人”，点击下一步&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023147&quot; data-ratio=&quot;0.7575187969924813&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;532&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251180143.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;11.选拔安装位置，注意安装路径中不要有中文，点击下一步&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.7784552845528455&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;492&quot; type=&quot;block&quot; data-imgfileid=&quot;100023148&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251170177.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;12.全部取消勾选，点击安装&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.7570281124497992&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;498&quot; type=&quot;block&quot; data-imgfileid=&quot;100023149&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251144197.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;13.等待程序安装中&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.77079107505071&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;493&quot; type=&quot;block&quot; data-imgfileid=&quot;100023150&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251142405.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;14.点击完成&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.7470355731225297&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;506&quot; type=&quot;block&quot; data-imgfileid=&quot;100023151&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251182702.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;16.先不要操作，会自动跳出中文语言包安装，等待安装完&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;毕，点击&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;确定&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;即&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;可。&lt;span textstyle=&quot;&quot; style=&quot;color: #D92142;&quot;&gt;（&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;color: #D92142;&quot;&gt;若出现安装路径为空的情况，则说明之前安装ArcGIS Pro时注册表未清理干净，请卸载软件，清理干净注册表以后重新安装&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;color: #D92142;&quot;&gt;）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.3726027397260274&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;365&quot; type=&quot;block&quot; data-imgfileid=&quot;100023152&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082831177742251143695.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-top: 10px;margin-bottom: 10px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;border-radius: 16px;padding: 5px;vertical-align: top;line-height: 1;background-color: rgb(142, 201, 101);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;width: 18px;height: 18px;border: 4px solid rgb(255, 255, 255);border-radius: 50%;box-sizing: border-box;display: inline-block;vertical-align: top;background-color: rgb(141, 201, 101);&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot; role=&quot;img&quot; aria-label=&quot;插图&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;color: rgb(255, 255, 255);padding-left: 6px;padding-right: 8px;height: 18px;line-height: 18px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;三、软件破解流程&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;17.&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;打开”4.破解文件“文件夹，双击运行”agp.reg“添加注册表文件&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;display: none;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;下面是破解流程，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.5009920634920635&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1008&quot; type=&quot;block&quot; data-imgfileid=&quot;100023153&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082832177742251247595.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;18.点击“是”&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023154&quot; data-ratio=&quot;0.3037300177619893&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;563&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082832177742251260281.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;19.点击&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;确定&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.22841726618705036&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;556&quot; type=&quot;block&quot; data-imgfileid=&quot;100023155&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082832177742251278278.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #FF8124;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #FF8124;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #FF8124;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;20.复制&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;破解文件文件夹下的&amp;quot;AfCore.dll&amp;quot;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;display: none;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;复制Patches文件夹下的AfCore.dll&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.290950744558992&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;873&quot; type=&quot;block&quot; data-imgfileid=&quot;100023156&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082833177742251356590.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;21.&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;粘贴到&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;安装目录的bin文件夹下&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;，选择&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;替换&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;box-sizing: border-box;&quot;&gt;目标中的文件，&lt;/span&gt;&lt;/p&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023157&quot; data-ratio=&quot;0.560687432867884&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;931&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082833177742251353792.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;22.在开始菜单中找到ArcPro3.6，将其拖到桌面，双击打开&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100023158&quot; data-ratio=&quot;0.5064814814814815&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082833177742251311302.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;margin-bottom: 0px;outline: 0px;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;letter-spacing: 0.578px;font-size: 14px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;23.点击Settings&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.6074074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100023159&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082833177742251383554.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;24.点击“options”&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.8083333333333333&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100023160&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082833177742251328075.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;25.将语言改为中文，点击&amp;quot;OK&amp;quot;,关闭软件&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.7432558139534884&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1075&quot; type=&quot;block&quot; data-imgfileid=&quot;100023161&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082834177742251479090.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;26.重新启动软件，界面已经变为中文，即可正常使用&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.4824074074074074&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100023162&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429082834177742251460070.png&quot;/&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Tue, 28 Apr 2026 23:28:39 +0800</pubDate></item><item><title>ArcGIS快速实现为多个要素图层设置标注及参数的方法</title><link>https://www.w3k6.com/post/181.html</link><description>&lt;p data-pm-slice=&quot;0 0 []&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px 0px 8px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-align: left;text-indent: 2em;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 2px;color: #3DA742;font-weight: bold;&quot;&gt;写在前面&lt;/span&gt;&lt;/span&gt;&lt;strong style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span data-mce-style=&quot;color: #a5a5a5; font-family: Arial, Helvetica, sans-serif;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;color: #3DA742;font-weight: bold;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;hr style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;color: rgb(34, 34, 34);font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 16px;background-color: rgb(255, 255, 255);border-style: solid;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-color: rgba(0, 0, 0, 0.1);transform-origin: 0px 0px 0px;transform: scale(1, 0.5);visibility: visible;&quot;/&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 8px 0px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;color: rgb(34, 34, 34);font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 16px;background-color: rgb(255, 255, 255);text-indent: 2em;line-height: 1.6em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;color: rgba(0, 0, 0, 0.9);text-indent: 2em;letter-spacing: 0.034em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-indent: 2em;letter-spacing: 2px;font-size: 14px;color: #888888;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;color: #888888;&quot;&gt;Hi!&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #888888;&quot;&gt;同行们，制作不易，为了能持续给大家带来更优质的内容与服务，真心希望大家多多支持。如果感觉文章对您有所帮助，文中官方推荐的部分，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-weight: bold;color: #FA5359;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #FF0000;&quot;&gt;戳一戳&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: #888888;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #888888;&quot;&gt;，了解一下更多行业信息，也&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: #888888;font-weight: 400;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #888888;&quot;&gt;让我们有底气去分享更多有价值的内容。欢迎大家多多&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: #FA5359;font-weight: bold;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #FF0000;&quot;&gt;转发&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: #888888;font-weight: 400;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #888888;&quot;&gt;，多多交流，谢谢！&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;color: rgb(34, 34, 34);font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 16px;background-color: rgb(255, 255, 255);text-indent: 2em;line-height: 1.6em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;color: rgba(0, 0, 0, 0.9);text-indent: 2em;letter-spacing: 0.034em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-indent: 2em;letter-spacing: 2px;font-size: 14px;color: #888888;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 2px;color: #888888;&quot;&gt;如有问题，&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;color: rgba(0, 0, 0, 0.9);text-indent: 2em;letter-spacing: 0.034em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-indent: 2em;letter-spacing: 2px;font-size: 14px;color: #888888;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;请加微信&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;0 0 []&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;联系我们&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;（微信号：2210976900，或扫描下方的微信二维码），大家共同交流，共&lt;/span&gt;&lt;span data-change-font=&quot;1&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-size: 14px;color: #888888;font-style: normal;text-decoration: none;visibility: visible;&quot;&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;同进步。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: #888888;font-size: 14px;letter-spacing: 2px;text-indent: 2em;caret-color: #07C160;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;相关行业公益群聊请点击&lt;/span&gt;&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;行业公益群聊，根据工作需要添加即可&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;orphans: 2;text-align: justify;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-style: initial;text-decoration-color: initial;background-color: #FFFFFF;line-height: 1.6em;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;text-indent: 2em;letter-spacing: 2px;font-size: 14px;color: #888888;visibility: visible;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;caret-color: #07C160;font-size: 14px;letter-spacing: 2px;text-indent: 2em;visibility: visible;&quot;&gt;&lt;span style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: #888888;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 8px 0px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;color: rgb(34, 34, 34);font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 16px;background-color: rgb(255, 255, 255);text-indent: 2em;line-height: 1.6em;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: ;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px 0px 8px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-align: center;visibility: visible;&quot;&gt;&lt;img alt=&quot;图片&quot; class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;1.2136752136752136&quot; data-s=&quot;300,640&quot; data-type=&quot;other&quot; data-w=&quot;936&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;vertical-align: bottom;height: auto !important;width: 180.625px !important;visibility: visible !important;&quot; type=&quot;block&quot; data-croporisrc=&quot;https://mmbiz.qpic.cn/sz_mmbiz_jpg/bVrfZk1sJQjdUQibZc7l4HPbysBnJiaPs02TZWPRxeJMpGZBtOSFI7g43z3ibEakkGLYVoOIKBRwM1KZ1LwpLnCYg/640?wx_fmt=jpeg&amp;amp;from=appmsg&quot; data-cropx2=&quot;936&quot; data-cropy1=&quot;113.76795580110497&quot; data-cropy2=&quot;1251.4475138121547&quot; data-imgfileid=&quot;100006894&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083234177742275464965.jpg&quot;/&gt;&lt;/section&gt;&lt;hr style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-indent: 0px;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;color: rgba(0, 0, 0, 0.9);background-color: rgb(255, 255, 255);border-style: solid;border-width: 1px 0px 0px;border-color: rgba(0, 0, 0, 0.1);transform-origin: 0px 0px;transform: scale(1, 0.5);visibility: visible;&quot;/&gt;&lt;p style=&quot;-webkit-tap-highlight-color: transparent;margin: 8px 0px 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;clear: both;min-height: 1em;color: rgba(0, 0, 0, 0.9);font-family: &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-align: justify;text-transform: none;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;white-space: normal;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);text-indent: 2em;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;ArcGIS一般常对单个要素图层设置标注及参数，如果需要对多个要素图层统一设置标注及参数，应该如何快速实现呢？今天分享一下ArcGIS快速实现对多个要素图层设置标注及参数的具体操作步骤及注意事项，希望对大家有所帮助。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;font-weight: bold;&quot;&gt;1、软件版本及操作系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;软件版本：ArcGIS 10.8.2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;操作系统：Windows 11系统&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;font-weight: bold;&quot;&gt;2、快速实现对多个要素图层设置标注及相应参数的操作步骤&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（1）&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;ArcGIS菜单栏的空白处右击鼠标，在下拉选项中找到并点击“标注”。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;text-align: center;margin-bottom: 8px;margin-top: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.7891373801916932&quot; data-w=&quot;313&quot; style=&quot;width: 188.98px;height: 338.27px;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083235177742275574354.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（2）调出“标注”工具条。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;text-align: center;margin-bottom: 8px;margin-top: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.19786096256684493&quot; data-w=&quot;374&quot; style=&quot;width: 226.78px;height: 44.98px;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083236177742275631909.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（3）点击“标注管理器”选项。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;text-align: center;margin-bottom: 8px;margin-top: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.19786096256684493&quot; data-w=&quot;374&quot; style=&quot;width: 226.78px;height: 44.87px;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083236177742275637663.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（4）打开“标注管理器”对话框。&lt;/span&gt;&lt;/span&gt;&lt;o:page&gt;&lt;/o:page&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;text-align: center;margin-bottom: 8px;margin-top: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.6436781609195402&quot; data-w=&quot;1044&quot; style=&quot;width: 453.55px;height: 291.92px;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083237177742275750241.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（5）点击对话框左下角的“选项”，在下拉选项中找到并点击“全选”，点击“应用”，所有要素图层开启标注，或者用鼠标点选需开启标注的要素图层。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;text-align: center;margin-bottom: 8px;margin-top: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.35319148936170214&quot; data-w=&quot;2115&quot; style=&quot;width: 553.74px;height: 195.54px;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083238177742275865364.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（6）标注参数设置&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;1）根据制图需要设置好标注的参数，如标注文本的字体大小、颜色等、标注字段、放置属性等。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;2）设置好一个要素图层的标注参数后，可利用复制粘贴参数功能直接匹配到其他要素图层。&lt;/span&gt;&lt;/span&gt;&lt;o:page&gt;&lt;/o:page&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;text-align: center;margin-bottom: 8px;margin-top: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.4296875&quot; data-w=&quot;1152&quot; style=&quot;width: 377.96px;height: 162.52px;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083239177742275911612.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;①点击广图学习圈面要素图层下方的“默认”。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;②右击“默认”，在下拉选项中找到并点击“复制参数”。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;③点击广图学习圈线要素图层下方的“默认”。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;④右击“默认”，在下拉选项中找到并点击“粘贴参数”。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;3）相同类型的要素图层，可统一匹配标注字段（存在同名字段时）、字体大小、字体颜色及放置属性等全部标注参数；不同类型的要素图层，仅统一匹配字体大小、字体颜色等文本样式。通过复制粘贴同步参数后，未自动匹配的项目（如标注字段、放置属性等），可根据实际需求手动单独调整。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;4）点击“应用”，标注参数设置完成。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;font-weight: bold;&quot;&gt;3、注意事项&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（1）&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;利用“标注管理器”功能可快速为多个要素图层开启标注，并利用复制粘贴参数功能匹配标注参数，不同类型要素图层间匹配标注参数时，部分参数需要手动调整。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（2）匹配参数仅能对单个要素图层进行复制粘贴，无法进行批量操作。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;（3）需提前设置好单个要素图层的标注参数，其他要素图层可利用复制粘贴参数功能匹配或根据需要通过手动设置，&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;text-align: justify;margin-bottom: 0px;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;font-weight: bold;&quot;&gt;‌&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;font-weight: bold;&quot;&gt;4、总结&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-bottom: 0px;text-align: justify;text-indent: 2em;line-height: 150%;margin-top: 0px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;line-height: 1.6;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 15px;&quot;&gt;本文详述了ArcGIS快速实现对多个要素图层设置标注及参数的操作步骤和注意事项，操作简单，可有效提升工作效率，实际应用时可根据具体场景灵活使用。关于该工具的相关问题，欢迎大家在下方留言讨论，共同交流，共同进步。&lt;/span&gt;&lt;/span&gt;&lt;o:page&gt;&lt;/o:page&gt;&lt;/p&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Tue, 28 Apr 2026 21:06:20 +0800</pubDate></item><item><title>能源实务| 输电线路“以补/偿代征/以偿代征”用地占林占草手续办理合规要点</title><link>https://www.w3k6.com/post/180.html</link><description>&lt;section style=&quot;box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;color: rgb(62, 62, 62);&quot;&gt;&lt;section style=&quot;text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;line-height: 0;padding: 5px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;transform: rotateZ(315deg);-webkit-transform: rotateZ(315deg);-moz-transform: rotateZ(315deg);-o-transform: rotateZ(315deg);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 15px;height: 15px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px 0px 0px 2px;border-color: rgb(197, 154, 56) rgb(197, 184, 92) rgb(197, 184, 92) rgb(197, 154, 56);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: center;margin: 0px -6px 0px -7px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: middle;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin: 0px;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;line-height: 1;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;点击蓝字 关注我们&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;line-height: 0;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;transform: rotateZ(135deg);-webkit-transform: rotateZ(135deg);-moz-transform: rotateZ(135deg);-o-transform: rotateZ(135deg);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 15px;height: 15px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px 0px 0px 2px;border-color: rgb(197, 154, 56) rgb(197, 184, 92) rgb(197, 184, 92) rgb(197, 154, 56);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.475&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083208177742272843088.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgba(199, 126, 33, 0.14);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgba(199, 126, 33, 0.14);min-width: 5%;max-width: 100%;height: auto;padding: 0px 7px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin: -15px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 18px;color: rgb(179, 101, 2);letter-spacing: 1px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;引言&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgb(241, 241, 241);padding: 20px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;font-size: 15px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;在输电线路“以补/偿代征”系列文章的第一篇&lt;/span&gt;&lt;span style=&quot;color: #C59A38;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;能源实务| 新能源项目输电线路“以补代征/以偿代征”用地政策简析&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;中，我们结合全国各省市已出台的输电线路工程“以补代征/以偿代征”的规定，对相关用地政策进行了梳理及分析。本篇就“以补/偿代征”输电线路占林占草手续办理问题以及违规案例，做进一步分析。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 36px;height: 36px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px;border-color: rgb(199, 126, 33) rgba(255, 255, 255, 0) rgb(199, 126, 33) rgb(199, 126, 33);border-radius: 320px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;color: rgb(30, 30, 30);line-height: 1.9;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;01&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 0%;height: auto;line-height: 0;margin: 13px 0px 0px -5px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 4px;height: 4px;vertical-align: top;overflow: hidden;border-radius: 69px;background-color: rgb(199, 126, 33);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;height: auto;background-image: linear-gradient(90deg, rgb(199, 126, 33) 13%, rgba(199, 126, 33, 0.49) 88%);align-self: center;padding: 5px 12px;margin: 0px 0px 0px 7px;border-top-left-radius: 36px;border-bottom-left-radius: 36px;overflow: hidden;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;建设项目使用林地、草地的管理规定&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;width: 100%;align-self: flex-start;background-color: rgba(238, 216, 190, 0.25);padding: 21px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;width: 100%;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;输电线路工程使用林地、草地，涉及多层级法律规范体系。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;在上层法律层面，《中华人民共和国森林法》第三十七条明确规定：“矿藏勘查、开采以及其他各类工程建设，应当不占或者少占林地；确需占用林地的，应当经县级以上人民政府林业主管部门审核同意，依法办理建设用地审批手续”；《中华人民共和国草原法》第三十八条规定：“进行矿藏开采和工程建设，应当不占或者少占草原；确需征收、征用或者使用草原的，必须经省级以上人民政府草原行政主管部门审核同意后，依照有关土地管理的法律、行政法规办理建设用地审批手续”。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;在部门规章层面，核心规范是《建设项目使用林地审核审批管理办法》（国家林业局令第35号，以下简称“35号令”）、《建设项目使用林地审核审批管理规范》（林资规〔2021〕5号）及《草原征占用审核审批管理规范》（林草规〔2020〕2号，以下简称“2号令”）。根据35号令的规定，“建设项目使用林地”是指在林地上建造永久性、临时性的建筑物、构筑物，以及其他改变林地用途的建设行为，包括:(一)勘查、开采矿藏和各项建设工程占用林地;(二)建设项目临时占用林地等；根据2号令的规定，其适用于以下情形：（一）矿藏开采和工程建设等需要征收、征用或者使用草原的审核；（二）临时占用草原的审批；（三）在草原上修建为草原保护和畜牧业生产服务的工程设施使用草原的审批。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 36px;height: 36px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px;border-color: rgb(199, 126, 33) rgba(255, 255, 255, 0) rgb(199, 126, 33) rgb(199, 126, 33);border-radius: 320px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;color: rgb(30, 30, 30);line-height: 1.9;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;02&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 0%;height: auto;line-height: 0;margin: 13px 0px 0px -5px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 4px;height: 4px;vertical-align: top;overflow: hidden;border-radius: 69px;background-color: rgb(199, 126, 33);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;height: auto;background-image: linear-gradient(90deg, rgb(199, 126, 33) 13%, rgba(199, 126, 33, 0.49) 88%);align-self: center;padding: 5px 12px;margin: 0px 0px 0px 7px;border-top-left-radius: 36px;border-bottom-left-radius: 36px;overflow: hidden;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;输电线路的用地类型&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;width: 100%;align-self: flex-start;background-color: rgba(238, 216, 190, 0.25);padding: 21px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;width: 100%;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;输电线路工程涉及两种不同性质的用地类型，需要办理不同的占林占草手续：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;1.塔基等永久用地&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;输电线路的铁塔塔基属于永久性建筑。铁塔基础深埋地下、混凝土浇筑，建成后长期存在，对林地的占用是永久性的，无法恢复林业生产条件，必须依法办理永久使用林地、草地审批手续。内蒙古自治区林业局的官方回复明确：“输电线路铁塔塔基属永久性建筑，应依法依规办理永久使用林地、草原审批手续”。实践中，各地公示的输电线路项目也印证了这一要求&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;——深圳龙岗110千伏方正微至丹荷送电线路工程&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[1]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;、兰坪县110kV中村输变电工程&lt;/span&gt;&lt;sup style=&quot;font-size: 11px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[2]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;等均以“永久使用林地”“永久使用草原”名义进行公示审批。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2.临时施工设施用地&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;施工便道、材料堆场、牵张场、跨越场、塔基施工场地（不含塔基永久占地范围）等临时设施，因使用后可恢复林业生产条件，可申请临时使用林地、草地手续。《建设项目使用林地审核审批管理规范》明确将“电力线路、油气管线、给排水管网临时用地，包括架设地上线路、铺设地下管线和其他需要临时占用林地的”列为临时占用林地类别。但需注意，无法恢复原地类、恢复林业生产条件达不到可利用状态的用地，不得审批临时使用林地手续，应当办理永久使用林地手续。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 36px;height: 36px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px;border-color: rgb(199, 126, 33) rgba(255, 255, 255, 0) rgb(199, 126, 33) rgb(199, 126, 33);border-radius: 320px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;color: rgb(30, 30, 30);line-height: 1.9;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;03&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 0%;height: auto;line-height: 0;margin: 13px 0px 0px -5px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 4px;height: 4px;vertical-align: top;overflow: hidden;border-radius: 69px;background-color: rgb(199, 126, 33);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;height: auto;background-image: linear-gradient(90deg, rgb(199, 126, 33) 13%, rgba(199, 126, 33, 0.49) 88%);align-self: center;padding: 5px 12px;margin: 0px 0px 0px 7px;border-top-left-radius: 36px;border-bottom-left-radius: 36px;overflow: hidden;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&amp;nbsp;“以补/偿代征”情形下的林草手续办理要求&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;width: 100%;align-self: flex-start;background-color: rgba(238, 216, 190, 0.25);padding: 21px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;width: 100%;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;对于输电线路的临时用地部分，项目业主按照法法定要求办理相关的临时占林占草审批即可。实践中容易产生合规风险的主要是输电线路塔基等部分的永久性用地，在“以补/偿代征”情形下，如何办理占林占草手续，是办理临时占林占草还是永久占林占草审批？在无需办理建设用地批复的情况下，能否办理永久占林占草手续？&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;各省地输电线路“以补/偿代征”政策的核心要点是原则上不征地，只作经济补偿，无需办理用地审批。“不征地”仅指不改变土地所有权性质（比如塔基所占土地仍为集体所有），但不代表无需办理“使用林地、草地审核同意书”。从法律性质上看，“以补/偿代征”并不改变林地的法律属性和权属关系。经济补偿解决的是民事层面的损害赔偿问题，而征收解决的是公法层面的土地权利转移问题，二者在法律上不能相互替代。根据《中华人民共和国森林法》第三十七条，占用林地必须经林业主管部门审核同意，依法办理建设用地审批手续——这是强制性规定，不因建设单位已经支付补偿款而豁免。补偿协议只能证明建设单位与权利人之间就损害赔偿达成了合意，但无法替代行政审核程序。内蒙古自治区林业和草原局的官方答复也明确指出：输电线路铁塔塔基属永久性建筑，应依法依规办理永久使用林地、草原审批手续。&lt;/span&gt;&lt;sup style=&quot;font-size: 11px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（一）征地情况下塔基永久用林用草手续办理路径&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;第一步：取得《使用林地审核同意书》/《使用草原审核审批决定书》&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;建设单位须向县级以上林业主管部门提交申请材料，包括项目立项批准文件、用地红线图、使用林地可行性报告或林地现状调查表等，申请流程为：项目立项→项目选址→确定用地红线→编制可行性报告→向县级林业主管部门提出申请→县级初审及现场查验→公示→上级审核→缴纳森林植被恢复费→出具《使用林地审核同意书》。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;涉及使用草原的，须向省级以上草原行政主管部门申请，取得使用草原审核审批决定书。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;第二步：办理建设用地审批手续&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;取得林地、草原审核同意后，建设单位须依照《中华人民共和国土地管理法》以及占林占草审核同意书的要求，向自然资源主管部门申请办理建设用地审批手续，将林地、草原转为建设用地。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（二）“以补/偿代征”情况下塔基永久用林用草手续办理路径&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;在通过“以补/偿代征”方式用地的输电线路林草手续中，往往会看到林草主管部门说明该行政许可决定书有效期为2年，需在有效期内取得建设用地批准文件。但对于“以补/偿代征”的用地而言，本身就无需取得“建设用地批准文件”，因此实践中投资方也会存在疑惑：是否要办理建设用地批准文件、有效期届满后林草手续是否还需重新取得？根据《建设项目使用林地审核审批管理规范》第四条“建设项目使用林地审核审批特别规定”的内容：“建设项目在使用林地准予行政许可决定书有效期内未取得建设用地批准文件的，用地单位或者个人应当在有效期届满之日前3个月内，提出延续有效期申请，说明延续的理由。经原审核同意机关批准，有效期可以延续2年；延续的有效期内仍未取得建设用地批准文件的，经原审核同意机关批准，有效期可以再延续1年，期满后不再延续。&lt;/span&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;自然资源主管部门不办理建设用地手续的项目，已动工建设的不需办理延续手续。&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;”部分省地也发布了对于林地审批手续有效期的规定，比如云南省林业和草原局发布的《关于&amp;lt;使用林地审核同意书&amp;gt;时效期限有关问题的通知》（云林规〔2023〕1号）规定“自然资源主管部门不办理建设用地审批手续的项目，已动工建设的不需办理延续手续”；《四川省建设项目使用林地审核审批管理规范》（川林规〔2022〕2号）规定“自然资源主管部门不办理建设用地手续的项目，已动工建设的不需办理延续手续。”&lt;!--使用林地审核同意书--&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;笔者就此政策中“自然资源主管部门不办理建设用地手续的项目”是否包含“以补/偿代征”的情况咨询了部分地区的林草主管部门，根据云南省林草局的答复，建设项目核发“使用林地同意书”、“使用林地的决定”中载明的该行政许可决定的有效期及可续期约定，是为了办理建设用地审批使用，而对于“以补/偿代征”这种自然资源主管部门明确无需办理建设用地手续的项目，则不需办理延续手续，该地块也不再按林地管理，林地手续可以闭环。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;笔者理解，对于“以补/偿代征”方式用地的输电线路，属于自然资源主管部门不办理建设用地手续的项目，那么如果在已取得林草批复有效期内已经动工建设的，则不需要再办理林草手续延续手续，林草手续已合规闭环。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 2px;border-bottom-color: rgba(199, 126, 33, 0.14);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 36px;height: 36px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px;border-color: rgb(199, 126, 33) rgba(255, 255, 255, 0) rgb(199, 126, 33) rgb(199, 126, 33);border-radius: 320px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;color: rgb(30, 30, 30);line-height: 1.9;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;04&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 0%;height: auto;line-height: 0;margin: 13px 0px 0px -5px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 4px;height: 4px;vertical-align: top;overflow: hidden;border-radius: 69px;background-color: rgb(199, 126, 33);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;height: auto;background-image: linear-gradient(90deg, rgb(199, 126, 33) 13%, rgba(199, 126, 33, 0.49) 88%);align-self: center;padding: 5px 12px;margin: 0px 0px 0px 7px;border-top-left-radius: 36px;border-bottom-left-radius: 36px;overflow: hidden;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;输电线路占林占草手续办理常见误区&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 1;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px;margin: 0px -14px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 1;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin: 0px 0px -1px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 32px;height: auto;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.782&quot; data-s=&quot;300,640&quot; data-w=&quot;500&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083209177742272989512.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 59%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;background-color: rgb(243, 208, 173);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 4px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgb(237, 189, 141);padding: 4px 15px 4px 22px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(61, 61, 61);font-size: 15px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;误区一：不能先办临时用地，再转永久用地&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;line-height: 0;padding: 0px 0px 0px 4px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;width: 100%;align-self: flex-start;background-color: rgba(238, 216, 190, 0.25);padding: 21px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;width: 100%;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2024年4月，湖北省林业局办公室印发《关于进一步加强临时使用林地管理工作的通知》（鄂林办资〔2024〕16号），明确指出当前临时使用林地管理存在“以临时使用为名永久使用林地”、“期满不办手续继续使用”等突出问题，要求各审批部门“严禁以临时占用为名永久占用林地、严禁‘先临时、后永久’、严禁先违法用地后补手续”。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;这一政策并非湖北独有，而是全国性的监管趋势，比如吉林省林业厅早在2018年即发布《吉林省林业厅关于遏制建设项目违法使用林地问题的通知》（吉林资〔2018〕550号），要求对“临时占用林地到期不收回”以及“已办理使用林地审核审批手续，尚未转为建设用地但已建成项目”进行全面清理，并明确“新发生的未批先占使用林地项目一律不予受理”。海南省林业主管部门发布《关于进一步规范建设项目使用林地审核审批管理的通知》（琼林规〔2026〕1号），载明“不得把应当办理永久占用林地审核手续的项目，以临时使用林地或直服设施占用林地的方式进行审批”；重庆市林业局发布《重庆市建设项目使用林地审核审批若干规定》（渝林规范〔2025〕3号），载明“不得以临时使用林地名义批准永久性建设使用林地”。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;典型案例——“临时手续到期未转永久占用” （上镇执罚决字〔2023〕第7号）&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;list-style-type: disc;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;案件基本情况：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2022年7月，内蒙古正蓝旗上都镇执法大队对内蒙古龙源新能源发展有限公司正蓝旗分公司立案调查。经查，该公司于2013年6月26日办理了草原临时占用手续，为期三年。2015年6月26日临时手续到期后，该公司本应立即办理永久性征地手续，但其不仅未办理任何手续，还继续建设了内部检修道路、进场道路及外送线路，且至2022年7月立案调查时“至今未办理相关手续及停止违法行为”。执法机关明确指出：“此行为为严重违法行为”。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;list-style-type: disc;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;违法面积与处罚结果：&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;经现场调查，该公司违法占用草地面积达97.434亩，林地面积22.5945亩。执法机关依据《中华人民共和国草原法》第六十五条及第七十一条、《中华人民共和国森林法》第七十四条，对该公司作出行政处罚。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;list-style-type: disc;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;典型意义&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（1）临时手续不能“自动转正”——三年临时手续到期后未办理永久手续即构成严重违法；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（2）建设行为本身合法与否与手续状态直接挂钩——即使在临时手续有效期内开工建设，一旦临时手续到期而未完成永久手续转换，后续建设即构成违法；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（3）“先临时、后永久”的路径必须闭环——临时手续只是过渡，二者之间不存在“自动衔接”。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 1;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px;margin: 0px -14px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 1;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin: 0px 0px -1px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 32px;height: auto;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.782&quot; data-s=&quot;300,640&quot; data-w=&quot;500&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083209177742272993328.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 59%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;background-color: rgb(243, 208, 173);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 4px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgb(237, 189, 141);padding: 4px 15px 4px 22px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(61, 61, 61);font-size: 15px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;误区二：&lt;/span&gt;&lt;/strong&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;临时占林占草审批手续并非可以无限续期&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;line-height: 0;padding: 0px 0px 0px 4px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;width: 100%;align-self: flex-start;background-color: rgba(238, 216, 190, 0.25);padding: 21px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;width: 100%;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（一）林地的续期条件&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;根据35号令，临时使用林地可以续期，但须同时满足以下条件：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;第一，必须符合规定的条件。对符合35号令规定条件的，经原审批机关批准可以延续使用，每次延续使用时间不超过2年，累计延续使用时间不得超过项目建设工期。这意味着续期不是自动的，审批机关有权对不符合条件的申请予以驳回。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;第二，申请时限要求。建设项目在使用林地准予行政许可决定书有效期内未取得建设用地批准文件的，用地单位或者个人应当在有效期届满之日前3个月内，提出延续有效期申请，说明延续的理由。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;第三，特定建设项目方可续期。四川省林业和草原局在答复中明确指出：除公路、铁路、水利水电、航道等建设项目临时使用林地期限满后可延续外，其他建设项目临时使用期满后，不符合延续条件。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;第四，禁止性要求。不得在临时使用的林地上修筑永久性建筑物；有效期届满之日后一年内须恢复植被和林业生产条件。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;此外，35号令规定对符合规定条件的，经原审批机关批准可以延续使用，每次延续使用时间不超过2年，累计延续使用时间不得超过项目建设工期。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（二）草原的续期条件&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;《中华人民共和国草原法》第四十条第二款同时强调：临时占用草原的期限不得超过二年，并不得在临时占用的草原上修建永久性建筑物、构筑物；占用期满，用地单位必须恢复草原植被并及时退还。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;通过部分省地公示的永久占用草原审核同意书也可以看出，占草同意书有效期一般为两年，项目在有效期内未取得建设用地批准文件的，可以申请延期，否则使用草原审核同意书自动失效。临时使用草原累计延续时间不得超过项目建设工期。&lt;/span&gt;&lt;sup style=&quot;font-size: 11px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;sup style=&quot;font-size: 11px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;从上述规定可以看出，林草手续能否续期一般关键点在于累计延续使用时间不得超过项目建设工期，这意味着如果输电线路想通过临时占林草手续重复续期的方式保证持续获取林草使用许可的，实则建设完成后大概率不具备可续期的条件，另一方面，塔基部分也因修建了永久性建（构）筑物，已实质上不具备临时占林草地的条件。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;sup style=&quot;font-size: 11px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/sup&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&amp;nbsp;典型案例——“多次续期临时批复被处罚”&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul style=&quot;list-style-type: disc;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;案件基本情况&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2022年4月，四川省林业和草原局通报了阆中市自2018年以来多次以临时用地批准岩砖厂取土项目，涉嫌以临时使用林地名义批准永久使用林地项目，且两年期满后，未按规定督促用地单位恢复植被，反而对以上项目重新办理临时使用林地许可，严重违反临时使用林地规定，同时涉嫌拆分项目审批。&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[5]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;list-style-type: disc;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;典型意义&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;审批机关对同一项目多次批准临时用地，被上级认定为严重违规。这表明，即便审批机关配合续期，该行为本身也可能被追责。对于输电线路工程而言，如果试图通过反复续期来规避永久审批，同样面临被认定为&amp;quot;以临时为名行永久之实&amp;quot;的风险。&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;输电线路用地占林占草手续的办理，核心在于正确区分永久占地与临时用地的法律属性，并严格依法完成审批程序。“以补/偿代征”、“以租代征”均不能替代法定的林地、草地审核审批程序。建设单位在项目前期应尽早开展林草手续的可行性研究，将林草手续办理纳入项目整体计划，避免因手续不全而面临行政处罚，甚至影响项目整体进度。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;justify-content: flex-start;display: flex;flex-flow: row;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 36px;height: 36px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 2px;border-color: rgb(199, 126, 33) rgba(255, 255, 255, 0) rgb(199, 126, 33) rgb(199, 126, 33);border-radius: 320px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;color: rgb(30, 30, 30);line-height: 1.9;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;05&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 0%;height: auto;line-height: 0;margin: 13px 0px 0px -5px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 4px;height: 4px;vertical-align: top;overflow: hidden;border-radius: 69px;background-color: rgb(199, 126, 33);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;height: auto;background-image: linear-gradient(90deg, rgb(199, 126, 33) 13%, rgba(199, 126, 33, 0.49) 88%);align-self: center;padding: 5px 12px;margin: 0px 0px 0px 7px;border-top-left-radius: 36px;border-bottom-left-radius: 36px;overflow: hidden;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;新能源项目输电线路占林占草违规案例&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;background-color: rgba(238, 216, 190, 0.25);padding: 21px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;1&lt;/span&gt;&lt;/strong&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;.中能建云南院擅自占用林地建设光伏项目输电线路被处罚案&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.7925925925925926&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083209177742272978394.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;font-size: 15px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2.格盟灵石新能源有限公司擅自改变林草地用途案&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.5009259259259259&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083209177742272998557.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;3.光伏项目220KV送出线路工程擅自改变林地用途案&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.46111111111111114&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083209177742272949511.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;4.安徽庐赛建设工程有限公司擅自改变林地用途案&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.5046296296296297&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083209177742272991861.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;5.内蒙古第一电力建设工程有限责任公司草原临占超期案&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.4601851851851852&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083210177742273024880.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;6.中国电建集团昆明勘测设计研究院有限公司擅自改变林地用途案&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.4685185185185185&quot; data-s=&quot;300,640&quot; data-w=&quot;1080&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083210177742273048046.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);text-align: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;height: 275.979px;vertical-align: top;overflow-y: auto;padding: 10px;background-color: rgba(199, 126, 33, 0.05);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;overflow: hidden;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin: 5px 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;color: rgb(160, 160, 160);text-align: left;line-height: 1.8;font-size: 15px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;本文引用&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: left;font-size: 14px;color: rgb(160, 160, 160);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[1]https://pnr.sz.gov.cn/xxgk/gggs/content/post_12683384.html&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[2]&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://www.lanping.gov.cn/xxgk/015280551/info/2025-263583.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://lcj.nmg.gov.cn/ztzl/lcfzjs/zcjd/202411/t20241106_2602987.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]若羌县林业和草原局发布的若羌县天汇陆桥石碴有限公司石料加工堆放区生活区项目程临时使用草原的行政许可同意书，网址：&lt;/span&gt;&lt;span style=&quot;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://www.xjrq.gov.cn/rqxrmzf/c108617/202308/cb658f9595c849b497105e1e453e2a8a.shtml&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;益阳市林业局发布的关于同意安化县天子山风电场（大熊山二期）临时使用草地的批复，网址：&lt;/span&gt;&lt;span style=&quot;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://yiyang.gov.cn/yyslyj/40818/content_2093434.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[5]https://www.nanchong.gov.cn/lyj/tslm/zybh/202211/t20221123_1748155.html&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px -20px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;box-sizing: border-box;&quot;&gt;&lt;br/&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0%;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;flex: 100 100 0%;align-self: center;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;margin: 0.5em 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;background-color: rgb(61, 61, 61);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;br/&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;10000&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Tue, 28 Apr 2026 19:23:10 +0800</pubDate></item><item><title>史上最全标准查询及下载（国标、行标、地标、团标），附操作步骤</title><link>https://www.w3k6.com/post/179.html</link><description>&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;在标准化工作日益重要的当下，准确、及时地获取各类标准信息已成为一项不可或缺的能力。为帮助大家更高效地进行标准查询，特别整理了常用国际标准、国家标准、行业标准、地方标准、团体标准及企业标准的免费查阅及下载的网址大全。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;一、全国标准信息公共服务平台&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;包含国家标准、行业标准、地方标准、团体标准、企业标准、国际标准、国外标准。点击相应的标签页查找对应的标准。供查询和支持部分标准下载（&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://std.samr.gov.cn/&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;）。配套的APP名字为“国标通”，部分标准还有标准视频解读“标准云课”。不过此网站并非全能，部分标准无法搜索到，可以用其它网站进行补充。操作步骤如下：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;搜索栏搜索网址“&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://std.samr.gov.cn/&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;”，对话框输入要搜索的标准规范全名、号码或者关键词，比如“保护层”。然后任选一个比如“GB/T45111”，左侧有“查看文本”，接着点击“下载标准”，输入验证码即可下载。&lt;/span&gt;&lt;/p&gt;&lt;section data-content=&quot;[{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;OlWR-1777354602865&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;PTmv-1777354617820&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;llcV-1777354599684&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;image&amp;quot;,&amp;quot;data&amp;quot;:{&amp;quot;version&amp;quot;:1,&amp;quot;url&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/1/WEBRESOURCEd540851dc2fcc672783b3a6152c40f41&amp;quot;,&amp;quot;width&amp;quot;:1378,&amp;quot;height&amp;quot;:363,&amp;quot;fromIdentity&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;nodes&amp;quot;:[],&amp;quot;state&amp;quot;:{&amp;quot;renderSource&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/1/WEBRESOURCEd540851dc2fcc672783b3a6152c40f41&amp;quot;,&amp;quot;initialSize&amp;quot;:{&amp;quot;width&amp;quot;:1378,&amp;quot;height&amp;quot;:363},&amp;quot;loading&amp;quot;:false}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;AvnJ-1777354538028&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;s6D0-1777354538029&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;tl6L-1777353752715&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;HE3O-1777353752713&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;bRFF-1777358777684&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;image&amp;quot;,&amp;quot;data&amp;quot;:{&amp;quot;version&amp;quot;:1,&amp;quot;url&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/2/WEBRESOURCE888741f38d13915c4d5e5dddd3665ba2&amp;quot;,&amp;quot;width&amp;quot;:881,&amp;quot;height&amp;quot;:923,&amp;quot;fromIdentity&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;nodes&amp;quot;:[],&amp;quot;state&amp;quot;:{}}]&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.26296296296296295&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;363&quot; style=&quot;width: 1378px;height: 363px;&quot; width=&quot;1378&quot; data-imgfileid=&quot;100000624&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083134177742269462821.png&quot;/&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.047673098751419&quot; data-type=&quot;png&quot; data-w=&quot;881&quot; height=&quot;923&quot; style=&quot;width: 881px;height: 923px;&quot; width=&quot;881&quot; data-imgfileid=&quot;100000623&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083135177742269554666.png&quot;/&gt;&lt;/section&gt;&lt;section data-content=&quot;[{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;jDEP-1777354748716&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;VFof-1777354748715&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;Lwn6-1777354771256&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;image&amp;quot;,&amp;quot;data&amp;quot;:{&amp;quot;version&amp;quot;:1,&amp;quot;url&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/2/WEBRESOURCE05c67f6ddad72df071a88d44762cd6d2&amp;quot;,&amp;quot;width&amp;quot;:910,&amp;quot;height&amp;quot;:424,&amp;quot;fromIdentity&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;nodes&amp;quot;:[],&amp;quot;state&amp;quot;:{&amp;quot;renderSource&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/2/WEBRESOURCE05c67f6ddad72df071a88d44762cd6d2&amp;quot;,&amp;quot;initialSize&amp;quot;:{&amp;quot;width&amp;quot;:910,&amp;quot;height&amp;quot;:424},&amp;quot;loading&amp;quot;:false}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;OS53-1777354771260&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;aVTJ-1777354771259&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;YVOG-1777358795630&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;image&amp;quot;,&amp;quot;data&amp;quot;:{&amp;quot;version&amp;quot;:1,&amp;quot;url&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/8/WEBRESOURCE5b24b987b2f61b3e2c4b68ec48813b98&amp;quot;,&amp;quot;width&amp;quot;:608,&amp;quot;height&amp;quot;:204,&amp;quot;fromIdentity&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;nodes&amp;quot;:[],&amp;quot;state&amp;quot;:{}}]&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.46593406593406594&quot; data-type=&quot;png&quot; data-w=&quot;910&quot; height=&quot;424&quot; style=&quot;width: 910px;height: 424px;&quot; width=&quot;910&quot; data-imgfileid=&quot;100000626&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083135177742269572264.png&quot;/&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.3355263157894737&quot; data-type=&quot;png&quot; data-w=&quot;608&quot; height=&quot;204&quot; style=&quot;width: 608px;height: 204px;&quot; width=&quot;608&quot; data-imgfileid=&quot;100000625&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083135177742269558785.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;二、工程建设标准化信息网&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #000000;background-color: #FFFFFF;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;工程建设标准化信息网CCSN由住房和城乡建设部标准定额研究所主办，于2006年8月1日开始运行。可供标准的查询和下载。操作步骤如下，&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #000000;background-color: #FFFFFF;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;搜索栏搜索“&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://www.ccsn.org.cn/&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;”，输入要搜索的标准名称或编号，比如”50493“，然后出现标准预览，点击右边三个点，另存为或者下载即可。&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.2064814814814815&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;256&quot; style=&quot;width: 1240px;height: 256px;&quot; width=&quot;1240&quot; data-imgfileid=&quot;100000628&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083135177742269522756.png&quot;/&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.1537037037037037&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;189&quot; style=&quot;width: 1227px;height: 189px;&quot; width=&quot;1227&quot; data-imgfileid=&quot;100000627&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083135177742269511884.png&quot;/&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.3398148148148148&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;425&quot; style=&quot;width: 1250px;height: 425px;&quot; width=&quot;1250&quot; data-imgfileid=&quot;100000629&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083136177742269633376.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;三、AQ标准查询与下载&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;归属于“&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;中华人民共和国应急管理部”，&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;搜索栏“&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://www.mem.gov.cn/&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;”，然后输入检索词，比如“3054-2015”，找到“标准文本”的栏目，点击即可预览全文并下载。&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.16203703703703703&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;200&quot; style=&quot;width: 1237px;height: 200px;&quot; width=&quot;1237&quot; data-imgfileid=&quot;100000630&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083136177742269692259.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-content=&quot;[{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;9jEj-1777356528807&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;0aKP-1777356528806&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;mQR3-1777356618805&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;image&amp;quot;,&amp;quot;data&amp;quot;:{&amp;quot;version&amp;quot;:1,&amp;quot;url&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/b/WEBRESOURCE1faa9ea1c8239d379cf8d565ac46a43b&amp;quot;,&amp;quot;width&amp;quot;:1021,&amp;quot;height&amp;quot;:833,&amp;quot;fromIdentity&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;nodes&amp;quot;:[],&amp;quot;state&amp;quot;:{&amp;quot;renderSource&amp;quot;:&amp;quot;https://note.youdao.com/yws/res/b/WEBRESOURCE1faa9ea1c8239d379cf8d565ac46a43b&amp;quot;,&amp;quot;initialSize&amp;quot;:{&amp;quot;width&amp;quot;:1021,&amp;quot;height&amp;quot;:833},&amp;quot;loading&amp;quot;:false}},{&amp;quot;type&amp;quot;:&amp;quot;block&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;Rs5l-1777356618810&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;paragraph&amp;quot;,&amp;quot;data&amp;quot;:{},&amp;quot;nodes&amp;quot;:[{&amp;quot;type&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;IRQR-1777356618808&amp;quot;,&amp;quot;leaves&amp;quot;:[{&amp;quot;text&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;marks&amp;quot;:[]}]}],&amp;quot;state&amp;quot;:{}}]&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.8158667972575906&quot; data-type=&quot;png&quot; data-w=&quot;1021&quot; height=&quot;833&quot; style=&quot;width: 1021px;height: 833px;&quot; width=&quot;1021&quot; data-imgfileid=&quot;100000631&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083137177742269737934.png&quot;/&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.2759259259259259&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;305&quot; style=&quot;width: 1107px;height: 305px;&quot; width=&quot;1107&quot; data-imgfileid=&quot;100000633&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083137177742269775478.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;四、全国团体标准信息平台&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;搜索“&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://www.ttbz.org.cn/&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;”，输入“危险与可操作”，提示与关键词类似的规范，点击一个规范进去，然后右上角点击“阅览中文版”，然后出现“全国团体标准信息平台登录界面，这一定要注意了，如果新注册的用户，要用国家网络身份证扫码登录，没有的话应用商店注册一个。登录进去之后，再次点击阅览中文版，即可预览，不可下载。部分规范也不支持预览。&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.24259259259259258&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;355&quot; style=&quot;width: 1465px;height: 355px;&quot; width=&quot;1465&quot; data-imgfileid=&quot;100000632&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083137177742269755174.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.18888888888888888&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;257&quot; style=&quot;width: 1358px;height: 257px;&quot; width=&quot;1358&quot; data-imgfileid=&quot;100000635&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083138177742269894578.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;五、其它行业标准信息平台&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;1、自然资源行业标准：&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;http://www.nrsis.org.cn/portal/xxcx/std&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.30087527352297594&quot; data-type=&quot;png&quot; data-w=&quot;914&quot; height=&quot;275&quot; style=&quot;width: 914px;height: 275px;&quot; width=&quot;914&quot; data-imgfileid=&quot;100000634&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083139177742269950420.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;2、卫生行业标准：&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://www.nhc.gov.cn/wjw/wjjsbz/wsbz.shtml&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.37087378640776697&quot; data-type=&quot;png&quot; data-w=&quot;1030&quot; height=&quot;382&quot; style=&quot;width: 1030px;height: 382px;&quot; width=&quot;1030&quot; data-imgfileid=&quot;100000637&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083139177742269992640.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;3、工业和信息化部标准：&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;https://std.miit.gov.cn/#/fullTextList&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.31450719822812845&quot; data-type=&quot;png&quot; data-w=&quot;903&quot; height=&quot;284&quot; style=&quot;width: 903px;height: 284px;&quot; width=&quot;903&quot; data-imgfileid=&quot;100000639&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083139177742269911944.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span leaf=&quot;&quot;&gt;4、水利行业标准：&lt;/span&gt;&lt;span style=&quot;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;http://gjkj.mwr.gov.cn/jsjd1/bzcx/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.18518518518518517&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; height=&quot;235&quot; style=&quot;width: 1270px;height: 235px;&quot; width=&quot;1270&quot; data-imgfileid=&quot;100000638&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083139177742269997509.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;六、我最喜欢的平台“工标网”，&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 20px;color: #003884;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;http://www.csres.com/&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;font-size: 20px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;虽然仅供查询，但是可查询标准齐全，可筛选现行、作废、即将实施。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img alt=&quot;0&quot; class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.5496894409937888&quot; data-type=&quot;png&quot; data-w=&quot;644&quot; height=&quot;354&quot; style=&quot;width: 644px;height: 354px;&quot; width=&quot;644&quot; data-imgfileid=&quot;100000636&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429083139177742269929049.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Tue, 28 Apr 2026 17:53:05 +0800</pubDate></item><item><title>下载高清卫星影像的方法大总结！奥维、ArcGISPro、ArcGIS、QGIS、GlobalMapper、自编工具下载高清影像</title><link>https://www.w3k6.com/post/182.html</link><description>&lt;p style=&quot;margin: 0px;padding: 0px;clear: both;min-height: 1em;max-width: 100%;overflow-wrap: break-word !important;box-sizing: border-box !important;outline: 0px;text-align: center;visibility: visible;&quot; data-mpa-powered-by=&quot;yiban.io&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;section style=&quot;text-align: left;margin-left: 10px;margin-right: 10px;line-height: 2em;margin-bottom: 8px;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;text-align: left;letter-spacing: 0.034em;font-size: 14px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;&quot;&gt;&amp;nbsp;那下面开始介绍一下奥维互动地图是如何下载高清影像的，也不是多了不起的功能！有朋友问，加上这个软件确实用的人多。&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028877&quot; data-ratio=&quot;0.5287037037037037&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;width: 392px;height: auto;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085308177742398818466.png&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;下载的高清数据在ArcGIS中打开的效果！&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028899&quot; data-ratio=&quot;0.45445134575569357&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;966&quot; style=&quot;width: 448px;height: 204px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085309177742398940178.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;text-align: left;margin-left: 10px;margin-right: 10px;line-height: 2em;margin-bottom: 24px;&quot;&gt;&lt;span style=&quot;font-size: 16px;letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-size: 14px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;下面，我就就来介绍一下，如何在奥维地图中下载高清影像！&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section data-role=&quot;paragraph&quot; data-color=&quot;#ef7060&quot; data-id=&quot;86516&quot; data-tools=&quot;135编辑器&quot; style=&quot;outline: 0px;color: rgb(34, 34, 34);font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;white-space: normal;background-color: rgb(255, 255, 255);font-size: 16px;visibility: visible;&quot;&gt;&lt;section data-tools=&quot;135编辑器&quot; data-id=&quot;86516&quot; data-color=&quot;#ef7060&quot; style=&quot;outline: 0px;visibility: visible;&quot;&gt;&lt;section style=&quot;margin-right: auto;margin-bottom: 10px;margin-left: auto;outline: 0px;border-bottom: 1px solid rgb(221, 221, 221);visibility: visible;&quot;&gt;&lt;p data-brushtype=&quot;text&quot; style=&quot;margin-bottom: -1px;padding-right: 5px;padding-bottom: 6px;padding-left: 5px;outline: 0px;border-bottom: 2px solid rgb(51, 51, 51);display: inline-block;line-height: 1.1;font-size: 18px;visibility: visible;&quot;&gt;&lt;span style=&quot;outline: 0px;font-size: 16px;visibility: visible;&quot;&gt;&lt;strong style=&quot;outline: 0px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;一、绘制兴趣区下载&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;margin-right: 10px;margin-left: 10px;outline: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-align: left;line-height: 2em;visibility: visible;&quot;&gt;&lt;span style=&quot;color: #4D4D4D;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;font-size: 13px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;1、绘制兴趣区&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028900&quot; data-ratio=&quot;0.1936619718309859&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;568&quot; style=&quot;text-align: center;font-size: var(--articleFontsize);letter-spacing: 0.034em;width: 494px;height: 96px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085309177742398945089.png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028901&quot; data-ratio=&quot;0.7977272727272727&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;440&quot; style=&quot;width: 372px;height: 297px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085309177742398989544.png&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028902&quot; data-ratio=&quot;0.5267175572519084&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;524&quot; style=&quot;width: 364px;height: 192px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085309177742398948929.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;margin-right: 10px;margin-left: 10px;outline: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-align: left;line-height: 2em;visibility: visible;&quot;&gt;&lt;span style=&quot;color: #4D4D4D;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;font-size: 13px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2、下载完成后回到图形设置页面&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 13px;color: #4B4242;font-family: 微软雅黑, &amp;quot;Microsoft YaHei&amp;quot;;letter-spacing: 1.5px;text-wrap: wrap;background-color: #FAFAFA;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028903&quot; data-ratio=&quot;0.8188405797101449&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;552&quot; style=&quot;width: 381px;height: 312px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085309177742398969037.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;margin-right: 10px;margin-left: 10px;outline: 0px;white-space: normal;background-color: rgb(255, 255, 255);text-align: left;line-height: 2em;visibility: visible;&quot;&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color: #FF0000;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;font-size: 13px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;3、具体步骤以及袭细节看下问的视频教学&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;section data-role=&quot;paragraph&quot; data-color=&quot;#ef7060&quot; data-id=&quot;86516&quot; data-tools=&quot;135编辑器&quot; style=&quot;white-space: normal;outline: 0px;color: rgb(34, 34, 34);font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: rgb(255, 255, 255);font-size: 16px;visibility: visible;&quot;&gt;&lt;section data-tools=&quot;135编辑器&quot; data-id=&quot;86516&quot; data-color=&quot;#ef7060&quot; style=&quot;outline: 0px;visibility: visible;&quot;&gt;&lt;section style=&quot;margin-right: auto;margin-bottom: 10px;margin-left: auto;outline: 0px;border-bottom: 1px solid rgb(221, 221, 221);visibility: visible;&quot;&gt;&lt;p data-brushtype=&quot;text&quot; style=&quot;margin-bottom: -1px;padding-right: 5px;padding-bottom: 6px;padding-left: 5px;outline: 0px;border-bottom: 2px solid rgb(51, 51, 51);display: inline-block;line-height: 1.1;font-size: 18px;visibility: visible;&quot;&gt;&lt;span style=&quot;outline: 0px;font-size: 16px;visibility: visible;&quot;&gt;&lt;strong style=&quot;outline: 0px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;二、根据行政区划下载&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;margin-right: 10px;margin-left: 10px;white-space: normal;outline: 0px;background-color: rgb(255, 255, 255);text-align: left;line-height: 2em;visibility: visible;&quot;&gt;&lt;span style=&quot;color: #4D4D4D;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;font-size: 13px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;1、加载相应的行政区划kml数据或者利用系统自动的区划数据也可以。本次演示实用了湖南省长沙市芙蓉区的乡镇街道数据。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028904&quot; data-ratio=&quot;0.44351851851851853&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;width: 473px;height: 210px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085309177742398997087.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: #4D4D4D;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;font-size: 13px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: #FFFFFF;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2、对应选择如下参数设置。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028906&quot; data-ratio=&quot;1.2727272727272727&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;440&quot; style=&quot;width: 305px;height: 388px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085310177742399076837.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: #4D4D4D;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;font-size: 13px;letter-spacing: 0.578px;text-align: left;text-wrap: wrap;background-color: #FFFFFF;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;3、如下步骤，清空已有区域，点击区域选择，选择加载数据的行政区划范围。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100028907&quot; data-ratio=&quot;1.09375&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;544&quot; style=&quot;width: 369px;height: 404px;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085310177742399011679.png&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 16px;color: #0080FF;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;具体演示、数据转换等请参考下面视频号教学&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section data-role=&quot;outer&quot; label=&quot;Powered by 135editor.com&quot; style=&quot;outline: 0px;letter-spacing: 0.544px;white-space: normal;font-size: 16px;font-family: -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;background-color: rgb(255, 255, 255);margin-bottom: 24px;&quot;&gt;&lt;section data-tools=&quot;135编辑器&quot; data-id=&quot;87578&quot; style=&quot;outline: 0px;text-align: right;&quot;&gt;&lt;section data-brushtype=&quot;text&quot; style=&quot;margin-left: 5px;outline: 0px;display: inline-block;vertical-align: middle;font-size: 12px;color: rgb(0, 0, 0);&quot;&gt;&lt;span leaf=&quot;&quot;&gt;戳原文，更有料！&lt;/span&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1&quot; data-type=&quot;jpeg&quot; data-w=&quot;1&quot; style=&quot;outline: 0px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 17px;box-sizing: border-box !important;visibility: visible !important;width: 1px !important;&quot; data-fileid=&quot;100005010&quot; data-imgfileid=&quot;100028896&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260429085311177742399184956.jpg&quot;/&gt;&lt;/span&gt;&lt;span style=&quot;outline: 0px;font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;font-size: 15px;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Mon, 27 Apr 2026 21:04:45 +0800</pubDate></item><item><title>水利行业技术标准（GB、SL/T系列）:784本</title><link>https://www.w3k6.com/post/176.html</link><description>&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.4601851851851852&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100000040&quot; data-aistatus=&quot;1&quot; style=&quot;height: auto !important;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260427214441177729748130542.jpg&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;text-align: center;margin-top: 16px;margin-bottom: 8px;visibility: visible;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;水利行业技术标准（GB、SL/T系列）：784本&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;margin-bottom: 16px;margin-top: 8px;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;background-color: #0052FF;color: #FFFFFF;&quot;&gt;建议复制网址后，粘贴到浏览器搜索栏打开&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;table style=&quot;border-collapse: collapse;width: 913px;visibility: visible;&quot;&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 13.5pt;visibility: visible;&quot; class=&quot;firstRow&quot;&gt;&lt;td data-colwidth=&quot;58&quot; width=&quot;72&quot; style=&quot;height: 13.5pt;visibility: visible;&quot;&gt;&lt;section style=&quot;text-align: center;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;序号&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;规范名称&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;链接&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 14.25pt;visibility: visible;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height: 14.25pt;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第1部分：土石方工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6499921eadd2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 14.25pt;visibility: visible;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height: 14.25pt;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准-第2部分：混凝土工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4ade16802d27&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height: 14.25pt;visibility: visible;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height: 14.25pt;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准-第3部分：地基处理与基础工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot; style=&quot;visibility: visible;&quot;&gt;&lt;section style=&quot;visibility: visible;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;visibility: visible;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/dd8aac5e84fb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准第4部分：堤防与河道整治工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/924a13bc8f02&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第5部分 水工金属结构安装工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3a651aebba7b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第6部分 水轮发电机组及辅助设备系统安装工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2fd56e880e79&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-spacerun:yes;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;第7部分电气装置安装工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/329dad70a578&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第8部分：安全监测&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bde0a0ea8c88&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程边坡与挡土墙设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1x8Ca9n66nPiln1_xm0PUZw?pwd=bl3k&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;10&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;调水工程调度管理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1nsDKQX-6J_-_9U4VGcGJIg?pwd=qoc3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;11&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖管理范围划定技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4ce2b85fae49&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;12&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程地质观测规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1595e878bae5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;13&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程勘探规程 第3部分:坑探&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6561919c07ea&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;14&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程岩土渗透性原位试验规程 第1部分:钻孔压水试验&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/db439051d9e1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;15&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程岩土渗透性原位试验规程 第2部分:注水试验&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/db53482ceb59&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;16&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程岩土渗透性原位试验规程 第3部分:钻孔抽水试验&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3f50b99a3748&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;17&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程鱼道设计导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8f0acc4c5f47&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;18&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;胶结坝技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/aec273f57ce6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;19&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地表水中微塑料的测定 显微拉曼成像光谱法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/abdac76aa567&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;20&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水动态评价技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/578cb16400e3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;21&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;泵站现场测试与安全检测规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1a88c7f5b17a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;22&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源保护规划编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d42a36467824&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;23&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程移民安置监督评估规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/dcd4c37f1a7e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;24&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;卫星遥感水利监测技术要求 第5部分:水旱灾害&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4b8aee3a9200&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;25&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;碾压式土石坝施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4f7afe9f7360&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;26&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;引调水线路工程地质勘察规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0e897d3ecc8d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;27&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程数字孪生设计导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/60bb2ac392f4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;28&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/83b631351991&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;29&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程移民安置验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cf53ae03d31b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;30&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利重要数据安全保护要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2326a2786f29&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;31&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利电子证照 第1部分:基本技术要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7b0e67eb47a1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;32&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利电子证照 第2部分:河道采砂许可证&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bc9c5bb0a8bd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;33&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4a6a14d9fac6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;34&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库清淤技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/63ff126c058f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;35&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利数据库表结构及标识符 第11部分:节约用水&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3321f8f80950&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;36&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位测量仪器 第4部分：超声波水位计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b71b34348787&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;37&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持工程质量验收与评价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/fb5ecfb6197f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;38&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;洪水影响评价技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bbbc46aeb0fe&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;39&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库防洪抢险技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/343398ab7414&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;40&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩石声波参数测试仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/59acb2633cab&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;41&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第8部分:安全监测工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/49191172ce83&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;42&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土石坝除险加固设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/479e9d77b6da&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;43&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程生产安全重大事故隐患判定导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/59a1eb2d904d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;44&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程危险源辨识与风险评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c319c02d6aed&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;45&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;江河流域水资源调度技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c692ff935da8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;46&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构防腐蚀技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0cb4f0f49bee&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;47&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电建设工程验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/26c1d9173908&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;48&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程锚喷支护技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c45af6512e92&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;49&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程环境保护设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/910d67e8d407&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;50&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构制造安装质量检验检测规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9a04ba0459a6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;51&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水库工程设计导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/815288d03484&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;52&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;全断面岩石掘进机法水工隧洞工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9c4604d4c2cb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;53&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息网命名及IP地址分配规定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e77846edd903&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;54&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则第10部分:有色金属行业建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ddfd6981516a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉水有效利用系数测定技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8a1bf3874511&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;56&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;数字孪生水利数据底板地理空间数据规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/58f572890a9e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;57&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第1部分:土石方工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/69b106ced451&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;58&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第2部分:混凝土工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/670de749603e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;59&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第3部分:地基处理与基础工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e95d40d3aeb3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程单元工程施工质量验收标准 第4部分:堤防与河道整治工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/557bd8b13867&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;61&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程建设征地移民安置规划设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1pJR0O6Qk2K6gnsXYefPvUw?pwd=t1dp&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;62&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸技术管理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1eUKvu2VYf2gbECltH05ZhQ?pwd=d09b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;63&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸安全管理应急预案技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1bFk8f-1ir_YSnD_-SfugsA?pwd=dahq&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;64&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利建设项目节水评价编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1ZigH1pt3iNBHQdHRfrrfHg?pwd=tg4b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水评价技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1pU2oGEmAePOhz_75ch2XfQ?pwd=c9vk&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;66&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工程建设规划同意书论证报告编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1dNbKiYLd6i9p1OiOZ3QoKw?pwd=htfi&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;67&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水控制指标确定技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1jtEnI45G8hQG-N3Ws2EZBQ?pwd=sbvy&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程白蚁防治技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/12HqT3ZDeFxn7aftOkq_vuQ?pwd=vfkh&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;69&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程压力钢管制造安装及验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1m71FzPTe6I6WTN2mqUdOgA?pwd=umn0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程建设征地农村移民安置规划设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1vpSzPPsHsILD4GHONpMKBg?pwd=vkux&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;71&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程建设征地移民安置规划大纲编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/94de8f898e07&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程建设征地移民实物调查规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/19KSnD7zooKvUuSjpRwntNQ?pwd=t734&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;调水工程后评价技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/13euj7b1BbtTdkcyoh_xiMw?pwd=3s67&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;74&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;山洪灾害防御预案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1mvkZV7uJkp7rgk8hZ69GmA?pwd=xb96&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1hPhGqulFcRmWjOEsjhmiIg?pwd=1iyq&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;76&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土石坝安全监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1ZOU2of0J0QgQEJl5ntKE8Q?pwd=11u6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;77&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水库监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1SNTBLVPkj60TTlVYb-_0oQ?pwd=0h2x&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;78&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库大坝风险等级划分与评估导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1yKbFYGr4hiPgkj5_oY8APQ?pwd=g8or&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;79&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则第8部分:钢铁行业建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1M3wAnVScawJfy4voDkhg6w?pwd=ovyf&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程建设项目文件收集与归档规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1KWsLfmITI5N636XD9pHJUA?pwd=6854&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;81&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利泵站施工及验收标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1VrCV8FfIp20YV_P0du_GTQ?pwd=i8zu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;机井工程技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1p09to_3BVvDW8TsmPkN6Qg?pwd=wbp8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:28.50pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:28.50pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;83&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程节能设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10SijhtLLP1RzsnDGanO0RQ?pwd=tpyr&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;84&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水监测工程技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1X-HfWtajLOWslQIakfoLgw?pwd=1kql&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;取水计量技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1cYr0_L0X4TwO2R_iDdC8cg?pwd=0uov&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;86&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;泵站设备安装及验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1e-8Wi6DJvbBtYzcAbTxf6w?pwd=kix6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文站网规划技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1M6fgkZ8_4bYpdtDkCOti9w?pwd=v2wm&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利基本建设项目竣工财务决算编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/17Vm6tZMZUnCpVQW3wHJG-g?pwd=d96w&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;89&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防隐患探测规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1_ONspACOTmkRY77_sA2X1A?pwd=7t1i&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程养护修理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1tZ7Jd2NrRUgwTWdsPUefFg?pwd=jc1v&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;91&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水产品认证规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1wSbm_XYubNV5bcwT-77Bhw?pwd=ht2z&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;92&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;泵站设计标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1pwwK2ha5_W2ZysFsMaYy9Q?pwd=fbse&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;93&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站技术改造标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1MAzxZVXBVCNRYRE8LtbuLQ?pwd=u0l5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;94&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位测量仪器 第2部分：压力式水位计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1zcusupJ9olpBhviM9Dzh2A?pwd=9jfp&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站机组运行综合性能质量评定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1SaD2PBva8-BWf5-UarsvBQ?pwd=652r&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;96&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土壤水分蒸发测量仪器 第1部分：水力式蒸发器&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/116HZENFQEoeaUZbKbnMDNw?pwd=n5u8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;97&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器 振弦式反力计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10A_A0U-rtMWLr4aoE3T0GQ?pwd=aueb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;98&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文自动测报系统技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1EAyjiaxJD0GR-DpwYoGiPA?pwd=ncpd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;99&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;泵站技术管理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1bKzIjPGpSNXtx40I9GJzCQ?pwd=xuu1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;100&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩石三轴试验仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1N-qFqb2HTXAt8FvMAk6fvg?pwd=r6pq&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;101&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持信息管理技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/15VFc56ADrhg-ipCOu8O8bA?pwd=w98v&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;102&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河道采砂规划编制与实施监督管理技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1lD8HUYfiqSTOr1qRy5sx6Q?pwd=rxye&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;103&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源监测数据传输规约&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1qB3N8OnDHu-bbewLliJPqg?pwd=3jmu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;104&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堰塞湖风险等级划分与应急处置技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Pi-HdYOVMv1k27xdzFTqrw?pwd=yjwu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;105&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则 第5部分：化工行业建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1jkO7iV14QWtS4GePns_wVQ?pwd=sk22&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;106&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则 第6部分：造纸行业建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1q8j-jVg0LAjtcQ_6sP3Ujw?pwd=o7bx&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;107&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;11水利通信工程质量评定与验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1s4xcsJ1l7uIAlbSQYpdAqw?pwd=ihex&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;108&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水轮机过流部件磨损试验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1uZOPCsKXWTlezgsL7YYtXw?pwd=rtve&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;109&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泵磨蚀防护技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1XJscWBTWd9ByLDok2-mbrQ?pwd=2t1v&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;110&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;电子证照 取水许可证&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/117DUA__h0QTnqpGVFVKjGg?pwd=9qyj&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;111&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;抗旱效益评估技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1GF8vSvKmmLwUHX8Te3EG3g?pwd=i8sa&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;112&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程启闭机制造安装及验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1grKTSpfjSFs5AvG5iVbhAQ?pwd=vlid&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;113&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水量计量设备基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/17s_DIa1itJO0KDgiFWURlg?pwd=9d34&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;114&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利数据库表结构及标识符编制总则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/185tBgTjTgVIZzKjTD63VyQ?pwd=urle&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;115&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息分类与编码总则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1B3Xqh8-hA1ocydEbQ3Zkmw?pwd=7ne3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;116&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土壤水分监测仪器检验测试规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1KfJTiMy9pCWH9wPx4-ortA?pwd=upfy&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;117&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;降水量观测仪器 第4部分：称重式雨量计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1nMdYrU4ZXOJCPVx7eM34pQ?pwd=r2hk&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;118&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利监测数据传输规约 第1部分：总则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1DnPveX0RIfBKKhLEKUKxDg?pwd=1elu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;119&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉排水工程项目初步设计报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1_-nSrHNB46WMQQfJLYLNxA?pwd=2k2u&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;120&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程项目建议书编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1a95UhdxDqTNjr6ZbaViwsw?pwd=mspu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;121&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程可行性研究报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10cmvWcHdmFhjWEiKl3C82A?pwd=qlj6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;122&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程初步设计报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1GUDP9DIgzfeqsnpJo12X4Q?pwd=ig1r&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;123&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利对象基础数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1V6HjmEDQyQczHaw8QSuTlg?pwd=r83n&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;124&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水轮机基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1-X85vzlfTz_5hkd6sIE4sQ?pwd=ry1u&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;125&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程勘探规程 第1部分：物探&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1-h1FSvNpe0oaWcWhmx_cQQ?pwd=dc0j&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;126&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工地质规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1wlbb32ULm3S9GHfr2TJKOg?pwd=zcrm&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;127&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖生态环境需水计算规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1WYuiOlfpz56eDISeIRqiMQ?pwd=l503&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;128&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物环氧树脂灌浆材料技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10X9wpxEvH0835gQM2mAIXw?pwd=3wsw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;129&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利血防技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1NOdCtMkX8zM7K99-zuJ0hg?pwd=290x&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;130&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利空间数据交换协议&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1OdqbOZt8_fT7Bu1vjkFlOg?pwd=xuw0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;131&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息产品服务总则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Lgv5ELCzRiIxwewu8Gz6lw?pwd=nvtx&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;132&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农田排水工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1jt8fuj8zdGMV4fZMbGg8Dw?pwd=zwre&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;133&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利数据目录服务规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1FOVz3NiO-gIiA1Qg1GE4cw?pwd=gyiv&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;134&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利一张图空间信息服务规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1KrTZc_JR6q-8IQFRhhH1cw?pwd=g0qw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;135&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;村镇供水工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1lIWmoERxQV3hR2bQ5CU2wQ?pwd=mzbx&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;136&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;中小型水轮机调节系统技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1z6yjm2cgnKrPCTGYN6D-Fg?pwd=tukb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;137&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工组织设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1vveKsxx4RPRQ88jvZ6Dqyg?pwd=f6h3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;138&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水力自控翻板闸门技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1MsAbOnWmN9kTLfpmdx8_sQ?pwd=4ctv&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;139&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;翻斗式雨量计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;span style=&quot;color:#0000FF;font-size:10.0pt;font-family:宋体;font-weight:400;font-style:normal;text-decoration:underline;text-underline-style:single;&quot; class=&quot;js_darkmode__1&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/14FHIo-Zs37yfBEj42kxCRA?pwd=rbsh&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;140&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;试验室用混凝土搅拌机检验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1KruYObGn5tQ9_kmHh2HneA?pwd=7hh4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;141&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1ABCwrCaavwEJjoblc9wtnA?pwd=l2bl&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;142&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工与河工模型试验常用仪器校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1tF0dAjkhWwgKCj4kHxwkcA?pwd=r67b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;143&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;箱式水电站&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1npaiSaERUYGTOSUOzeih2A?pwd=0yzj&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;144&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 挥发性卤代烃的测定 吹扫捕集-气相色谱法测定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/180pluMFIvPIKXKseozpi2A?pwd=qcjr&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;145&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 有机磷农药的测定 固相萃取-气相色谱法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1f8dIVYUGs-lpLkPLGpJlXQ?pwd=33k4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;146&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文自动测报系统技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1bJaNp3YhW1Nqrp8ZrI6lsg?pwd=37og&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;147&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;泵站拍门技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1808EFbUH1ozFK0cIovx49g?pwd=52ki&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;148&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站监控保护设备应用导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1GPAWz1XAv1zsMpIPfmZBiA?pwd=0qgt&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;149&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水轮机进水阀门基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1WPJpx8_zNgjPVd3LVzNPcQ?pwd=g8k6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;150&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持规划编制规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b5d5c16124bd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;151&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则第12部分:水源热泵建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4b4d4c25ff27&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;152&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防抢险技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f0116b59e746&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;153&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则第9部分:纺织行业建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2780641db83c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;154&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站技术管理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f2dc5fe0751a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;155&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库大坝隐患探测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c99e7c0b2b11&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;156&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;调水工程设计导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4a6cd5c55729&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;157&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖岸线保护和利用规划编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/98e94ea8660c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;158&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利技术标准编写规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/85b32d63bb8c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;159&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型农村供水工程规范化提升技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f3664a1bd2d7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;160&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;绿色小水电评价规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d81e0e716fa4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;161&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;淤地坝维修养护标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/93ce4b43dfd6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;162&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;黑土区水土流失综合防治技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/42c784072f14&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;163&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持监理规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1eb43963f363&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;164&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程鱼类增殖站设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4a0b9f7d92fd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;165&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水规划编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2e50e0301db4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;166&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库生态流量泄放规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f12bdd02eb4a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;167&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程生态流量计算与泄放设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b04529d7f906&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;168&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生态清洁小流域建设技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/578ef4d7f9b7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;169&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;流域防洪工程联合调度方案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4ca1402c4c89&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;170&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则 第1部分:水利水电建设项目&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7d4d2f193c76&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;171&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文基础设施建设及技术装备标准(2025年版)&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ce9ac52f5246&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;172&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;规划水资源论证技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7b4021791169&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;173&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物水流脉动压力和流激振动模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/94a1f2f3fd19&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;174&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;微灌工程技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/445c1e8adfa4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;175&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌区改造技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/470cb3af0d46&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;176&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;渠道防渗衬砌工程技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6f3730dc7df0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;177&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;碾压式土石坝设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bc41931d933a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;178&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程进水口设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a6fcd037d698&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;179&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程压力钢管设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/007118f04a18&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;180&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程钻探规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3e602f2e6557&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;181&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程地质测绘规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/833e32ae3a3b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;182&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物水泥灌浆施工技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bff9490712c1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;183&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物水流脉动压力和流激振动模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/94a1f2f3fd19&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;184&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利网络安全保护技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5c1b30740864&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;185&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;淤地坝技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8bff990e0659&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;186&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工纤维混凝土应用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e9fe771cc0b1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;187&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程水泵基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/41682957f7cd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;188&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物岩石地基开挖施工技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/59be32981f98&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;189&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程管理设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e0516158822b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;190&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文资料整编规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7674a1c9b96b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;191&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文年鉴汇编刊印规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/dfdfcc9a63e7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;192&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;冰封期冰体采样与前处理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2a3927876a13&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;193&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖生态系统保护与修复工程技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ddc7f4bbfb1d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;194&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物水泥化学复合灌浆施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b2dbf6900af2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;195&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程水文计算规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0296f38999ca&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;196&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程金属结构制作与安装安全技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4c942fccec33&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;197&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工隧洞安全鉴定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4d8b0a18253f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;198&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工预应力锚固技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/129aadc7a1fe&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;199&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利系统通信业务技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bceff7d9ac5e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;200&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利行业反恐怖防范要求(2025年版)&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ef841db6ee12&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;201&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖健康评估技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ef841db6ee12&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;202&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站下游河道减脱水防治技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7b19fbe7e38c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;203&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农田灌溉建设项目水资源论证导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ef841db6ee12&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;204&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物地基处理设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/72fddb742d33&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;205&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电建设工程安全生产条件和设施综合分析报告编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1a48ac815115&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;206&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利对象分类与编码总则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c726442b5ab3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;207&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程岩石试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/339c8d9c3c99&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;208&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工钢闸门和启闭机安全运行规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2541adbb1f1c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;209&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程过电压保护及绝缘配合设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3f1ca7e3cce7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;210&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程安全监测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cb2440a9da3e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;211&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程钢闸门设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/18e99cd1ee2e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;212&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/790c75173223&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;213&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库降等与报废评估导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5a8a471a90b8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;214&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工导流和截流模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5609d7ce8e98&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;215&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;溃坝洪水模拟技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/13f7927f7724&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;216&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利安全生产标准化通用规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3ef8c6fe3d8e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;217&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;滑坡涌浪模拟技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8f1fbbfe54fc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;218&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程安全监测系统运行管理规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e4e13409af3b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;219&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 总氮、挥发酚、硫化物、阴离子表面活性剂和六价铬的测定 连续流动分析-分光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bf25b7a55c8d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;220&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;转子式流速仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/15e48c793852&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;221&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位测量仪器 第1部分：浮子式水位计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a3ac54b874db&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;222&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器系列型谱&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/426fc6d357ce&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;223&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器显示与记录&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/775da94353f5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;224&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水面蒸发器&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0cf12ac6ad15&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;225&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器 测斜仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/24c3cff484f4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;226&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程沉沙池设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7b493b1dec6a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;227&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文应急监测技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/978fff18a15d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;228&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小水电建设项目经济评价规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/792f07759180&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;229&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大中型水库移民后期扶持监测评估导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2540a01a4aa5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;230&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利数据交换规约&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3201b2cee2d2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;231&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 氯苯类化合物的测定 固相萃取-气相色谱质谱法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3ff11161e92d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;232&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器 位移计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d56bc7a2d452&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;233&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验方法标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/81eee2ec74ca&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;234&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站水能设计标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b3314f5b1661&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;235&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站初步设计报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2014a841d43c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;236&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉与排水工程技术管理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5c504eff6eb3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;237&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文基础设施及技术装备管理规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0be6fefc4c64&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;238&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;滨海核电建设项目水资源论证导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4cca4355e178&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;239&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;山洪沟防洪治理工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2b019d8280af&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;240&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;中小河流水能开发规划编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c3036bf071d8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;241&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大中型喷灌机应用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f9408a548abd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;242&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生产建设项目水土保持技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8f766c6009e4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;243&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站施工安全标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4a817b2a7009&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;244&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生产建设项目水土流失防治标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3663cbfa7bf8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;245&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水型企业评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f374be4e882c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;246&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工隧洞安全监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/274a1e07ac21&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;247&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝安全监测系统鉴定技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1f1c29f15d80&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;248&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;山洪灾害调查与评价技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bac157967212&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;249&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸安全监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cbb3e0eba2e7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;250&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工混凝土结构耐久性评定规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/563aa7d4e596&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;251&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程启闭机设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0a416246c349&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;252&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生产建设项目土壤流失量测算导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/32a5523c2c83&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;253&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水轮机现场验收试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/16fdf12b2e42&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;254&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉与排水工程设计标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7985e6be5d65&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;255&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物抗震设计标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2a1f0c4ece23&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;256&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水灌溉工程技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f3cf781933cc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;257&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;溢洪道设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8a5b4aa8a2a5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;258&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土拱坝设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/25fdb56347c2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;259&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;碾压混凝土坝设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/55dbab6ebffa&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;260&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土重力坝设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/500d0171ad6d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;261&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;工程泥沙设计标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/269da348c23c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;262&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水情预警信号&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e55f9fe17688&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;263&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;径流实验观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/942e3b378904&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;264&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;城镇再生水利用规划编制指南&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/766b32c46548&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;265&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;火电建设项目水资源论证导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c383e5b5b029&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;266&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电建设工程安全设施验收导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/917e477dee4d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;267&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水超采区评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f799d9436f11&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;268&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水质量标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f9aec3b9ce5b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;269&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器基本参数及通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6333982c33a5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;270&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器信号与接口&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0de902fe2574&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;271&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;管道输水灌溉工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/806002e04134&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;272&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉渠道系统量水规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/93fe63749637&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;273&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器设备的检验测试通用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bf6fd6f550dc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;274&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 阿特拉津的测定 固相萃取-高效液相色谱法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/592332ed9416&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;275&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;山洪灾害预警设备技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bca993870223&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;276&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;项目节水评估技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3713b25ce5f8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;277&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;项目节水量计算导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3264cdcdad84&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;278&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;合同节水管理技术通则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1ed46fb386fb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;279&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;建设项目水资源论证导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0fa565d7e4d8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;280&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生产建设项目水土保持监测与评价标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/16fdf12b2e42&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;281&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持工程调查与勘测标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7468e0eb69d0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;282&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工混凝土施工组织设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/281e018789d9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;283&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;城市防洪应急预案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/48fcb28734e4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;284&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工原位测试专用仪器校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d5d8b7c1d2f9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;285&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构振动时效基本技术要求和效果评定方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e0a6612be533&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;286&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构声发射检测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/46be33c8c7f0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;287&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;透水板校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/29f5cd79e52c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;288&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;击实仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a450feda48f2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;289&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水道观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/25da5d6493b1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;290&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文测站考证技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/721f125b454e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;291&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泥胶砂试模校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d9962b91ed92&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;292&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;容量筒校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f8fea7582c98&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;293&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土试验用振动台校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5a6ad636a8e4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;294&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土坍落度仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/965255c83c53&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;295&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土拌和物含气量测定仪（气压式）校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c2491a297034&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;296&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土热学参数测定仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d1e418c29ede&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;297&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;砂浆和混凝土测长仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1dfe418928ab&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;298&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库工程管理设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a568db688520&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;299&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;洪水风险图编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f60d7d9ffcee&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;300&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程原型观测专用仪器校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bf6fd6f550dc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;301&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源管理信息对象代码编制规定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e65a1e5bbc1d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;302&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土试模检验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6e17e702dea7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;303&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土快速冻融试验机检验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c31a91d54d9e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;304&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土动弹性模数测定仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0db48cd90d73&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;305&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程等级划分及洪水标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d3fc7e5e34b5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;306&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库大坝安全评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/18c3434bd35f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;307&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 丙烯醛、丙烯腈和乙醛的测定 吹扫捕集-气相色谱法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d72134f06023&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;308&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;升船机设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e1528901cc10&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;309&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程机电设备安装安全技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8a50287824e8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;310&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;整装微型水轮发电机组&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8ff3ecb1d66b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;311&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;用水定额编制技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/981332b52650&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;312&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物荷载设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ad573bd69e8b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;313&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;中小型水轮发电机组启动试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d7ee688a615f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;314&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;采矿业建设项目水资源论证导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d7ee688a615f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;315&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站机电设备导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c2146e4dea94&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;316&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水轮机磨蚀防护导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e24fc88b6795&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;317&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器信号与接口&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/efec4f40eab3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;318&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器安全要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ee05256b6345&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;319&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文缆道机电设备及测验仪器通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f89ca1be075b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;320&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝观测仪器 钢筋计 第2部分：振弦式钢筋计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bf52b0ba8383&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;321&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器基本环境试验条件及方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b710c397697c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;322&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水深测量仪器 第3部分：超声波测深仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b7cbc1414e4a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;323&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;牧区草地灌溉与排水技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a81904bbb635&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;324&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 甲萘威、溴氰菊酯、微囊藻毒素-LR的测定 高效液相色谱法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a911eda4cedf&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;325&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构焊接通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6ff4e4ef5f3e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;326&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程质量检测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2442286d4a52&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;327&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程安全监测设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b4116a1eea72&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;328&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工隧洞设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5091f06e3aba&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;329&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利单位管理体系 要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8e8400b1fb5c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;330&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利空间要素数据字典&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c92413035f9b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;331&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流流量测验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6cca9855f196&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;332&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;区域旱情等级&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/304e371a7591&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;333&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;治涝标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/475ab1d6c361&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;334&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;内陆水域浮游植物监测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0a7a5db2e59d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;335&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文巡测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0a7a5db2e59d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;336&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;感潮河段水文测验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e5b669fa6123&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;337&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流悬移质泥沙测验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/63114098fea5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;338&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利空间要素图式与表达规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9120d532cc77&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;339&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大中型水库移民后期扶持规划编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/dc53ee48f8a9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;340&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利固定资产分类与代码&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/61bd275c8b4f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;341&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土壤墒情监测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6e2e724ecbdf&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;342&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;流域综合规划后评价报告编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2dd9df9219f5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;343&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程制图标准 水土保持图&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0bf05b14be03&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;344&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库大坝安全管理应急预案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0e1a2fdc3d05&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;345&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;降水量观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ca2d763ce13f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;346&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流冰情观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/90da926396d7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;347&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源水量监测技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/137692466cf1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;348&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩石观测仪器 收敛仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/128d9281c233&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;349&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电建设工程验收技术鉴定导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b3fce1fe80c6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;350&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工安全管理导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8f5b86921c0d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;351&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖生态保护与修复规划导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/16354664b1d0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;352&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工安全防护设施技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d7d3fcb7c600&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;353&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程水利计算规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/aa29aec6452a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;354&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程建设与管理数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/be684fa2f1e2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;355&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土面板堆石坝施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c240e4291ca7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;356&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工测量规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bd4db2331e60&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;357&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土流失危险程度分级标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5dc10b096ce7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;358&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工混凝土结构缺陷检测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1b67e7c20d14&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;359&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源监控管理系统建设技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/18a7f9ab07c3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;360&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水力发电站设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5e2d8adc7e37&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;361&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持工程设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3034192ab1ef&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;362&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文基本术语和符号标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/dcf0fb7e6bc5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;363&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程基本术语标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bfbc7ed71068&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;364&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工合成材料应用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/258fde71a244&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;365&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源规划规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f3db47e98557&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;366&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利政务信息数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3fb9b0fd4af7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;367&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;洗车场所节水技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/da6578965a3c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;368&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;洗浴场所节水技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e5abb12d1407&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;369&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;室外人工滑雪场节水技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2fc78c9ad55f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;370&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;高尔夫球场节水技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/deb3ab43f3b9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;371&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;受工程影响水文测验方法导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b3e9c1b04f40&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;372&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库调度规程编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2ba9067ce615&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;373&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利统计通则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/eddcd16ea75a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;374&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;明渠堰槽流量计计量检定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9ab239d99445&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;375&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水电站引水渠道及前池设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7aa0f1444d59&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;376&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;泵站安全鉴定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8bd2ab0b1f5d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;377&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程天然建筑材料勘察规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/040923802042&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;378&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息系统运行维护规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/69cb80b61c28&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;379&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农田排水试验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6ec15d40f07e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;380&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉试验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9afdc2f942d7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;381&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉与排水工程施工质量评定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/54fe2782256a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;382&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土石坝养护修理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b007e8bc30c3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;383&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土坝养护修理规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bbec986f7209&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;384&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;预应力钢筒混凝土管道技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a0d531ae2fe4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;385&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文调查规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8e43b3e8f3b3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;386&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文自动测报系统设备 遥测终端机&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/86c0ec5890ba&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;387&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;防洪标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/932e74182e5d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;388&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;工程岩体分级标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/afbff0d1898b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;389&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;海堤工程设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/fc76d80e6b6f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;390&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸与泵站工程地质勘察规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8379e5804e0f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;391&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸安全评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3f289a209d91&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;392&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程安全评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e74f34e67b5c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;393&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;江河流域规划编制规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/260980ebad46&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;394&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库枢纽工程地质勘察规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3f4f9ccbb0ce&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;395&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水闸施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4a9accb0f1e5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;396&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;轻小型喷灌机应用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4e75dacd4ef6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;397&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泥水化热测定仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a582b7eb605f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;398&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电量和单位&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7fbb79703d0d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;399&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;黄土高原适生灌木种植技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/87b153aa4325&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;400&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程施工监理规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cb769f5da713&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;401&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土抗渗仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/702e6af47d14&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;402&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程混凝土防渗墙施工技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a397a65a054d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;403&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物滑动模板施工技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/315cce1f71d8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;404&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工混凝土施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6ee9535dcc29&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;405&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利风景区评价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0f1d62214f9d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;406&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;降水量观测仪器 第2部分：翻斗式雨量传感器&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1arYE-j0GZBn3z9iU3DDBCw?pwd=mzvo&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;407&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小水电电网电能损耗计算导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1qYBGADdymFw0nj_fPOAEQw?pwd=axk3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;408&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;山洪灾害监测预警系统设计导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1meds1hlaTs0bDNR0EFiK5g?pwd=q9e9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;409&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程水库库底清理设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1tEaBkrset-hWRB0EM7KKog?pwd=ui5l&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;410&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;已成防洪工程经济效益分析计算及评价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/17TrmWzL7tZi4SsnWdDMkBA?pwd=3u09&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;411&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程照明系统设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Z_KK-N24JVo_OIp1MCV4ug?pwd=kwtf&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;412&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程合理使用年限及耐久性设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1dZ6WoS4DiH4iImG-D2seuA?pwd=56ef&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;413&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文设施工程施工规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1nLqGyA5p4nKleCE-Bu7BjA?pwd=2j8m&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;414&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文设施工程验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1A4o34a2GD2t9Mf1zkYOqsQ?pwd=0dro&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;415&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水环境监测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1EhdaYM__mJYQgBVjZaXj2A?pwd=gj5n&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;416&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水面蒸发观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1uQfm6clWVWZGyyKX0VhLPw?pwd=1mvv&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;417&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利建设项目经济评价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1OjSgkDcEIfa6GCcIuJkWEA?pwd=jozc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;418&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程水力学原型观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1FSuRgU_qL8cbfmioxId7nA?pwd=5utm&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;419&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泵液压调节系统基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/164X6GjRh2RRVQmznLVAiPg?pwd=7bl5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;420&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程测量规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1a8lcqus_7t9c-RHX3SqREQ?pwd=xvwx&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;421&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库诱发地震监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1VoMBblP82vkVzBO2q--OBA?pwd=ycyo&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;422&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水轮机电液调节系统及装置基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1f_KF2wvT1SiKrnKtpl5T9A?pwd=n2tu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;423&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程自动化设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1gk5fV9kkb3PesF_2OCB0ig?pwd=sfs7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;424&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;防汛抗旱用图图式&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Dok8UCcoywUbA1WOdqnwbA?pwd=b8a6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;425&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;反击式水轮机泥沙磨损技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1ai30lUdIn-75O0Pm23E7Lw?pwd=2d40&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;426&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉用水定额编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1URWtZUVC5hqfDT7geicB7g?pwd=qkpw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;427&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1cFtWRhtBRC8g1rQX5vXZtg?pwd=70dk&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;428&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;抗旱预案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1kTHiOO1ldnEa5etuJyQoJA?pwd=ap6b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;429&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大中型水利水电工程移民数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Q-aiBtNRl2iPgqcyhbJJiA?pwd=5mhb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;430&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程制图标准 水工建筑图&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/15ml_nwldlsQD6S8BdqDbxg?pwd=m6ei&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;431&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程制图标准 勘测图&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1GMVMUe7DPzJ0hyN3hwG4Dg?pwd=3ado&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;432&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程制图标准 水力机械图&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1IQaJyuK2gG-rN3-d0jFceA?pwd=aqp3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;433&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程制图标准 电气图&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/13LmGVvYAr-MXGeCiBGNZAw?pwd=jrt6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;434&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程制图标准 基础制图&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1rN3Q89uUwGNU4QOb2t0zwg?pwd=vlq1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;435&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;旱情信息分类&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/14C2LProNoM8wO0TLg1BjQg?pwd=e9jw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;436&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;应变控制式直剪仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1zWO-jbm4XHBEJLy26hqyXg?pwd=mn32&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;437&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站建设工程验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1zSORDgQayt5ph9cI-V10-w?pwd=h0u2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;438&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水轮发电机定子现场装配工艺导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1VrJRYRFFzAnwvIhsvKyyTQ?pwd=ylfj&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;439&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;流速流量仪器 第2部分：声学流速仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1iioN6Th2YFTr0PyWb2mP5A?pwd=mq41&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;440&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构三维坐标测量技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1TUnjv9yeRcF3WQGu9WJ65w?pwd=4oxz&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;441&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉排水工程项目可行性研究报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/13UKjazjH7mNDVoyHSV9YCw?pwd=8g6b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;442&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程水土保持技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1S_RMetN9zLmbNpAdENJ8Qg?pwd=bz4v&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;443&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程接地设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1kZNHR-b5HAsy5h5neFKJZg?pwd=h3om&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;444&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构残余应力测试方法--磁弹法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1tmCrT_76d3MFFjVnb35XiQ?pwd=4y9b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;445&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程地质勘察资料整编规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/17SAa5N5uBgvwKJSxQ45dpQ?pwd=8d5y&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;446&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利统计主要指标分类及编码&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1EON2JeemWO7gEMxjj_Wg2Q?pwd=pycq&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;447&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;闸门水力模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1s4LedM_q_1W2On8fprhu6Q?pwd=nc6k&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;448&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构T形接头角焊缝和组合焊缝超声检测方法和质量分级&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/15aMBnCrz-W7yP5y4bt1tiw?pwd=zvdx&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;449&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土壤水分（墒情）监测仪器基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1BOrQ3N9BYZohv6B5YkLLCQ?pwd=r4f1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;450&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩石直剪仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/18AJmVVZZDAkWWohY2bT_iQ?pwd=gi38&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;451&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩石变形测试仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Re578lG6ML02ssGE13X8CA?pwd=9vem&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;452&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程导体和电器选择设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Ocvf9tHCxR5vjIsrCBGlew?pwd=p373&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;453&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;洪涝灾情评估标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1SiBpD7r8r5XNVe8BwqB5Vg?pwd=j1yl&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;454&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;用水审计技术导则（试行）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1j7AtvlNGb6HLDLfqfoTy7A?pwd=zrh6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;455&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉用施肥装置基本参数及技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Zno3Grd50xtTG23WAa9ucQ?pwd=3m9b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;456&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝安全监测仪器安装标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1T7F0kCEOvIWXqyS7YJuw3g?pwd=rqdw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;457&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝安全监测仪器检验测试规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/11Y6Jq6ybBpkgkWaJPSFAEg?pwd=jzw1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;458&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水型社会评价指标体系和评价方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1jPBjPIRgz8faYu6hhRclmQ?pwd=0jgp&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;459&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站现场效率试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1IsslAJ7Lj2axZa1VelM4yA?pwd=ik1h&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;460&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利基本建设项目竣工决算审计规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1cKOrNU7fORl1FAIgtRc39w?pwd=g7cz&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;461&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农田水利规划导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1o7IySJJOYSoNpaQ6P9sHHA?pwd=5lt9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;462&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程劳动安全与工业卫生设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1csVsjt3sD98vpPY_lwqN2g?pwd=e0gw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;463&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河道整治设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1csVsjt3sD98vpPY_lwqN2g?pwd=e0gw&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;464&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程技术术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/14fZ1YUHkb1lzM1UiAx3_4g?pwd=giyg&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;465&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站施工技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1DHe6sCMYVNrmot6eTtowfQ?pwd=msyh&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;466&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农村饮水安全工程实施方案编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1A3QZAGr1zRNl8HEy7HJHow?pwd=l35a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;467&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程机电设计技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1zVoDZSHEeni_H1-S9hBnNQ?pwd=k5mi&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;468&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水能资源调查评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1oXQZuChqqDzTxBaQYXJe2g?pwd=meck&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;469&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水灌溉工程规划设计通用图形符号标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1VJTK5ZQNVs0bQSCTeMdfrw?pwd=dbpd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;470&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;橡胶坝坝袋&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1lB_ZeEZhwgCM_EfO-sWioQ?pwd=ct3l&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;471&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;X射线衍射应力测定装置校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1QBFtP_9K5qedoGxw-ovi1w?pwd=arcu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;472&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;铸铁闸门技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1bolVBEeYQi8g-B9Vz6hohA?pwd=f5c5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;473&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工金属结构残余应力测试方法--X射线衍射法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/16DJCkQAs8nXrzAUxlmJhSw?pwd=vh9c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;474&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物抗震试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1DGz0eTQUaYxTr_Av-x785g?pwd=4i4a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;475&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电建设用混凝土搅拌机&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1hvedD2hlxQKekzGi__jO1g?pwd=u4oh&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;476&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;实时雨水情数据库表结构与标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1o1MdP7RixeGHFqKppyqj3g?pwd=6rlc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;477&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水情信息编码&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/161khDTLXH_RCFgE8fGEBYg?pwd=3v3a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;478&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物与堰槽测流规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Ar03Ghr5mjDm3y9JCYsJsA?pwd=y2zt&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;479&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物强震动安全监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1mipFyUWpiuZOzzFaKj_31g?pwd=j5dz&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;480&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌排泵站机电设备报废标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1CJr212vFFjlJJEKv0vCp8w?pwd=nng3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;481&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文设施工程项目建议书编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1KSng8esVsOgxHa2pKKnDjw?pwd=efcg&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;482&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1RvP2r7OlFocKAYdFUa7dgg?pwd=hw0s&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;483&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程采暖通风与空气调节设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1qdEesYE1doiNLT4tWhjcRQ?pwd=9pt3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;484&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物抗冰冻设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1m3wJM7IvCy-I-EFU8ycoFQ?pwd=fxx8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;485&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文测站代码编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Ksutv64bv2_cnYF-CY96ZQ?pwd=1ui4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;486&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水流空化模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1u4lwNAwtgcUYR8QDT9DMCw?pwd=x7bf&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;487&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;掺气减蚀模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1M3WHW_9pwL4J0UQSc5cr1Q?pwd=uxsn&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;488&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水电站有压输水系统模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1L3ri1BNfynLzG9qWHsK7OQ?pwd=holn&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;489&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程厂（站）用电系统设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1FLYVs5K3pXDMnTFT42mo2w?pwd=0g48&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;490&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河湖生态需水评估导则（试行）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1lbS6pp5d25g0kTvNkr4NVQ?pwd=5y02&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;491&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;微灌用中小型移动式首部机组&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1hGuEVbXPocawXzT7jK1EFw?pwd=v5dg&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;492&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土石坝沥青混凝土面板和心墙设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1XBgr1FGzH559yJjzlVY4Xw?pwd=14oa&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;493&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程继电保护设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1DD7bYaA12BKQZXHBRGKSXA?pwd=npwk&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;494&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌溉用过滤器基本参数及技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1VZE4Zrp_8UlD3A2TGtu09g?pwd=iffg&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;495&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;气相色谱法测定水中酞酸酯类化合物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1t-Ls7ePhumTdBc7fHlzjdA?pwd=wk2m&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;496&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;转子式流速仪计量检定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1QjjNegoOnP_efEIBm7bKIg?pwd=53qk&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;497&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;浮子式水位计计量检定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/162UVeNohc5KQT1CBduMGdw?pwd=3jla&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;498&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;超声波测深仪计量检定规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1uU5x3jCP6KC_cqrZnaT-jg?pwd=fg45&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;499&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源公报编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1YQItfyoVOZiWvNQcXCFs2g?pwd=11nd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;500&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持工程可行性研究报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1oXgQiM09I-gy7gSj1dV42A?pwd=jktc&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;501&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持工程初步设计报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1_TTIY-G8FGKy8Oas3xuW_Q?pwd=lmgy&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;502&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程地质勘察规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1gW2U0RxIyFOIjGB5Ti0JdA?pwd=egf8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;503&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文缆道测验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1wAf9Mcv7T-XZrAVIKDJzCw?pwd=9gld&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;504&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程二次接线设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1zatRXVMVCJsAKEdcoXRl1w?pwd=8ro2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;505&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水轮机模型浑水验收试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1dETGOto7GSxA7oRNbjEg6g?pwd=lldn&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;506&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工混凝土结构设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/13z1gPnQBHxTrcGKyklbUHA?pwd=wefr&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;507&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;滩涂治理工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/148idvZZU-_4AHdpTOCV7KA?pwd=74dh&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;508&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;固相萃取装置校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1DW86nD0G8_D82OigfBhNXw?pwd=lmls&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;509&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;控温消煮炉校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1TwxYnZCy72Pz5pR9fIqgMw?pwd=0nug&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;510&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;多参数现场水质测定仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1pVrF05JVZ6Vc55UB28jjuw?pwd=lqbt&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;511&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生化培养箱校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1nOludA_GyhT7PeDwvFbBsg?pwd=pwk1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;512&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;电热恒温培养箱校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1clWp6tsCUaOBBtzVcaENGA?pwd=sx02&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;513&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;离心机校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1sa8fT3PUuZYA-a4S1P-7fg?pwd=qcyp&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;514&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;电热恒温水浴锅校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1yBKcYcYHUl6ozfbXi4U46A?pwd=8cc9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;515&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;电热鼓风干燥箱校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1bddVqskBCa6rygZkV2sGQw?pwd=khls&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;516&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;微波消解仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10sPzhFcIznJz47iFmRIjqg?pwd=5n2e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;517&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;快速溶剂萃取仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/130nRJZIWndOghu5F1WX4Cg?pwd=2h1s&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;518&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生物显微镜校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1QQMPqkrn7R-qo3onAOoL0w?pwd=9vly&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;519&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位测量仪器 第6部分：遥测水位计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1xTPsqS3gBtlqn9WnVHnIBg?pwd=xq5g&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;520&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 钢筋计 第1部分：差动电阻式钢筋计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10D9cZltLeBFHj2-Wn6yFQQ?pwd=x3hv&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;521&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 应变计 第1部分：差动电阻式应变计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1OACKLCsj1Rplu2RHI8M6BQ?pwd=yhm7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;522&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 测缝计 第1部分：差动电阻式测缝计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1d9-Br_eNbv3oEh21mbDk_Q?pwd=gu20&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;523&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工合成材料综合测试仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1ijUcU9ryPJAtL3GlXT0YPw?pwd=jf0q&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;524&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工合成材料胀破仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1vtenJ3GPLJ_XA5ISl1PcVA?pwd=aigu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;525&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工织物垂直渗透仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/11UuaLHbOAl-ASxZbDrY6iw?pwd=9yao&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;526&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工织物平面渗透仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Qb0d7qERgLdvWYHrlYDL4Q?pwd=j2ht&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;527&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工膜渗透仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1dwgwgwkxUiFO-RWeFGk7eQ?pwd=wh0s&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;528&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工膜抗渗仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1H-lfNJrdHdOarF0CZ114Dw?pwd=5b28&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;529&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;排水带通水量试验仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1aLCz5ewDT1OIhfnU0xJH9A?pwd=pzc8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;530&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;落锤仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1AC0oyJ-S_3nQ_gPUTKQuCA?pwd=c4e7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;531&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;振筛机校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/13oHFE-iC34o1ASifFYkKJg?pwd=8fsu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;532&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沥青针入度仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1h3NYkHloMp0HXFacYXb5Hw?pwd=qcki&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;533&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沥青延度仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1GoRyCiUMGWmRimjKuRsj6g?pwd=6lv6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;534&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沥青软化点试验仪校验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Tdsp3akD2XXMpG9l0y8IDg?pwd=en6j&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;535&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工建筑物地下开挖工程施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1dsxovXIeVzPPei4zvG1gNA?pwd=qoa0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;536&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;实时水情交换协议&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1jWMCwW2zcT1ED0msvfTE1Q?pwd=xk41&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;537&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;有机分析样品前处理方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Eg0fnFbUH3p_8vkzm5-fBQ?pwd=mxr5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;538&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;固相萃取气相色谱/质谱分析法(GC/MS)测定水中半挥发性有机污染物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1QI1zFzuib6eL6h_7dx-Klg?pwd=7d43&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;539&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;吹扫捕集气相色谱/质谱分析法（GC/MS）测定水中挥发性有机污染物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1TUfhm_sFvJAI04Q9ehChEQ?pwd=aiqy&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;540&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;铅、镉、钒、磷等34种元素的测定--电感耦合等离子体质谱法（ICP-MS）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1ehPjJxBCQfXYVEdHSHY9SQ?pwd=16p1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;541&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泵模型及装置模型验收试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1uOz8bj7E9bZE4TUkbE9pSg?pwd=elus&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;542&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 粪大肠菌群的测定--多管发酵法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1m9EJ6vowpVsbo3zzcy_xYg?pwd=fx1f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;543&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沙棘生态建设工程技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1aAkS-LrKc_bZGKVeJLVLEA?pwd=85b0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;544&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器及水利水文自动化系统型号命名方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/14Q2pumuQzgP-Di6A-zL1nQ?pwd=3h3y&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;545&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泵模型浑水验收试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1pKXfrOMUuE0N2j5EnpQ9qA?pwd=deoi&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;546&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息系统初步设计报告编制规定（试行）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/13tfO3XEgFXcVq32aQ4JLtQ?pwd=eiui&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;547&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 砷的测定 原子荧光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1JV1w1N3aZ_mJx8Wj6rfyLg?pwd=2fj0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;548&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 汞的测定 原子荧光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Ujg8Tt9UuhOM_dNG7L79Sw?pwd=4k1a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;549&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 硒的测定 原子荧光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1_p4eG0sS-q3wrrCeo2Fssw?pwd=4cb5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;550&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 铅的测定 原子荧光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1u8yF_gOJPOsTGczOs89OGA?pwd=9rzv&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;551&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程设计工程量计算规定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/12-xFq7H8n65vjSkNssHJhA?pwd=qo7f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;552&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农田排水用塑料单壁波纹管&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1qvAYC1bGD5YGWgB4kXTs9w?pwd=iahm&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;553&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程高压配电装置设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Z-QUx7GNvQDIpacGrz5izw?pwd=v5mi&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;554&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沙棘苗木&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1PGaE1iSG0vBd_yL3nh4RAg?pwd=heu7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;555&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沙棘种子&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/10ykx6riEhCVXVKWp4OLwcA?pwd=j3ht&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;556&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝安全自动监测系统设备基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1Xc1nkjpNu17rkKAae0hK2w?pwd=5izo&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;557&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;多泥沙河流水环境样品采集及预处理技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1dFOON4lWfPLIxUaXx-4T0g?pwd=cd1q&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;558&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 总硒的测定 铁（II）邻菲啰啉间接分光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1OReckCiBhgMtBh2mgmcZWQ?pwd=j7lz&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;559&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程金属结构报废标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1R-QhRE6O99ZczCS2-_o-9w?pwd=ro18&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;560&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;中华鲟人工繁殖技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/168zxbMss0E_HgumL5WfNNA?pwd=uf9q&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;561&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;胭脂鱼人工繁殖技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1mqGycTb4ZKvKzgXD_5lktg?pwd=oz39&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;562&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质采样技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1LxZdzpe9TV7zKo_NYw3U1A?pwd=qytg&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;563&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;电导率的测定（电导仪法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1hApEpV4aLBtipu2LeSjsOQ?pwd=91ym&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;564&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;矿化度的测定（重量法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1rW6ao80jrQwQdv5sMmhGCQ?pwd=oqre&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;565&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;游离二氧化碳的测定（碱滴定法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1W1wSeM4rhPVUw1pYkJdcOw?pwd=s81g&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;566&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;侵蚀性二氧化碳的测定（酸滴定法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1z32v460PUkQq22uu_r84Gw?pwd=b2u1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;567&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;酸度的测定（碱滴定法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1DF9DDI_7MF0iGdPdaQEc1w?pwd=e0e6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;568&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;碱度（总碱度、重碳酸盐和碳酸盐）的测定（酸滴定法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1_XGDHn4jOHE8aZlnx2fItQ?pwd=l3ii&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;569&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;硝酸盐氮的测定（紫外分光光度法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1QnlcW9wIIt06yj0-muD4cw?pwd=la81&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;570&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;硫酸盐的测定（EDTA滴定法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1jrknPYH8rwzSXdsXX5a3Qg?pwd=yd33&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;571&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水中无机阴离子的测定（离子色谱法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/104fbr5hpo75dpIcndal5ZA?pwd=qvd4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;572&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;透明度的测定（透明度计法、圆盘法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1QM4w8UzNtHBBbDr4sZu4Rg?pwd=1xah&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;573&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;硫化物的测定（亚甲蓝分光光度法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1UZOCUC2YnbZZ6nsIDqOJLw?pwd=l1r6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;574&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;硼的测定（姜黄素法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/12P5K5aql9css50O6XYiILw?pwd=1pvu&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;575&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;二氧化硅（可溶性）的测定（硅钼黄分光光度法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1mxwkU1JE0SrRtPW6bGXoNg?pwd=zvtl&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;576&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;二氧化硅（可溶性）的测定（硅钼蓝分光光度法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1M4CNggIq6ouu_D4eVkfIdA?pwd=vc3g&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;577&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;氧化还原电位的测定（电位测定法）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1kw41140Er-wuV7Dmq0HcaA?pwd=02di&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:24.00pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:24.00pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;578&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流推移质泥沙及床沙测验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.baidu.com/s/1vBgS7Z4Ay9j8bZHci8uAqg?pwd=fa1r&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;579&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程移民术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/826eb6679049&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;580&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;降水量观测仪器 第5部分：雨量显示记录仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7ccc0239a1ad&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;581&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/595ddc6c9255&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;582&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器可靠性技术要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8a9afe395021&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;583&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水灌溉项目后评价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7e29618c3a0e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;584&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;闸位计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/26e1cd0bec65&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;585&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站机电设备报废条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4e6552368118&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;586&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位试验台校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c589d3011d4b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;587&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文自动测报系统通用设备&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cf42d762160e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;588&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水电新农村电气化验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/47a7ed4a897a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;589&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;粉煤灰混凝土应用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/df7009f01188&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;590&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大型螺旋塑料管道输水灌溉工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/681640e9d770&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;591&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;切土环刀校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4caff56a00d8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;592&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;光电式液塑限测定仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a1acf152b073&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;593&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;固结仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8eed719e123d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;594&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;渗透仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4baaae02b0d0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;595&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;应变控制式无侧限压缩仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d2f3a5b4858e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;596&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;应变控制式三轴仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6293fd6a5b6a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;597&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文测量规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f8aadd0210f7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;598&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文缆道设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f1f7131cf72d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;599&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土坝灌浆技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/eb04bc6ff85a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;600&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;防洪规划编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7785b1e0513a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;601&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;城市水文监测与分析评价技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/299b67853454&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;602&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利建设市场主体信用信息数据库表结构及标识符&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6dac57f85212&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;603&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小水电电网安全运行技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3a9f355ccca0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;604&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站运行维护技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8e2550f97833&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;605&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;疏浚与吹填工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ab1691be6146&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;606&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程设计防火规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/81ba933a31e9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;607&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;橡胶坝工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cf199300d687&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;608&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工钢闸门和启闭机安全检测技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/57b93de482a8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;609&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程调压室设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/52b04beb6558&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;610&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水电站厂房设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/89bb22d84218&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;611&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水轮发电机组推力轴承、导轴承安装调整工艺导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0d0b75ec679c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;612&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;核子水分-密度仪现场测试规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e1d07c1f2fab&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;613&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;南方红壤丘陵区水土流失综合治理技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e1a1ef3ebd51&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;614&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;北方土石山区水土流失综合治理技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/788afac864a1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;615&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程结构可靠性设计统一标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/52a6172cc015&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;616&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文绞车&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cdf0b6d366c0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;617&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文监测数据通信规约&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3833ee539bfa&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;618&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;干旱灾害等级标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e80f94f74fc2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;619&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程管理技术术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/82fc2e5f7bbd&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;620&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小流域划分及编码规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c8e670db2beb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;621&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站水文计算规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/09eb8dd2ed13&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;622&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水利水电工程碾压式土石坝设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/78da0014ed24&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;623&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;输变电项目水土保持技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/908747ff6850&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;624&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工导流设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2acbda1e6094&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;625&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小水电电网节能改造工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/284c08ae0a18&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;626&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水电站安全检测与评价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/26ca63549efb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;627&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土石坝施工组织设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/50c159782fa0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;628&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库降等与报废标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/695cdac43f4e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;629&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工质量通病防治导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bb857c559e04&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;630&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;机井井管标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/39ed4204ae6c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;631&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;坝区航道水力模拟技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4f1143679024&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;632&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;船闸水力模拟技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8f26e1d14fad&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;633&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工沥青混凝土施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/826035b6d219&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;634&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电地下工程施工组织设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bf0732b2f2a3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;635&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程围堰设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8e7d1cf7f4be&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;636&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利统计基础数据采集技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4bc27a0afbb6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;637&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝安全监测仪器报废标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2aeb4c0bb50e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;638&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程通信设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5d0bde52803b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;639&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水灌溉设备水力基本参数测试方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/265184146e1d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;640&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农村水利技术术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/766686649607&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;641&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土坝安全监测技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/430893631e82&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;642&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利应急通信系统建设指南&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7b6854e4cbe9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;643&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利视频监视系统技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9303a2870c48&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;644&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;防洪风险评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3c4dd5cf1552&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;645&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;混凝土面板堆石坝设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/790d428045c0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;646&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息化项目验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/33eb579297ef&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;647&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位测量仪器 第3部分：地下水位计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;648&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河工模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/578a8a501fd3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;649&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程水文自动测报系统设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0aa1712c7281&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;650&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;洪水调度方案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ad736485f7a9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;651&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;城市防洪工程设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0a76783825be&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;652&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水泥胶砂流动度测定仪校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/df20f7894480&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;653&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 叶绿素的测定 分光光度法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8227fc404aa1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;654&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土壤墒情评价指标&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3fa2c0ce5457&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;655&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工（常规）模型试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d290a5726ee5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;656&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;蓄滞洪区设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9fb22a46688b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;657&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水灌溉工程验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8681924f05da&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;658&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工合成材料测试规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7023c25bd184&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;659&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水型产品通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f2391eae47ef&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;660&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位测量仪器 第5部分：电子水尺&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cc7ec0dc3384&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;661&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水轮发电机基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1dafb957f464&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;662&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流泥沙测验及颗粒分析仪器基本技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b526675b1e62&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;663&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水深测量仪器 第1部分：水文测杆&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e5a90411086c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;664&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文自动测报系统设备通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4cc3e57f1929&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;665&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;小型水力发电站自动化设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c2a3a10b30a1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;666&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水功能区划分标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/374ad06df78d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;667&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;全油压控制水轮机调压阀&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/225084e04d4a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;668&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文设施工程初步设计报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/758320bc893f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;669&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文设施工程初步设计报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a83592193a64&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;670&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;砂石料试验筛检验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d329615b6f68&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;671&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工混凝土标准养护室检验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e2102754116d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;672&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利建设项目后评价报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/ac24c5efe9b8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;673&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;雨水集蓄利用工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9e31dd353bff&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;674&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水域纳污能力计算规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d90704b78d99&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;675&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;气相色谱法测定水中氯代除草剂类化合物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b4ec7180d253&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;676&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;顶空气相色谱法（HS-GC）测定水中芳香族挥发性有机物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/adbbc9c224e0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;677&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;气相色谱法测定水中有机氯农药和多氯联苯类化合物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b792a15f5e95&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;678&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位观测标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d098981d1474&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;679&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库调度设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e5fa1b334e6d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;680&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;蓄滞洪区运用预案编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c6aaf24d9822&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;681&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;钻孔应变法测量残余应力的标准测试方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6073279b137c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;682&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;沙棘果叶采摘技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/9782a35f7300&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;683&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流泥沙公报编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7bfbe703042e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;684&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利风景区规划编制导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/541ba1c009d9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;685&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地下水资源勘察规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f754099c4f5e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;686&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程电气测量设计规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8e161dcde77c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;687&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河流泥沙颗粒分析规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/da8751d0c063&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;688&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;气相色谱法测定水中酚类化合物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f5eb42bc9e3b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;689&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;高效液相色谱法测定水中多环芳烃类化合物&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/051f219c12a0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;690&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;生态风险评价导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e59e452fc883&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;691&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩溶地区水土流失综合治理技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/375e30949d06&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;692&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器基本环境试验条件及方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e65c083658ac&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;693&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器术语及符号&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a8e5041a212a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;694&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 三轴仪 第1部分：应变控制式三轴仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1dad31eadd53&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;695&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器可靠性技术要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6a7b686bf7bb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;696&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 固结仪 第2部分：气压式固结仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6e0780226f89&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;697&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;灌区规划规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/42ee660d43bb&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;698&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器 土压力计 第1部分：振弦式土压力计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bca0ddb9f1d4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;699&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 孔隙水压力计 第1部分：振弦式孔隙水压力计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c185b44cf1d2&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;700&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 检测仪 第1部分：振弦式仪器检测仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/cb343f4f5a5f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;701&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;旱情等级标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1c791cd5ddb4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;702&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 沟壑治理技术&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/75b977d30cc3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;703&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 风沙治理技术&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/c8f3460d22e8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;704&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 崩岗治理技术&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2e4930a9845c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;705&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理 规划通则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/72301f084434&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;706&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理 验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6b9e6be6e058&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;707&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理 效益计算方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5f8e376d9505&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;708&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 荒地治理技术&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bb67635e6522&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;709&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 小型蓄排引水工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d19a48bc4e19&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;710&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;开发建设项目水土保持设施验收技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/27a22b901e67&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;711&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 击实仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a76aa62317bf&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;712&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 垂线坐标仪 第1部分：步进电机式垂线坐标仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/69d29d6ae9b6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;713&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 坡耕地治理技术&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/653f2105097a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;714&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 埋入式铜电阻温度计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d24f4480b30d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;715&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 固结仪 第1部分：单杠杆固结仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0454e3d8b642&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;716&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 渗透仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/829224adeed8&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;717&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持综合治理技术规范 坡耕地治理技术&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/653f2105097a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;718&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程钢闸门制造、安装及验收规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5c5a8b2e0e1f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;719&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文情报预报规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3bce47e9add6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;720&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;钢丝网水泥输水管及管件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/44d0588a02fe&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;721&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;凌汛计算规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6a75d0273048&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;722&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源供需预测分析技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/e65fc6889356&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;723&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 沉降仪 第2部分：电磁式沉降仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4fd9aecc8998&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;724&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 沉降仪 第3部分：液压式沉降仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6fc64f7d230a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;725&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;降水量观测仪器 第6部分：融雪型雨雪量计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8fbe1017e96c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;726&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 液限仪 第1部分：碟式液限仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a60e328ad7ec&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;727&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 液限仪 第2部分：圆锥式液限仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6d7cdfe63352&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;728&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 应变计 第2部分：振弦式应变计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b995089262d6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;729&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 测缝计 第2部分：振弦式测缝计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5a9e471d0773&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;730&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 剪切仪 第1部分：应变控制式直剪仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d65f2ccd6d7d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;731&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 剪切仪 第2部分：现场十字板剪切仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8436063fecec&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;732&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;降水量观测仪器 第3部分：虹吸式雨量计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/fafaa33e8291&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;733&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;直线明槽中的转子式流速仪检定/校准方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/30fd61f70150&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;734&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土的工程分类标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0512cf1f89f5&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;735&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝监测仪器 沉降仪 第1部分：水管式沉降仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8cc29438bc98&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;736&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土壤侵蚀分类分级标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1d03510151c9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;737&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持试验规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/14b9a8ab185f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;738&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工通用安全技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/46b3abdac921&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;739&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程土建施工安全技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/44a57fbef0b0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;740&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程施工作业人员安全操作规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6277fdcef976&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;741&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;轴流泵装置水力模型系列及基本参数&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/239db336382c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;742&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水环境监测实验室安全技术导则&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/01c5904a9b6f&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;743&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;地表水资源质量评价技术规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7a872c6479ea&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;744&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;铅、镉、钒、磷等34种元素的测定--电感耦合等离子体原子发射光谱法（ICP-AES）&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/58ae3eee44a1&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;745&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水资源监控管理数据库表结构及标识符标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/bd6c643bebde&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;746&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;河道演变勘测调查规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4b47757c4f15&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;747&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水位观测平台技术标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f024bd9d6636&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;748&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;喷灌工程技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a7a6874718de&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;749&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 触探仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/943ae54d0456&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;750&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 贯入仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/594ba43d74c3&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;751&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器 振弦式传感器通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5a1c7bf5e03e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;752&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器基本参数及通用技术条件&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7e04fab2b131&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;753&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;岩土工程仪器系列型谱&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/1847efc78d07&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;754&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;节水灌溉设备现场验收规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/856afbb47035&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;755&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;土工试验仪器 应变控制式无侧限压缩仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/7c10275ac9e4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;756&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息化常用术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/606e3ff885db&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;757&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利工程工程量清单计价规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/649c775af7f7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;758&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;城市综合用水量标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5378e5f1444e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;759&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;再生水水质标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/880144159a49&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;760&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水质 初级生产力测定--“黑白瓶”测定法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4d567721cb2a&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;761&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;农村水电站可行性研究报告编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/faf394b155a7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;762&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;大坝观测仪器 锚杆测力计&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/8b3534b2ffe7&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;763&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利基础数字地图产品模式&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/3b1ba86df9a6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;764&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水土保持术语&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6c823d8a5cc0&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;765&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水电工程设计洪水计算规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/d16886001afe&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;766&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利信息系统项目建议书编制规定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f8e5a09c1987&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;767&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水利水文自动化系统设备检验测试通用技术规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/4ccdbaa9b647&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;768&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文测验铅鱼&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/2aa5056272d4&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;769&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;悬移质泥沙采样器&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/f811259113ca&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;770&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;声学多普勒流量测验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/63e21d3073be&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;771&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文测船测验规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6b02e77a8724&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;772&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库水文泥沙观测规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/b4faa0ab1890&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;773&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;流速流量记录仪&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/512daee1acd6&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;774&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器术语及符号&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a18b5bbaffff&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;775&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;堤防工程地质勘察规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0b2cd42e2d4b&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;776&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;中小型水利水电工程地质勘察规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/60aa52adfaa9&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;777&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;防汛储备物资验收标准&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/404cb4a72ffe&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;778&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;防汛物资储备定额编制规程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6843c6c8596d&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;779&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;环境影响评价技术导则 水利水电工程&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/6cedb69d317c&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;780&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器通则 第5部分：工作条件影响及试验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/0f7ec206bfde&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;781&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水文仪器安全要求&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/74193ca67c60&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;782&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;动态流量与流速标准装置校验方法&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/a30c439f42ea&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;783&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水库洪水调度考评规定&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/90ec8ee5e377&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;height:14.25pt;&quot;&gt;&lt;td data-colwidth=&quot;58&quot; style=&quot;height:14.25pt;&quot;&gt;&lt;section style=&quot;text-align: justify;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;784&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;551&quot; width=&quot;551&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;水工碾压混凝土施工规范&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;td data-colwidth=&quot;304&quot; width=&quot;304&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;&quot;&gt;https://pan.quark.cn/s/5fcffaff6b2e&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;background-color: #0052ff;color: #ffffff;&quot;&gt;关注“河湖笔记”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-aistatus=&quot;1&quot; data-imgfileid=&quot;100000041&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; type=&quot;block&quot; style=&quot;height: auto !important;&quot; data-ratio=&quot;0.8601851851851852&quot; data-w=&quot;1080&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260427214442177729748282992.jpg&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Mon, 27 Apr 2026 16:01:48 +0800</pubDate></item><item><title>【生态修复案例】兆河庐南矿山修复案例</title><link>https://www.w3k6.com/post/168.html</link><description>&lt;section style=&quot;padding-left: 0px;padding-right: 0px;box-sizing: border-box;font-style: normal;font-weight: 400;text-align: justify;font-size: 16px;color: rgb(62, 62, 62);&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; margin: 7px 0%;display: flex;flex-flow: row;text-align: left;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 20 20 0%;align-self: flex-start;height: auto;margin: 0px;padding: 3px 3px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 100 100 0%;align-self: flex-end;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;border-width: 0px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px;margin: 3px 0% 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 20 20 0%;height: auto;padding: 0px 0px 0px 3px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;align-self: flex-start;height: auto;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px;text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;padding: 0px 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 10px;margin-left: -10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;padding-left: 5px;padding-right: 5px;font-size: 20px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;案例背景&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;margin-right: -10px;width: 10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; display: flex;flex-flow: row;margin: 10px 0%;text-align: center;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 16px;flex: 0 0 auto;height: auto;border-width: 0px;border-style: none;border-color: rgb(62, 62, 62);align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 15px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 34px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;margin: 0px -10px 0px 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-o-transform: rotateZ(45deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: -10px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 21px;height: 46px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 0px 1px 0px 0px;border-right-color: rgb(94, 148, 128);background-color: rgb(255, 254, 254);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: 88%;align-self: flex-start;flex: 0 0 auto;height: auto;border-style: solid;border-width: 1px;border-color: rgb(94, 148, 128);margin: 10px 0px;background-color: rgb(236, 249, 243);padding: 20px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px 18px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: bottom;align-self: flex-end;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;min-width: 5%;max-width: 100%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;padding: 0px 14px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(36, 80, 64);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;兆河庐南矿山&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #72A170;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;兆河流域庐南矾矿&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;位于大别山丘陵山地水源涵养与生物多样性维护带，地处巢湖流域上游，属国家重点生态功能区—长江生态保护区大别山水土保持生态功能区。水土保持、水源涵养、生物多样性维持功能意义重大，减轻生产生活活动对河流和湖泊生态系统的损害势在必行。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;庐南矾矿生态修复工程主要处在兆河流域失漕河、黄屯河等小流域上游区域，属于巢湖一级支流兆河源头区域，包括矾山、福泉山、牛头山、大岭、照壁山等10处治理区，总面积约455公顷。治理区矿山类型复杂，涉及硫铁矿、矾矿、石料矿等多种矿山，开采方式包括露天开采及地下开采，矿山前期开采造成治理区地质灾害隐患、地形地貌生态景观破坏、土地及植被资源损失及水土污染等生态环境问题，对矿区及周边产生极大影响&amp;nbsp;&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[1]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002236&quot; data-ratio=&quot;0.5973558&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;832&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213232177703755298451.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: justify;line-height: 1.2;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图1 修复后的兆河庐南矿山&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（https://baijiahao.baidu.com/s?id=1862142103386660247&amp;amp;wfr=spider&amp;amp;for=pc）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px -12px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-o-transform: rotateZ(45deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0px 0px -10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 21px;height: 46px;vertical-align: top;overflow: hidden;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);background-color: rgb(255, 254, 254);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; margin: 7px 0%;display: flex;flex-flow: row;text-align: left;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 20 20 0%;align-self: flex-start;height: auto;margin: 0px;padding: 3px 3px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 100 100 0%;align-self: flex-end;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;border-width: 0px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px;margin: 3px 0% 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 20 20 0%;height: auto;padding: 0px 0px 0px 3px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;align-self: flex-start;height: auto;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px;text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;padding: 0px 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 10px;margin-left: -10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;padding-left: 5px;padding-right: 5px;font-size: 20px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;面临挑战&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;margin-right: -10px;width: 10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; display: flex;flex-flow: row;margin: 10px 0%;text-align: center;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 16px;flex: 0 0 auto;height: auto;border-width: 0px;border-style: none;border-color: rgb(62, 62, 62);align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 15px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 34px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 41px;height: 41px;vertical-align: top;overflow: hidden;border-radius: 227px;background-color: rgb(236, 249, 243);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 2;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 2px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;font-size: 19px;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;01&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 14px 0px 57px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;矿产开发的影响&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 93%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);padding: 14px 19px;background-color: rgb(236, 249, 243);height: auto;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;矿产资源的开发，在支撑经济社会发展的同时，也对兆河庐南矿山的水资源与水环境形成了诸多影响。其中，地下开采工程建设与运行过程中，不可避免地要产生大量&lt;/span&gt;&lt;span style=&quot;color: #72A170;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;矿坑涌水&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;，矿坑涌水的直接充水水源是赋存于矿体围岩中的基岩裂隙水，主要补给水源是降水通过上覆“&lt;/span&gt;&lt;span style=&quot;color: #72A170;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;新生界松散层+基岩风化壳&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;”的下渗；大范围、多项目、长时间的地下矿山开采活动，将“新生界松散层+基岩风化壳”中的地下径流方式，由水平径流为主逐渐改造为垂直下渗为主，这将导致冲沟、溪谷所获得的地表径流的减少。另外，“新生界松散层+基岩风化壳”中潜水位下降甚至疏干，包气带变厚，导致土壤保墒能力的下降&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[2]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 41px;height: 41px;vertical-align: top;overflow: hidden;border-radius: 227px;background-color: rgb(236, 249, 243);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 2;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 2px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;font-size: 19px;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;02&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 14px 0px 57px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;治理区山体受损&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 93%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);padding: 14px 19px;background-color: rgb(236, 249, 243);height: auto;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;①露天采坑&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：区内共有22个采坑，面积约6hm2，主要是前期堆渣坡体的开挖造成的。露天采场整体分布较为分散，开挖坡体一般高约5～50 m，坡度整体较缓，局部坡体较为陡立，坡度达70°。大部分坡面覆盖松散堆渣，少数坡面局部基岩裸露，坡脚处局部可见松散块石堆积，采坑整体植被发育较差，平台处零星有草本植被发育。采坑底部为基底平台，少数平台内侧积存有少量积水。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;②堆渣&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：区内共有堆渣4处，治理面积约2.93hm2，主要是矿区前期开采过程中由于采矿工艺的因素，形成大量弃渣，大部分未经处理直接根据地形堆积于坡体上，整体较松散。由于矿山前期开采整体较为混乱，堆渣分布及规模随地形而变化，几乎分布在整个治理区范围。改革开放后，由于采矿工艺的发展，早年间遗留的堆渣局部被挖走重新利用，造成治理区堆渣现凹凸不平、分布散乱的局面，甚至局部形成堆渣凹陷坑。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;③塌陷地&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：区内共有11处，需要治理面积约0.4hm2。塌陷体塌陷面积不大，多数为堆渣堆层内塌陷导致，塌陷深度一般在0.5～2 m，少数成蝶形坑。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;④滑坡&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：区内共有18处，需要治理面积约0.08 hm2。滑坡形成的主要原因是采矿坡面层支撑面缺失，经雨水及地表径流的侵蚀，在重力作用下，坡顶上位坍塌形成，滑坡面积整体不大，呈多点散发态势。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 41px;height: 41px;vertical-align: top;overflow: hidden;border-radius: 227px;background-color: rgb(236, 249, 243);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 2;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 2px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;font-size: 19px;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;03&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 14px 0px 57px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;受损危害现状&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 93%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);padding: 14px 19px;background-color: rgb(236, 249, 243);height: auto;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;①水土流失&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：采矿导致的山体受损，地表层植被破坏，雨水直接侵蚀冲刷地表，通过淋溶、下渗和地表径流，原生土层基本流失殆尽。由于土壤的流失和理化结构的破坏，使得土壤的水土保持力、营养结构、微生物群落受到破坏。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;②植被退化&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：经现场调查，受损山体多数边坡堆积矿渣或岩石裸露，坡面基本没有植被，仅在一些低洼积坑有土的地方有少数马尾松、杂灌生长，坡脚及采坑底部植被相对较好，但与原没有被破坏层的植被相比较，植被茂密度、林相完整度有明显差距，物种丰富程度与对照区相比较明显不足，植被覆盖率在12%～36%。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;③土壤污染&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：治理区矿石主要以黄铁矿、石英、明矾石矿石为主，由于受废石产酸影响，土壤存在重金属污染和强酸性。根据左丹丹等、黄金文等的研究成果，废石中As、Hg超标率分别为67%、83%，67%采样点的内梅罗指数大于3，为重污染，Hg的潜在可利用态含量高达62.8%，潜在风险大。土壤酸性经监测，平均值在4.7，呈强酸性。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;④景观破坏&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：经调查，治理区山体均有不同程度的受损，主要是坡面缺失、岩石裸露，有的坡面高差达到50 m，采坑宕口暴露，进出矿区道路凹凸不平，砂石路面十分显目（见图2）。从无人机拍摄的视频看，矿区与周边区相比视差十分明显，主要是山形缺失、冲水沟暴露、矿区路面呈黄灰色，矿区植被稀疏，地形地貌景观、植被景观人为破坏痕迹明显。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 83%;height: auto;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002235&quot; data-ratio=&quot;0.7481481&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;675&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213233177703755327091.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;color: rgb(160, 160, 160);line-height: 1.2;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图2 治理前矾山矿区地表景观情况&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（图片来源：安徽省林业局）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; margin: 7px 0%;display: flex;flex-flow: row;text-align: left;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 20 20 0%;align-self: flex-start;height: auto;margin: 0px;padding: 3px 3px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 100 100 0%;align-self: flex-end;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;border-width: 0px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px;margin: 3px 0% 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 20 20 0%;height: auto;padding: 0px 0px 0px 3px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;align-self: flex-start;height: auto;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px;text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;padding: 0px 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 10px;margin-left: -10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;padding-left: 5px;padding-right: 5px;font-size: 20px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;修复策略与核心技术&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;margin-right: -10px;width: 10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; display: flex;flex-flow: row;margin: 10px 0%;text-align: center;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 16px;flex: 0 0 auto;height: auto;border-width: 0px;border-style: none;border-color: rgb(62, 62, 62);align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 15px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 34px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;padding: 0px 12px 0px 0px;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; justify-content: flex-start;display: flex;flex-flow: row;margin: 1px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 8px 0px 11px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;01&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;background-color: rgb(255, 255, 255);border-top-left-radius: 248px;border-bottom-left-radius: 248px;overflow: hidden;padding: 6px 0px 6px 18px;flex: 100 100 0%;height: auto;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #72A170;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;地质灾害问题&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;width: 100%;border-top: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;padding: 0px 9px;margin: -9px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;border-left: 1px solid rgb(114, 161, 112);border-right: 1px solid rgb(114, 161, 112);padding: 15px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;①隐患消险处置&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：对地质灾害隐患，实施封堵、回填、挡土墙等措施消灾减灾&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;②分区分类治理&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：采坑治理：平整+削坡+坡面清理+截排水沟+集水池；堆渣治理：挡土墙+削坡+土方回填+场地平整；滑坡治理：挡土墙+土方回填+场地平整+截排水沟；塌陷区治理：截排水沟+滑坡坡面清理+挡土墙+土方回填&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;③坡体稳固加固&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：通过坡面清理及削坡造台，对坡体稳定性进行加固，防止坡体持续掉块造成的水土流失。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;④地下矿洞管控&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：对矿洞、老隆口、宕口进行封堵与管控&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002234&quot; data-ratio=&quot;0.5620438&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;822&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213234177703755488983.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;color: rgb(160, 160, 160);font-size: 12px;line-height: 1.2;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图3 修复前的生态景观&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（图源：安徽省林业局）&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;width: 100%;border-bottom: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;padding: 0px 12px 0px 0px;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; justify-content: flex-start;display: flex;flex-flow: row;margin: 1px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 8px 0px 11px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;02&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;background-color: rgb(255, 255, 255);border-top-left-radius: 248px;border-bottom-left-radius: 248px;overflow: hidden;padding: 6px 0px 6px 18px;flex: 100 100 0%;height: auto;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;地形地貌生态景观破坏问题&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;width: 100%;border-top: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;padding: 0px 9px;margin: -9px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;border-left: 1px solid rgb(114, 161, 112);border-right: 1px solid rgb(114, 161, 112);padding: 15px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: left;text-indent: 0em;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;①核心技术生态修复&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-align: center;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：以“原位基质改良+直接植被技术”为核心，对历史遗留矿山进行生态恢复综合治理，实现地形地貌重塑&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;②空间技术精准分析&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：利用GIS生成数字高程模型（DEM）与坡度分级分布图，确立植被恢复技术在适用坡度范围的空间分布&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;③灾害地域地形复原&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：进行采坑治理、堆渣治理、滑坡治理和塌陷区治理，恢复自然地形&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 86%;height: auto;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002237&quot; data-ratio=&quot;0.75&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;788&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213235177703755522264.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;color: rgb(160, 160, 160);font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图4修复前的生态景观&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（图源：安徽省林业局）&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;width: 100%;border-bottom: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;padding: 0px 12px 0px 0px;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; justify-content: flex-start;display: flex;flex-flow: row;margin: 1px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 8px 0px 11px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;03&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;background-color: rgb(255, 255, 255);border-top-left-radius: 248px;border-bottom-left-radius: 248px;overflow: hidden;padding: 6px 0px 6px 18px;flex: 100 100 0%;height: auto;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;土地及植被资源损失问题&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;width: 100%;border-top: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;padding: 0px 9px;margin: -9px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;border-left: 1px solid rgb(114, 161, 112);border-right: 1px solid rgb(114, 161, 112);padding: 15px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;①多元基质改良处理&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;： 对整理后的种植沟、表土采用物理、化学、生物等方法进行基质土壤改良，撒施酸碱中和剂、土壤改良复合基质、微生物菌剂等土壤改良物质作改良基质，进行土壤改良。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;②分坡度适配修复&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：坡度小于50°：原位基质改良+微生物成矿防渗；坡度50°~65°：微生物成矿防渗+生态植生袋；坡度60°~85°无污染边坡：植被混凝土喷播。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;③生态长袋护坡绿化&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：将改良后的种植土、保水剂、微生物菌剂、植物种子混合装入生态长袋，分层铺设固定于坡面&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;④种植基材喷播&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：以坡面挂网为基础，将搅拌均匀的基质加水后自上而下均匀喷射到坡面，喷播厚度达到15cm。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;⑤ 乔灌草合理配置&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：选用乔木：女贞、泡桐、盐肤木、刺槐等；灌木：野蔷薇、杜鹃、紫穗槐、胡枝子等；草本按禾本科∶豆科∶其他科=2∶1∶0.1配置。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;⑥植被覆盖管理&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;color: #000000;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;：土壤保持植被覆盖率达到95%以上，保持植物物种18种[4]。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002233&quot; data-ratio=&quot;0.6630037&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;273&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213235177703755551931.jpg&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;color: rgb(160, 160, 160);font-size: 12px;line-height: 1.2;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图5 修复前的生态景观&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（图源：安徽省林业局）&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;width: 100%;border-bottom: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 100%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;padding: 0px 12px 0px 0px;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; justify-content: flex-start;display: flex;flex-flow: row;margin: 1px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;align-self: center;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 8px 0px 11px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;04&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: auto;background-color: rgb(255, 255, 255);border-top-left-radius: 248px;border-bottom-left-radius: 248px;overflow: hidden;padding: 6px 0px 6px 18px;flex: 100 100 0%;height: auto;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;水土污染与酸性废水问题&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;width: 100%;border-top: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;padding: 0px 9px;margin: -9px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;border-left: 1px solid rgb(114, 161, 112);border-right: 1px solid rgb(114, 161, 112);padding: 15px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: center;color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;①地表径流截流防控&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：根据治理区水土污染成因及影响过程，通过截排水工程对地表水进行截流，防止地表径流与氧化矿体接触形成酸性废水。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;②微生物成矿防渗技术&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：灌注营养液激发微生物，生成碳酸钙晶体胶结填充孔隙，降低土体渗透性，减少重金属析出。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;③污染土壤复原修复&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：对前期已污染土壤，首先进行原位基质改良，并通过植被措施对土壤污染进行持续治理，提高土壤质量。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;④污染源头阻截&lt;/span&gt;&lt;/strong&gt;&lt;span leaf=&quot;&quot;&gt;：修建截排水沟导流洁净雨水，采用垂直阻隔+集水导排+微生物成矿防渗，从源头隔离矿石与雨水接触&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3][4]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;width: 100%;border-bottom: 1px solid rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; margin: 7px 0%;display: flex;flex-flow: row;text-align: left;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 20 20 0%;align-self: flex-start;height: auto;margin: 0px;padding: 3px 3px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 100 100 0%;align-self: flex-end;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;border-width: 0px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px;margin: 3px 0% 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 20 20 0%;height: auto;padding: 0px 0px 0px 3px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;align-self: flex-start;height: auto;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; margin-top: 10px;margin-bottom: 10px;text-align: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;padding: 0px 10px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 10px;margin-left: -10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;padding-left: 5px;padding-right: 5px;font-size: 20px;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;修复成效&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;margin-right: -10px;width: 10px;border-top: 1px solid rgb(0, 0, 0);border-right-color: rgb(0, 0, 0);border-bottom-color: rgb(0, 0, 0);border-left-color: rgb(0, 0, 0);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; display: flex;flex-flow: row;margin: 10px 0%;text-align: center;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 16px;flex: 0 0 auto;height: auto;border-width: 0px;border-style: none;border-color: rgb(62, 62, 62);align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;justify-content: center; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 15px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 100 100 0%;height: auto;align-self: flex-start;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(14deg);-webkit-transform: rotateZ(14deg);-moz-transform: rotateZ(14deg);-o-transform: rotateZ(14deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 3px;height: 34px;vertical-align: top;overflow: hidden;background-color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: middle;width: 33.33%;align-self: center;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 41px;height: 41px;vertical-align: top;overflow: hidden;border-radius: 227px;background-color: rgb(236, 249, 243);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 2;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 2px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;font-size: 19px;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;01&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 14px 0px 57px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;经济效益&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 93%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);padding: 14px 19px;background-color: rgb(236, 249, 243);height: auto;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;矿山文旅实现爆发式增长，游客接待量大幅增加，2025“五一”假期游客量达5万人次，治理区周边累计吸引投资45亿元，预计2026年游客接待量将突破30万人次，为地方经济注入持续绿色动能。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;2022年5月庐江县政府收回庐江矾矿存量建设用地 657.3亩，规划商业服务业用地490.55亩。&lt;/span&gt;&lt;span style=&quot;text-indent: 2em;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;安徽矾山文旅投资运营有限公司依托工业遗产的丰厚资源，加大对工业遗存遗迹、标识标记、风情风貌的保护利用，&lt;/span&gt;&lt;span style=&quot;text-indent: 2em;color: #72A170;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;以历史文脉留存和区域面貌提升为核心动力，实现生态保护&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;，矾矿活化，古镇蝶变，乡村振兴，文化地标，从景区到景域，实现“旅游+”多业融合发展。2023年区域生态系统生产总值（GEP）达4.7亿元，较2020年增长511.7%&lt;/span&gt;&lt;/span&gt;&lt;sup style=&quot;text-indent: 2em;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span style=&quot;text-indent: 2em;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 41px;height: 41px;vertical-align: top;overflow: hidden;border-radius: 227px;background-color: rgb(236, 249, 243);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 2;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 2px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;font-size: 19px;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;02&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 14px 0px 57px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;社会效益&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 93%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);padding: 14px 19px;background-color: rgb(236, 249, 243);height: auto;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;全面消除13处地质灾害隐患，矾山镇常住人口从2021年3.4万增至2024年4.0万。文旅产业带动就业扩容，直接创造就业岗位超500个，总体带动就业1500余人。对矾山治理区内保留的明矾结晶池、八大窑、明矾大食堂、矿长楼、财务楼等国家工业遗产核心物项等工业遗迹进行修缮保护。治理区因地制宜地采用多种植物相搭配，构建了生态多样性的层间植物景观群落，与原山貌既融为一体又彰显特色，吸引了周边群众前来游玩，成为周边群众休闲游玩的打卡地&lt;/span&gt;&lt;sup style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 88%;height: auto;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002238&quot; data-ratio=&quot;0.5628743&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;501&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213237177703755754768.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;font-size: 12px;color: rgb(160, 160, 160);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图6 矿山治理后全景&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（图片来源：安徽省自然厅）&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 10px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;min-width: 5%;max-width: 100%;flex: 0 0 auto;height: auto;align-self: flex-end;margin: 0px 0px 0px 6px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 41px;height: 41px;vertical-align: top;overflow: hidden;border-radius: 227px;background-color: rgb(236, 249, 243);box-sizing: border-box;&quot;&gt;&lt;section style=&quot;display: flex;width: 100%;flex-flow: column;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;z-index: 2;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 2px 0px 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;font-size: 19px;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;03&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 100 100 0%;border-style: solid;border-width: 0px 0px 1px;border-bottom-color: rgb(94, 148, 128);margin: 0px 0px 6px -49px;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left;justify-content: flex-start;display: flex;flex-flow: row;margin: 0px 0px -6px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: auto;vertical-align: top;align-self: flex-start;flex: 0 0 auto;min-width: 5%;max-width: 100%;height: auto;padding: 0px 14px 0px 57px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;color: rgb(114, 161, 112);box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;生态效益&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: right;justify-content: flex-end;display: flex;flex-flow: row;margin: 0px 0px -7px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 16px;vertical-align: top;align-self: flex-start;flex: 0 0 auto;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;  transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);box-sizing: border-box; &quot;&gt;&lt;section style=&quot; margin: 0.5em 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(94, 148, 128);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;justify-content: center;display: flex;flex-flow: row;margin: 0px 0px 10px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 93%;vertical-align: top;align-self: flex-start;flex: 0 0 auto;border-style: solid;border-width: 0px 0px 0px 1px;border-color: rgb(94, 148, 128);padding: 14px 19px;background-color: rgb(236, 249, 243);height: auto;margin: 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot;text-align: justify;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;修复区水土流失治理度达98%，表土保护率97%，林草植被恢复率98%，构建起稳定的乔灌草多层植被系统，总覆盖度超95%，每100㎡植被群落中植物种类平均达7种以上。土壤环境大幅改善，地表淋溶水pH值由治理前的3提升至6-9的适宜范围，平均土壤pH值达6.3，有效遏制土壤酸化和重金属流失。2021年以来兆河流域国考断面水质持续稳定在Ⅲ类以上，为巢湖水质改善筑牢屏障，间接减少了入江污染负荷，为长江水生态安全提供有力保障&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[6]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;完成植被恢复面积74.94公顷，扰动土地治理率、水土流失总治理度均达98%以上，拦渣率100%。区域植被覆盖率从修复前不足30%提升至95%，动植物品种增至30余种&amp;nbsp;&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;经现场调查，植被修复树种选择合理，乔木类小苗以栽植为主，主要有盐肤木、泡桐、女贞、构树、刺槐、麻栎，灌木类有紫薇、杜鹃、紫穗槐、红叶石楠、山胡椒等，草本类有狗牙根、宽叶雀稗等，豆科植物有紫花苜蓿、山毛豆等。从定量方面分析看，在合格样地中，林木类成活率平均达到95%，低缓坡区域覆盖率达到100%，高陡坡地段植被覆盖率达到95%，基本做到不露土。原生性植被已有少量出现，植被生长良好，植被配置较合理，高中低层次感强，以密植方式促进林木郁闭&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[7]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;通过矿山生态修复工程，整个生态修复区矿山酸性废水污染、土壤污染、水土流失、地质灾害等生态环境问题得到有效控制。主体工程施工完成进入抚育期1年后，治理区地表即可初步建立稳定的植被系统，治理区乔、灌、草植被总覆盖度达98%以上；形成多层植被群落系统，植物生物多样性逐步恢复；地形地貌重塑、微地形改造工程基本完成，地形地貌大大改观&lt;/span&gt;&lt;sup style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]&lt;/span&gt;&lt;/sup&gt;&lt;span leaf=&quot;&quot;&gt;。&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot; text-align: center;margin-top: 10px;margin-bottom: 10px;line-height: 0; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;max-width: 100%;vertical-align: middle;display: inline-block;line-height: 0;width: 100%;box-sizing: border-box;&quot; nodeleaf=&quot;&quot;&gt;&lt;img data-aistatus=&quot;1&quot; data-imgfileid=&quot;100002239&quot; data-ratio=&quot;0.278672&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;994&quot; style=&quot;vertical-align: middle;max-width: 100%;width: 100%;box-sizing: border-box;&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424213237177703755740453.png&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;line-height: 1.2;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;图7治理前后对比图 （左图为治理前，右图为治理后）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;color: #A0A0A0;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;（图片来源：安徽省林业局）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; margin: 7px 0%;display: flex;flex-flow: row;text-align: left;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 20 20 0%;align-self: flex-start;height: auto;margin: 0px;padding: 3px 3px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 100 100 0%;align-self: flex-end;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;border-width: 0px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px;margin: 3px 0% 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 20 20 0%;height: auto;padding: 0px 0px 0px 3px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;align-self: flex-start;height: auto;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: center;word-break: break-all;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 17px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;参考文献&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[1]https://mp.weixin.qq.com/s/ibrX3ZzGDigUYy_ixD8qaA&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[2]朱常春. 庐南矿区地下开采工程对地表径流影响的研究[D]. 安徽:合肥工业大学,2015. DOI:10.7666/d.Y2913787&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[3]https://zrzyt.ah.gov.cn/index.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[4]https://lyj.ah.gov.cn/index.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[5]https://www.ahljnews.com/index.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[6]http://www.chinageo.com.cn/zdjt/index.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;[7]https://lyj.ah.gov.cn/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot; margin: 7px 0%;display: flex;flex-flow: row;text-align: left;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 20 20 0%;align-self: flex-start;height: auto;margin: 0px;padding: 3px 3px 0px 0px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;flex: 100 100 0%;align-self: flex-end;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 0 0 0%;height: auto;border-width: 0px;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: right; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px;margin: 3px 0% 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-top-left-radius: 100%;border-top: 1px solid rgb(114, 161, 112);border-left: 1px solid rgb(114, 161, 112);border-bottom-left-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: bottom;width: auto;align-self: flex-end;flex: 20 20 0%;height: auto;padding: 0px 0px 0px 3px;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; display: flex;flex-flow: row;text-align: justify;justify-content: flex-start; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;flex: 0 0 0%;align-self: flex-start;height: auto;line-height: 0;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; text-align: left; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 10px;height: 10px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(255, 255, 255);box-sizing: border-box;&quot;&gt;&lt;section style=&quot; font-size: 0px; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;display: inline-block;width: 6px;height: 6px;vertical-align: top;overflow: hidden;border-bottom: 1px solid rgb(114, 161, 112);border-bottom-right-radius: 100%;border-right: 1px solid rgb(114, 161, 112);border-top-right-radius: 0px;background-color: rgb(254, 255, 255);box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;display: inline-block;vertical-align: top;width: auto;align-self: flex-start;flex: 100 100 0%;height: auto;box-sizing: border-box;&quot;&gt;&lt;section style=&quot; margin: 0px 0%; box-sizing: border-box; &quot;&gt;&lt;section style=&quot;background-color: rgb(114, 161, 112);height: 1px;box-sizing: border-box;&quot;&gt;&lt;svg viewbox=&quot;0 0 1 1&quot; style=&quot;float:left;line-height:0;width:0;vertical-align:top;&quot;&gt;&lt;/svg&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;text-indent: 0em;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;text-indent: 0em;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;感谢以下同学提供资料：（随机排序，无先后之分）&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;万沁沁、倪嘉钰、李优、施睿萱、谢竺洋、吕珂欣&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;section style=&quot;box-sizing: border-box;&quot;&gt;&lt;p style=&quot;text-align: right;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;【图源网络，如有侵权请联系删除】&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: right;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;文字//施睿萱&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: right;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;排版//施睿萱 谢竺洋&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: right;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-size: 12px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;审核//余小芳&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;white-space: normal;margin: 0px;padding: 0px;box-sizing: border-box;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/section&gt;&lt;/section&gt;&lt;section&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Fri, 24 Apr 2026 08:00:18 +0800</pubDate></item><item><title>中华人民共和国环境影响评价法</title><link>https://www.w3k6.com/post/166.html</link><description>&lt;p style=&quot;line-height:101%&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;line-height:102%&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:9px;margin-left:81px&quot;&gt;&lt;span style=&quot;font-family: 宋体;letter-spacing: 0;font-size: 29px&quot;&gt;中华人民共和国环境影响评价法&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height:114%&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height:114%&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-right:32px;margin-left:30px;text-indent:0;text-align:justify;text-justify:inter-ideograph;line-height:139%&quot;&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;2002 &lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;年&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -2px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;10&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 3px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;月&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;28 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;日第九届全国人&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;民代表大会常务委&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:楷体&quot;&gt;员会第三十次会议通过&lt;/span&gt; &amp;nbsp;&lt;span style=&quot;font-family:楷体&quot;&gt;根据&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;2016 &lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;年&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;7&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 2px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;月&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;2 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;日第十二&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;届全国人民代表大会常务委员会第二十一次会议《关于&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -0;font-size: 21px&quot;&gt;修改〈中华人民共和国节约能源法〉等六部法律的决定》&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:楷体&quot;&gt;第一次修正&lt;/span&gt; &amp;nbsp;&lt;span style=&quot;font-family:楷体&quot;&gt;根据&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;2018 &lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;年&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -2px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;12&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 3px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;月&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px&quot;&gt;29 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;日第十三届全国人&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;民代表大会常务委员会第七次会议《关于修改〈中华人&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 1px;font-size: 21px&quot;&gt;民共和国劳动法〉等七部法律的决定》第二次修正）&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height:104%&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height:104%&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:7px;margin-left:244px&quot;&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -2px;font-size: 21px&quot;&gt;目&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 1px;font-size: 21px&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -2px;font-size: 21px&quot;&gt;录&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:12px;margin-left:31px&quot;&gt;&lt;span style=&quot;font-family: 楷体;font-size: 21px&quot;&gt;第一章&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 1px;font-size: 21px&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;font-size: 21px&quot;&gt;总则&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:12px;margin-left:31px&quot;&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:楷体&quot;&gt;第二章&lt;/span&gt; &amp;nbsp;&lt;span style=&quot;font-family:楷体&quot;&gt;规划的环境影响评价&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:13px;margin-left:31px&quot;&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:楷体&quot;&gt;第三章&lt;/span&gt; &amp;nbsp;&lt;span style=&quot;font-family:楷体&quot;&gt;建设项目的环境影响评价&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:13px;margin-left:31px&quot;&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;第四章&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 1px;font-size: 21px&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 0;font-size: 21px&quot;&gt;法律责任&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top:13px;margin-left:31px&quot;&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -0;font-size: 21px&quot;&gt;第五章&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: 1px;font-size: 21px&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 楷体;letter-spacing: -0;font-size: 21px&quot;&gt;附则&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height:133%&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 134%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第一章&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; letter-spacing: 1px; font-size: 21px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; letter-spacing: 0px; font-size: 21px;&quot;&gt;总则&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: right; font-family: 黑体; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第一条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 0px; font-size: 21px;&quot;&gt;为了实施可持续发展战略，预防因规划和&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 0px; font-size: 21px;&quot;&gt;建设项目&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;实施后对环境造成不良影响，促进经济、社会和环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;的协调发展，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;制定本法。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;text-indent: 43px; font-family: 黑体; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第二条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;本法所称环境影响评价，是指对规划&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;和建设项目实&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;施后可能造成的环境影响进行分析、预测和评估，提出预防或者&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;减轻不良环境影响的对策和措施，进行跟踪监测的方法与制度。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;text-indent: 42px; font-family: 黑体; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第三条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;编制本法第九条所规定的范围内的规划，&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;在中华人&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;民共和国领域和中华人民共和国管辖的其他海&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;域内建设对环境&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;有影响的项目，应当依照本法进行环境影响评价。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;text-indent: 42px; font-family: 黑体; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第四条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;环境影响评价必须客观、公开、公正&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;，综合考虑规&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;划或者建设项目实施后对各种环境因素及其所构成的生态系统&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;可能造成的影响，为决策提供科学依据。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;text-indent: 43px; font-family: 黑体; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第五条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;国家鼓励有关单位、专家和公众以适当方&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;式参与环&lt;/span&gt;&lt;span style=&quot;text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;境影响评价。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;text-indent: 44px; font-family: 黑体; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第六条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 44px; font-family: 仿宋; line-height: 138%; letter-spacing: 1px; font-size: 21px;&quot;&gt;国家加强环境影响评价的基础数据库和评价指标&lt;/span&gt;&lt;span style=&quot;text-indent: 44px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;体系建设，鼓励和支持对环境影响评价的方法&lt;/span&gt;&lt;span style=&quot;text-indent: 44px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;、技术规范进行科&lt;/span&gt;&lt;span style=&quot;text-indent: 44px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;学研究，建立必要的环境影响评价信息共享制&lt;/span&gt;&lt;span style=&quot;text-indent: 44px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;度，提高环境影响&lt;/span&gt;&lt;span style=&quot;text-indent: 44px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;评价的科学性。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 5px; margin-left: 1px; text-indent: 44px; line-height: 139%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;国务院生态环境主管部门应当会同国务院有关部门，组织建&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 1px;font-size: 21px&quot;&gt;立和完善环境影响评价的基础数据库和评价指标体系。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 186%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 1px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第二章&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 1px;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 1px;&quot;&gt;规划的环境影响评价&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 黑体; line-height: 139%; letter-spacing: 0px; font-size: 21px;&quot;&gt;&amp;nbsp; &amp;nbsp; 第七条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 139%; letter-spacing: 0px; font-size: 21px;&quot;&gt;国务院有关部门、设区的市级以上地&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 139%; letter-spacing: 0px; font-size: 21px;&quot;&gt;方人民政府及&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 139%; letter-spacing: 0px; font-size: 21px;&quot;&gt;其有关部门，对其组织编制的土地利用的有关规划，区域、流域、&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 139%; letter-spacing: 0px; font-size: 21px;&quot;&gt;海域的建设、开发利用规划，应当在规划编&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 139%; letter-spacing: 0px; font-size: 21px;&quot;&gt;制过程中组织进行环&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 139%; letter-spacing: 1px; font-size: 21px;&quot;&gt;境影响评价，编写该规划有关环境影响的篇章或者说明。&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 0px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;规划有关环境影响的篇章或者说明，应当对规划实施后可能&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;造成的环境影响作出分析、预测和评估，提出预防或者减轻不良环境影响的对策和措施，作为规划草案的组成部分一并报送规划审批机关。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 1px; text-indent: 42px; line-height: 139%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;未编写有关环境影响的篇章或者说明的规划草案，审批机关&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;不予审批。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 1px; text-indent: 42px; line-height: 139%; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 黑体; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;第八条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;国务院有关部门、设区的市级以上地&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;方人民政府及&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;其有关部门，对其组织编制的工业、农业、畜牧业、林业、能源、&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: -1px; font-size: 21px;&quot;&gt;水利、交通、城市建设、旅游、自然资源开发的有关专项规划（&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: -3px; font-size: 21px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: -1px; font-size: 21px;&quot;&gt;以&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;下简称专项规划&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: -1px; font-size: 21px;&quot;&gt;），&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;应当在该专项规划草案上报审批前，组织进&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;行环境影响评价，并向审批该专项规划的机关提出环境影响报告&lt;/span&gt;&lt;span style=&quot;text-align: justify; text-indent: 43px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;书。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 6px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;前款所列专项规划中的指导性规划，按照本&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;法第七条的规定&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;进行环境影响评价。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第九条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;依照本法第七条、第八条的规定进行&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响评价&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;的规划的具体范围，由国务院生态环境主管部门会同国务院有关&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;部门规定，报国务院批准。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 1px;font-size: 21px&quot;&gt;专项规划的环境影响报告书应当包括下列内容：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-left: 37px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（一）实施该规划对环境可能造成影响的分析、预测和评估；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;二）预防或者减轻不良环境影响的对策和措&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;施；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 12px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;三）环境影响评价的结论。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 0px; text-indent: 44px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十一条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;专项规划的编制机关对可能造成不良环境影响&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;并直接涉及公众环境权益的规划，应当在该规划草案报送审批前，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;举行论证会、听证会，或者采取其他形式，征求有关单位、专家和公众对环境影响报告书草案的意见。但是，国家规定需要保密&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;的情形除外。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;编制机关应当认真考虑有关单位、专家和公众对环境影响报告书草案的意见，并应当在报送审查的环境影响报告书中附具对&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;意见采纳或者不采纳的说明。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十二条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;专项规划的编制机关在报批规划草案时&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;，应当将&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响报告书一并附送审批机关审查；未附送环境影响报告书&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;的，审批机关不予审批。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 14px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十三条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;设区的市级以上人民政府在审批专项规划草案，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;作出决策前，应当先由人民政府指定的生态环境主管部门或者其他部门召集有关部门代表和专家组成审查小组，对环境影响报告&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;书进行审查。审查小组应当提出书面审查意见。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; text-indent: 44px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;参加前款规定的审查小组的专家，应当从按&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;照国务院生态环&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;境主管部门的规定设立的专家库内的相关专业&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;的专家名单中，以&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;随机抽取的方式确定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 46px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;由省级以上人民政府有关部门负责审批的专项规划，其环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋; font-size: 21px; letter-spacing: 0px;&quot;&gt;影响报告书的审查办法，由国务院生态环境主管部门会同国务院有关部门制定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十四条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;审查小组提出修改意见的，专项规划的&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;编制机关&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;应当根据环境影响报告书结论和审查意见对规划&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;草案进行修改&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;完善，并对环境影响报告书结论和审查意见的采纳情况作出说明；&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;不采纳的，应当说明理由。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; margin-left: 0px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;设区的市级以上人民政府或者省级以上人民政府有关部门&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;在审批专项规划草案时，应当将环境影响报告书结论以及审查意&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;见作为决策的重要依据。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;在审批中未采纳环境影响报告书结论以及审查意&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;见的，应当&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;作出说明，并存档备查。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 15px; text-indent: 43px; text-align: left; line-height: 139%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十五条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;对环境有重大影响的规划实施后，编制&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;机关应当&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;及时组织环境影响的跟踪评价，并将评价结果报告审批机关；发&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 1px;font-size: 21px&quot;&gt;现有明显不良环境影响的，应当及时提出改进措施。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 189%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 1px;&quot;&gt;第三章&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 1px;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 1px;&quot;&gt;建设项目的环境影响评价&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 131%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 0px; text-align: right;&quot;&gt;&amp;nbsp; &amp;nbsp; 第十六条 &lt;/span&gt;&lt;strong style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 0px; text-align: right;&quot;&gt;&amp;nbsp;国家根据建设项目对环境的影响程度，对建设项目的环境影响评价实行分类管理。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; text-indent: 43px; text-align: left; line-height: 139%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;建设单位应当按照下列规定组织编制环境影响报告书、环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;影响报告表或者填报环境影响登记表（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;以下统称环境影响评&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;价文&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;font-size: 21px&quot;&gt;件&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: -2px;font-size: 21px&quot;&gt;）：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-left: 1px; text-indent: 36px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;font-size: 21px&quot;&gt;（一）可能造成重大环境影响的，应当编制环境影响报告书，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;对产生的环境影响进行全面评价；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 1px; text-indent: 36px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;font-size: 21px&quot;&gt;（二）可能造成轻度环境影响的，应当编制环境影响报告表，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;对产生的环境影响进行分析或者专项评价；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 0px; text-indent: 40px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;三）对环境影响很小、不需要进行环境影响评价的，应当&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;填报环境影响登记表。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 1px; text-indent: 42px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目的环境影响评价分类管理名录，由国务院生态环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;主管部门制定并公布。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 1px; text-indent: 42px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: right; font-family: 黑体; letter-spacing: 0px; font-size: 21px;&quot;&gt;第十七条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 0px; font-size: 21px;&quot;&gt;建设项目的环境影响报告书应当&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 0px; font-size: 21px;&quot;&gt;包括下列内容：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 12px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;font-size: 21px&quot;&gt;一）建设项目概况；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 12px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;二）建设项目周围环境现状；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 12px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 0px; font-size: 21px;&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: -5px; font-size: 21px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 0px; font-size: 21px;&quot;&gt;三）建设项目对环境可能造成影响的分析、预测和评估；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;四）建设项目环境保护措施及其技术、经济论证；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;五）建设项目对环境影响的经济损益分析；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -6px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;六）对建设项目实施环境监测的建议；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 1px;font-size: 21px&quot;&gt;（七）环境影响评价的结论。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 12px; margin-right: 6px; margin-left: 2px; text-indent: 41px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响报告表和环境影响登记表的内容和格式，由国务院&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;生态环境主管部门制定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; text-indent: 43px; line-height: 137%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 137%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十八条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 137%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目的环境影响评价，应当避免与&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 137%;letter-spacing: 0;font-size: 21px&quot;&gt;规划的环&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 137%;letter-spacing: 1px;font-size: 21px&quot;&gt;境影响评价相重复。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 0px; text-indent: 43px; line-height: 139%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;作为一项整体建设项目的规划，按照建设项目进行环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;影响&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 1px;font-size: 21px&quot;&gt;评价，不进行规划的环境影响评价。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-right: 17px; margin-left: 0px; text-indent: 46px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;已经进行了环境影响评价的规划包含具体建设项目的&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;，规划&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;的环境影响评价结论应当作为建设项目环境影响评价的&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;重要依&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;据，建设项目环境影响评价的内容应当根据规划的环境影响评价&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;审查意见予以简化。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 12px; text-indent: 44px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第十九条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;建设单位可以委托技术单位对其建设项目开展&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -0;font-size: 21px&quot;&gt;环境影响评价，编制建设项目环境影响报告书、环境影响报告表；&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设单位具备环境影响评价技术能力的，可以自行对其建设项目开展环境影响评价，编制建设项目环境影响报告书、环境影响报&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;告表。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 17px; margin-left: 1px; text-indent: 42px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;编制建设项目环境影响报告书、环境影响报告表应当遵守国&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;家有关环境影响评价标准、技术规范等规定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 17px; margin-left: 1px; text-indent: 44px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;国务院生态环境主管部门应当制定建设项目环境影&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;响报告&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;书、环境影响报告表编制的能力建设指南和监管办法。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 0px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;接受委托为建设单位编制建设项目环境影响报告书、环境影&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;响报告表的技术单位，不得与负责审批建设项目环境影响报告书、&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;环境影响报告表的生态环境主管部门或者其他有关审批部门存&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;在任何利益关系。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 17px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设单位应当对建设项目环境影响&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;报告书、环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;影响报告表的内容和结论负责，接受委托编制建设项目环境影响报告书、环境影响报告表的技术单位对其编制的建设项目环境影&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;响报告书、环境影响报告表承担相应责任。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 44px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 1px;font-size: 21px&quot;&gt;设区的市级以上人民政府生态环境主管部门应当加强对建&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋; font-size: 21px; letter-spacing: 0px;&quot;&gt;设项目环境影响报告书、环境影响报告表编制单位的监督管理和质量考核。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 0px; text-indent: 44px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;负责审批建设项目环境影响报告书、环境影响报告表的生态&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境主管部门应当将编制单位、编制主持人和主要编制人员的相关违法信息记入社会诚信档案，并纳入全国信用信息共享平台和&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;国家企业信用信息公示系统向社会公布。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-left: 1px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;任何单位和个人不得为建设单位指定编制建&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;设项目环境影&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;响报告书、环境影响报告表的技术单位。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 0px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十一条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;除国家规定需要保密的情形外，对环&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;境可能造&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;成重大影响、应当编制环境影响报告书的建设项目，建设单位应当在报批建设项目环境影响报告书前，举行论证会、听证会，或&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;者采取其他形式，征求有关单位、专家和公&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;众的意见。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-left: 1px; text-indent: 42px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设单位报批的环境影响报告书应当附具对有关单位、专家&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;和公众的意见采纳或者不采纳的说明。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 1px; text-indent: 42px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十二条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目的环境影响报告书、报告表&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;，由建设&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;单位按照国务院的规定报有审批权的生态环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;主管部门审批。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 1px; text-indent: 42px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;海洋工程建设项目的海洋环境影响报告书的审&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;批，依照《中&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;华人民共和国海洋环境保护法》的规定办理。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; text-indent: 44px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;审批部门应当自收到环境影响报告书之日起六十日内，收到&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响报告表之日起三十日内，分别作出审批决定并书面通知建设单位。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 45px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;国家对环境影响登记表实行备案管理。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-right: 2px; margin-left: 1px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;审核、审批建设项目环境影响报告书、报告表以及备案环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;影响登记表，不得收取任何费用。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 3px; margin-left: 1px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十三条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;国务院生态环境主管部门负责审批下列建设&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;项目的环境影响评价文件：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;一）核设施、绝密工程等特殊性质的建设项目；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;二）跨省、&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;自治区、直辖市行政区域的建设项目；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-right: 3px; margin-left: 0px; text-indent: 38px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -4px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;三）由国务院审批的或者由国务院授权有关部门审批的建设项目。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 3px; text-indent: 40px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;前款规定以外的建设项目的环境影响评价文件的审批权限，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;由省、&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -5px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;自治区、直辖市人民政府规定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 3px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目可能造成跨行政区域的不良环境影响，有关生态环境主管部门对该项目的环境影响评价结论有争议的，其环境影响&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;评价文件由共同的上一级生态环境主管部门审批。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 2px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十四条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目的环境影响评价文件经&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;批准后，建设&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;项目的性质、规模、地点、采用的生产工艺或者防治污染、防止生态破坏的措施发生重大变动的，建设单位应当重新报批建设项&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;目的环境影响评价文件。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 2px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目的环境影响评价文件自批准之日起超过五年，方决定该项目开工建设的，其环境影响评价文件应当报原审批部门重新审核；原审批部门应当自收到建设项目环境影响评价文件之日&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;起十日内，将审核意见书面通知建设单位。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 2px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;text-align: right; font-family: 黑体; letter-spacing: 1px; font-size: 21px;&quot;&gt;第二十五条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: right; font-family: 仿宋; letter-spacing: 1px; font-size: 21px;&quot;&gt;建设项目的环境影响评价文件未依法经审批&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋; font-size: 21px; letter-spacing: 1px;&quot;&gt;部门审查或者审查后未予批准的，建设单位不得开工建设。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 13px; margin-right: 3px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十六条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目建设过程中，建设单位应当&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;同时实施&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响报告书、环境影响报告表以及环境影响评价文件审批部&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;门审批意见中提出的环境保护对策措施。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 3px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十七条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;在项目建设、运行过程中产生不&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;符合经审批的&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响评价文件的情形的，建设单位应当组织环境影响的后评价，采取改进措施，并报原环境影响评价文件审批部门和建设项目审批部门备案；原环境影响评价文件审批部门也可以责成建设&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;单位进行环境影响的后评价，采取改进措施。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 1px; text-indent: 44px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十八条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;生态环境主管部门应当对建设项目投入生产&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;或者使用后所产生的环境影响进行跟踪检查，对造成严重环境污染或者生态破坏的，应当查清原因、查明责任。对属于建设项目环境影响报告书、环境影响报告表存在基础资料明显不实，内容存在重大缺陷、遗漏或者虚假，环境影响评价结论不正确或者不合理等严重质量问题的，依照本法第三十二条的规定追究建设单&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;位及其相关责任人员和接受委托编制建设项目环境影响报告书、&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响报告表的技术单位及其相关人员的法律责任；属于审批部门工作人员失职、渎职，对依法不应批准的建设项目环境影响报告书、环境影响报告表予以批准的，依照本法第三十四条的规&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;定追究其法律责任。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 188%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 0px;&quot;&gt;第四章&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 0px;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; font-size: 21px; letter-spacing: 0px;&quot;&gt;法律责任&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-right: 16px; margin-left: 0px; text-indent: 43px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第二十九条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;规划编制机关违反本法规定，未组织&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;环境影响&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;评价，或者组织环境影响评价时弄虚作假或者有失职行为，造成环境影响评价严重失实的，对直接负责的主管人员和其他直接责&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;任人员，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -6px;font-size: 21px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;由上级机关或者监察机关依法给予行政处分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; text-indent: 44px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;规划审批机关对依法应当编写有关环境影响的&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;篇章或者说明而未编写的规划草案，依法应当附送环境影响报告书而未附送的专项规划草案，违法予以批准的，对直接负责的主管人员和其他直接责任人员，由上级机关或者监察机关依法给予&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;行政处分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 0px; text-indent: 44px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十一条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;建设单位未依法报批建设项目环境影响报告&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;书、报告表，或者未依照本法第二十四条的规定重新报批或者报请重新审核环境影响报告书、报告表，擅自开工建设的，由县级&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;以上生态环境主管部门责令停止建设，根据违法情节和危害&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;后果，&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;处建设项目总投资额百分之一以上百分之五以下的罚款，并可以责令恢复原状；对建设单位直接负责的主管人员和其他直接责任&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;人员，依法给予行政处分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 16px; margin-left: 0px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目环境影响报告书、报告表未经批准或者未经原审批部门重新审核同意，建设单位擅自开工建设的，依照前款的规定处罚、处分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 16px; margin-left: 1px; text-indent: 42px; line-height: 139%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 0;font-size: 21px&quot;&gt;建设单位未依法备案建设项目环境影响登记表的，由县级以&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 139%;letter-spacing: 1px;font-size: 21px&quot;&gt;上生态环境主管部门责令备案，处五万元以下的罚款。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-right: 6px; text-indent: 44px; line-height: 138%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;海洋工程建设项目的建设单位有本条所列违法行为的，依照&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;《中华人民共和国海洋环境保护法》的规定处罚。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 1px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十二条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;建设项目环境影响报告书、环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;影响报告表存&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;在基础资料明显不实，内容存在重大缺陷、遗漏或者虚假，环境影响评价结论不正确或者不合理等严重质量问题的，由设区的市&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;级以上人民政府生态环境主管部门对建设单位处五十万&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;元以上&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -0;font-size: 21px&quot;&gt;二百万元以下的罚款，并对建设单位的法定代表&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -0;font-size: 21px&quot;&gt;人、主要负责人、&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;直接负责的主管人员和其他直接责任人员，处五万元以上二十万&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;元以下的罚款。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 0px; text-indent: 43px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;接受委托编制建设项目环境影响报告书、环境影响报告表的技术单位违反国家有关环境影响评价标准和技术规范等规定，致使其编制的建设项目环境影响报告书、环境影响报告表存在基础资料明显不实，内容存在重大缺陷、遗漏或者虚假，环境影响评价结论不正确或者不合理等严重质量问题的，由设区的市级以上&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;人民政府生态环境主管部门对技术单位处所收费用三倍以上五&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;倍以下的罚款；情节严重的，禁止从事环境影响报告书、环境影&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;响报告表编制工作；有违法所得的，没收违法所得。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 1px; text-indent: 42px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;编制单位有本条第一款、第二款规定的违法行为的，编制主持人和主要编制人员五年内禁止从事环境影响报告书、环境影响报告表编制工作；构成犯罪的，依法追究刑事责任，并终身禁止&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;从事环境影响报告书、环境影响报告表编制工作。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 43px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十三条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;负责审核、审批、备案建设项目环境&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px&quot;&gt;影响评价&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 7px; margin-right: 6px; text-indent: 1px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;文件的部门在审批、备案中收取费用的，由其上级机关或者&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;监察&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;机关责令退还；情节严重的，对直接负责的主管人员和其他直接&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;责任人员依法给予行政处分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-left: 0px; text-indent: 44px; text-align: left; line-height: 138%;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十四条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 1px;font-size: 21px&quot;&gt;生态环境主管部门或者其他部门的工作人员&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: 0;font-size: 21px&quot;&gt;徇私舞弊，滥用职权，玩忽职守，违法批准建设项目环境影响评&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 138%;letter-spacing: -0;font-size: 21px&quot;&gt;价文件的，依法给予行政处分；构成犯罪的，依法追究刑事责任。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 191%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; letter-spacing: 0px; font-size: 21px;&quot;&gt;第五章&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; letter-spacing: 1px; font-size: 21px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 黑体; letter-spacing: 0px; font-size: 21px;&quot;&gt;附则&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Arial;font-size: 14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 黑体; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;第三十五条 &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;省、自治区、直辖市人民政府可&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;以根据本地的&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;实际情况，要求对本辖区的县级人民政府编制的规划进行环境影响评价。具体办法由省、自治区、直辖市参照本法第二章的规定&lt;/span&gt;&lt;span style=&quot;text-indent: 42px; font-family: 仿宋; line-height: 138%; letter-spacing: 0px; font-size: 21px;&quot;&gt;制定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 6px; margin-left: 1px; text-indent: 42px; line-height: 132%; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;line-height: 132%;letter-spacing: 0;font-size: 21px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十六条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 132%;letter-spacing: 0;font-size: 21px&quot;&gt;军事设施建设项目的环境影响评&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 132%;letter-spacing: 0;font-size: 21px&quot;&gt;价办法，由中&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;line-height: 132%;letter-spacing: 1px;font-size: 21px&quot;&gt;央军事委员会依照本法的原则制定。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 43px; line-height: 28px; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: 黑体;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;&lt;span style=&quot;font-family:黑体&quot;&gt;第三十七条&lt;/span&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;&lt;span style=&quot;font-family:仿宋&quot;&gt;本法自&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;2003&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 1px;font-size: 21px;position: relative;top: -1px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;&lt;span style=&quot;font-family:仿宋&quot;&gt;年&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -4px;font-size: 21px;position: relative;top: -1px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;9&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 2px;font-size: 21px;position: relative;top: -1px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;&lt;span style=&quot;font-family:仿宋&quot;&gt;月&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: -2px;font-size: 21px;position: relative;top: -1px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;1 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: 仿宋;letter-spacing: 0;font-size: 21px;position: relative;top: -1px&quot;&gt;&lt;span style=&quot;font-family:仿宋&quot;&gt;日起施行。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Thu, 23 Apr 2026 22:21:18 +0800</pubDate></item><item><title>水总【2024】323号之临时工程知多少？</title><link>https://www.w3k6.com/post/175.html</link><description>&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;水利工程的临时工程都包含哪些内容，分别在哪些地方体现，你了解吗？今天小编结合《水利工程设计概(估)算编制规定（工程部分）》&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;给大家摆一下，方便大家费用对号入座，免得甲方“爸爸”问起来，丈二和尚摸不着头脑。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;依据&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;《水利工程设计概(估)算编制规定（工程部分）》临时工程大致分为三块，施工临时工程，临时设施，定额章节说明材料部分。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;一、&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;施工临时工程，这部分费用列在工程部分投资第五部分。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;(1)导流工程。包括导流明渠、导流洞、施工围堰、施工期下游断流补偿设施、金属结构设备及安装工程等。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;(2)施工交通工程。包括工程施工需要建设的对外交通、场内交通工程，如:公路、铁路、桥梁、施工支洞、施工工作井、码头、转运站等。施工支洞数量较多时可以作为一级项目列项。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;(3)施工专项工程。包括缆机平台、掘进机专项临时设施、施工期通航工程、料场防护工程、施工安全生产专项以及其他需要单独计列的专项工程。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;(4)施工场外供电工程。包括从现有电网向施工现场供电的高压输电线路(枢纽工程35kV及以上等级，引水工程、河道工程10kV及以上等级)、施工变电设施设备工程(不含施工单位负责建设的场内施工供电工程)，以及按两部制电价政策计算的容(需)量电费。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;(5)施工房屋建筑工程。包括施工仓库和施工办公、生活及文化福利建筑两部分。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;(6)其他施工临时工程。指除施工导流、施工交通、施工专项工程、施工场外供电、施工房屋建筑以外的大型施工临时工程。主要包括施工供水系统设施(大型泵房及干管)、砂石料加工系统设施、混凝土拌和浇筑系统设施、混凝土预制构件厂、大型施工机械安装拆卸、防汛、防冰、施工排水、施工通信、施工信息化系统等工程。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;二.临时设施，这部分费用在工程单价中的其他直接费，不单独体现。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;临时设施费指建筑安装工程施工必需的但又未被计入施工临时工程的小型临时建筑物、构筑物、临时设施的建设、维修、拆除、摊销等费用。临时设施主要包括:供电(场内)、供水(支线)、供风、照明、供热、制冷系统设施及通信支线，土石料场场区施工道路等设施(不含计人施工专项工程的防护工程)，简易砂石料加工系统设施，小型混凝土拌和浇筑系统设施，混凝土预制构件厂，木工、钢筋、机修等辅助加工厂，场内施工排水与降水，施工场地平整，施工道路等临时工程维护，以及其他小型临时设施等。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;三.&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em; margin-top: 8px; margin-bottom: 8px; line-height: 1.6em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;定额章节说明材料部分，这部分费用通常包含在定额中。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;概算定额总说明：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;十、材料部分&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;8.本定额中的其他材料费、零星材料费指完成定额子目工作内容所需，但未在定额中列示的全部其他材料、零星材料的费用。&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;如工作面内的脚手架、简易操作平台等的摊销费&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;，地下工程的照明费，石方开挖工程中的钻杆、空心钢及其他用量较少的材料费等。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;预算定额总说明：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;text-indent: 2em; margin-top: 8px; margin-bottom: 8px; line-height: 1.6em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;九、材料部分&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9);font-size: 17px;font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.034em;font-style: normal;font-weight: normal;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;7.本定额中的其他材料费、零星材料费指完成定额子内容所需，但未在定额中列示的全部其他材料、零星材料的费用。&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;font-weight: bold;&quot;&gt;如工作面内的脚手架、简易操作平台等的摊销费&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;，地下工程的照明费，石方开挖工程中的空心钢及其他用量较少的材料费等。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;letter-spacing: 0.5px;&quot;&gt;以上就是水利工程中临时工程的特点，如有不对之处，请批评指正。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;margin-top: 8px;margin-bottom: 8px;line-height: 1.6em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;section style=&quot;text-indent: 2em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-weight: bold;&quot;&gt;欢迎点赞转发，您的每一次点赞转发，都是我前进的动力！&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.2777777777777778&quot; data-s=&quot;300,640&quot; data-type=&quot;webp&quot; data-w=&quot;1080&quot; type=&quot;block&quot; data-imgfileid=&quot;100000115&quot; data-aistatus=&quot;1&quot; src=&quot;https://www.w3k6.com/zb_users/upload/2026/04/20260424214156177703811639881.jpg&quot;/&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Wed, 22 Apr 2026 08:30:35 +0800</pubDate></item></channel></rss>