<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://kzeng.info"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>寱语</title>
 <link>https://kzeng.info</link>
 <description>aa doruri omoi kokoro hikizuute karadada kewa joufu nanode kyou mo waraateiyou </description>
 <language>en</language>
<item>
 <title>计算模拟历史</title>
 <link>https://kzeng.info/node/1852</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;以前闲着无聊的时候曾经做过一个&lt;a href=&quot;http://kzeng.info/node/1848&quot;&gt;《资治通鉴》的字频统计&lt;/a&gt;，单以频率计，中国历史不过是“王”与“人”，“义”与“忠”，“将军”与“刺史”，“长安”与“洛阳”。&lt;/p&gt;

&lt;p&gt;既然有了频率，自然也就有了概率和条件概率。根据条件概率，当给出一个序列的字词后，预测下一个字词是什么，就变成了一个简单的最大似然估计问题。如果觉得这个序列太长，计算起来太麻烦，可以假设简化的马尔科夫结构，譬如假设下一个词的概率取决与之前的n个词而不是整个序列，这基本上就是计算语言学里的 &lt;code&gt;n-gram&lt;/code&gt; 算法了。&lt;/p&gt;

&lt;p&gt;所以我们可以用《资治通鉴》作为语料得出经验条件概率，然后来随机模拟出历史文本，产生原汁原味（至少是统计意义上的）史书 （技术细节见附录）。 虽然这只是文字游戏，但是仍然能从概率上看出《资治通鉴》记述的历史中，最容易重现怎样的事件。&lt;/p&gt;

&lt;p&gt;譬如下面这则 （random seed = 2000）：&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;撰 刘 崇 俊 以 惟 岳 又 从 入 关 ， 宣 等 从 太 子 也 ， 惧 履 危 亡 之 事 ， 发 步 骑 二 十 骑 自 北 至 北 寺 狱 ， 竟 不 使 宗 庙 社 稷 。 宗 元 为 柳 州 司 马 。 坚 大 怒 ， 士 气 彫 沮 ， 无 事 ， 更 为 后 拒 ， 倍 急 于 亡 命 聚 众 二 万 会 麻 秋 、 姚 、 宋 赤 眉 将 逢 安 为 新 都 ， 剽 掠 。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;我们可以这样翻译：&lt;/p&gt;

&lt;p&gt;刘崇俊因为惟岳（人名，可能是李惟岳。刘崇俊是五代人，李惟岳是晚唐人，相差不算太远）一起入关（姑且认为是潼关，但是李惟岳在和河北，真实历史是不会入关的），而宣（人名）等人却追随太子而去，害怕这是危亡社稷的事情，于是发步骑二十骑（区区二十骑！估计是武林高手），从北面到北寺狱（这是东汉时候黄门署属下的监狱，鞫禁将相大臣的，好吧，晚唐也有宦官之祸，这里东汉的宦官乱入了，不过二十骑到北寺狱，难道是要劫狱？），最终也没有拜谒宗庙（不把皇帝放在眼中啊）。&lt;/p&gt;

&lt;p&gt;柳宗元被任命为柳州司马（二王八司马嘛，承接上文，还是和阉祸有关）。&lt;/p&gt;

&lt;p&gt;（某）坚大怒（不知道是孙坚？苻坚？杨坚？），士气不振，好在也没有什么大事，继续抗拒（王师？）。 因急于亡命，聚众两万人与麻秋汇合（麻秋登场，那么坚应该是苻坚了，但是麻秋很早就被苻坚的伯伯苻健杀死了）。&lt;/p&gt;

&lt;p&gt;（与此同时）姚、宋（姚崇，宋璟？）率领赤眉军把逢安（这个地名是自动产生的，历史上似乎没有，权且当作是四川 蓬安 吧）作为新的都城，四处剽掠。&lt;/p&gt;

&lt;p&gt;我们来梳理一下这段模拟历史的脉络：&lt;/p&gt;

&lt;p&gt;这大概是一个王朝末年的乱象。 地方农民起义（赤眉），建立政权（所以有新都），负责讨伐的将领反而形成军阀割据，一些军阀随权臣（刘崇俊）入京，干预朝政（惟岳），一些军阀在地方反叛（坚），勾结外敌（麻秋是羯族人）。这一切的原因可能是因为朝廷宦官弄权已久（北寺狱），忠良被贬（柳宗元）。 军阀入京大概是打着清除宦官的名义（所以要发兵北寺狱），但是同时他们也不把社稷放在眼里。 京城在军阀到来前似乎已经被反贼攻克，所以皇帝和太子分道逃亡。如今皇帝似乎已经回到京城，而太子却还在外面招兵买马（宣等人追随），似乎有不臣之心。&lt;/p&gt;

&lt;p&gt;简而言之： 中央朝政腐败，宦官专政，两宫不和。地方盗贼风起，军阀割据，外患不断。&lt;/p&gt;

&lt;p&gt;难道这就是随机生成的中国历史最典型的场景？ :-)&lt;/p&gt;

&lt;h5&gt;附录&lt;/h5&gt;

&lt;p&gt;文中使用的通鉴文本是从维普网上下载的，做了一些简单的清理，上传到了百度云（&lt;a href=&quot;http://pan.baidu.com/s/1dDB8Kxz&quot;&gt;链接&lt;/a&gt;)。 为了避免古文分词的麻烦，在作 n-gram 的时候以字为单位，所以用 gsub 在每个字的后面加入空格。 &lt;code&gt;n-gram&lt;/code&gt; 选择 &lt;code&gt;n=2&lt;/code&gt;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; library(ngram)        
 file&amp;lt;-&quot;C:/Users/Zeng/Downloads/zztj.txt&quot;     
 str=scan(file,&quot;character&quot;,encoding=&quot;GB2312&quot;)      
 s = concat(str)      
 s = gsub(&quot;(.)&quot;, &quot;\\1 &quot;, s)         
 ng = ngram(s, 2)  
 o = babble(ng, 100,seed=2000)  
 Encoding(o)&amp;lt;-&quot;UTF-8&quot;  
 o  
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/680&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;资治通鉴&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1050&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;R&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/140&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;统计&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/6&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;历史&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/52&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;趣物&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 12 Jul 2015 21:44:51 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1852 at https://kzeng.info</guid>
</item>
<item>
 <title>素数·派</title>
 <link>https://kzeng.info/node/1851</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;π 节（3月14日）已经过去了，所以现在写 π 就当是向&lt;a href=&quot;http://kzeng.info/node/1815&quot;&gt;魔幻圆周率&lt;/a&gt;致敬吧。其实数学的发展最需要牛人，就像祖冲之，冷不丁的从历史里给你扔出一个 &lt;code&gt;355/113 (=3.1415929204)&lt;/code&gt; 来，等你回过神来，这个 &lt;code&gt;355/113&lt;/code&gt; 是如何得到的已经湮没在历史的尘埃中了，所以牛人之后还需要不太牛的传承者。也是因为中国的数学研究一直缺乏传承（后来很大一部分因为科举），在元朝时数学大跃进之后，到了明朝，就大踏步的倒退到了简单算术（虽然珠算得到了很大的发展）。&lt;/p&gt;

&lt;p&gt;相比较而言，欧洲的数学一直到十六世纪初都不过尔尔（古希腊的数学传统到那时已经断掉），但是在突然冒出了笛卡尔，莱布尼茨，牛顿，伯努利等人以后，数学的发展风驰电掣，而到了欧拉，简直是神一样的人物了。&lt;/p&gt;

&lt;p&gt;莱布尼茨给出了一个用无穷级数求π的方法:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;pi= 4*sum (-1)^n/(2n+1)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;在 Q 里快速的实现一下：&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; {sum raze 4%(1 -1)*/:(0N,2)#1+2*til x} 1000000
 3.1415916536
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;上例一共用了一百万项，精度略低于祖冲之的密率。&lt;/p&gt;

&lt;p&gt;然后是欧拉用 &lt;code&gt;p-级数&lt;/code&gt;的方法：&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;pi = sqrt( 6 * sum (1/n^2))
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;在Q里快速实现一下：&lt;/p&gt;

&lt;p&gt;`
    {sqrt 6 * sum 1 % {x*x} 1_til x} 1000000
    3.1415916987&lt;/p&gt;

&lt;p&gt;同样一百万项，收敛速度和莱布尼茨的无穷级数差不多，但是作为大神，欧拉进一步证明了上述&lt;code&gt;p-级数&lt;/code&gt;与素数乘积的关系:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sum 1/n^s = prd 1/(1- p^-s)   p 是所有素数
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;当 s = 2 时， 我们就可以得到&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;prd 1/(1-p^-2) = sum 1/n^2 = pi^2 /6 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;这等同于&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;如果我们从 1 到 N 的N个自然数中随意抽取两个数，那么这两个数互质（最大公约数为一）的概率在当 N 趋近于正无穷的时候趋近于 &lt;code&gt;6 / pi ^ 2&lt;/code&gt;。&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;以上推论的证明很简单，如果两个数互质，那么它们没有共同的素数因子。任意一个自然数被一个素数 &lt;code&gt;p&lt;/code&gt;整除的概率是 1/p，譬如，能被5 整除的数字每间隔5个出现一次。任意两个自然数能被 p 整除的概率是 1/p^2. 至少一个不能被整除的概率是 1-1/p^2。把这个结论扩展到任意的 &lt;code&gt;p&lt;/code&gt;，那么这个概率就是 &lt;code&gt;prd (1- 1/p^2)&lt;/code&gt; for all &lt;code&gt;p&lt;/code&gt;。 简单的变形，我们知道这个概率是 &lt;code&gt;6/pi^2&lt;/code&gt;。&lt;/p&gt;

&lt;p&gt;简单的蒙特卡洛一下：&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;{sqrt 6% avg 1={$[y=0;:x;:.z.s[y;x mod y]];}./:(0N;2)#(1+ x?x)} 1000000
3.1431107401
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;从一百万个自然数中随机选取50万对，然后算互质的概率。上述模拟中求最大公约数时用的是欧几里得算法:&lt;code&gt;{$[y=0;:x;:.z.s[y;x mod y]];}&lt;/code&gt;。&lt;/p&gt;

&lt;p&gt;转了一圈，终于回到了古希腊：）&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1230&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Kdb+&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1229&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Q&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1248&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;欧拉&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1249&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;素数&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1250&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;数论&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1251&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;pi&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/52&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;趣物&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 18 Mar 2015 03:20:24 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1851 at https://kzeng.info</guid>
</item>
<item>
 <title>简书·blog</title>
 <link>https://kzeng.info/node/1850</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;
&lt;p&gt;开始继续写blog，用&lt;a href=&quot;http://www.jianshu.com/&quot; rel=&quot;nofollow&quot;&gt;简书&lt;/a&gt;作为国内的镜像，因为&lt;a href=&quot;http://www.kzeng.info/&quot; rel=&quot;nofollow&quot;&gt;我的blog&lt;/a&gt;还在被防火墙中。现在想起来，blog被封也该有近十年了，起因是清朝，后来清宫戏大热，也挺戏剧的：）&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://kzeng.info/files/d8a5457ab374_14465/Rplot.png&quot; rel=&quot;nofollow&quot;&gt;&lt;img title=&quot;Rplot&quot; style=&quot;float: none; margin-left: auto; display: block; margin-right: auto&quot; alt=&quot;Rplot&quot; src=&quot;http://kzeng.info/files/d8a5457ab374_14465/Rplot_thumb.png&quot; width=&quot;600&quot; height=&quot;450&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;好吧，为了不让这个镜像再惹麻烦，决定不再评论嘉庆皇帝因为恪守着“明亡于万历”的祖训，恪守着“滋生人丁永不加赋”的旧制而无法应对由于大量白银涌入引起的通货膨胀而导致的财政枯竭，这样太让容易被误认为是在“打比方”（尽管现在最大的问题大概是通货紧缩）。&lt;/p&gt;
&lt;p&gt;查询了一下blog的MySQL数据库，得到了上面的统计数据图。2006年写了大于300篇的blog，可见那时有多闲，那时候应该已经过了资格考试，正在准备写论文，然后07年开始准备写论文，08年开始准备写论文，09年开始准备写论文，10年论文居然神奇的写完了。写完了论文毕了业，就没有时间写 blog了，12年只写了9篇，13年1篇，14年0篇。于是上图呈现出对数正态分布：）&lt;/p&gt;
&lt;p&gt;作为正在文盲化的资深&lt;a href=&quot;http://kzeng.info/node/1781&quot; rel=&quot;nofollow&quot;&gt;失语症患者&lt;/a&gt;，觉得还是需要经常写写字，有助于防止成为痴呆的文盲：）&lt;/p&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1247&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;简书&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/245&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;blog&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/52&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;趣物&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 08 Mar 2015 04:24:51 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1850 at https://kzeng.info</guid>
</item>
<item>
 <title>一二·岁暮</title>
 <link>https://kzeng.info/node/1849</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;&lt;img align=&quot;left&quot; style=&quot;float: left; margin: 0px 5px 4px 0px;&quot; src=&quot;http://www.kzeng.info/files/010213_0314_1.jpg&quot; alt=&quot;&quot;/ height=&quot;150&quot;&gt;旧年最后一天，新年第一天。好久没写 blog，提笔写下&quot;岁暮&quot;二字（应该是键盘拼音敲出&quot;岁暮&quot;二字，语言需要与时俱进），于是 conditional probability 开始作怪，马上就想到&quot;夜寒&quot;，确实也很冷，但是接着就是&quot;残漏&quot;，然后一乐，家里Ikea买的挂钟因为懒得换电池都不再滴答作响，哪里能听得&quot;滴漏&quot;，时间不过是电脑、手机、电子钟上默默跳动的数字，dead end。（说起时间，想到最近刚见到的一个单词，picosecond， 10^-12 秒，这是高频交易最新的单位，原来的nanosecond, 10^-9 秒已经不够用了，说不定下个 version 的 Kdb+，timestamp最小的时间单位就不再是 nanosecond，而是 picosecond了。想着每天用 恒河沙分之一秒作为单位的生活，突然觉得古人&quot;滴漏&quot;的生活是一种多么的奢侈啊！）
&lt;/p&gt;

&lt;p&gt;另外一条 thread，&quot;岁暮&quot;=&amp;gt;&quot;西风&quot;， 查了 weather.com 今天倒真是西风（时报广场看大苹果的人们肯定很冷），然后就贝叶斯到了&quot;故园&quot;，勉强吧，小时候住的居民小区是有几个花池，栽种着不需要怎么打理的月季，然后就是&quot;碧纱&quot;，仔细想来，小时候家里的纱窗倒确实是绿色塑料纤维加了金属边框作成的，那时的乐趣之一就是拿刀片划纱窗玩。所以关于岁暮思乡的thread可以勉强的继续下去，只是印象里没有&quot;一缕茶烟透碧纱&quot;，有的只是因为黄河南岸不许通暖气的政策而家户户冬天烤火炉顺着烟囱溢出的袅袅的充满着二氧化硫味道的煤烟，但是这样的煤烟味还是会让人怀念，到了年底还是会想家。
&lt;/p&gt;

&lt;p&gt;再有一周就要回趟家，一定要回去和卢舍那大佛合一张影。时间在跳，城市在变，几年不回家，熟悉的街道，常去的便利店，都不复存在，只有奉先寺的卢舍那大佛仍然是千年不变的微笑。记得初中的时候给她起了个英文名字 Valerie ，源自她的梵语名字 Vairocana 和她那神似武则天的面容。
&lt;/p&gt;

&lt;p&gt;故园三万里。（Google Maps上查的，从纽约到洛阳，三万六千里）。平时只能去趟大都会博物馆，看看从 Valerie 家里凿下来的壁画，遥想一下故乡。南朝四百八十寺，同时期的洛阳四十年修了一千三百多所寺庙，然后在接着的几十年里，又毁了这一千三百多所寺庙，那时的遗存，现在正安静的挂在大都会博物馆二楼中国展厅门厅的高墙上。
&lt;/p&gt;

&lt;p&gt;这一年，一眨眼的功夫就过去了。
&lt;/p&gt;

&lt;p&gt;想起两周前去佛罗里达度假，要找几本中文书看，翻来覆去，最后从书仓上找来一本《围城》，一本《边城》。此时再看《围城》与高中或者刚上大学的时候看《围城》感觉截然不同。 那时读《围城》，感叹的是钱钟书的学识与旁征博引，无一字无来处。现在再看《围城》，更像是一个读了一肚子有用或者无用书的留学生的无聊、无奈、怅惘与不彻底的自嘲。相比之下，倒真不如茶峒溪旁，养着一个孙女和一条黄狗，给往来客商摆渡的老汉痛快。六月大缸里有解渴的茶水，腰上扎着的有解馋的烟叶。
&lt;/p&gt;

&lt;p&gt;因为不抽烟，所以还是希望新的一年像六月大缸里的茶水一样解渴：）
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/959&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;元旦&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/256&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;洛阳&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1245&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;钱钟书&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1246&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;沈从文&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/8&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;生活&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 02 Jan 2013 03:19:29 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1849 at https://kzeng.info</guid>
</item>
<item>
 <title>脍炙《通鉴》</title>
 <link>https://kzeng.info/node/1848</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;（这是一篇关于很枯燥的技术，很枯燥的历史文本，和不太枯燥的统计的 blog）&lt;/p&gt;

&lt;p&gt;看过一篇关于《全宋词》词频统计文章，挺有趣的，想用类似的方法处理一下《资治通鉴》，所以就趁周末花了几个小时作了一下。&lt;/p&gt;

&lt;p&gt;词是长短句，统计两个字组成的词频比较合适，《通鉴》是古文，文字结构不同，所以我统计了单字频，两字词词频，三字词词频，四字词词频，和五字词词频。同时也记录各个统计单位（字或词）出现的卷数。《通鉴》294卷，从三家分晋到五代结束共共1362年，所以卷数可以作为时间的度量。&lt;/p&gt;

&lt;p&gt;《全宋词》的词频是用 R 作的。R 虽然是不错的统计软件，也是我的最爱之一，但是 R 并不适合作文本分析，更不适合来作数据库操作。所以就用了 C# 和 Kdb +3.0。 C# 用来分析文本，.Net 是懒人的福音，并且多线程运算非常简单，能够大大提升文本处理速度，Kdb+用来储存数据，它差不多是性能最好的 in-memory 数据库了，从它的网站上能下载到免费版本。这个分析里数据库是重头戏，因为需要查询数百万行的数据 row，如果用 MySQL，估计会龟速到死。另外 Kdb + 本身只有 300多K，不用安装，很方便。还有就是 Kdb+ 的 Q 语言也能满足编程需要。&lt;/p&gt;

&lt;p&gt;Kdb+ 的网站提供了各种语言 API 的源码，C# 的 API 不支持多线程，所以需要在适当的地方加锁。Kdb 唯一的问题是不支持 UTF-8。它用的是 UTF-7，所以在注入中文文字数据的时候可能会出现乱码，为了省事，从 C# 里 publish 数据的时候，直接 publish 为三字节的 int[] 了。query kdb 时用了一个免费的 GUI QPad。QPad 似乎是用 Java 写的，它的编码默认是 UTF-8，所以在 query&amp;#160; Kdb 的时候直接把三字节的 int vector&amp;#160; cast 成 char，在 QPad 里显示的就是中文了，所以也很方便。&lt;/p&gt;

&lt;!--break--&gt;

&lt;p&gt;产生数据的 C# 代码非常简单，发布数据的时候自动生成 Kdb 的 schema。使用的《资治通鉴》的文本是网上广为流传的国学网简体版，在生成数据前，先用 C# 作了预处理，主要是用正则表达式替换掉了现代语言的“污染”（譬如：“后一页”，公元xxx年 等）&lt;/p&gt;

&lt;p&gt;下表是各个字、词频的数据量：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;164&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 75pt; mso-width-source: userset; mso-width-alt: 3657&quot; width=&quot;100&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;类别&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;100&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;数据行数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;单字&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,586,329 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;双字&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,102,023 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;三字&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,633,875 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;四字&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,221,713 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;五字&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;851,403 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;从上表看，《资治通鉴》应该有近两百六十万字。&lt;/p&gt;

&lt;p&gt;单字的字频统计如下：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;332&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 28pt; mso-width-source: userset; mso-width-alt: 1353&quot; width=&quot;37&quot; /&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 50pt; mso-width-source: userset; mso-width-alt: 2450&quot; width=&quot;67&quot; /&gt;&lt;col style=&quot;width: 75pt; mso-width-source: userset; mso-width-alt: 3657&quot; width=&quot;100&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;37&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;字&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;66&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;100&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;&lt;strong&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;累积百分比&lt;/font&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;之&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;66087&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2.56%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2.56%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;以&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;39874&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1.54%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4.10%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;为&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;35677&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1.38%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;5.48%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;不&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;34376&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1.33%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6.81%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;5&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;王&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;21578&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.83%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;7.64%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;曰&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;21279&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.82%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;8.46%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;7&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;于&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;20182&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.78%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;9.24%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;8&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;其&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;20100&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.78%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;9&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;人&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;19035&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.74%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10.76%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;将&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;18209&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.70%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;11.46%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;11&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;军&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;18083&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.70%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;12.16%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;12&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;17160&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.66%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;12.82%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;13&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;州&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;16116&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.62%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;13.45%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;14&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;大&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;16031&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.62%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;14.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;子&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15600&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.60%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;14.67%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;16&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;而&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15558&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.60%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15.27%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;17&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;上&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15252&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.59%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15.86%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;18&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;兵&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;14746&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.57%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;16.43%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;19&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;者&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;12826&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.50%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;16.93%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;20&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;有&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;12536&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.48%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;17.41%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;“之”字当之无愧的排在了第一位。第一个非虚词是“王”，它包含了姓和爵位，第一个动词是“曰”。“人”的频率也很高，“将”，“军” 在双字词频中也会遇到。“帝”字排名32，“后”字排名33。但是因为是简体字，“后”并不专指皇\王后。&lt;/p&gt;

&lt;p&gt;下面是价值观念的排名：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;232&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 28pt; mso-width-source: userset; mso-width-alt: 1353&quot; width=&quot;37&quot; /&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 50pt; mso-width-source: userset; mso-width-alt: 2450&quot; width=&quot;67&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;37&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;字&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;66&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;152&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;义&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3507&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.14%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;181&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;忠&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3004&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.12%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;223&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;孝&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2475&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.10%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;240&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;礼&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2287&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.09%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;253&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;信&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2190&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.08%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;294&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;仁&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1935&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;767&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;智&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;694&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;义、忠、孝排名在前，智排名最后，倒正印证了司马温公那句话：“凡取人之术，苟不得圣人、君子而与之，与其得小人，不若得愚人。”当然这个数据里噪音很多。&lt;/p&gt;

&lt;p&gt;另外还有很多有趣的东西，就不一一叙述了。下面看一下两个字的词频：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;353&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 40pt; mso-width-source: userset; mso-width-alt: 1938&quot; width=&quot;53&quot; /&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 59pt; mso-width-source: userset; mso-width-alt: 2852&quot; span=&quot;span&quot; width=&quot;78&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;53&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;词&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;最早卷数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;将军&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;6,176 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.29%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;21&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;4,790 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.23%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;3 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;州刺&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;21&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;4,110 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.20%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;4 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;节度&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;29&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;3,698 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.18%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;5 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;以为&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;3,479 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.17%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;6 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;度使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;203&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;3,202 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.15%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;7 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;天下&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,972 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.14%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;8 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;尚书&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;20&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,742 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.13%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;9 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;太子&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,584 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.12%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;10 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;陛下&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,492 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.12%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;11 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;不能&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,375 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.11%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;12 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;不可&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,351 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.11%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;13 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;太后&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,165 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.10%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;14 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;皇帝&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,050 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.10%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;15 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;太守&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;5&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2,010 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.10%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;16 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;大将&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,813 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.09%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;17 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;遣使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,501 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;18 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;司马&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,480 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;19 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;二月&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,477 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;20 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;馀人&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1,463 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: medium none; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;“将军”出现的频率最高，在第一卷里就出现了，“度史”显然是“节度使”里出现的，虽然在203卷才出现，但是它居然出现了3202次，唉，唐朝啊！“节度”一次出现的要比“节度使”早。“皇帝”一次最早在第6卷出现，其实那时还是昭襄王元年，但是因为文本中出现了“秦始皇帝上”。&lt;/p&gt;

&lt;p&gt;两字地名出现的最多的是“长安”，排名43，最早出现在第5卷，不过那里的“长安”并不是长安城，而是赵国的长安君。“洛阳”其次，排名81，最早出现在第2卷，三家分晋不久，洛阳附近就成了三晋与秦国的战场。&lt;/p&gt;

&lt;p&gt;三个字的词频：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;353&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 40pt; mso-width-source: userset; mso-width-alt: 1938&quot; width=&quot;53&quot; /&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 59pt; mso-width-source: userset; mso-width-alt: 2852&quot; span=&quot;span&quot; width=&quot;78&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;53&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;词&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;最早卷数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;21&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4102&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.25%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;节度使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;210&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3195&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.20%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;大将军&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1547&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.09%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;平章事&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;203&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;933&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.06%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;5&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;同平章&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;203&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;901&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.06%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;十二月&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;704&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.04%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;7&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;之子也&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;13&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;700&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.04%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;8&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;十一月&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;7&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;686&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.04%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;9&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;部尚书&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;70&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;655&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.04%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;指挥使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;254&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;578&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.04%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;比较有趣的是“之子也”，老子英雄儿好汉。&lt;/p&gt;

&lt;p&gt;四字字频：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;353&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 40pt; mso-width-source: userset; mso-width-alt: 1938&quot; width=&quot;53&quot; /&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 59pt; mso-width-source: userset; mso-width-alt: 2852&quot; span=&quot;span&quot; width=&quot;78&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;53&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;词&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;最早卷数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;同平章事&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;203&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;900&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.07%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;2&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;仪同三司&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;49&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;403&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;3&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;都指挥使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;254&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;374&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;4&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;日有食之&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;1&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;368&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;5&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;中书侍郎&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;73&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;325&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;6&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;节度使李&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;217&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;312&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;7&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;散骑常侍&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;69&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;308&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;8&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;开府仪同&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;79&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;300&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;9&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;府仪同三&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;79&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;283&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;御史大夫&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;9&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;281&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;鉴于“州刺史”在三字字频中频繁出现，所以频率出现比较高的各个州刺史的频率单列出来：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;353&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 40pt; mso-width-source: userset; mso-width-alt: 1938&quot; width=&quot;53&quot; /&gt;&lt;col style=&quot;width: 48pt&quot; width=&quot;64&quot; /&gt;&lt;col style=&quot;width: 59pt; mso-width-source: userset; mso-width-alt: 2852&quot; span=&quot;span&quot; width=&quot;78&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;53&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;64&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;词&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;最早卷数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;豫州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;58&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;220&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;19&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;荆州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;49&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;195&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;26&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;兗州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;37&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;172&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;32&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;徐州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;30&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;167&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;38&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;扬州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;24&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;152&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;42&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;雍州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;65&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;147&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;52&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;江州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;86&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;122&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;64&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;益州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;39&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;113&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;68&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;二州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;49&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;111&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;74&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;秦州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;79&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;109&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;101&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;青州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;21&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;91&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;105&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;梁州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;84&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;90&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;107&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;冀州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;27&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;88&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;114&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;并州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;52&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;84&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;135&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;凉州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;31&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;71&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;165&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;幽州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;50&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;62&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;196&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;广州刺史&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;80&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;55&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.00%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;豫州刺史第58卷时才登场，但是雄踞第一，而豫、荆、兖、徐、扬也勾勒出了中国政治地理的热点。顺便提一句，最早登场的豫州刺史是王允，而最早登场的荆州刺史是杨震。&lt;/p&gt;

&lt;p&gt;五字词已经没有太大的意义：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;378&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 45pt; mso-width-source: userset; mso-width-alt: 2194&quot; width=&quot;60&quot; /&gt;&lt;col style=&quot;width: 62pt; mso-width-source: userset; mso-width-alt: 2998&quot; width=&quot;82&quot; /&gt;&lt;col style=&quot;width: 59pt; mso-width-source: userset; mso-width-alt: 2852&quot; span=&quot;span&quot; width=&quot;78&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;60&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;排名&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;82&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;词&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;最早卷数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;百分比&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;1 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;府仪同三司&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;79&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;283&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;2 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;开府仪同三&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;79&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;283&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.03%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;3 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;尚书左仆射&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;77&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;167&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;4 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;皇帝上之下&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;140&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.02%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;5 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;为中书侍郎&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;84&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;118&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;6 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;尚书右仆射&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;81&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;115&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;7 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;军都指挥使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;256&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;111&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;8 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;骠骑大将军&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;39&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;107&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;9 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;河东节度使&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;214&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;101&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td class=&quot;xl65&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;/span&gt;&lt;font style=&quot;font-size: 11pt&quot;&gt;10 &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;督中外诸军&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;74&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;97&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td class=&quot;xl66&quot; style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;0.01%&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;最后看看慕容家的英杰们谁的全名被提到的次数最多：&lt;/p&gt;

&lt;table style=&quot;border-collapse: collapse; text-align: left; line-height: normal&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;161&quot; border=&quot;0&quot;&gt;&lt;colgroup&gt;&lt;col style=&quot;width: 62pt; mso-width-source: userset; mso-width-alt: 2998&quot; width=&quot;82&quot; /&gt;&lt;col style=&quot;width: 59pt; mso-width-source: userset; mso-width-alt: 2852&quot; width=&quot;78&quot; /&gt;&lt;/colgroup&gt;&lt;tbody style=&quot;border-top-style: none&quot;&gt;     &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; height=&quot;20&quot; width=&quot;82&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;词&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffc000; border-bottom: white 1.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffc000 none&quot; width=&quot;78&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#ffffff&quot;&gt;&lt;strong&gt;次数&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容彦超&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;27&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容垂&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;26&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容廆&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;24&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容绍宗&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容恪&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;18&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容评&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;18&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容皝&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;17&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容农&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容翰&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;15&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容仁&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #fff2cc; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #fff2cc none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;12&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style=&quot;height: 15pt; border-bottom-style: none&quot; height=&quot;20&quot;&gt;       &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; height=&quot;20&quot; align=&quot;left&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;慕容白曜&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;        &lt;td style=&quot;border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #ffe699; border-bottom: white 0.5pt solid; color: ; padding-bottom: 0px; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #ffe699 none&quot; align=&quot;right&quot;&gt;&lt;font face=&quot;Calibri&quot;&gt;&lt;font style=&quot;font-size: 11pt&quot; color=&quot;#000000&quot;&gt;10&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;似乎是慕容彦超险胜慕容垂……慢着！慕容垂最初的名字是慕容霸，而慕容霸被提及了10次，所以慕容垂以 36 次远远胜出 （慕容缺这个全名并没有出现在《通鉴》中：））。&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/496&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;司马光&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/680&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;资治通鉴&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1219&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;C#&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1229&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Q&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1230&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Kdb+&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1242&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;字频&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1243&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;文本&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1244&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;词频&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/6&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;历史&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/52&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;趣物&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 23 Sep 2012 05:15:36 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1848 at https://kzeng.info</guid>
</item>
<item>
 <title>弈棋·十年</title>
 <link>https://kzeng.info/node/1847</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;
&lt;p&gt;&lt;img title=&quot;flash-chess&quot; style=&quot;float: left; margin: 0px 5px 4px 0px; display: inline&quot; alt=&quot;flash-chess&quot; align=&quot;left&quot; src=&quot;http://www.kzeng.info/files/flash-chess_3.jpg&quot; width=&quot;150&quot; height=&quot;154&quot; /&gt;&lt;/p&gt;
&lt;p&gt;西晋的傅玄说：“人之涉世，譬如弈棋。”钱钟书的《管锥篇》里，将之与西方民俗比较，援引美国社会学家萨姆纳《民俗论》(Folkways) 中的 the aleatory element in life / 人生中的掷骰子成分，认为“掷骰、弈棋，无非逢遇、幸偶之拟像而已。”&lt;/p&gt;
&lt;p&gt;细想来，钱氏的类比并不准确。掷一颗理想的骰子是幸偶，但是弈棋并不是纯粹的逢遇，因为弈棋至少还有可以控制的选择。&lt;/p&gt;
&lt;p&gt;大概这也是弈棋迷人之处，不同于一个决定性的动态优化问题（譬如 Cass-Koopmans Optimal Growth Model，每一步该怎么作都是可以实现计划好的），弈棋总是一系列的 contingency plan /应急计划，每一步或者取决于上帝/自然（i.e. 随机的事件），或者取决于诸多弈棋的参与者（i.e. 其他人的优化）。&lt;/p&gt;
&lt;p&gt;今天是来美国十周年，十周年的今天来到美国，本科刚毕业，依照当时的计划是在美国念一个政治学博士学位然后回外交部工作，虽然当时也并不是特别的喜欢外交部，但是就像下棋，选择本身是路径依赖的，一旦你走上某条路径，在未来不可完全预知的情况下，只有按照这条路径优化 —— 当然对于未来的期望也是基于当时现有信息的，如果预期有偏差，那 &lt;i&gt;ex ante&lt;/i&gt; 的优化与选择也许就是无意义的了 —— 事实也大概也是如此，因为念博士是一件很费时间的事情。&lt;/p&gt;
&lt;p&gt;就像下棋，每一步当随机的部分realize之后，剩下的就是优化了，当然“人之涉世”是一个复杂的弈棋，里面有各种内生性问题，一层层的路径依赖，当然路径也有交错的时候，就像一个重重叠叠的二叉树，站在每个交叉点上，有时是上帝掷骰子帮你做出了下一步的选择，有时是你基于自己对于 state of the world&amp;#160; 的 belief 做出的优化选择（如前所言，你的 belief 很可能是有很大偏差的）。&lt;/p&gt;
&lt;p&gt;所以时间久了，回头再看走过的路径，不断的弈棋反而像一条布朗运动的轨迹，尽管你每一步都在优化，但是从起点到终点没有太强的相关性（或许会有一个不大的 drift term ，但正如不是所有的骰子都是 fair 的）—— 这样看来弈棋与掷骰之间倒也有相通之处。&lt;/p&gt;
&lt;p&gt;所以十年后的现在，在华尔街的一家投资银行做期权量化交易，和十年前初到美国的打算大相径庭，唯一的相同之处大概就只有马克思和熊彼特从不同角度对于资本主义做出的预言了。&lt;/p&gt;
&lt;p&gt;回到钱钟书引用的那句 the aleatory element in life。 aleatory 源自于拉丁语 alea/骰子。这个词在现代英语里几乎唯一使用的地方是一句成语： Alea iact est / The die has been cast 。 据说这是凯撒带兵渡过卢比孔河向庞贝和元老院宣战时说的。这句话倒是成了以上讨论一个不错的脚注：不管事前选择种种，骰子掷下了就掷下了。&lt;/p&gt;
&lt;p&gt;呵呵，纪念来美国十年：）&lt;/p&gt;
&lt;!--break--&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/545&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;美国&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1241&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;留学&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/8&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;生活&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 29 Jul 2012 22:41:06 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1847 at https://kzeng.info</guid>
</item>
<item>
 <title>坂道上的阿波罗</title>
 <link>https://kzeng.info/node/1846</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.kzeng.info/files/Moanin&#039;_(Art_Blakey)_2.jpg&quot; rel=&quot;nofollow&quot;&gt;&lt;img title=&quot;Moanin&amp;#39;_(Art_Blakey)&quot; style=&quot;float: left; margin: 0px 15px 3px 0px; display: inline&quot; alt=&quot;Moanin&amp;#39;_(Art_Blakey)&quot; align=&quot;left&quot; src=&quot;http://www.kzeng.info/files/Moanin&#039;_(Art_Blakey)_thumb.jpg&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;故事的初始设定挺象《挪威的森林》的，六十年代，学生运动， 爵士唱片，美国占领军， 奔跑，两男生一个女生，不过还好故事没有朝着压抑的纠结方向发展，虽然纠结，但是还算是阳光的纠结；&lt;/p&gt;
&lt;p&gt;六、七十年代的日本其实一个很好的背景设定，从现在数回去，90年代起到现在是“丢失的二十年”，乏味毫无生机，是比较适合《大逃杀》的设定；80年代像是飞速撞向墙壁的火车，所以有《1Q84》和东京上空的两个月亮；六、七十年代相对而言要更富有生机和色彩一些，因此当千的外婆狠狠的说千是敌国人生的小孩儿的时候，或者是东京大学的黑板上写着“造反有理”的时候，再或者酒吧里的美军醉鬼说他不听 cool jazz 而要听 white jazz的时候，会发现整个复杂时代的背景恰到好处的折射进这个简单的故事。&lt;/p&gt;
&lt;p&gt;当然重要的还是故事本身。其实是一个很简单的故事，没有复杂的人设，剧中的人物也没有抗击使徒或者是打到天顶星人的重任，主题也很简单的只是友情（音乐和爱情都成了友情的铺垫，可怜的律酱），腐女张牙舞爪的时代里，似乎友情不再存在、这个世界上只剩下基情了，所以能看到一个纯粹友情的简单故事反而觉得弥足珍贵了。&lt;/p&gt;
&lt;p&gt;描述一个简单的故事要远比讲述未来人，外星人或者超能力者的故事困难，平淡难免平庸。《坂道》的节奏张弛很不错，最后的结局也在情理之中 —— 少爷和千归根结底还是同一类人，当事情变得复杂的时候，两个人都选择了跑开 （可怜的律酱）。&lt;/p&gt;
&lt;p&gt;至于少爷和律子的爱情故事，在强大的友情面前反而变得黯然了（可怜的律酱），在少爷眼里，三个人关系是一个整体。借用（前）专业的术语，即是 holism —— 他们的关系 should be viewed as wholes, not as collections of parts （英语部分抄自 wiki）。还记得少爷的 My Favorite Things？ 就是三个人在一起。所以当千不在了，剩下的部分也变得没有意义了（可怜的律酱）。&lt;/p&gt;
&lt;p&gt;有些片段还是很精彩的，譬如文化祭的演奏，就不赘述了。&lt;/p&gt;
&lt;p&gt;不懂爵士乐，但是看完了这部片子，把手机的铃声设成了 Moanin&#039;，而对于 Some Day My Prince Will Come 却丝毫没有印象了（可怜的……） 其实还是挺喜欢律酱的，感觉很像《秒速》里的花苗：）&lt;/p&gt;
&lt;!--break--&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/72&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;日本&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1135&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;村上春树&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1240&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;动漫&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/7&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;闲趣&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 07 Jul 2012 05:10:14 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1846 at https://kzeng.info</guid>
</item>
<item>
 <title>寒食·算术</title>
 <link>https://kzeng.info/node/1844</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;
&lt;p&gt;今天做计算的时候突然想到的一个问题：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;传统上，寒食是冬至后105天，在 Excel 里算了一下，所以寒食应该是今天 4月5日；&lt;/li&gt;
&lt;li&gt;传统上，寒食在清明前一天或者两天；&lt;/li&gt;
&lt;li&gt;今年清明是 4月4 日；&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;所以就有了矛盾，今年的寒食在清明之后。白天没功夫儿细想，现在才想明白其中缘由：古代用&lt;strong&gt;平气&lt;/strong&gt;，现在（从清代开始）用&lt;strong&gt;定气&lt;/strong&gt;，所以定气导致清明节离冬至的距离缩短，以至于清明和寒食的时间错位。&lt;/p&gt;
&lt;p&gt;中国古代的历法是阴阳历，一年的长度大约等于一个回归年。在清代以前，节气是以冬至为起点、二十四等分回归年来确定的。所以清明在冬至后 365.25/24*7 = 106.53 天，根据冬至的具体时刻，这个数字折合成天数，可以是冬至后106天或者107天，寒食在冬至后105天，所以正好是清明前1天或者2天。同时因为12个朔望月的长度短于一个回归年的长度，所以使用平气，也可以确定闰月，凡是没有中气的月份就是上个月的闰月，这样一来差不多十九年有七闰，协调了朔望月与回归年之间的矛盾。&lt;/p&gt;
&lt;p&gt;南北朝的时候，古人发现太阳的视运动不均匀（地球的轨道是椭圆的），因此隋代的刘焯在《皇极历》里把周天二十四等分，太阳每行 360/24 = 15 度，就是一个节气，这样得到的节气是定气，两个节气之间相隔的日子是不等的。但是因为定气一般都用在历法的计算中，民间一直用等分回归年的平气，所以寒食始终在清明前一天或者两天。&lt;/p&gt;
&lt;p&gt;清初废明代《大统历》，使用《时宪历》，在民用历法中也用定气，所以自清初起，寒食与清明的位置就颠倒了。计算了最近十几年清明和冬至的精确时间差，平均是 104.1537 天，最大104.1646天，最小 104.1458 天，所以自清初开始，寒食要么和清明同一天，要么比清明晚一天：）&lt;/p&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1183&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;历法&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1237&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;清明&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1238&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;寒食&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1239&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;节气&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/6&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;历史&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 06 Apr 2012 03:24:00 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1844 at https://kzeng.info</guid>
</item>
<item>
 <title>茶荒</title>
 <link>https://kzeng.info/node/1843</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;
&lt;p&gt;&lt;img style=&quot;margin: 0px 10px 0px 0px; display: inline; float: left&quot; title=&quot;T25PmfXaRbXXXXXXXX_!!383390319&quot; alt=&quot;T25PmfXaRbXXXXXXXX_!!383390319&quot; align=&quot;left&quot; src=&quot;http://www.kzeng.info/files/34fc6fe55dfd_13840/T25PmfXaRbXXXXXXXX_383390319.jpg&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/p&gt;
&lt;p&gt;眨眼到清明，又是每年“茶荒”的日子了。（清）明前，（谷）雨前，是出新茶的日子，去年的茶喝到现在，差不多要见底儿了，从二月初到现在，就只能参杂着陈茶数日子。&lt;/p&gt;
&lt;p&gt;纽约虽大，却着实找不到一个能买到好茶叶的地方。唐人街的茶叶铺绿茶似乎只卖龙井，并且还是陈了若干年的龙井。饮茶就是饮故乡水土，生不在江南，自然喝不惯江南茶，更别说江南陈茶了。&lt;/p&gt;
&lt;p&gt;所以试过在网上买茶，但是却屡屡失望。网茶大多迎合美国市场。而美国人对于“茶”也许有不同的概念，虽然近些年了颇有饮茶的风气，星巴克的小黑板上也不断的写着各种加了或是不加糖、奶、香料的茶，但是那个也许只是产在相同或者相近的一种植物上的叶子而已，和真正的茶相去太远。（八卦一则：1762年现代生物学分类命名的奠基人林奈曾把茶树分为红茶种和绿茶种 –_- ）&lt;/p&gt;
&lt;p&gt;原来茶荒的时候也试过日本茶。从某种意义上说，日本的很多文化是中国文化的化石。就像一个 version control 系统下 branch 出去而又没有再 re-integrate 的一个发展分支一样。既保留了中国某个历史时期文化的残存，又被他们改的面目全非，譬如抹茶。中国明代以前是饮茶的习惯大致和日本的抹茶相似：先将茶饼碾碎成茶粉，然后烧水，水初沸的时候冲茶碗，大沸以后，加几匙冷水，然后冲茶粉，为了让茶粉和水混合均匀，需要用到“茶筅”—— 现在你要是直接搜索“茶筅”，出来的肯定是一串儿日语的结果，因为现在日本抹茶还在用，中国已经不用了。当然日本从茶叶到茶道都做了有日本特色的改进，中国古代的点茶，茶色贵白，所以黄庭坚比之为“琼蕊”。而抹茶反而崇尚浑浊的绿了。&lt;/p&gt;
&lt;p&gt;中国人更改饮茶习惯源自朱元璋：&lt;/p&gt;
&lt;!--break--&gt;&lt;blockquote&gt;
&lt;p&gt;国初四方贡茶，以建宁阳羡为上，犹仍宋制，碾而揉之，为大小龙团。洪武二十四年九月，上以重劳民力，罢造团茶，惟采茶芽以进。其品有四：曰探春、先春、次春、紫笋。…… 按茶加香物，捣为细末，已失真味…… 今人惟取初萌之精，汲泉置鼎，一瀹便饮，遂开千古茗饮之宗，不知我太祖实首辟此法。陆羽有灵，必俯首服。蔡君谟在地下，亦咋舌退矣。—明· 沈德符 · 《野获篇补遗》&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;“茶加香物，捣为细末，已失真味。” 就像我们已经在运行 茶7.0 ，而日本还在继续改进 茶3.1。当然，升级也不一定都是进步。&lt;/p&gt;
&lt;p&gt;也是因为饮茶习惯的改变，茶具也发生了变化，明以前特别是宋时因为点茶汤白，所以用黑色的建盏，明以后瀹茶汤绿，所以要用白色的宣瓷。也是因此，原来和朋友聊起过《红楼梦》里妙玉同学用的古董茶具其实并没有太大的意义。当然也可能是曹大叔别有深意，大叔的心都是复杂纤细的（出自某集《银魂》）。&lt;/p&gt;
&lt;p&gt;瞎贫了这么多，都是茶荒闹的，就像大叔冯谖靠在柱子上弹着剑唱：“长铗归来乎！食无鱼。” ：）&lt;/p&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1062&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;红楼梦&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1159&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;茶&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1234&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;朱元璋&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1235&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;抹茶&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/1236&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;点茶&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/6&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;历史&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/8&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;生活&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 02 Apr 2012 03:26:02 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1843 at https://kzeng.info</guid>
</item>
<item>
 <title>eDiary 3.0: 跨越八年的更新</title>
 <link>https://kzeng.info/node/1842</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.kzeng.info/files/4f55d7171219_139C2/camel-leather-diary-47.jpg&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;margin: 0px 10px 0px 0px; display: inline; float: left&quot; title=&quot;camel-leather-diary-47&quot; alt=&quot;camel-leather-diary-47&quot; align=&quot;left&quot; src=&quot;http://www.kzeng.info/files/4f55d7171219_139C2/camel-leather-diary-47_thumb.jpg&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;&lt;/a&gt; 1999年，有了我的第一台笔记本电脑。在某一期《大众软件》或者类似刊物附送的光盘里，发现了 &lt;a href=&quot;http://www.haoxg.net/ediary/index.html&quot; rel=&quot;nofollow&quot;&gt;eDiary&lt;/a&gt; ，一个免费的写日记的软件。那个时候网络还不算发达，web 2.0 的概念还很遥远，所以开始把原来用纸笔写的日记，改在电脑上敲出。这是使用 eDiary 的开始。&lt;/p&gt;
&lt;p&gt;因为那个时代自己建网站还不是很方便，所以也不能及时从网络上得到一款软件的更新，最多只能等待附送光盘的杂志或者去那时很有名气的“华军软件园”里看一看，所以最初的这个 1.0 的版本用了很久。&lt;/p&gt;
&lt;p&gt;刚开始的时候，没有备份数据的习惯，那个时代没有网络云备份，一般电脑也不能刻录 CD ，更别说 DVD，流行的只有 2.5 寸软盘。所以早先的日记也零零散散丢过一些，还有一些存在软盘里，不知道搁在那里了。现在电脑上 eDiary 里可以追溯的最早一片日记是 2001年1月31日。这一日，日记的内容是空白。第一篇有文字的日记是 2001年2月7日，这一天除了琐事以外还记录了：&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;离考试还有36天。这36天要做的事情：完成国内题第二遍，北美题的第三遍（以复习总结为主），坚持背单词，做ETS的POWERPRE，还有LSAT的逻辑题，顺便读一读GMAT的阅读。记住要不断的总结。&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;考试说的是 GRE，从这里推断，原定的考试时间是 2001年3月15日。但是认真往后看去，真正的考试时间是 2001年4月20日 ——往后足足拖了一个月，看日记就像看镜子里的自己。&lt;/p&gt;
&lt;p&gt;2003年11月29日, eDiary 发布了 v 2.53。然后这个作者就神秘的消失了，仿佛离开了地球。那时他已经有了一个在网易申请的免费空间，还有一个免费的域名自动转向服务。多亏了这个域名自动转向服务，从那里知道了作者最新的网站。作者有了自己的域名。不过还是沉寂。&lt;/p&gt;
&lt;!--break--&gt;&lt;p&gt;意外的是，这个最初运行在 Windows 98 上的软件，在后来的岁月里，可以稳定的运行在 Windows 2000， Windows XP，Windows Vista 一直到 Windows 7。并且这个软件一开始就是“绿色”的，不需要安装。&lt;/p&gt;
&lt;p&gt;所以尽管时间已经到了2011年底，却仍然使用着这个 2003 年发布的软件。好的软件是独立于时间的。&lt;/p&gt;
&lt;p&gt;然后到了2011年12月底的某天，无意点开了软件作者的网页，居然发现他更新了！推出了 v3.0 beta 1，距离上次更新已经有了 8 年多！&lt;/p&gt;
&lt;p&gt;一个 decade 差不多就这么过去了，外面的世界发生了翻天覆地的变化，萨达姆倒台了，拉登被杀了，苏丹分裂了，然后作者竟然更新软件了！：）&lt;/p&gt;
&lt;p&gt;前不久在 Virtual Box 上装 Windows 8，做的第一件事就是确认 eDiary 是否能运行，总担心某一天它无法再适应新的操作系统，看到作者又重返地球，心里踏实了很多，至少不用再担心软件陈旧，无法使用。&lt;/p&gt;
&lt;p&gt;又能安心的写日记了。“以铜为鉴，可正衣冠；以古为鉴，可知兴替；以人为鉴，可明得失。”日记里的自己就是“古”“人” 。&lt;/p&gt;
&lt;p&gt;再次跳跃回1999年，新浪提供电子邮件服务，注册了 kzeng # sina.com 的邮件，但是没怎么用过，那时主要是是 263 ，然后是 hotmail，gmail。再跳回到2012年，终于开通了新浪的微博 —— 没写过一条微博，只有一个关注， &lt;a href=&quot;http://weibo.com/ediary365&quot; rel=&quot;nofollow&quot;&gt;eDiary&lt;/a&gt; 。 &lt;/p&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-12 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Free Tags:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/359&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;日记&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/1233&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;eDiary&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-11 field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Blog分类:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/taxonomy/term/8&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;生活&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/taxonomy/term/52&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;趣物&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 06 Feb 2012 03:58:07 +0000</pubDate>
 <dc:creator>kzeng</dc:creator>
 <guid isPermaLink="false">1842 at https://kzeng.info</guid>
</item>
</channel>
</rss>
