306_highway_prevention_project_dettable.ftl 108 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <?mso-application progid="Word.Document"?>
  3. <pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
  4. <pkg:part pkg:name="/_rels/.rels"
  5. pkg:contentType="application/vnd.openxmlformats-package.relationships+xml">
  6. <pkg:xmlData>
  7. <Relationships
  8. xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  9. <Relationship Id="rId4"
  10. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
  11. Target="word/document.xml" />
  12. <Relationship Id="rId2"
  13. Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"
  14. Target="docProps/core.xml" />
  15. <Relationship Id="rId1"
  16. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"
  17. Target="docProps/app.xml" />
  18. <Relationship Id="rId3"
  19. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties"
  20. Target="docProps/custom.xml" />
  21. </Relationships>
  22. </pkg:xmlData>
  23. </pkg:part>
  24. <pkg:part pkg:name="/word/_rels/document.xml.rels"
  25. pkg:contentType="application/vnd.openxmlformats-package.relationships+xml">
  26. <pkg:xmlData>
  27. <Relationships
  28. xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  29. <Relationship Id="rId5"
  30. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable"
  31. Target="fontTable.xml" />
  32. <Relationship Id="rId4"
  33. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml"
  34. Target="../customXml/item1.xml" />
  35. <Relationship Id="rId3"
  36. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"
  37. Target="theme/theme1.xml" />
  38. <Relationship Id="rId2"
  39. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"
  40. Target="settings.xml" />
  41. <Relationship Id="rId1"
  42. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
  43. Target="styles.xml" />
  44. </Relationships>
  45. </pkg:xmlData>
  46. </pkg:part>
  47. <pkg:part pkg:name="/word/document.xml"
  48. pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml">
  49. <pkg:xmlData>
  50. <w:document
  51. xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
  52. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  53. xmlns:o="urn:schemas-microsoft-com:office:office"
  54. xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
  55. xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
  56. xmlns:v="urn:schemas-microsoft-com:vml"
  57. xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
  58. xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
  59. xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
  60. xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
  61. xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
  62. xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
  63. xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
  64. xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
  65. xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
  66. xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData"
  67. mc:Ignorable="w14 w15 wp14">
  68. <w:body>
  69. <w:p>
  70. <w:pPr>
  71. <w:jc w:val="center" />
  72. <w:rPr>
  73. <w:rFonts w:hint="eastAsia" />
  74. <w:b />
  75. <w:bCs />
  76. </w:rPr>
  77. </w:pPr>
  78. <w:r>
  79. <w:rPr>
  80. <w:rFonts w:hint="eastAsia" />
  81. <w:b />
  82. <w:bCs />
  83. </w:rPr>
  84. <w:t xml:space="preserve">附表 3-6 </w:t>
  85. </w:r>
  86. <w:r>
  87. <w:rPr>
  88. <w:rFonts w:hint="eastAsia" />
  89. <w:b />
  90. <w:bCs />
  91. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  92. </w:rPr>
  93. <w:t><#if YEAR??>${YEAR}<#else></#if></w:t>
  94. </w:r>
  95. <w:r>
  96. <w:rPr>
  97. <w:rFonts w:hint="eastAsia" />
  98. <w:b />
  99. <w:bCs />
  100. </w:rPr>
  101. <w:t>年</w:t>
  102. </w:r>
  103. <w:r>
  104. <w:rPr>
  105. <w:rFonts w:hint="eastAsia" />
  106. <w:b />
  107. <w:bCs />
  108. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  109. </w:rPr>
  110. <w:t><#if ROAD??>${ROAD}<#else></#if></w:t>
  111. </w:r>
  112. <w:r>
  113. <w:rPr>
  114. <w:rFonts w:hint="eastAsia" />
  115. <w:b />
  116. <w:bCs />
  117. </w:rPr>
  118. <w:t>高速公路预防养护计划立项详表</w:t>
  119. </w:r>
  120. </w:p>
  121. <w:p>
  122. <w:pPr>
  123. <w:jc w:val="center" />
  124. <w:rPr>
  125. <w:rFonts w:hint="eastAsia" />
  126. <w:b />
  127. <w:bCs />
  128. </w:rPr>
  129. </w:pPr>
  130. </w:p>
  131. <w:tbl>
  132. <w:tblPr>
  133. <w:tblStyle w:val="4" />
  134. <w:tblW w:w="8522" w:type="dxa" />
  135. <w:tblInd w:w="0" w:type="dxa" />
  136. <w:tblBorders>
  137. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  138. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  139. <w:bottom w:val="single" w:color="auto" w:sz="4"
  140. w:space="0" />
  141. <w:right w:val="single" w:color="auto" w:sz="4" w:space="0" />
  142. <w:insideH w:val="single" w:color="auto" w:sz="4"
  143. w:space="0" />
  144. <w:insideV w:val="single" w:color="auto" w:sz="4"
  145. w:space="0" />
  146. </w:tblBorders>
  147. <w:tblLayout w:type="fixed" />
  148. <w:tblCellMar>
  149. <w:left w:w="108" w:type="dxa" />
  150. <w:right w:w="108" w:type="dxa" />
  151. </w:tblCellMar>
  152. </w:tblPr>
  153. <w:tblGrid>
  154. <w:gridCol w:w="1420" />
  155. <w:gridCol w:w="1420" />
  156. <w:gridCol w:w="1420" />
  157. <w:gridCol w:w="1420" />
  158. <w:gridCol w:w="1421" />
  159. <w:gridCol w:w="1421" />
  160. </w:tblGrid>
  161. <w:tr>
  162. <w:tblPrEx>
  163. <w:tblBorders>
  164. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  165. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  166. <w:bottom w:val="single" w:color="auto" w:sz="4"
  167. w:space="0" />
  168. <w:right w:val="single" w:color="auto" w:sz="4"
  169. w:space="0" />
  170. <w:insideH w:val="single" w:color="auto" w:sz="4"
  171. w:space="0" />
  172. <w:insideV w:val="single" w:color="auto" w:sz="4"
  173. w:space="0" />
  174. </w:tblBorders>
  175. <w:tblLayout w:type="fixed" />
  176. <w:tblCellMar>
  177. <w:left w:w="108" w:type="dxa" />
  178. <w:right w:w="108" w:type="dxa" />
  179. </w:tblCellMar>
  180. </w:tblPrEx>
  181. <w:trPr>
  182. <w:trHeight w:val="602" w:hRule="atLeast" />
  183. </w:trPr>
  184. <w:tc>
  185. <w:tcPr>
  186. <w:tcW w:w="1420" w:type="dxa" />
  187. <w:noWrap w:val="0" />
  188. <w:vAlign w:val="top" />
  189. </w:tcPr>
  190. <w:p>
  191. <w:pPr>
  192. <w:spacing w:line="360" w:lineRule="auto" />
  193. <w:jc w:val="center" />
  194. <w:rPr>
  195. <w:rFonts w:hint="eastAsia" />
  196. <w:b w:val="0" />
  197. <w:bCs w:val="0" />
  198. <w:sz w:val="18" />
  199. <w:szCs w:val="18" />
  200. <w:vertAlign w:val="baseline" />
  201. </w:rPr>
  202. </w:pPr>
  203. <w:r>
  204. <w:rPr>
  205. <w:rFonts w:hint="eastAsia" />
  206. <w:b w:val="0" />
  207. <w:bCs w:val="0" />
  208. <w:sz w:val="18" />
  209. <w:szCs w:val="18" />
  210. <w:vertAlign w:val="baseline" />
  211. </w:rPr>
  212. <w:t>项目名称</w:t>
  213. </w:r>
  214. </w:p>
  215. </w:tc>
  216. <w:tc>
  217. <w:tcPr>
  218. <w:tcW w:w="7102" w:type="dxa" />
  219. <w:gridSpan w:val="5" />
  220. <w:noWrap w:val="0" />
  221. <w:vAlign w:val="top" />
  222. </w:tcPr>
  223. <w:p>
  224. <w:pPr>
  225. <w:jc w:val="both" />
  226. <w:rPr>
  227. <w:rFonts w:hint="eastAsia" />
  228. <w:b w:val="0" />
  229. <w:bCs w:val="0" />
  230. <w:sz w:val="18" />
  231. <w:szCs w:val="18" />
  232. <w:vertAlign w:val="baseline" />
  233. </w:rPr>
  234. </w:pPr>
  235. <w:r>
  236. <w:rPr>
  237. <w:rFonts w:hint="eastAsia" />
  238. <w:b />
  239. <w:bCs />
  240. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  241. </w:rPr>
  242. <w:t><#if PROJECT_NAME??>${PROJECT_NAME}<#else></#if></w:t>
  243. </w:r>
  244. </w:p>
  245. </w:tc>
  246. </w:tr>
  247. <w:tr>
  248. <w:tblPrEx>
  249. <w:tblBorders>
  250. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  251. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  252. <w:bottom w:val="single" w:color="auto" w:sz="4"
  253. w:space="0" />
  254. <w:right w:val="single" w:color="auto" w:sz="4"
  255. w:space="0" />
  256. <w:insideH w:val="single" w:color="auto" w:sz="4"
  257. w:space="0" />
  258. <w:insideV w:val="single" w:color="auto" w:sz="4"
  259. w:space="0" />
  260. </w:tblBorders>
  261. <w:tblLayout w:type="fixed" />
  262. <w:tblCellMar>
  263. <w:left w:w="108" w:type="dxa" />
  264. <w:right w:w="108" w:type="dxa" />
  265. </w:tblCellMar>
  266. </w:tblPrEx>
  267. <w:tc>
  268. <w:tcPr>
  269. <w:tcW w:w="1420" w:type="dxa" />
  270. <w:noWrap w:val="0" />
  271. <w:vAlign w:val="top" />
  272. </w:tcPr>
  273. <w:p>
  274. <w:pPr>
  275. <w:jc w:val="center" />
  276. <w:rPr>
  277. <w:rFonts w:hint="eastAsia" />
  278. <w:b w:val="0" />
  279. <w:bCs w:val="0" />
  280. <w:sz w:val="18" />
  281. <w:szCs w:val="18" />
  282. <w:vertAlign w:val="baseline" />
  283. </w:rPr>
  284. </w:pPr>
  285. <w:r>
  286. <w:rPr>
  287. <w:rFonts w:hint="eastAsia" />
  288. <w:b w:val="0" />
  289. <w:bCs w:val="0" />
  290. <w:sz w:val="18" />
  291. <w:szCs w:val="18" />
  292. <w:vertAlign w:val="baseline" />
  293. </w:rPr>
  294. <w:t>工程估算</w:t>
  295. </w:r>
  296. </w:p>
  297. <w:p>
  298. <w:pPr>
  299. <w:jc w:val="center" />
  300. <w:rPr>
  301. <w:rFonts w:hint="eastAsia" />
  302. <w:b w:val="0" />
  303. <w:bCs w:val="0" />
  304. <w:sz w:val="18" />
  305. <w:szCs w:val="18" />
  306. <w:vertAlign w:val="baseline" />
  307. </w:rPr>
  308. </w:pPr>
  309. <w:r>
  310. <w:rPr>
  311. <w:rFonts w:hint="eastAsia" />
  312. <w:b w:val="0" />
  313. <w:bCs w:val="0" />
  314. <w:sz w:val="18" />
  315. <w:szCs w:val="18" />
  316. <w:vertAlign w:val="baseline" />
  317. </w:rPr>
  318. <w:t>(万元)</w:t>
  319. </w:r>
  320. </w:p>
  321. </w:tc>
  322. <w:tc>
  323. <w:tcPr>
  324. <w:tcW w:w="2840" w:type="dxa" />
  325. <w:gridSpan w:val="2" />
  326. <w:noWrap w:val="0" />
  327. <w:vAlign w:val="top" />
  328. </w:tcPr>
  329. <w:p>
  330. <w:pPr>
  331. <w:jc w:val="both" />
  332. <w:rPr>
  333. <w:rFonts w:hint="eastAsia" />
  334. <w:b w:val="0" />
  335. <w:bCs w:val="0" />
  336. <w:sz w:val="18" />
  337. <w:szCs w:val="18" />
  338. <w:vertAlign w:val="baseline" />
  339. </w:rPr>
  340. </w:pPr>
  341. <w:r>
  342. <w:rPr>
  343. <w:rFonts w:hint="eastAsia" />
  344. <w:b />
  345. <w:bCs />
  346. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  347. </w:rPr>
  348. <w:t><#if PROJECT_COST??>${PROJECT_COST}<#else></#if></w:t>
  349. </w:r>
  350. </w:p>
  351. </w:tc>
  352. <w:tc>
  353. <w:tcPr>
  354. <w:tcW w:w="1420" w:type="dxa" />
  355. <w:noWrap w:val="0" />
  356. <w:vAlign w:val="top" />
  357. </w:tcPr>
  358. <w:p>
  359. <w:pPr>
  360. <w:jc w:val="both" />
  361. <w:rPr>
  362. <w:rFonts w:hint="eastAsia" />
  363. <w:b w:val="0" />
  364. <w:bCs w:val="0" />
  365. <w:sz w:val="18" />
  366. <w:szCs w:val="18" />
  367. <w:vertAlign w:val="baseline" />
  368. </w:rPr>
  369. </w:pPr>
  370. <w:r>
  371. <w:rPr>
  372. <w:rFonts w:hint="eastAsia" />
  373. <w:b w:val="0" />
  374. <w:bCs w:val="0" />
  375. <w:sz w:val="18" />
  376. <w:szCs w:val="18" />
  377. <w:vertAlign w:val="baseline" />
  378. </w:rPr>
  379. <w:t>工程规模</w:t>
  380. </w:r>
  381. </w:p>
  382. </w:tc>
  383. <w:tc>
  384. <w:tcPr>
  385. <w:tcW w:w="2842" w:type="dxa" />
  386. <w:gridSpan w:val="2" />
  387. <w:noWrap w:val="0" />
  388. <w:vAlign w:val="top" />
  389. </w:tcPr>
  390. <w:p>
  391. <w:pPr>
  392. <w:jc w:val="both" />
  393. <w:rPr>
  394. <w:rFonts w:hint="eastAsia" />
  395. <w:b w:val="0" />
  396. <w:bCs w:val="0" />
  397. <w:sz w:val="18" />
  398. <w:szCs w:val="18" />
  399. <w:vertAlign w:val="baseline" />
  400. </w:rPr>
  401. </w:pPr>
  402. <w:r>
  403. <w:rPr>
  404. <w:rFonts w:hint="eastAsia" />
  405. <w:b />
  406. <w:bCs />
  407. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  408. </w:rPr>
  409. <w:t><#if PROJECT_SCALE??>${PROJECT_SCALE}<#else></#if></w:t>
  410. </w:r>
  411. </w:p>
  412. </w:tc>
  413. </w:tr>
  414. <w:tr>
  415. <w:tblPrEx>
  416. <w:tblBorders>
  417. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  418. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  419. <w:bottom w:val="single" w:color="auto" w:sz="4"
  420. w:space="0" />
  421. <w:right w:val="single" w:color="auto" w:sz="4"
  422. w:space="0" />
  423. <w:insideH w:val="single" w:color="auto" w:sz="4"
  424. w:space="0" />
  425. <w:insideV w:val="single" w:color="auto" w:sz="4"
  426. w:space="0" />
  427. </w:tblBorders>
  428. <w:tblLayout w:type="fixed" />
  429. <w:tblCellMar>
  430. <w:left w:w="108" w:type="dxa" />
  431. <w:right w:w="108" w:type="dxa" />
  432. </w:tblCellMar>
  433. </w:tblPrEx>
  434. <w:trPr>
  435. <w:trHeight w:val="602" w:hRule="atLeast" />
  436. </w:trPr>
  437. <w:tc>
  438. <w:tcPr>
  439. <w:tcW w:w="1420" w:type="dxa" />
  440. <w:noWrap w:val="0" />
  441. <w:vAlign w:val="top" />
  442. </w:tcPr>
  443. <w:p>
  444. <w:pPr>
  445. <w:spacing w:line="360" w:lineRule="auto" />
  446. <w:jc w:val="center" />
  447. <w:rPr>
  448. <w:rFonts w:hint="eastAsia" />
  449. <w:b w:val="0" />
  450. <w:bCs w:val="0" />
  451. <w:sz w:val="18" />
  452. <w:szCs w:val="18" />
  453. <w:vertAlign w:val="baseline" />
  454. </w:rPr>
  455. </w:pPr>
  456. <w:r>
  457. <w:rPr>
  458. <w:rFonts w:hint="eastAsia" />
  459. <w:b w:val="0" />
  460. <w:bCs w:val="0" />
  461. <w:sz w:val="18" />
  462. <w:szCs w:val="18" />
  463. <w:vertAlign w:val="baseline" />
  464. </w:rPr>
  465. <w:t>类别</w:t>
  466. </w:r>
  467. </w:p>
  468. </w:tc>
  469. <w:tc>
  470. <w:tcPr>
  471. <w:tcW w:w="7102" w:type="dxa" />
  472. <w:gridSpan w:val="5" />
  473. <w:noWrap w:val="0" />
  474. <w:vAlign w:val="top" />
  475. </w:tcPr>
  476. <w:p>
  477. <w:pPr>
  478. <w:jc w:val="both" />
  479. <w:rPr>
  480. <w:rFonts w:hint="eastAsia" />
  481. <w:b w:val="0" />
  482. <w:bCs w:val="0" />
  483. <w:sz w:val="18" />
  484. <w:szCs w:val="18" />
  485. <w:vertAlign w:val="baseline" />
  486. </w:rPr>
  487. </w:pPr>
  488. <w:r>
  489. <w:rPr>
  490. <w:rFonts w:hint="eastAsia" />
  491. <w:b />
  492. <w:bCs />
  493. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  494. </w:rPr>
  495. <w:t><#if CATEGORY??>${CATEGORY}<#else></#if></w:t>
  496. </w:r>
  497. </w:p>
  498. </w:tc>
  499. </w:tr>
  500. <w:tr>
  501. <w:tblPrEx>
  502. <w:tblBorders>
  503. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  504. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  505. <w:bottom w:val="single" w:color="auto" w:sz="4"
  506. w:space="0" />
  507. <w:right w:val="single" w:color="auto" w:sz="4"
  508. w:space="0" />
  509. <w:insideH w:val="single" w:color="auto" w:sz="4"
  510. w:space="0" />
  511. <w:insideV w:val="single" w:color="auto" w:sz="4"
  512. w:space="0" />
  513. </w:tblBorders>
  514. <w:tblLayout w:type="fixed" />
  515. <w:tblCellMar>
  516. <w:left w:w="108" w:type="dxa" />
  517. <w:right w:w="108" w:type="dxa" />
  518. </w:tblCellMar>
  519. </w:tblPrEx>
  520. <w:trPr>
  521. <w:trHeight w:val="602" w:hRule="atLeast" />
  522. </w:trPr>
  523. <w:tc>
  524. <w:tcPr>
  525. <w:tcW w:w="1420" w:type="dxa" />
  526. <w:noWrap w:val="0" />
  527. <w:vAlign w:val="top" />
  528. </w:tcPr>
  529. <w:p>
  530. <w:pPr>
  531. <w:spacing w:line="360" w:lineRule="auto" />
  532. <w:jc w:val="center" />
  533. <w:rPr>
  534. <w:rFonts w:hint="eastAsia" />
  535. <w:b w:val="0" />
  536. <w:bCs w:val="0" />
  537. <w:sz w:val="18" />
  538. <w:szCs w:val="18" />
  539. <w:vertAlign w:val="baseline" />
  540. </w:rPr>
  541. </w:pPr>
  542. <w:r>
  543. <w:rPr>
  544. <w:rFonts w:hint="eastAsia" />
  545. <w:b w:val="0" />
  546. <w:bCs w:val="0" />
  547. <w:sz w:val="18" />
  548. <w:szCs w:val="18" />
  549. <w:vertAlign w:val="baseline" />
  550. </w:rPr>
  551. <w:t>关键字</w:t>
  552. </w:r>
  553. </w:p>
  554. </w:tc>
  555. <w:tc>
  556. <w:tcPr>
  557. <w:tcW w:w="7102" w:type="dxa" />
  558. <w:gridSpan w:val="5" />
  559. <w:noWrap w:val="0" />
  560. <w:vAlign w:val="top" />
  561. </w:tcPr>
  562. <w:p>
  563. <w:pPr>
  564. <w:jc w:val="both" />
  565. <w:rPr>
  566. <w:rFonts w:hint="eastAsia" />
  567. <w:b w:val="0" />
  568. <w:bCs w:val="0" />
  569. <w:sz w:val="18" />
  570. <w:szCs w:val="18" />
  571. <w:vertAlign w:val="baseline" />
  572. </w:rPr>
  573. </w:pPr>
  574. <w:r>
  575. <w:rPr>
  576. <w:rFonts w:hint="eastAsia" />
  577. <w:b />
  578. <w:bCs />
  579. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  580. </w:rPr>
  581. <#list keywords as keyword>
  582. <#if KEY_WORDS?contains(keyword)>
  583.   <w:sym w:font="Wingdings" w:char="F0FE"/>
  584. <#else>
  585.   <w:sym w:font="Wingdings" w:char="F0A8"/>
  586. </#if>
  587. <w:t>${keyword}</w:t>
  588. </#list>
  589. </w:r>
  590. </w:p>
  591. </w:tc>
  592. </w:tr>
  593. <w:tr>
  594. <w:tblPrEx>
  595. <w:tblBorders>
  596. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  597. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  598. <w:bottom w:val="single" w:color="auto" w:sz="4"
  599. w:space="0" />
  600. <w:right w:val="single" w:color="auto" w:sz="4"
  601. w:space="0" />
  602. <w:insideH w:val="single" w:color="auto" w:sz="4"
  603. w:space="0" />
  604. <w:insideV w:val="single" w:color="auto" w:sz="4"
  605. w:space="0" />
  606. </w:tblBorders>
  607. <w:tblLayout w:type="fixed" />
  608. <w:tblCellMar>
  609. <w:left w:w="108" w:type="dxa" />
  610. <w:right w:w="108" w:type="dxa" />
  611. </w:tblCellMar>
  612. </w:tblPrEx>
  613. <w:trPr>
  614. <w:trHeight w:val="4906" w:hRule="atLeast" />
  615. </w:trPr>
  616. <w:tc>
  617. <w:tcPr>
  618. <w:tcW w:w="1420" w:type="dxa" />
  619. <w:noWrap w:val="0" />
  620. <w:vAlign w:val="top" />
  621. </w:tcPr>
  622. <w:p>
  623. <w:pPr>
  624. <w:jc w:val="center" />
  625. <w:rPr>
  626. <w:rFonts w:hint="eastAsia" />
  627. <w:b w:val="0" />
  628. <w:bCs w:val="0" />
  629. <w:sz w:val="18" />
  630. <w:szCs w:val="18" />
  631. <w:vertAlign w:val="baseline" />
  632. </w:rPr>
  633. </w:pPr>
  634. <w:r>
  635. <w:rPr>
  636. <w:rFonts w:hint="eastAsia" />
  637. <w:b w:val="0" />
  638. <w:bCs w:val="0" />
  639. <w:sz w:val="18" />
  640. <w:szCs w:val="18" />
  641. <w:vertAlign w:val="baseline" />
  642. </w:rPr>
  643. <w:t>工程量</w:t>
  644. </w:r>
  645. </w:p>
  646. </w:tc>
  647. <w:tc>
  648. <w:tcPr>
  649. <w:tcW w:w="7102" w:type="dxa" />
  650. <w:gridSpan w:val="5" />
  651. <w:noWrap w:val="0" />
  652. <w:vAlign w:val="top" />
  653. </w:tcPr>
  654. <w:p>
  655. <w:pPr>
  656. <w:jc w:val="both" />
  657. <w:rPr>
  658. <w:rFonts w:hint="eastAsia" />
  659. <w:b w:val="0" />
  660. <w:bCs w:val="0" />
  661. <w:sz w:val="18" />
  662. <w:szCs w:val="18" />
  663. <w:vertAlign w:val="baseline" />
  664. </w:rPr>
  665. </w:pPr>
  666. <w:r>
  667. <w:rPr>
  668. <w:rFonts w:hint="eastAsia" />
  669. <w:b />
  670. <w:bCs />
  671. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  672. </w:rPr>
  673. <w:t><#if QUANTITIES??>${QUANTITIES?replace("\r\n","<w:br/>")?replace("\r","<w:br/>")}<#else></#if></w:t>
  674. </w:r>
  675. </w:p>
  676. </w:tc>
  677. </w:tr>
  678. <w:tr>
  679. <w:tblPrEx>
  680. <w:tblBorders>
  681. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  682. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  683. <w:bottom w:val="single" w:color="auto" w:sz="4"
  684. w:space="0" />
  685. <w:right w:val="single" w:color="auto" w:sz="4"
  686. w:space="0" />
  687. <w:insideH w:val="single" w:color="auto" w:sz="4"
  688. w:space="0" />
  689. <w:insideV w:val="single" w:color="auto" w:sz="4"
  690. w:space="0" />
  691. </w:tblBorders>
  692. <w:tblLayout w:type="fixed" />
  693. <w:tblCellMar>
  694. <w:left w:w="108" w:type="dxa" />
  695. <w:right w:w="108" w:type="dxa" />
  696. </w:tblCellMar>
  697. </w:tblPrEx>
  698. <w:trPr>
  699. <w:trHeight w:val="4906" w:hRule="atLeast" />
  700. </w:trPr>
  701. <w:tc>
  702. <w:tcPr>
  703. <w:tcW w:w="1420" w:type="dxa" />
  704. <w:noWrap w:val="0" />
  705. <w:vAlign w:val="top" />
  706. </w:tcPr>
  707. <w:p>
  708. <w:pPr>
  709. <w:jc w:val="center" />
  710. <w:rPr>
  711. <w:rFonts w:hint="eastAsia" />
  712. <w:b w:val="0" />
  713. <w:bCs w:val="0" />
  714. <w:sz w:val="18" />
  715. <w:szCs w:val="18" />
  716. <w:vertAlign w:val="baseline" />
  717. </w:rPr>
  718. </w:pPr>
  719. <w:r>
  720. <w:rPr>
  721. <w:rFonts w:hint="eastAsia" />
  722. <w:b w:val="0" />
  723. <w:bCs w:val="0" />
  724. <w:sz w:val="18" />
  725. <w:szCs w:val="18" />
  726. <w:vertAlign w:val="baseline" />
  727. </w:rPr>
  728. <w:t>立项</w:t>
  729. </w:r>
  730. </w:p>
  731. <w:p>
  732. <w:pPr>
  733. <w:jc w:val="center" />
  734. <w:rPr>
  735. <w:rFonts w:hint="eastAsia" />
  736. <w:b w:val="0" />
  737. <w:bCs w:val="0" />
  738. <w:sz w:val="18" />
  739. <w:szCs w:val="18" />
  740. <w:vertAlign w:val="baseline" />
  741. </w:rPr>
  742. </w:pPr>
  743. <w:r>
  744. <w:rPr>
  745. <w:rFonts w:hint="eastAsia" />
  746. <w:b w:val="0" />
  747. <w:bCs w:val="0" />
  748. <w:sz w:val="18" />
  749. <w:szCs w:val="18" />
  750. <w:vertAlign w:val="baseline" />
  751. </w:rPr>
  752. <w:t>依据</w:t>
  753. </w:r>
  754. </w:p>
  755. </w:tc>
  756. <w:tc>
  757. <w:tcPr>
  758. <w:tcW w:w="7102" w:type="dxa" />
  759. <w:gridSpan w:val="5" />
  760. <w:noWrap w:val="0" />
  761. <w:vAlign w:val="top" />
  762. </w:tcPr>
  763. <w:p>
  764. <w:pPr>
  765. <w:jc w:val="both" />
  766. <w:rPr>
  767. <w:rFonts w:hint="eastAsia" />
  768. <w:b w:val="0" />
  769. <w:bCs w:val="0" />
  770. <w:sz w:val="18" />
  771. <w:szCs w:val="18" />
  772. <w:vertAlign w:val="baseline" />
  773. </w:rPr>
  774. </w:pPr>
  775. <w:r>
  776. <w:rPr>
  777. <w:rFonts w:hint="eastAsia" />
  778. <w:b />
  779. <w:bCs />
  780. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  781. </w:rPr>
  782. <w:t><#if BASIS??>${BASIS?replace("\r\n","<w:br/>")?replace("\r","<w:br/>")}<#else></#if></w:t>
  783. </w:r>
  784. </w:p>
  785. </w:tc>
  786. </w:tr>
  787. <w:tr>
  788. <w:tblPrEx>
  789. <w:tblBorders>
  790. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  791. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  792. <w:bottom w:val="single" w:color="auto" w:sz="4"
  793. w:space="0" />
  794. <w:right w:val="single" w:color="auto" w:sz="4"
  795. w:space="0" />
  796. <w:insideH w:val="single" w:color="auto" w:sz="4"
  797. w:space="0" />
  798. <w:insideV w:val="single" w:color="auto" w:sz="4"
  799. w:space="0" />
  800. </w:tblBorders>
  801. <w:tblLayout w:type="fixed" />
  802. <w:tblCellMar>
  803. <w:left w:w="108" w:type="dxa" />
  804. <w:right w:w="108" w:type="dxa" />
  805. </w:tblCellMar>
  806. </w:tblPrEx>
  807. <w:trPr>
  808. <w:trHeight w:val="7106" w:hRule="atLeast" />
  809. </w:trPr>
  810. <w:tc>
  811. <w:tcPr>
  812. <w:tcW w:w="1420" w:type="dxa" />
  813. <w:noWrap w:val="0" />
  814. <w:vAlign w:val="top" />
  815. </w:tcPr>
  816. <w:p>
  817. <w:pPr>
  818. <w:jc w:val="center" />
  819. <w:rPr>
  820. <w:rFonts w:hint="eastAsia" />
  821. <w:b w:val="0" />
  822. <w:bCs w:val="0" />
  823. <w:sz w:val="18" />
  824. <w:szCs w:val="18" />
  825. <w:vertAlign w:val="baseline" />
  826. </w:rPr>
  827. </w:pPr>
  828. <w:r>
  829. <w:rPr>
  830. <w:rFonts w:hint="eastAsia" />
  831. <w:b w:val="0" />
  832. <w:bCs w:val="0" />
  833. <w:sz w:val="18" />
  834. <w:szCs w:val="18" />
  835. <w:vertAlign w:val="baseline" />
  836. </w:rPr>
  837. <w:t>技术</w:t>
  838. </w:r>
  839. </w:p>
  840. <w:p>
  841. <w:pPr>
  842. <w:jc w:val="center" />
  843. <w:rPr>
  844. <w:rFonts w:hint="eastAsia" />
  845. <w:b w:val="0" />
  846. <w:bCs w:val="0" />
  847. <w:sz w:val="18" />
  848. <w:szCs w:val="18" />
  849. <w:vertAlign w:val="baseline" />
  850. </w:rPr>
  851. </w:pPr>
  852. <w:r>
  853. <w:rPr>
  854. <w:rFonts w:hint="eastAsia" />
  855. <w:b w:val="0" />
  856. <w:bCs w:val="0" />
  857. <w:sz w:val="18" />
  858. <w:szCs w:val="18" />
  859. <w:vertAlign w:val="baseline" />
  860. </w:rPr>
  861. <w:t>方案</w:t>
  862. </w:r>
  863. </w:p>
  864. <w:p>
  865. <w:pPr>
  866. <w:jc w:val="center" />
  867. <w:rPr>
  868. <w:rFonts w:hint="eastAsia" />
  869. <w:b w:val="0" />
  870. <w:bCs w:val="0" />
  871. <w:sz w:val="18" />
  872. <w:szCs w:val="18" />
  873. <w:vertAlign w:val="baseline" />
  874. </w:rPr>
  875. </w:pPr>
  876. <w:r>
  877. <w:rPr>
  878. <w:rFonts w:hint="eastAsia" />
  879. <w:b w:val="0" />
  880. <w:bCs w:val="0" />
  881. <w:sz w:val="18" />
  882. <w:szCs w:val="18" />
  883. <w:vertAlign w:val="baseline" />
  884. </w:rPr>
  885. <w:t>设计</w:t>
  886. </w:r>
  887. </w:p>
  888. </w:tc>
  889. <w:tc>
  890. <w:tcPr>
  891. <w:tcW w:w="7102" w:type="dxa" />
  892. <w:gridSpan w:val="5" />
  893. <w:noWrap w:val="0" />
  894. <w:vAlign w:val="top" />
  895. </w:tcPr>
  896. <w:p>
  897. <w:pPr>
  898. <w:jc w:val="both" />
  899. <w:rPr>
  900. <w:rFonts w:hint="eastAsia" />
  901. <w:b w:val="0" />
  902. <w:bCs w:val="0" />
  903. <w:sz w:val="18" />
  904. <w:szCs w:val="18" />
  905. <w:vertAlign w:val="baseline" />
  906. </w:rPr>
  907. </w:pPr>
  908. <w:r>
  909. <w:rPr>
  910. <w:rFonts w:hint="eastAsia" />
  911. <w:b />
  912. <w:bCs />
  913. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  914. </w:rPr>
  915. <w:t><#if DESIGN??>${DESIGN?replace("\r\n","<w:br/>")?replace("\r","<w:br/>")}<#else></#if></w:t>
  916. </w:r>
  917. </w:p>
  918. </w:tc>
  919. </w:tr>
  920. <w:tr>
  921. <w:tblPrEx>
  922. <w:tblBorders>
  923. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  924. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  925. <w:bottom w:val="single" w:color="auto" w:sz="4"
  926. w:space="0" />
  927. <w:right w:val="single" w:color="auto" w:sz="4"
  928. w:space="0" />
  929. <w:insideH w:val="single" w:color="auto" w:sz="4"
  930. w:space="0" />
  931. <w:insideV w:val="single" w:color="auto" w:sz="4"
  932. w:space="0" />
  933. </w:tblBorders>
  934. <w:tblLayout w:type="fixed" />
  935. <w:tblCellMar>
  936. <w:left w:w="108" w:type="dxa" />
  937. <w:right w:w="108" w:type="dxa" />
  938. </w:tblCellMar>
  939. </w:tblPrEx>
  940. <w:trPr>
  941. <w:trHeight w:val="3936" w:hRule="atLeast" />
  942. </w:trPr>
  943. <w:tc>
  944. <w:tcPr>
  945. <w:tcW w:w="1420" w:type="dxa" />
  946. <w:noWrap w:val="0" />
  947. <w:vAlign w:val="top" />
  948. </w:tcPr>
  949. <w:p>
  950. <w:pPr>
  951. <w:jc w:val="center" />
  952. <w:rPr>
  953. <w:rFonts w:hint="eastAsia" />
  954. <w:b w:val="0" />
  955. <w:bCs w:val="0" />
  956. <w:sz w:val="18" />
  957. <w:szCs w:val="18" />
  958. <w:vertAlign w:val="baseline" />
  959. </w:rPr>
  960. </w:pPr>
  961. </w:p>
  962. <w:p>
  963. <w:pPr>
  964. <w:jc w:val="center" />
  965. <w:rPr>
  966. <w:rFonts w:hint="eastAsia" />
  967. <w:b w:val="0" />
  968. <w:bCs w:val="0" />
  969. <w:sz w:val="18" />
  970. <w:szCs w:val="18" />
  971. <w:vertAlign w:val="baseline" />
  972. </w:rPr>
  973. </w:pPr>
  974. </w:p>
  975. <w:p>
  976. <w:pPr>
  977. <w:jc w:val="center" />
  978. <w:rPr>
  979. <w:rFonts w:hint="eastAsia" />
  980. <w:b w:val="0" />
  981. <w:bCs w:val="0" />
  982. <w:sz w:val="18" />
  983. <w:szCs w:val="18" />
  984. <w:vertAlign w:val="baseline" />
  985. </w:rPr>
  986. </w:pPr>
  987. </w:p>
  988. <w:p>
  989. <w:pPr>
  990. <w:jc w:val="center" />
  991. <w:rPr>
  992. <w:rFonts w:hint="eastAsia" />
  993. <w:b w:val="0" />
  994. <w:bCs w:val="0" />
  995. <w:sz w:val="18" />
  996. <w:szCs w:val="18" />
  997. <w:vertAlign w:val="baseline" />
  998. </w:rPr>
  999. </w:pPr>
  1000. </w:p>
  1001. <w:p>
  1002. <w:pPr>
  1003. <w:jc w:val="center" />
  1004. <w:rPr>
  1005. <w:rFonts w:hint="eastAsia" />
  1006. <w:b w:val="0" />
  1007. <w:bCs w:val="0" />
  1008. <w:sz w:val="18" />
  1009. <w:szCs w:val="18" />
  1010. <w:vertAlign w:val="baseline" />
  1011. </w:rPr>
  1012. </w:pPr>
  1013. <w:r>
  1014. <w:rPr>
  1015. <w:rFonts w:hint="eastAsia" />
  1016. <w:b w:val="0" />
  1017. <w:bCs w:val="0" />
  1018. <w:sz w:val="18" />
  1019. <w:szCs w:val="18" />
  1020. <w:vertAlign w:val="baseline" />
  1021. </w:rPr>
  1022. <w:t>工程质量</w:t>
  1023. </w:r>
  1024. </w:p>
  1025. <w:p>
  1026. <w:pPr>
  1027. <w:jc w:val="center" />
  1028. <w:rPr>
  1029. <w:rFonts w:hint="eastAsia" />
  1030. <w:b w:val="0" />
  1031. <w:bCs w:val="0" />
  1032. <w:sz w:val="18" />
  1033. <w:szCs w:val="18" />
  1034. <w:vertAlign w:val="baseline" />
  1035. </w:rPr>
  1036. </w:pPr>
  1037. <w:r>
  1038. <w:rPr>
  1039. <w:rFonts w:hint="eastAsia" />
  1040. <w:b w:val="0" />
  1041. <w:bCs w:val="0" />
  1042. <w:sz w:val="18" />
  1043. <w:szCs w:val="18" />
  1044. <w:vertAlign w:val="baseline" />
  1045. </w:rPr>
  1046. <w:t>和进度</w:t>
  1047. </w:r>
  1048. </w:p>
  1049. <w:p>
  1050. <w:pPr>
  1051. <w:jc w:val="center" />
  1052. <w:rPr>
  1053. <w:rFonts w:hint="eastAsia" />
  1054. <w:b w:val="0" />
  1055. <w:bCs w:val="0" />
  1056. <w:sz w:val="18" />
  1057. <w:szCs w:val="18" />
  1058. <w:vertAlign w:val="baseline" />
  1059. </w:rPr>
  1060. </w:pPr>
  1061. <w:r>
  1062. <w:rPr>
  1063. <w:rFonts w:hint="eastAsia" />
  1064. <w:b w:val="0" />
  1065. <w:bCs w:val="0" />
  1066. <w:sz w:val="18" />
  1067. <w:szCs w:val="18" />
  1068. <w:vertAlign w:val="baseline" />
  1069. </w:rPr>
  1070. <w:t>控制计划</w:t>
  1071. </w:r>
  1072. </w:p>
  1073. </w:tc>
  1074. <w:tc>
  1075. <w:tcPr>
  1076. <w:tcW w:w="7102" w:type="dxa" />
  1077. <w:gridSpan w:val="5" />
  1078. <w:noWrap w:val="0" />
  1079. <w:vAlign w:val="top" />
  1080. </w:tcPr>
  1081. <w:p>
  1082. <w:pPr>
  1083. <w:jc w:val="both" />
  1084. <w:rPr>
  1085. <w:rFonts w:hint="eastAsia" />
  1086. <w:b w:val="0" />
  1087. <w:bCs w:val="0" />
  1088. <w:sz w:val="18" />
  1089. <w:szCs w:val="18" />
  1090. <w:vertAlign w:val="baseline" />
  1091. </w:rPr>
  1092. </w:pPr>
  1093. <w:r>
  1094. <w:rPr>
  1095. <w:rFonts w:hint="eastAsia" />
  1096. <w:b />
  1097. <w:bCs />
  1098. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1099. </w:rPr>
  1100. <w:t><#if QUALITY_PROGRESS??>${QUALITY_PROGRESS?replace("\r\n","<w:br/>")?replace("\r","<w:br/>")}<#else></#if></w:t>
  1101. </w:r>
  1102. </w:p>
  1103. </w:tc>
  1104. </w:tr>
  1105. <w:tr>
  1106. <w:tblPrEx>
  1107. <w:tblBorders>
  1108. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1109. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1110. <w:bottom w:val="single" w:color="auto" w:sz="4"
  1111. w:space="0" />
  1112. <w:right w:val="single" w:color="auto" w:sz="4"
  1113. w:space="0" />
  1114. <w:insideH w:val="single" w:color="auto" w:sz="4"
  1115. w:space="0" />
  1116. <w:insideV w:val="single" w:color="auto" w:sz="4"
  1117. w:space="0" />
  1118. </w:tblBorders>
  1119. <w:tblLayout w:type="fixed" />
  1120. <w:tblCellMar>
  1121. <w:left w:w="108" w:type="dxa" />
  1122. <w:right w:w="108" w:type="dxa" />
  1123. </w:tblCellMar>
  1124. </w:tblPrEx>
  1125. <w:trPr>
  1126. <w:trHeight w:val="622" w:hRule="atLeast" />
  1127. </w:trPr>
  1128. <w:tc>
  1129. <w:tcPr>
  1130. <w:tcW w:w="1420" w:type="dxa" />
  1131. <w:vMerge w:val="restart" />
  1132. <w:noWrap w:val="0" />
  1133. <w:vAlign w:val="top" />
  1134. </w:tcPr>
  1135. <w:p>
  1136. <w:pPr>
  1137. <w:jc w:val="center" />
  1138. <w:rPr>
  1139. <w:rFonts w:hint="eastAsia" />
  1140. <w:b w:val="0" />
  1141. <w:bCs w:val="0" />
  1142. <w:sz w:val="18" />
  1143. <w:szCs w:val="18" />
  1144. <w:vertAlign w:val="baseline" />
  1145. </w:rPr>
  1146. </w:pPr>
  1147. </w:p>
  1148. <w:p>
  1149. <w:pPr>
  1150. <w:jc w:val="center" />
  1151. <w:rPr>
  1152. <w:rFonts w:hint="eastAsia" />
  1153. <w:b w:val="0" />
  1154. <w:bCs w:val="0" />
  1155. <w:sz w:val="18" />
  1156. <w:szCs w:val="18" />
  1157. <w:vertAlign w:val="baseline" />
  1158. </w:rPr>
  1159. </w:pPr>
  1160. </w:p>
  1161. <w:p>
  1162. <w:pPr>
  1163. <w:jc w:val="center" />
  1164. <w:rPr>
  1165. <w:rFonts w:hint="eastAsia" />
  1166. <w:b w:val="0" />
  1167. <w:bCs w:val="0" />
  1168. <w:sz w:val="18" />
  1169. <w:szCs w:val="18" />
  1170. <w:vertAlign w:val="baseline" />
  1171. </w:rPr>
  1172. </w:pPr>
  1173. </w:p>
  1174. <w:p>
  1175. <w:pPr>
  1176. <w:jc w:val="center" />
  1177. <w:rPr>
  1178. <w:rFonts w:hint="eastAsia" />
  1179. <w:b w:val="0" />
  1180. <w:bCs w:val="0" />
  1181. <w:sz w:val="18" />
  1182. <w:szCs w:val="18" />
  1183. <w:vertAlign w:val="baseline" />
  1184. </w:rPr>
  1185. </w:pPr>
  1186. </w:p>
  1187. <w:p>
  1188. <w:pPr>
  1189. <w:jc w:val="center" />
  1190. <w:rPr>
  1191. <w:rFonts w:hint="eastAsia" />
  1192. <w:b w:val="0" />
  1193. <w:bCs w:val="0" />
  1194. <w:sz w:val="18" />
  1195. <w:szCs w:val="18" />
  1196. <w:vertAlign w:val="baseline" />
  1197. </w:rPr>
  1198. </w:pPr>
  1199. </w:p>
  1200. <w:p>
  1201. <w:pPr>
  1202. <w:jc w:val="center" />
  1203. <w:rPr>
  1204. <w:rFonts w:hint="eastAsia" />
  1205. <w:b w:val="0" />
  1206. <w:bCs w:val="0" />
  1207. <w:sz w:val="18" />
  1208. <w:szCs w:val="18" />
  1209. <w:vertAlign w:val="baseline" />
  1210. </w:rPr>
  1211. </w:pPr>
  1212. </w:p>
  1213. <w:p>
  1214. <w:pPr>
  1215. <w:jc w:val="center" />
  1216. <w:rPr>
  1217. <w:rFonts w:hint="eastAsia" />
  1218. <w:b w:val="0" />
  1219. <w:bCs w:val="0" />
  1220. <w:sz w:val="18" />
  1221. <w:szCs w:val="18" />
  1222. <w:vertAlign w:val="baseline" />
  1223. </w:rPr>
  1224. </w:pPr>
  1225. </w:p>
  1226. <w:p>
  1227. <w:pPr>
  1228. <w:jc w:val="center" />
  1229. <w:rPr>
  1230. <w:rFonts w:hint="eastAsia" />
  1231. <w:b w:val="0" />
  1232. <w:bCs w:val="0" />
  1233. <w:sz w:val="18" />
  1234. <w:szCs w:val="18" />
  1235. <w:vertAlign w:val="baseline" />
  1236. </w:rPr>
  1237. </w:pPr>
  1238. <w:r>
  1239. <w:rPr>
  1240. <w:rFonts w:hint="eastAsia" />
  1241. <w:b w:val="0" />
  1242. <w:bCs w:val="0" />
  1243. <w:sz w:val="18" />
  1244. <w:szCs w:val="18" />
  1245. <w:vertAlign w:val="baseline" />
  1246. </w:rPr>
  1247. <w:t>工程</w:t>
  1248. </w:r>
  1249. </w:p>
  1250. <w:p>
  1251. <w:pPr>
  1252. <w:jc w:val="center" />
  1253. <w:rPr>
  1254. <w:rFonts w:hint="eastAsia" />
  1255. <w:b w:val="0" />
  1256. <w:bCs w:val="0" />
  1257. <w:sz w:val="18" />
  1258. <w:szCs w:val="18" />
  1259. <w:vertAlign w:val="baseline" />
  1260. </w:rPr>
  1261. </w:pPr>
  1262. <w:r>
  1263. <w:rPr>
  1264. <w:rFonts w:hint="eastAsia" />
  1265. <w:b w:val="0" />
  1266. <w:bCs w:val="0" />
  1267. <w:sz w:val="18" />
  1268. <w:szCs w:val="18" />
  1269. <w:vertAlign w:val="baseline" />
  1270. </w:rPr>
  1271. <w:t>费用</w:t>
  1272. </w:r>
  1273. </w:p>
  1274. <w:p>
  1275. <w:pPr>
  1276. <w:jc w:val="center" />
  1277. <w:rPr>
  1278. <w:rFonts w:hint="eastAsia" />
  1279. <w:b w:val="0" />
  1280. <w:bCs w:val="0" />
  1281. <w:sz w:val="18" />
  1282. <w:szCs w:val="18" />
  1283. <w:vertAlign w:val="baseline" />
  1284. </w:rPr>
  1285. </w:pPr>
  1286. <w:r>
  1287. <w:rPr>
  1288. <w:rFonts w:hint="eastAsia" />
  1289. <w:b w:val="0" />
  1290. <w:bCs w:val="0" />
  1291. <w:sz w:val="18" />
  1292. <w:szCs w:val="18" />
  1293. <w:vertAlign w:val="baseline" />
  1294. </w:rPr>
  1295. <w:t>估算</w:t>
  1296. </w:r>
  1297. </w:p>
  1298. </w:tc>
  1299. <w:tc>
  1300. <w:tcPr>
  1301. <w:tcW w:w="7102" w:type="dxa" />
  1302. <w:gridSpan w:val="5" />
  1303. <w:noWrap w:val="0" />
  1304. <w:vAlign w:val="top" />
  1305. </w:tcPr>
  1306. <w:p>
  1307. <w:pPr>
  1308. <w:spacing w:line="360" w:lineRule="auto" />
  1309. <w:jc w:val="center" />
  1310. <w:rPr>
  1311. <w:rFonts w:hint="eastAsia" />
  1312. <w:b w:val="0" />
  1313. <w:bCs w:val="0" />
  1314. <w:sz w:val="18" />
  1315. <w:szCs w:val="18" />
  1316. <w:vertAlign w:val="baseline" />
  1317. </w:rPr>
  1318. </w:pPr>
  1319. <w:r>
  1320. <w:rPr>
  1321. <w:rFonts w:hint="eastAsia" />
  1322. <w:b w:val="0" />
  1323. <w:bCs w:val="0" />
  1324. <w:sz w:val="18" />
  1325. <w:szCs w:val="18" />
  1326. <w:vertAlign w:val="baseline" />
  1327. </w:rPr>
  1328. <w:t>工程费用估算清单</w:t>
  1329. </w:r>
  1330. </w:p>
  1331. </w:tc>
  1332. </w:tr>
  1333. <w:tr>
  1334. <w:tblPrEx>
  1335. <w:tblBorders>
  1336. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1337. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1338. <w:bottom w:val="single" w:color="auto" w:sz="4"
  1339. w:space="0" />
  1340. <w:right w:val="single" w:color="auto" w:sz="4"
  1341. w:space="0" />
  1342. <w:insideH w:val="single" w:color="auto" w:sz="4"
  1343. w:space="0" />
  1344. <w:insideV w:val="single" w:color="auto" w:sz="4"
  1345. w:space="0" />
  1346. </w:tblBorders>
  1347. <w:tblLayout w:type="fixed" />
  1348. <w:tblCellMar>
  1349. <w:left w:w="108" w:type="dxa" />
  1350. <w:right w:w="108" w:type="dxa" />
  1351. </w:tblCellMar>
  1352. </w:tblPrEx>
  1353. <w:trPr>
  1354. <w:trHeight w:val="462" w:hRule="atLeast" />
  1355. </w:trPr>
  1356. <w:tc>
  1357. <w:tcPr>
  1358. <w:tcW w:w="1420" w:type="dxa" />
  1359. <w:vMerge w:val="continue" />
  1360. <w:noWrap w:val="0" />
  1361. <w:vAlign w:val="top" />
  1362. </w:tcPr>
  1363. <w:p>
  1364. <w:pPr>
  1365. <w:jc w:val="center" />
  1366. <w:rPr>
  1367. <w:rFonts w:hint="eastAsia" />
  1368. <w:b w:val="0" />
  1369. <w:bCs w:val="0" />
  1370. <w:sz w:val="18" />
  1371. <w:szCs w:val="18" />
  1372. <w:vertAlign w:val="baseline" />
  1373. </w:rPr>
  1374. </w:pPr>
  1375. </w:p>
  1376. </w:tc>
  1377. <w:tc>
  1378. <w:tcPr>
  1379. <w:tcW w:w="1420" w:type="dxa" />
  1380. <w:noWrap w:val="0" />
  1381. <w:vAlign w:val="top" />
  1382. </w:tcPr>
  1383. <w:p>
  1384. <w:pPr>
  1385. <w:spacing w:line="360" w:lineRule="auto" />
  1386. <w:jc w:val="center" />
  1387. <w:rPr>
  1388. <w:rFonts w:hint="eastAsia" />
  1389. <w:b w:val="0" />
  1390. <w:bCs w:val="0" />
  1391. <w:sz w:val="18" />
  1392. <w:szCs w:val="18" />
  1393. <w:vertAlign w:val="baseline" />
  1394. </w:rPr>
  1395. </w:pPr>
  1396. <w:r>
  1397. <w:rPr>
  1398. <w:rFonts w:hint="eastAsia" />
  1399. <w:b w:val="0" />
  1400. <w:bCs w:val="0" />
  1401. <w:sz w:val="18" />
  1402. <w:szCs w:val="18" />
  1403. <w:vertAlign w:val="baseline" />
  1404. </w:rPr>
  1405. <w:t>分项名称</w:t>
  1406. </w:r>
  1407. </w:p>
  1408. </w:tc>
  1409. <w:tc>
  1410. <w:tcPr>
  1411. <w:tcW w:w="1420" w:type="dxa" />
  1412. <w:noWrap w:val="0" />
  1413. <w:vAlign w:val="top" />
  1414. </w:tcPr>
  1415. <w:p>
  1416. <w:pPr>
  1417. <w:spacing w:line="360" w:lineRule="auto" />
  1418. <w:jc w:val="center" />
  1419. <w:rPr>
  1420. <w:rFonts w:hint="eastAsia" />
  1421. <w:b w:val="0" />
  1422. <w:bCs w:val="0" />
  1423. <w:sz w:val="18" />
  1424. <w:szCs w:val="18" />
  1425. <w:vertAlign w:val="baseline" />
  1426. </w:rPr>
  1427. </w:pPr>
  1428. <w:r>
  1429. <w:rPr>
  1430. <w:rFonts w:hint="eastAsia" />
  1431. <w:b w:val="0" />
  1432. <w:bCs w:val="0" />
  1433. <w:sz w:val="18" />
  1434. <w:szCs w:val="18" />
  1435. <w:vertAlign w:val="baseline" />
  1436. </w:rPr>
  1437. <w:t>计价单位</w:t>
  1438. </w:r>
  1439. </w:p>
  1440. </w:tc>
  1441. <w:tc>
  1442. <w:tcPr>
  1443. <w:tcW w:w="1420" w:type="dxa" />
  1444. <w:noWrap w:val="0" />
  1445. <w:vAlign w:val="top" />
  1446. </w:tcPr>
  1447. <w:p>
  1448. <w:pPr>
  1449. <w:spacing w:line="360" w:lineRule="auto" />
  1450. <w:jc w:val="center" />
  1451. <w:rPr>
  1452. <w:rFonts w:hint="eastAsia" />
  1453. <w:b w:val="0" />
  1454. <w:bCs w:val="0" />
  1455. <w:sz w:val="18" />
  1456. <w:szCs w:val="18" />
  1457. <w:vertAlign w:val="baseline" />
  1458. </w:rPr>
  1459. </w:pPr>
  1460. <w:r>
  1461. <w:rPr>
  1462. <w:rFonts w:hint="eastAsia" />
  1463. <w:b w:val="0" />
  1464. <w:bCs w:val="0" />
  1465. <w:sz w:val="18" />
  1466. <w:szCs w:val="18" />
  1467. <w:vertAlign w:val="baseline" />
  1468. </w:rPr>
  1469. <w:t>单价(元)</w:t>
  1470. </w:r>
  1471. </w:p>
  1472. </w:tc>
  1473. <w:tc>
  1474. <w:tcPr>
  1475. <w:tcW w:w="1421" w:type="dxa" />
  1476. <w:noWrap w:val="0" />
  1477. <w:vAlign w:val="top" />
  1478. </w:tcPr>
  1479. <w:p>
  1480. <w:pPr>
  1481. <w:spacing w:line="360" w:lineRule="auto" />
  1482. <w:jc w:val="center" />
  1483. <w:rPr>
  1484. <w:rFonts w:hint="eastAsia" />
  1485. <w:b w:val="0" />
  1486. <w:bCs w:val="0" />
  1487. <w:sz w:val="18" />
  1488. <w:szCs w:val="18" />
  1489. <w:vertAlign w:val="baseline" />
  1490. </w:rPr>
  1491. </w:pPr>
  1492. <w:r>
  1493. <w:rPr>
  1494. <w:rFonts w:hint="eastAsia" />
  1495. <w:b w:val="0" />
  1496. <w:bCs w:val="0" />
  1497. <w:sz w:val="18" />
  1498. <w:szCs w:val="18" />
  1499. <w:vertAlign w:val="baseline" />
  1500. </w:rPr>
  1501. <w:t>数量</w:t>
  1502. </w:r>
  1503. </w:p>
  1504. </w:tc>
  1505. <w:tc>
  1506. <w:tcPr>
  1507. <w:tcW w:w="1421" w:type="dxa" />
  1508. <w:noWrap w:val="0" />
  1509. <w:vAlign w:val="top" />
  1510. </w:tcPr>
  1511. <w:p>
  1512. <w:pPr>
  1513. <w:spacing w:line="360" w:lineRule="auto" />
  1514. <w:jc w:val="center" />
  1515. <w:rPr>
  1516. <w:rFonts w:hint="eastAsia" />
  1517. <w:b w:val="0" />
  1518. <w:bCs w:val="0" />
  1519. <w:sz w:val="18" />
  1520. <w:szCs w:val="18" />
  1521. <w:vertAlign w:val="baseline" />
  1522. </w:rPr>
  1523. </w:pPr>
  1524. <w:r>
  1525. <w:rPr>
  1526. <w:rFonts w:hint="eastAsia" />
  1527. <w:b w:val="0" />
  1528. <w:bCs w:val="0" />
  1529. <w:sz w:val="18" />
  1530. <w:szCs w:val="18" />
  1531. <w:vertAlign w:val="baseline" />
  1532. </w:rPr>
  1533. <w:t>总价(元)</w:t>
  1534. </w:r>
  1535. </w:p>
  1536. </w:tc>
  1537. </w:tr>
  1538. <#list list as l>
  1539. <w:tr>
  1540. <w:tblPrEx>
  1541. <w:tblBorders>
  1542. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1543. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1544. <w:bottom w:val="single" w:color="auto" w:sz="4"
  1545. w:space="0" />
  1546. <w:right w:val="single" w:color="auto" w:sz="4"
  1547. w:space="0" />
  1548. <w:insideH w:val="single" w:color="auto" w:sz="4"
  1549. w:space="0" />
  1550. <w:insideV w:val="single" w:color="auto" w:sz="4"
  1551. w:space="0" />
  1552. </w:tblBorders>
  1553. <w:tblLayout w:type="fixed" />
  1554. <w:tblCellMar>
  1555. <w:left w:w="108" w:type="dxa" />
  1556. <w:right w:w="108" w:type="dxa" />
  1557. </w:tblCellMar>
  1558. </w:tblPrEx>
  1559. <w:trPr>
  1560. <w:trHeight w:val="442" w:hRule="atLeast" />
  1561. </w:trPr>
  1562. <w:tc>
  1563. <w:tcPr>
  1564. <w:tcW w:w="1420" w:type="dxa" />
  1565. <w:vMerge w:val="continue" />
  1566. <w:noWrap w:val="0" />
  1567. <w:vAlign w:val="top" />
  1568. </w:tcPr>
  1569. <w:p>
  1570. <w:pPr>
  1571. <w:jc w:val="center" />
  1572. <w:rPr>
  1573. <w:rFonts w:hint="eastAsia" />
  1574. <w:b w:val="0" />
  1575. <w:bCs w:val="0" />
  1576. <w:sz w:val="18" />
  1577. <w:szCs w:val="18" />
  1578. <w:vertAlign w:val="baseline" />
  1579. </w:rPr>
  1580. </w:pPr>
  1581. </w:p>
  1582. </w:tc>
  1583. <w:tc>
  1584. <w:tcPr>
  1585. <w:tcW w:w="1420" w:type="dxa" />
  1586. <w:noWrap w:val="0" />
  1587. <w:vAlign w:val="top" />
  1588. </w:tcPr>
  1589. <w:p>
  1590. <w:pPr>
  1591. <w:spacing w:line="360" w:lineRule="auto" />
  1592. <w:jc w:val="center" />
  1593. <w:rPr>
  1594. <w:rFonts w:hint="eastAsia" />
  1595. <w:b w:val="0" />
  1596. <w:bCs w:val="0" />
  1597. <w:sz w:val="18" />
  1598. <w:szCs w:val="18" />
  1599. <w:vertAlign w:val="baseline" />
  1600. </w:rPr>
  1601. </w:pPr>
  1602. <w:r>
  1603. <w:rPr>
  1604. <w:rFonts w:hint="eastAsia" />
  1605. <w:b />
  1606. <w:bCs />
  1607. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1608. </w:rPr>
  1609. <w:t><#if l.ITEM_NAME??>${l.ITEM_NAME}<#else></#if></w:t>
  1610. </w:r>
  1611. </w:p>
  1612. </w:tc>
  1613. <w:tc>
  1614. <w:tcPr>
  1615. <w:tcW w:w="1420" w:type="dxa" />
  1616. <w:noWrap w:val="0" />
  1617. <w:vAlign w:val="top" />
  1618. </w:tcPr>
  1619. <w:p>
  1620. <w:pPr>
  1621. <w:spacing w:line="360" w:lineRule="auto" />
  1622. <w:jc w:val="center" />
  1623. <w:rPr>
  1624. <w:rFonts w:hint="eastAsia" />
  1625. <w:b w:val="0" />
  1626. <w:bCs w:val="0" />
  1627. <w:sz w:val="18" />
  1628. <w:szCs w:val="18" />
  1629. <w:vertAlign w:val="baseline" />
  1630. </w:rPr>
  1631. </w:pPr>
  1632. <w:r>
  1633. <w:rPr>
  1634. <w:rFonts w:hint="eastAsia" />
  1635. <w:b />
  1636. <w:bCs />
  1637. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1638. </w:rPr>
  1639. <w:t><#if l.UNIT??>${l.UNIT}<#else></#if></w:t>
  1640. </w:r>
  1641. </w:p>
  1642. </w:tc>
  1643. <w:tc>
  1644. <w:tcPr>
  1645. <w:tcW w:w="1420" w:type="dxa" />
  1646. <w:noWrap w:val="0" />
  1647. <w:vAlign w:val="top" />
  1648. </w:tcPr>
  1649. <w:p>
  1650. <w:pPr>
  1651. <w:spacing w:line="360" w:lineRule="auto" />
  1652. <w:jc w:val="center" />
  1653. <w:rPr>
  1654. <w:rFonts w:hint="eastAsia" />
  1655. <w:b w:val="0" />
  1656. <w:bCs w:val="0" />
  1657. <w:sz w:val="18" />
  1658. <w:szCs w:val="18" />
  1659. <w:vertAlign w:val="baseline" />
  1660. </w:rPr>
  1661. </w:pPr>
  1662. <w:r>
  1663. <w:rPr>
  1664. <w:rFonts w:hint="eastAsia" />
  1665. <w:b />
  1666. <w:bCs />
  1667. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1668. </w:rPr>
  1669. <w:t><#if l.UNIT_PRICE??>${l.UNIT_PRICE}<#else></#if></w:t>
  1670. </w:r>
  1671. </w:p>
  1672. </w:tc>
  1673. <w:tc>
  1674. <w:tcPr>
  1675. <w:tcW w:w="1421" w:type="dxa" />
  1676. <w:noWrap w:val="0" />
  1677. <w:vAlign w:val="top" />
  1678. </w:tcPr>
  1679. <w:p>
  1680. <w:pPr>
  1681. <w:spacing w:line="360" w:lineRule="auto" />
  1682. <w:jc w:val="center" />
  1683. <w:rPr>
  1684. <w:rFonts w:hint="eastAsia" />
  1685. <w:b w:val="0" />
  1686. <w:bCs w:val="0" />
  1687. <w:sz w:val="18" />
  1688. <w:szCs w:val="18" />
  1689. <w:vertAlign w:val="baseline" />
  1690. </w:rPr>
  1691. </w:pPr>
  1692. <w:r>
  1693. <w:rPr>
  1694. <w:rFonts w:hint="eastAsia" />
  1695. <w:b />
  1696. <w:bCs />
  1697. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1698. </w:rPr>
  1699. <w:t><#if l.NUMBER??>${l.NUMBER}<#else></#if></w:t>
  1700. </w:r>
  1701. </w:p>
  1702. </w:tc>
  1703. <w:tc>
  1704. <w:tcPr>
  1705. <w:tcW w:w="1421" w:type="dxa" />
  1706. <w:noWrap w:val="0" />
  1707. <w:vAlign w:val="top" />
  1708. </w:tcPr>
  1709. <w:p>
  1710. <w:pPr>
  1711. <w:spacing w:line="360" w:lineRule="auto" />
  1712. <w:jc w:val="center" />
  1713. <w:rPr>
  1714. <w:rFonts w:hint="eastAsia" />
  1715. <w:b w:val="0" />
  1716. <w:bCs w:val="0" />
  1717. <w:sz w:val="18" />
  1718. <w:szCs w:val="18" />
  1719. <w:vertAlign w:val="baseline" />
  1720. </w:rPr>
  1721. </w:pPr>
  1722. <w:r>
  1723. <w:rPr>
  1724. <w:rFonts w:hint="eastAsia" />
  1725. <w:b />
  1726. <w:bCs />
  1727. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1728. </w:rPr>
  1729. <w:t><#if l.TOTAL_COST??>${l.TOTAL_COST}<#else></#if></w:t>
  1730. </w:r>
  1731. </w:p>
  1732. </w:tc>
  1733. </w:tr>
  1734. </#list>
  1735. <w:tr>
  1736. <w:tblPrEx>
  1737. <w:tblBorders>
  1738. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1739. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1740. <w:bottom w:val="single" w:color="auto" w:sz="4"
  1741. w:space="0" />
  1742. <w:right w:val="single" w:color="auto" w:sz="4"
  1743. w:space="0" />
  1744. <w:insideH w:val="single" w:color="auto" w:sz="4"
  1745. w:space="0" />
  1746. <w:insideV w:val="single" w:color="auto" w:sz="4"
  1747. w:space="0" />
  1748. </w:tblBorders>
  1749. <w:tblLayout w:type="fixed" />
  1750. <w:tblCellMar>
  1751. <w:left w:w="108" w:type="dxa" />
  1752. <w:right w:w="108" w:type="dxa" />
  1753. </w:tblCellMar>
  1754. </w:tblPrEx>
  1755. <w:trPr>
  1756. <w:trHeight w:val="452" w:hRule="atLeast" />
  1757. </w:trPr>
  1758. <w:tc>
  1759. <w:tcPr>
  1760. <w:tcW w:w="1420" w:type="dxa" />
  1761. <w:vMerge w:val="continue" />
  1762. <w:noWrap w:val="0" />
  1763. <w:vAlign w:val="top" />
  1764. </w:tcPr>
  1765. <w:p>
  1766. <w:pPr>
  1767. <w:jc w:val="center" />
  1768. <w:rPr>
  1769. <w:rFonts w:hint="eastAsia" />
  1770. <w:b w:val="0" />
  1771. <w:bCs w:val="0" />
  1772. <w:sz w:val="18" />
  1773. <w:szCs w:val="18" />
  1774. <w:vertAlign w:val="baseline" />
  1775. </w:rPr>
  1776. </w:pPr>
  1777. </w:p>
  1778. </w:tc>
  1779. <w:tc>
  1780. <w:tcPr>
  1781. <w:tcW w:w="5681" w:type="dxa" />
  1782. <w:gridSpan w:val="4" />
  1783. <w:noWrap w:val="0" />
  1784. <w:vAlign w:val="top" />
  1785. </w:tcPr>
  1786. <w:p>
  1787. <w:pPr>
  1788. <w:spacing w:line="360" w:lineRule="auto" />
  1789. <w:jc w:val="center" />
  1790. <w:rPr>
  1791. <w:rFonts w:hint="eastAsia" />
  1792. <w:b w:val="0" />
  1793. <w:bCs w:val="0" />
  1794. <w:sz w:val="18" />
  1795. <w:szCs w:val="18" />
  1796. <w:vertAlign w:val="baseline" />
  1797. </w:rPr>
  1798. </w:pPr>
  1799. <w:r>
  1800. <w:rPr>
  1801. <w:rFonts w:hint="eastAsia" />
  1802. <w:b w:val="0" />
  1803. <w:bCs w:val="0" />
  1804. <w:sz w:val="18" />
  1805. <w:szCs w:val="18" />
  1806. <w:vertAlign w:val="baseline" />
  1807. </w:rPr>
  1808. <w:t>工程估算总额(万元)</w:t>
  1809. </w:r>
  1810. </w:p>
  1811. </w:tc>
  1812. <w:tc>
  1813. <w:tcPr>
  1814. <w:tcW w:w="1421" w:type="dxa" />
  1815. <w:noWrap w:val="0" />
  1816. <w:vAlign w:val="top" />
  1817. </w:tcPr>
  1818. <w:p>
  1819. <w:pPr>
  1820. <w:spacing w:line="360" w:lineRule="auto" />
  1821. <w:jc w:val="center" />
  1822. <w:rPr>
  1823. <w:rFonts w:hint="eastAsia" />
  1824. <w:b w:val="0" />
  1825. <w:bCs w:val="0" />
  1826. <w:sz w:val="18" />
  1827. <w:szCs w:val="18" />
  1828. <w:vertAlign w:val="baseline" />
  1829. </w:rPr>
  1830. </w:pPr>
  1831. <w:r>
  1832. <w:rPr>
  1833. <w:rFonts w:hint="eastAsia" />
  1834. <w:b />
  1835. <w:bCs />
  1836. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  1837. </w:rPr>
  1838. <w:t><#if TOTAL_COST??>${TOTAL_COST}<#else></#if></w:t>
  1839. </w:r>
  1840. </w:p>
  1841. </w:tc>
  1842. </w:tr>
  1843. <w:tr>
  1844. <w:tblPrEx>
  1845. <w:tblBorders>
  1846. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1847. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  1848. <w:bottom w:val="single" w:color="auto" w:sz="4"
  1849. w:space="0" />
  1850. <w:right w:val="single" w:color="auto" w:sz="4"
  1851. w:space="0" />
  1852. <w:insideH w:val="single" w:color="auto" w:sz="4"
  1853. w:space="0" />
  1854. <w:insideV w:val="single" w:color="auto" w:sz="4"
  1855. w:space="0" />
  1856. </w:tblBorders>
  1857. <w:tblLayout w:type="fixed" />
  1858. <w:tblCellMar>
  1859. <w:left w:w="108" w:type="dxa" />
  1860. <w:right w:w="108" w:type="dxa" />
  1861. </w:tblCellMar>
  1862. </w:tblPrEx>
  1863. <w:trPr>
  1864. <w:trHeight w:val="3426" w:hRule="atLeast" />
  1865. </w:trPr>
  1866. <w:tc>
  1867. <w:tcPr>
  1868. <w:tcW w:w="1420" w:type="dxa" />
  1869. <w:noWrap w:val="0" />
  1870. <w:vAlign w:val="top" />
  1871. </w:tcPr>
  1872. <w:p>
  1873. <w:pPr>
  1874. <w:jc w:val="center" />
  1875. <w:rPr>
  1876. <w:rFonts w:hint="eastAsia" />
  1877. <w:b w:val="0" />
  1878. <w:bCs w:val="0" />
  1879. <w:sz w:val="18" />
  1880. <w:szCs w:val="18" />
  1881. <w:vertAlign w:val="baseline" />
  1882. </w:rPr>
  1883. </w:pPr>
  1884. </w:p>
  1885. <w:p>
  1886. <w:pPr>
  1887. <w:jc w:val="center" />
  1888. <w:rPr>
  1889. <w:rFonts w:hint="eastAsia" />
  1890. <w:b w:val="0" />
  1891. <w:bCs w:val="0" />
  1892. <w:sz w:val="18" />
  1893. <w:szCs w:val="18" />
  1894. <w:vertAlign w:val="baseline" />
  1895. </w:rPr>
  1896. </w:pPr>
  1897. </w:p>
  1898. <w:p>
  1899. <w:pPr>
  1900. <w:jc w:val="center" />
  1901. <w:rPr>
  1902. <w:rFonts w:hint="eastAsia" />
  1903. <w:b w:val="0" />
  1904. <w:bCs w:val="0" />
  1905. <w:sz w:val="18" />
  1906. <w:szCs w:val="18" />
  1907. <w:vertAlign w:val="baseline" />
  1908. </w:rPr>
  1909. </w:pPr>
  1910. </w:p>
  1911. <w:p>
  1912. <w:pPr>
  1913. <w:jc w:val="center" />
  1914. <w:rPr>
  1915. <w:rFonts w:hint="eastAsia" />
  1916. <w:b w:val="0" />
  1917. <w:bCs w:val="0" />
  1918. <w:sz w:val="18" />
  1919. <w:szCs w:val="18" />
  1920. <w:vertAlign w:val="baseline" />
  1921. </w:rPr>
  1922. </w:pPr>
  1923. <w:r>
  1924. <w:rPr>
  1925. <w:rFonts w:hint="eastAsia" />
  1926. <w:b w:val="0" />
  1927. <w:bCs w:val="0" />
  1928. <w:sz w:val="18" />
  1929. <w:szCs w:val="18" />
  1930. <w:vertAlign w:val="baseline" />
  1931. </w:rPr>
  1932. <w:t>其它</w:t>
  1933. </w:r>
  1934. </w:p>
  1935. <w:p>
  1936. <w:pPr>
  1937. <w:jc w:val="center" />
  1938. <w:rPr>
  1939. <w:rFonts w:hint="eastAsia" />
  1940. <w:b w:val="0" />
  1941. <w:bCs w:val="0" />
  1942. <w:sz w:val="18" />
  1943. <w:szCs w:val="18" />
  1944. <w:vertAlign w:val="baseline" />
  1945. </w:rPr>
  1946. </w:pPr>
  1947. <w:r>
  1948. <w:rPr>
  1949. <w:rFonts w:hint="eastAsia" />
  1950. <w:b w:val="0" />
  1951. <w:bCs w:val="0" />
  1952. <w:sz w:val="18" />
  1953. <w:szCs w:val="18" />
  1954. <w:vertAlign w:val="baseline" />
  1955. </w:rPr>
  1956. <w:t>说明</w:t>
  1957. </w:r>
  1958. </w:p>
  1959. <w:p>
  1960. <w:pPr>
  1961. <w:jc w:val="center" />
  1962. <w:rPr>
  1963. <w:rFonts w:hint="eastAsia" />
  1964. <w:b w:val="0" />
  1965. <w:bCs w:val="0" />
  1966. <w:sz w:val="18" />
  1967. <w:szCs w:val="18" />
  1968. <w:vertAlign w:val="baseline" />
  1969. </w:rPr>
  1970. </w:pPr>
  1971. <w:r>
  1972. <w:rPr>
  1973. <w:rFonts w:hint="eastAsia" />
  1974. <w:b w:val="0" />
  1975. <w:bCs w:val="0" />
  1976. <w:sz w:val="18" />
  1977. <w:szCs w:val="18" />
  1978. <w:vertAlign w:val="baseline" />
  1979. </w:rPr>
  1980. <w:t>事项</w:t>
  1981. </w:r>
  1982. </w:p>
  1983. </w:tc>
  1984. <w:tc>
  1985. <w:tcPr>
  1986. <w:tcW w:w="7102" w:type="dxa" />
  1987. <w:gridSpan w:val="5" />
  1988. <w:noWrap w:val="0" />
  1989. <w:vAlign w:val="top" />
  1990. </w:tcPr>
  1991. <w:p>
  1992. <w:pPr>
  1993. <w:jc w:val="both" />
  1994. <w:rPr>
  1995. <w:rFonts w:hint="eastAsia" />
  1996. <w:b w:val="0" />
  1997. <w:bCs w:val="0" />
  1998. <w:sz w:val="18" />
  1999. <w:szCs w:val="18" />
  2000. <w:vertAlign w:val="baseline" />
  2001. </w:rPr>
  2002. </w:pPr>
  2003. <w:r>
  2004. <w:rPr>
  2005. <w:rFonts w:hint="eastAsia" />
  2006. <w:b />
  2007. <w:bCs />
  2008. <w:lang w:val="en-US" w:eastAsia="zh-CN" />
  2009. </w:rPr>
  2010. <w:t><#if OTHER_MATTER??>${OTHER_MATTER?replace("\r\n","<w:br/>")?replace("\r","<w:br/>")}<#else></#if></w:t>
  2011. </w:r>
  2012. </w:p>
  2013. </w:tc>
  2014. </w:tr>
  2015. </w:tbl>
  2016. <w:p>
  2017. <w:pPr>
  2018. <w:jc w:val="both" />
  2019. <w:rPr>
  2020. <w:rFonts w:hint="eastAsia" />
  2021. <w:b w:val="0" />
  2022. <w:bCs w:val="0" />
  2023. <w:sz w:val="18" />
  2024. <w:szCs w:val="18" />
  2025. </w:rPr>
  2026. </w:pPr>
  2027. </w:p>
  2028. <w:sectPr>
  2029. <w:pgSz w:w="11906" w:h="16838" />
  2030. <w:pgMar w:top="1440" w:right="1800" w:bottom="1440"
  2031. w:left="1800" w:header="851" w:footer="992" w:gutter="0" />
  2032. <w:cols w:space="720" w:num="1" />
  2033. <w:docGrid w:type="lines" w:linePitch="312" w:charSpace="0" />
  2034. </w:sectPr>
  2035. </w:body>
  2036. </w:document>
  2037. </pkg:xmlData>
  2038. </pkg:part>
  2039. <pkg:part pkg:name="/customXml/_rels/item1.xml.rels"
  2040. pkg:contentType="application/vnd.openxmlformats-package.relationships+xml">
  2041. <pkg:xmlData>
  2042. <Relationships
  2043. xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  2044. <Relationship Id="rId1"
  2045. Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps"
  2046. Target="itemProps1.xml" />
  2047. </Relationships>
  2048. </pkg:xmlData>
  2049. </pkg:part>
  2050. <pkg:part pkg:name="/customXml/item1.xml" pkg:contentType="application/xml">
  2051. <pkg:xmlData>
  2052. <s:customData xmlns="http://www.wps.cn/officeDocument/2013/wpsCustomData"
  2053. xmlns:s="http://www.wps.cn/officeDocument/2013/wpsCustomData">
  2054. <customSectProps>
  2055. <customSectPr />
  2056. </customSectProps>
  2057. </s:customData>
  2058. </pkg:xmlData>
  2059. </pkg:part>
  2060. <pkg:part pkg:name="/customXml/itemProps1.xml"
  2061. pkg:contentType="application/vnd.openxmlformats-officedocument.customXmlProperties+xml">
  2062. <pkg:xmlData>
  2063. <ds:datastoreItem ds:itemID="{B1977F7D-205B-4081-913C-38D41E755F92}"
  2064. xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml">
  2065. <ds:schemaRefs>
  2066. <ds:schemaRef ds:uri="http://www.wps.cn/officeDocument/2013/wpsCustomData" />
  2067. </ds:schemaRefs>
  2068. </ds:datastoreItem>
  2069. </pkg:xmlData>
  2070. </pkg:part>
  2071. <pkg:part pkg:name="/docProps/app.xml"
  2072. pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml">
  2073. <pkg:xmlData>
  2074. <Properties
  2075. xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
  2076. xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
  2077. <Template>Normal.dotm</Template>
  2078. <Pages>1</Pages>
  2079. <Words>0</Words>
  2080. <Characters>0</Characters>
  2081. <Lines>0</Lines>
  2082. <Paragraphs>0</Paragraphs>
  2083. <TotalTime>20</TotalTime>
  2084. <ScaleCrop>false</ScaleCrop>
  2085. <LinksUpToDate>false</LinksUpToDate>
  2086. <CharactersWithSpaces>0</CharactersWithSpaces>
  2087. <Application>WPS
  2088. Office_11.1.0.8214_F1E327BC-269C-435d-A152-05C5408002CA
  2089. </Application>
  2090. <DocSecurity>0</DocSecurity>
  2091. </Properties>
  2092. </pkg:xmlData>
  2093. </pkg:part>
  2094. <pkg:part pkg:name="/docProps/core.xml"
  2095. pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml">
  2096. <pkg:xmlData>
  2097. <cp:coreProperties
  2098. xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"
  2099. xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/"
  2100. xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  2101. <dcterms:created xsi:type="dcterms:W3CDTF">2018-12-24T08:10:00Z
  2102. </dcterms:created>
  2103. <dc:creator>袁菲</dc:creator>
  2104. <cp:lastModifiedBy>jiangxf</cp:lastModifiedBy>
  2105. <dcterms:modified xsi:type="dcterms:W3CDTF">2018-12-26T06:47:25Z
  2106. </dcterms:modified>
  2107. <cp:revision>1</cp:revision>
  2108. </cp:coreProperties>
  2109. </pkg:xmlData>
  2110. </pkg:part>
  2111. <pkg:part pkg:name="/docProps/custom.xml"
  2112. pkg:contentType="application/vnd.openxmlformats-officedocument.custom-properties+xml">
  2113. <pkg:xmlData>
  2114. <Properties
  2115. xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
  2116. xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
  2117. <property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}"
  2118. pid="2" name="KSOProductBuildVer">
  2119. <vt:lpwstr>2052-11.1.0.8214</vt:lpwstr>
  2120. </property>
  2121. </Properties>
  2122. </pkg:xmlData>
  2123. </pkg:part>
  2124. <pkg:part pkg:name="/word/fontTable.xml"
  2125. pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml">
  2126. <pkg:xmlData>
  2127. <w:fonts
  2128. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  2129. xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
  2130. xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
  2131. xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
  2132. mc:Ignorable="w14">
  2133. <w:font w:name="Times New Roman">
  2134. <w:panose1 w:val="02020603050405020304" />
  2135. <w:charset w:val="00" />
  2136. <w:family w:val="roman" />
  2137. <w:pitch w:val="variable" />
  2138. <w:sig w:usb0="20007A87" w:usb1="80000000" w:usb2="00000008"
  2139. w:usb3="00000000" w:csb0="000001FF" w:csb1="00000000" />
  2140. </w:font>
  2141. <w:font w:name="宋体">
  2142. <w:panose1 w:val="02010600030101010101" />
  2143. <w:charset w:val="86" />
  2144. <w:family w:val="auto" />
  2145. <w:pitch w:val="default" />
  2146. <w:sig w:usb0="00000003" w:usb1="288F0000" w:usb2="00000006"
  2147. w:usb3="00000000" w:csb0="00040001" w:csb1="00000000" />
  2148. </w:font>
  2149. <w:font w:name="Wingdings">
  2150. <w:panose1 w:val="05000000000000000000" />
  2151. <w:charset w:val="02" />
  2152. <w:family w:val="auto" />
  2153. <w:pitch w:val="default" />
  2154. <w:sig w:usb0="00000000" w:usb1="00000000" w:usb2="00000000"
  2155. w:usb3="00000000" w:csb0="80000000" w:csb1="00000000" />
  2156. </w:font>
  2157. <w:font w:name="Arial">
  2158. <w:panose1 w:val="020B0604020202020204" />
  2159. <w:charset w:val="01" />
  2160. <w:family w:val="swiss" />
  2161. <w:pitch w:val="default" />
  2162. <w:sig w:usb0="E0002EFF" w:usb1="C0007843" w:usb2="00000009"
  2163. w:usb3="00000000" w:csb0="400001FF" w:csb1="FFFF0000" />
  2164. </w:font>
  2165. <w:font w:name="黑体">
  2166. <w:panose1 w:val="02010609060101010101" />
  2167. <w:charset w:val="86" />
  2168. <w:family w:val="auto" />
  2169. <w:pitch w:val="default" />
  2170. <w:sig w:usb0="800002BF" w:usb1="38CF7CFA" w:usb2="00000016"
  2171. w:usb3="00000000" w:csb0="00040001" w:csb1="00000000" />
  2172. </w:font>
  2173. <w:font w:name="Courier New">
  2174. <w:panose1 w:val="02070309020205020404" />
  2175. <w:charset w:val="01" />
  2176. <w:family w:val="modern" />
  2177. <w:pitch w:val="default" />
  2178. <w:sig w:usb0="E0002EFF" w:usb1="C0007843" w:usb2="00000009"
  2179. w:usb3="00000000" w:csb0="400001FF" w:csb1="FFFF0000" />
  2180. </w:font>
  2181. <w:font w:name="Symbol">
  2182. <w:panose1 w:val="05050102010706020507" />
  2183. <w:charset w:val="02" />
  2184. <w:family w:val="roman" />
  2185. <w:pitch w:val="default" />
  2186. <w:sig w:usb0="00000000" w:usb1="00000000" w:usb2="00000000"
  2187. w:usb3="00000000" w:csb0="80000000" w:csb1="00000000" />
  2188. </w:font>
  2189. <w:font w:name="Calibri">
  2190. <w:panose1 w:val="020F0502020204030204" />
  2191. <w:charset w:val="00" />
  2192. <w:family w:val="swiss" />
  2193. <w:pitch w:val="default" />
  2194. <w:sig w:usb0="E00002FF" w:usb1="4000ACFF" w:usb2="00000001"
  2195. w:usb3="00000000" w:csb0="2000019F" w:csb1="00000000" />
  2196. </w:font>
  2197. </w:fonts>
  2198. </pkg:xmlData>
  2199. </pkg:part>
  2200. <pkg:part pkg:name="/word/settings.xml"
  2201. pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml">
  2202. <pkg:xmlData>
  2203. <w:settings
  2204. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  2205. xmlns:o="urn:schemas-microsoft-com:office:office"
  2206. xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
  2207. xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
  2208. xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word"
  2209. xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
  2210. xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
  2211. xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
  2212. mc:Ignorable="w14">
  2213. <w:zoom w:percent="100" />
  2214. <w:doNotDisplayPageBoundaries w:val="1" />
  2215. <w:bordersDoNotSurroundHeader w:val="1" />
  2216. <w:bordersDoNotSurroundFooter w:val="1" />
  2217. <w:documentProtection w:enforcement="0" />
  2218. <w:defaultTabStop w:val="420" />
  2219. <w:hyphenationZone w:val="360" />
  2220. <w:drawingGridVerticalSpacing w:val="156" />
  2221. <w:displayHorizontalDrawingGridEvery
  2222. w:val="0" />
  2223. <w:displayVerticalDrawingGridEvery
  2224. w:val="2" />
  2225. <w:characterSpacingControl w:val="compressPunctuation" />
  2226. <w:compat>
  2227. <w:spaceForUL />
  2228. <w:balanceSingleByteDoubleByteWidth />
  2229. <w:doNotLeaveBackslashAlone />
  2230. <w:ulTrailSpace />
  2231. <w:doNotExpandShiftReturn />
  2232. <w:adjustLineHeightInTable />
  2233. <w:useFELayout />
  2234. <w:useNormalStyleForList />
  2235. <w:doNotUseIndentAsNumberingTabStop />
  2236. <w:useAltKinsokuLineBreakRules />
  2237. <w:allowSpaceOfSameStyleInTable />
  2238. <w:doNotSuppressIndentation />
  2239. <w:doNotAutofitConstrainedTables />
  2240. <w:autofitToFirstFixedWidthCell />
  2241. <w:displayHangulFixedWidth />
  2242. <w:splitPgBreakAndParaMark />
  2243. <w:doNotVertAlignCellWithSp />
  2244. <w:doNotBreakConstrainedForcedTable />
  2245. <w:doNotVertAlignInTxbx />
  2246. <w:useAnsiKerningPairs />
  2247. <w:cachedColBalance />
  2248. <w:compatSetting w:name="compatibilityMode"
  2249. w:uri="http://schemas.microsoft.com/office/word" w:val="11" />
  2250. </w:compat>
  2251. <w:rsids>
  2252. <w:rsidRoot w:val="6E614DE1" />
  2253. <w:rsid w:val="5CA711BD" />
  2254. <w:rsid w:val="6E614DE1" />
  2255. </w:rsids>
  2256. <m:mathPr>
  2257. <m:brkBin m:val="before" />
  2258. <m:brkBinSub m:val="--" />
  2259. <m:smallFrac m:val="0" />
  2260. <m:dispDef />
  2261. <m:lMargin m:val="0" />
  2262. <m:rMargin m:val="0" />
  2263. <m:defJc m:val="centerGroup" />
  2264. <m:wrapIndent m:val="1440" />
  2265. <m:intLim m:val="subSup" />
  2266. <m:naryLim m:val="undOvr" />
  2267. </m:mathPr>
  2268. <w:themeFontLang w:val="en-US" w:eastAsia="zh-CN" />
  2269. <w:clrSchemeMapping w:bg1="light1" w:t1="dark1"
  2270. w:bg2="light2" w:t2="dark2" w:accent1="accent1" w:accent2="accent2"
  2271. w:accent3="accent3" w:accent4="accent4" w:accent5="accent5"
  2272. w:accent6="accent6" w:hyperlink="hyperlink" w:followedHyperlink="followedHyperlink" />
  2273. <w:doNotIncludeSubdocsInStats />
  2274. </w:settings>
  2275. </pkg:xmlData>
  2276. </pkg:part>
  2277. <pkg:part pkg:name="/word/styles.xml"
  2278. pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml">
  2279. <pkg:xmlData>
  2280. <w:styles
  2281. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  2282. xmlns:o="urn:schemas-microsoft-com:office:office"
  2283. xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
  2284. xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
  2285. xmlns:v="urn:schemas-microsoft-com:vml"
  2286. xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
  2287. xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
  2288. xmlns:w10="urn:schemas-microsoft-com:office:word"
  2289. xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
  2290. mc:Ignorable="w14">
  2291. <w:docDefaults>
  2292. <w:rPrDefault>
  2293. <w:rPr>
  2294. <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"
  2295. w:eastAsia="宋体" w:cs="Times New Roman" />
  2296. </w:rPr>
  2297. </w:rPrDefault>
  2298. </w:docDefaults>
  2299. <w:latentStyles w:count="260" w:defQFormat="0"
  2300. w:defUnhideWhenUsed="1" w:defSemiHidden="1" w:defUIPriority="99"
  2301. w:defLockedState="0">
  2302. <w:lsdException w:qFormat="1" w:unhideWhenUsed="0"
  2303. w:uiPriority="0" w:semiHidden="0" w:name="Normal" />
  2304. <w:lsdException w:qFormat="1" w:unhideWhenUsed="0"
  2305. w:uiPriority="0" w:semiHidden="0" w:name="heading 1" />
  2306. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2307. w:name="heading 2" />
  2308. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2309. w:name="heading 3" />
  2310. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2311. w:name="heading 4" />
  2312. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2313. w:name="heading 5" />
  2314. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2315. w:name="heading 6" />
  2316. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2317. w:name="heading 7" />
  2318. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2319. w:name="heading 8" />
  2320. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2321. w:name="heading 9" />
  2322. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2323. w:semiHidden="0" w:name="index 1" />
  2324. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2325. w:semiHidden="0" w:name="index 2" />
  2326. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2327. w:semiHidden="0" w:name="index 3" />
  2328. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2329. w:semiHidden="0" w:name="index 4" />
  2330. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2331. w:semiHidden="0" w:name="index 5" />
  2332. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2333. w:semiHidden="0" w:name="index 6" />
  2334. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2335. w:semiHidden="0" w:name="index 7" />
  2336. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2337. w:semiHidden="0" w:name="index 8" />
  2338. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2339. w:semiHidden="0" w:name="index 9" />
  2340. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2341. w:semiHidden="0" w:name="toc 1" />
  2342. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2343. w:semiHidden="0" w:name="toc 2" />
  2344. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2345. w:semiHidden="0" w:name="toc 3" />
  2346. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2347. w:semiHidden="0" w:name="toc 4" />
  2348. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2349. w:semiHidden="0" w:name="toc 5" />
  2350. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2351. w:semiHidden="0" w:name="toc 6" />
  2352. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2353. w:semiHidden="0" w:name="toc 7" />
  2354. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2355. w:semiHidden="0" w:name="toc 8" />
  2356. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2357. w:semiHidden="0" w:name="toc 9" />
  2358. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2359. w:semiHidden="0" w:name="Normal Indent" />
  2360. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2361. w:semiHidden="0" w:name="footnote text" />
  2362. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2363. w:semiHidden="0" w:name="annotation text" />
  2364. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2365. w:semiHidden="0" w:name="header" />
  2366. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2367. w:semiHidden="0" w:name="footer" />
  2368. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2369. w:semiHidden="0" w:name="index heading" />
  2370. <w:lsdException w:qFormat="1" w:uiPriority="0"
  2371. w:name="caption" />
  2372. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2373. w:semiHidden="0" w:name="table of figures" />
  2374. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2375. w:semiHidden="0" w:name="envelope address" />
  2376. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2377. w:semiHidden="0" w:name="envelope return" />
  2378. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2379. w:semiHidden="0" w:name="footnote reference" />
  2380. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2381. w:semiHidden="0" w:name="annotation reference" />
  2382. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2383. w:semiHidden="0" w:name="line number" />
  2384. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2385. w:semiHidden="0" w:name="page number" />
  2386. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2387. w:semiHidden="0" w:name="endnote reference" />
  2388. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2389. w:semiHidden="0" w:name="endnote text" />
  2390. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2391. w:semiHidden="0" w:name="table of authorities" />
  2392. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2393. w:semiHidden="0" w:name="macro" />
  2394. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2395. w:semiHidden="0" w:name="toa heading" />
  2396. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2397. w:semiHidden="0" w:name="List" />
  2398. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2399. w:semiHidden="0" w:name="List Bullet" />
  2400. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2401. w:semiHidden="0" w:name="List Number" />
  2402. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2403. w:semiHidden="0" w:name="List 2" />
  2404. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2405. w:semiHidden="0" w:name="List 3" />
  2406. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2407. w:semiHidden="0" w:name="List 4" />
  2408. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2409. w:semiHidden="0" w:name="List 5" />
  2410. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2411. w:semiHidden="0" w:name="List Bullet 2" />
  2412. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2413. w:semiHidden="0" w:name="List Bullet 3" />
  2414. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2415. w:semiHidden="0" w:name="List Bullet 4" />
  2416. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2417. w:semiHidden="0" w:name="List Bullet 5" />
  2418. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2419. w:semiHidden="0" w:name="List Number 2" />
  2420. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2421. w:semiHidden="0" w:name="List Number 3" />
  2422. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2423. w:semiHidden="0" w:name="List Number 4" />
  2424. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2425. w:semiHidden="0" w:name="List Number 5" />
  2426. <w:lsdException w:qFormat="1" w:unhideWhenUsed="0"
  2427. w:uiPriority="0" w:semiHidden="0" w:name="Title" />
  2428. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2429. w:semiHidden="0" w:name="Closing" />
  2430. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2431. w:semiHidden="0" w:name="Signature" />
  2432. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2433. w:name="Default Paragraph Font" />
  2434. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2435. w:semiHidden="0" w:name="Body Text" />
  2436. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2437. w:semiHidden="0" w:name="Body Text Indent" />
  2438. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2439. w:semiHidden="0" w:name="List Continue" />
  2440. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2441. w:semiHidden="0" w:name="List Continue 2" />
  2442. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2443. w:semiHidden="0" w:name="List Continue 3" />
  2444. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2445. w:semiHidden="0" w:name="List Continue 4" />
  2446. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2447. w:semiHidden="0" w:name="List Continue 5" />
  2448. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2449. w:semiHidden="0" w:name="Message Header" />
  2450. <w:lsdException w:qFormat="1" w:unhideWhenUsed="0"
  2451. w:uiPriority="0" w:semiHidden="0" w:name="Subtitle" />
  2452. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2453. w:semiHidden="0" w:name="Salutation" />
  2454. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2455. w:semiHidden="0" w:name="Date" />
  2456. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2457. w:semiHidden="0" w:name="Body Text First Indent" />
  2458. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2459. w:semiHidden="0" w:name="Body Text First Indent 2" />
  2460. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2461. w:semiHidden="0" w:name="Note Heading" />
  2462. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2463. w:semiHidden="0" w:name="Body Text 2" />
  2464. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2465. w:semiHidden="0" w:name="Body Text 3" />
  2466. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2467. w:semiHidden="0" w:name="Body Text Indent 2" />
  2468. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2469. w:semiHidden="0" w:name="Body Text Indent 3" />
  2470. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2471. w:semiHidden="0" w:name="Block Text" />
  2472. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2473. w:semiHidden="0" w:name="Hyperlink" />
  2474. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2475. w:semiHidden="0" w:name="FollowedHyperlink" />
  2476. <w:lsdException w:qFormat="1" w:unhideWhenUsed="0"
  2477. w:uiPriority="0" w:semiHidden="0" w:name="Strong" />
  2478. <w:lsdException w:qFormat="1" w:unhideWhenUsed="0"
  2479. w:uiPriority="0" w:semiHidden="0" w:name="Emphasis" />
  2480. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2481. w:semiHidden="0" w:name="Document Map" />
  2482. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2483. w:semiHidden="0" w:name="Plain Text" />
  2484. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2485. w:semiHidden="0" w:name="E-mail Signature" />
  2486. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2487. w:semiHidden="0" w:name="Normal (Web)" />
  2488. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2489. w:semiHidden="0" w:name="HTML Acronym" />
  2490. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2491. w:semiHidden="0" w:name="HTML Address" />
  2492. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2493. w:semiHidden="0" w:name="HTML Cite" />
  2494. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2495. w:semiHidden="0" w:name="HTML Code" />
  2496. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2497. w:semiHidden="0" w:name="HTML Definition" />
  2498. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2499. w:semiHidden="0" w:name="HTML Keyboard" />
  2500. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2501. w:semiHidden="0" w:name="HTML Preformatted" />
  2502. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2503. w:semiHidden="0" w:name="HTML Sample" />
  2504. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2505. w:semiHidden="0" w:name="HTML Typewriter" />
  2506. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2507. w:semiHidden="0" w:name="HTML Variable" />
  2508. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2509. w:name="Normal Table" />
  2510. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2511. w:semiHidden="0" w:name="annotation subject" />
  2512. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2513. w:semiHidden="0" w:name="Table Simple 1" />
  2514. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2515. w:semiHidden="0" w:name="Table Simple 2" />
  2516. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2517. w:semiHidden="0" w:name="Table Simple 3" />
  2518. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2519. w:semiHidden="0" w:name="Table Classic 1" />
  2520. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2521. w:semiHidden="0" w:name="Table Classic 2" />
  2522. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2523. w:semiHidden="0" w:name="Table Classic 3" />
  2524. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2525. w:semiHidden="0" w:name="Table Classic 4" />
  2526. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2527. w:semiHidden="0" w:name="Table Colorful 1" />
  2528. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2529. w:semiHidden="0" w:name="Table Colorful 2" />
  2530. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2531. w:semiHidden="0" w:name="Table Colorful 3" />
  2532. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2533. w:semiHidden="0" w:name="Table Columns 1" />
  2534. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2535. w:semiHidden="0" w:name="Table Columns 2" />
  2536. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2537. w:semiHidden="0" w:name="Table Columns 3" />
  2538. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2539. w:semiHidden="0" w:name="Table Columns 4" />
  2540. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2541. w:semiHidden="0" w:name="Table Columns 5" />
  2542. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2543. w:semiHidden="0" w:name="Table Grid 1" />
  2544. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2545. w:semiHidden="0" w:name="Table Grid 2" />
  2546. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2547. w:semiHidden="0" w:name="Table Grid 3" />
  2548. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2549. w:semiHidden="0" w:name="Table Grid 4" />
  2550. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2551. w:semiHidden="0" w:name="Table Grid 5" />
  2552. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2553. w:semiHidden="0" w:name="Table Grid 6" />
  2554. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2555. w:semiHidden="0" w:name="Table Grid 7" />
  2556. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2557. w:semiHidden="0" w:name="Table Grid 8" />
  2558. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2559. w:semiHidden="0" w:name="Table List 1" />
  2560. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2561. w:semiHidden="0" w:name="Table List 2" />
  2562. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2563. w:semiHidden="0" w:name="Table List 3" />
  2564. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2565. w:semiHidden="0" w:name="Table List 4" />
  2566. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2567. w:semiHidden="0" w:name="Table List 5" />
  2568. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2569. w:semiHidden="0" w:name="Table List 6" />
  2570. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2571. w:semiHidden="0" w:name="Table List 7" />
  2572. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2573. w:semiHidden="0" w:name="Table List 8" />
  2574. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2575. w:semiHidden="0" w:name="Table 3D effects 1" />
  2576. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2577. w:semiHidden="0" w:name="Table 3D effects 2" />
  2578. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2579. w:semiHidden="0" w:name="Table 3D effects 3" />
  2580. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2581. w:semiHidden="0" w:name="Table Contemporary" />
  2582. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2583. w:semiHidden="0" w:name="Table Elegant" />
  2584. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2585. w:semiHidden="0" w:name="Table Professional" />
  2586. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2587. w:semiHidden="0" w:name="Table Subtle 1" />
  2588. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2589. w:semiHidden="0" w:name="Table Subtle 2" />
  2590. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2591. w:semiHidden="0" w:name="Table Web 1" />
  2592. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2593. w:semiHidden="0" w:name="Table Web 2" />
  2594. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2595. w:semiHidden="0" w:name="Table Web 3" />
  2596. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2597. w:semiHidden="0" w:name="Balloon Text" />
  2598. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2599. w:semiHidden="0" w:name="Table Grid" />
  2600. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="0"
  2601. w:semiHidden="0" w:name="Table Theme" />
  2602. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2603. w:semiHidden="0" w:name="Light Shading" />
  2604. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2605. w:semiHidden="0" w:name="Light List" />
  2606. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2607. w:semiHidden="0" w:name="Light Grid" />
  2608. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2609. w:semiHidden="0" w:name="Medium Shading 1" />
  2610. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2611. w:semiHidden="0" w:name="Medium Shading 2" />
  2612. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2613. w:semiHidden="0" w:name="Medium List 1" />
  2614. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2615. w:semiHidden="0" w:name="Medium List 2" />
  2616. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2617. w:semiHidden="0" w:name="Medium Grid 1" />
  2618. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2619. w:semiHidden="0" w:name="Medium Grid 2" />
  2620. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2621. w:semiHidden="0" w:name="Medium Grid 3" />
  2622. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2623. w:semiHidden="0" w:name="Dark List" />
  2624. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2625. w:semiHidden="0" w:name="Colorful Shading" />
  2626. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2627. w:semiHidden="0" w:name="Colorful List" />
  2628. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2629. w:semiHidden="0" w:name="Colorful Grid" />
  2630. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2631. w:semiHidden="0" w:name="Light Shading Accent 1" />
  2632. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2633. w:semiHidden="0" w:name="Light List Accent 1" />
  2634. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2635. w:semiHidden="0" w:name="Light Grid Accent 1" />
  2636. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2637. w:semiHidden="0" w:name="Medium Shading 1 Accent 1" />
  2638. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2639. w:semiHidden="0" w:name="Medium Shading 2 Accent 1" />
  2640. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2641. w:semiHidden="0" w:name="Medium List 1 Accent 1" />
  2642. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2643. w:semiHidden="0" w:name="Medium List 2 Accent 1" />
  2644. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2645. w:semiHidden="0" w:name="Medium Grid 1 Accent 1" />
  2646. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2647. w:semiHidden="0" w:name="Medium Grid 2 Accent 1" />
  2648. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2649. w:semiHidden="0" w:name="Medium Grid 3 Accent 1" />
  2650. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2651. w:semiHidden="0" w:name="Dark List Accent 1" />
  2652. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2653. w:semiHidden="0" w:name="Colorful Shading Accent 1" />
  2654. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2655. w:semiHidden="0" w:name="Colorful List Accent 1" />
  2656. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2657. w:semiHidden="0" w:name="Colorful Grid Accent 1" />
  2658. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2659. w:semiHidden="0" w:name="Light Shading Accent 2" />
  2660. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2661. w:semiHidden="0" w:name="Light List Accent 2" />
  2662. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2663. w:semiHidden="0" w:name="Light Grid Accent 2" />
  2664. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2665. w:semiHidden="0" w:name="Medium Shading 1 Accent 2" />
  2666. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2667. w:semiHidden="0" w:name="Medium Shading 2 Accent 2" />
  2668. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2669. w:semiHidden="0" w:name="Medium List 1 Accent 2" />
  2670. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2671. w:semiHidden="0" w:name="Medium List 2 Accent 2" />
  2672. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2673. w:semiHidden="0" w:name="Medium Grid 1 Accent 2" />
  2674. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2675. w:semiHidden="0" w:name="Medium Grid 2 Accent 2" />
  2676. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2677. w:semiHidden="0" w:name="Medium Grid 3 Accent 2" />
  2678. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2679. w:semiHidden="0" w:name="Dark List Accent 2" />
  2680. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2681. w:semiHidden="0" w:name="Colorful Shading Accent 2" />
  2682. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2683. w:semiHidden="0" w:name="Colorful List Accent 2" />
  2684. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2685. w:semiHidden="0" w:name="Colorful Grid Accent 2" />
  2686. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2687. w:semiHidden="0" w:name="Light Shading Accent 3" />
  2688. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2689. w:semiHidden="0" w:name="Light List Accent 3" />
  2690. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2691. w:semiHidden="0" w:name="Light Grid Accent 3" />
  2692. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2693. w:semiHidden="0" w:name="Medium Shading 1 Accent 3" />
  2694. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2695. w:semiHidden="0" w:name="Medium Shading 2 Accent 3" />
  2696. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2697. w:semiHidden="0" w:name="Medium List 1 Accent 3" />
  2698. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2699. w:semiHidden="0" w:name="Medium List 2 Accent 3" />
  2700. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2701. w:semiHidden="0" w:name="Medium Grid 1 Accent 3" />
  2702. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2703. w:semiHidden="0" w:name="Medium Grid 2 Accent 3" />
  2704. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2705. w:semiHidden="0" w:name="Medium Grid 3 Accent 3" />
  2706. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2707. w:semiHidden="0" w:name="Dark List Accent 3" />
  2708. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2709. w:semiHidden="0" w:name="Colorful Shading Accent 3" />
  2710. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2711. w:semiHidden="0" w:name="Colorful List Accent 3" />
  2712. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2713. w:semiHidden="0" w:name="Colorful Grid Accent 3" />
  2714. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2715. w:semiHidden="0" w:name="Light Shading Accent 4" />
  2716. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2717. w:semiHidden="0" w:name="Light List Accent 4" />
  2718. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2719. w:semiHidden="0" w:name="Light Grid Accent 4" />
  2720. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2721. w:semiHidden="0" w:name="Medium Shading 1 Accent 4" />
  2722. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2723. w:semiHidden="0" w:name="Medium Shading 2 Accent 4" />
  2724. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2725. w:semiHidden="0" w:name="Medium List 1 Accent 4" />
  2726. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2727. w:semiHidden="0" w:name="Medium List 2 Accent 4" />
  2728. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2729. w:semiHidden="0" w:name="Medium Grid 1 Accent 4" />
  2730. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2731. w:semiHidden="0" w:name="Medium Grid 2 Accent 4" />
  2732. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2733. w:semiHidden="0" w:name="Medium Grid 3 Accent 4" />
  2734. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2735. w:semiHidden="0" w:name="Dark List Accent 4" />
  2736. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2737. w:semiHidden="0" w:name="Colorful Shading Accent 4" />
  2738. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2739. w:semiHidden="0" w:name="Colorful List Accent 4" />
  2740. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2741. w:semiHidden="0" w:name="Colorful Grid Accent 4" />
  2742. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2743. w:semiHidden="0" w:name="Light Shading Accent 5" />
  2744. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2745. w:semiHidden="0" w:name="Light List Accent 5" />
  2746. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2747. w:semiHidden="0" w:name="Light Grid Accent 5" />
  2748. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2749. w:semiHidden="0" w:name="Medium Shading 1 Accent 5" />
  2750. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2751. w:semiHidden="0" w:name="Medium Shading 2 Accent 5" />
  2752. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2753. w:semiHidden="0" w:name="Medium List 1 Accent 5" />
  2754. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2755. w:semiHidden="0" w:name="Medium List 2 Accent 5" />
  2756. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2757. w:semiHidden="0" w:name="Medium Grid 1 Accent 5" />
  2758. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2759. w:semiHidden="0" w:name="Medium Grid 2 Accent 5" />
  2760. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2761. w:semiHidden="0" w:name="Medium Grid 3 Accent 5" />
  2762. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2763. w:semiHidden="0" w:name="Dark List Accent 5" />
  2764. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2765. w:semiHidden="0" w:name="Colorful Shading Accent 5" />
  2766. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2767. w:semiHidden="0" w:name="Colorful List Accent 5" />
  2768. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2769. w:semiHidden="0" w:name="Colorful Grid Accent 5" />
  2770. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="60"
  2771. w:semiHidden="0" w:name="Light Shading Accent 6" />
  2772. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="61"
  2773. w:semiHidden="0" w:name="Light List Accent 6" />
  2774. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="62"
  2775. w:semiHidden="0" w:name="Light Grid Accent 6" />
  2776. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="63"
  2777. w:semiHidden="0" w:name="Medium Shading 1 Accent 6" />
  2778. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="64"
  2779. w:semiHidden="0" w:name="Medium Shading 2 Accent 6" />
  2780. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="65"
  2781. w:semiHidden="0" w:name="Medium List 1 Accent 6" />
  2782. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="66"
  2783. w:semiHidden="0" w:name="Medium List 2 Accent 6" />
  2784. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="67"
  2785. w:semiHidden="0" w:name="Medium Grid 1 Accent 6" />
  2786. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="68"
  2787. w:semiHidden="0" w:name="Medium Grid 2 Accent 6" />
  2788. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="69"
  2789. w:semiHidden="0" w:name="Medium Grid 3 Accent 6" />
  2790. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="70"
  2791. w:semiHidden="0" w:name="Dark List Accent 6" />
  2792. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="71"
  2793. w:semiHidden="0" w:name="Colorful Shading Accent 6" />
  2794. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="72"
  2795. w:semiHidden="0" w:name="Colorful List Accent 6" />
  2796. <w:lsdException w:unhideWhenUsed="0" w:uiPriority="73"
  2797. w:semiHidden="0" w:name="Colorful Grid Accent 6" />
  2798. </w:latentStyles>
  2799. <w:style w:type="paragraph" w:default="1" w:styleId="1">
  2800. <w:name w:val="Normal" />
  2801. <w:qFormat />
  2802. <w:uiPriority w:val="0" />
  2803. <w:pPr>
  2804. <w:widowControl w:val="0" />
  2805. <w:jc w:val="both" />
  2806. </w:pPr>
  2807. <w:rPr>
  2808. <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri" w:eastAsia="宋体"
  2809. w:cs="Times New Roman" />
  2810. <w:kern w:val="2" />
  2811. <w:sz w:val="21" />
  2812. <w:szCs w:val="24" />
  2813. <w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA" />
  2814. </w:rPr>
  2815. </w:style>
  2816. <w:style w:type="character" w:default="1" w:styleId="2">
  2817. <w:name w:val="Default Paragraph Font" />
  2818. <w:semiHidden />
  2819. <w:uiPriority w:val="0" />
  2820. </w:style>
  2821. <w:style w:type="table" w:default="1" w:styleId="3">
  2822. <w:name w:val="Normal Table" />
  2823. <w:semiHidden />
  2824. <w:uiPriority w:val="0" />
  2825. <w:tblPr>
  2826. <w:tblStyle w:val="3" />
  2827. <w:tblLayout w:type="fixed" />
  2828. <w:tblCellMar>
  2829. <w:top w:w="0" w:type="dxa" />
  2830. <w:left w:w="108" w:type="dxa" />
  2831. <w:bottom w:w="0" w:type="dxa" />
  2832. <w:right w:w="108" w:type="dxa" />
  2833. </w:tblCellMar>
  2834. </w:tblPr>
  2835. </w:style>
  2836. <w:style w:type="table" w:styleId="4">
  2837. <w:name w:val="Table Grid" />
  2838. <w:basedOn w:val="3" />
  2839. <w:uiPriority w:val="0" />
  2840. <w:pPr>
  2841. <w:widowControl w:val="0" />
  2842. <w:jc w:val="both" />
  2843. </w:pPr>
  2844. <w:tblPr>
  2845. <w:tblStyle w:val="3" />
  2846. <w:tblBorders>
  2847. <w:top w:val="single" w:color="auto" w:sz="4" w:space="0" />
  2848. <w:left w:val="single" w:color="auto" w:sz="4" w:space="0" />
  2849. <w:bottom w:val="single" w:color="auto" w:sz="4"
  2850. w:space="0" />
  2851. <w:right w:val="single" w:color="auto" w:sz="4" w:space="0" />
  2852. <w:insideH w:val="single" w:color="auto" w:sz="4"
  2853. w:space="0" />
  2854. <w:insideV w:val="single" w:color="auto" w:sz="4"
  2855. w:space="0" />
  2856. </w:tblBorders>
  2857. <w:tblLayout w:type="fixed" />
  2858. </w:tblPr>
  2859. </w:style>
  2860. </w:styles>
  2861. </pkg:xmlData>
  2862. </pkg:part>
  2863. <pkg:part pkg:name="/word/theme/theme1.xml"
  2864. pkg:contentType="application/vnd.openxmlformats-officedocument.theme+xml">
  2865. <pkg:xmlData>
  2866. <a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
  2867. name="Office">
  2868. <a:themeElements>
  2869. <a:clrScheme name="Office">
  2870. <a:dk1>
  2871. <a:sysClr val="windowText" lastClr="000000" />
  2872. </a:dk1>
  2873. <a:lt1>
  2874. <a:sysClr val="window" lastClr="FFFFFF" />
  2875. </a:lt1>
  2876. <a:dk2>
  2877. <a:srgbClr val="1F497D" />
  2878. </a:dk2>
  2879. <a:lt2>
  2880. <a:srgbClr val="EEECE1" />
  2881. </a:lt2>
  2882. <a:accent1>
  2883. <a:srgbClr val="4F81BD" />
  2884. </a:accent1>
  2885. <a:accent2>
  2886. <a:srgbClr val="C0504D" />
  2887. </a:accent2>
  2888. <a:accent3>
  2889. <a:srgbClr val="9BBB59" />
  2890. </a:accent3>
  2891. <a:accent4>
  2892. <a:srgbClr val="8064A2" />
  2893. </a:accent4>
  2894. <a:accent5>
  2895. <a:srgbClr val="4BACC6" />
  2896. </a:accent5>
  2897. <a:accent6>
  2898. <a:srgbClr val="F79646" />
  2899. </a:accent6>
  2900. <a:hlink>
  2901. <a:srgbClr val="0000FF" />
  2902. </a:hlink>
  2903. <a:folHlink>
  2904. <a:srgbClr val="800080" />
  2905. </a:folHlink>
  2906. </a:clrScheme>
  2907. <a:fontScheme name="Office">
  2908. <a:majorFont>
  2909. <a:latin typeface="Cambria" />
  2910. <a:ea typeface="" />
  2911. <a:cs typeface="" />
  2912. <a:font script="Jpan" typeface="MS ゴシック" />
  2913. <a:font script="Hang" typeface="맑은 고딕" />
  2914. <a:font script="Hans" typeface="宋体" />
  2915. <a:font script="Hant" typeface="新細明體" />
  2916. <a:font script="Arab" typeface="Times New Roman" />
  2917. <a:font script="Hebr" typeface="Times New Roman" />
  2918. <a:font script="Thai" typeface="Angsana New" />
  2919. <a:font script="Ethi" typeface="Nyala" />
  2920. <a:font script="Beng" typeface="Vrinda" />
  2921. <a:font script="Gujr" typeface="Shruti" />
  2922. <a:font script="Khmr" typeface="MoolBoran" />
  2923. <a:font script="Knda" typeface="Tunga" />
  2924. <a:font script="Guru" typeface="Raavi" />
  2925. <a:font script="Cans" typeface="Euphemia" />
  2926. <a:font script="Cher" typeface="Plantagenet Cherokee" />
  2927. <a:font script="Yiii" typeface="Microsoft Yi Baiti" />
  2928. <a:font script="Tibt" typeface="Microsoft Himalaya" />
  2929. <a:font script="Thaa" typeface="MV Boli" />
  2930. <a:font script="Deva" typeface="Mangal" />
  2931. <a:font script="Telu" typeface="Gautami" />
  2932. <a:font script="Taml" typeface="Latha" />
  2933. <a:font script="Syrc" typeface="Estrangelo Edessa" />
  2934. <a:font script="Orya" typeface="Kalinga" />
  2935. <a:font script="Mlym" typeface="Kartika" />
  2936. <a:font script="Laoo" typeface="DokChampa" />
  2937. <a:font script="Sinh" typeface="Iskoola Pota" />
  2938. <a:font script="Mong" typeface="Mongolian Baiti" />
  2939. <a:font script="Viet" typeface="Times New Roman" />
  2940. <a:font script="Uigh" typeface="Microsoft Uighur" />
  2941. <a:font script="Geor" typeface="Sylfaen" />
  2942. </a:majorFont>
  2943. <a:minorFont>
  2944. <a:latin typeface="Calibri" />
  2945. <a:ea typeface="" />
  2946. <a:cs typeface="" />
  2947. <a:font script="Jpan" typeface="MS 明朝" />
  2948. <a:font script="Hang" typeface="맑은 고딕" />
  2949. <a:font script="Hans" typeface="宋体" />
  2950. <a:font script="Hant" typeface="新細明體" />
  2951. <a:font script="Arab" typeface="Arial" />
  2952. <a:font script="Hebr" typeface="Arial" />
  2953. <a:font script="Thai" typeface="Cordia New" />
  2954. <a:font script="Ethi" typeface="Nyala" />
  2955. <a:font script="Beng" typeface="Vrinda" />
  2956. <a:font script="Gujr" typeface="Shruti" />
  2957. <a:font script="Khmr" typeface="DaunPenh" />
  2958. <a:font script="Knda" typeface="Tunga" />
  2959. <a:font script="Guru" typeface="Raavi" />
  2960. <a:font script="Cans" typeface="Euphemia" />
  2961. <a:font script="Cher" typeface="Plantagenet Cherokee" />
  2962. <a:font script="Yiii" typeface="Microsoft Yi Baiti" />
  2963. <a:font script="Tibt" typeface="Microsoft Himalaya" />
  2964. <a:font script="Thaa" typeface="MV Boli" />
  2965. <a:font script="Deva" typeface="Mangal" />
  2966. <a:font script="Telu" typeface="Gautami" />
  2967. <a:font script="Taml" typeface="Latha" />
  2968. <a:font script="Syrc" typeface="Estrangelo Edessa" />
  2969. <a:font script="Orya" typeface="Kalinga" />
  2970. <a:font script="Mlym" typeface="Kartika" />
  2971. <a:font script="Laoo" typeface="DokChampa" />
  2972. <a:font script="Sinh" typeface="Iskoola Pota" />
  2973. <a:font script="Mong" typeface="Mongolian Baiti" />
  2974. <a:font script="Viet" typeface="Arial" />
  2975. <a:font script="Uigh" typeface="Microsoft Uighur" />
  2976. <a:font script="Geor" typeface="Sylfaen" />
  2977. </a:minorFont>
  2978. </a:fontScheme>
  2979. <a:fmtScheme name="Office">
  2980. <a:fillStyleLst>
  2981. <a:solidFill>
  2982. <a:schemeClr val="phClr" />
  2983. </a:solidFill>
  2984. <a:gradFill rotWithShape="1">
  2985. <a:gsLst>
  2986. <a:gs pos="0">
  2987. <a:schemeClr val="phClr">
  2988. <a:tint val="50000" />
  2989. <a:satMod val="300000" />
  2990. </a:schemeClr>
  2991. </a:gs>
  2992. <a:gs pos="35000">
  2993. <a:schemeClr val="phClr">
  2994. <a:tint val="37000" />
  2995. <a:satMod val="300000" />
  2996. </a:schemeClr>
  2997. </a:gs>
  2998. <a:gs pos="100000">
  2999. <a:schemeClr val="phClr">
  3000. <a:tint val="15000" />
  3001. <a:satMod val="350000" />
  3002. </a:schemeClr>
  3003. </a:gs>
  3004. </a:gsLst>
  3005. <a:lin ang="16200000" scaled="1" />
  3006. </a:gradFill>
  3007. <a:gradFill rotWithShape="1">
  3008. <a:gsLst>
  3009. <a:gs pos="0">
  3010. <a:schemeClr val="phClr">
  3011. <a:shade val="51000" />
  3012. <a:satMod val="130000" />
  3013. </a:schemeClr>
  3014. </a:gs>
  3015. <a:gs pos="80000">
  3016. <a:schemeClr val="phClr">
  3017. <a:shade val="93000" />
  3018. <a:satMod val="130000" />
  3019. </a:schemeClr>
  3020. </a:gs>
  3021. <a:gs pos="100000">
  3022. <a:schemeClr val="phClr">
  3023. <a:shade val="94000" />
  3024. <a:satMod val="135000" />
  3025. </a:schemeClr>
  3026. </a:gs>
  3027. </a:gsLst>
  3028. <a:lin ang="16200000" scaled="0" />
  3029. </a:gradFill>
  3030. </a:fillStyleLst>
  3031. <a:lnStyleLst>
  3032. <a:ln w="9525" cap="flat" cmpd="sng" algn="ctr">
  3033. <a:solidFill>
  3034. <a:schemeClr val="phClr">
  3035. <a:shade val="95000" />
  3036. <a:satMod val="105000" />
  3037. </a:schemeClr>
  3038. </a:solidFill>
  3039. <a:prstDash val="solid" />
  3040. </a:ln>
  3041. <a:ln w="25400" cap="flat" cmpd="sng" algn="ctr">
  3042. <a:solidFill>
  3043. <a:schemeClr val="phClr" />
  3044. </a:solidFill>
  3045. <a:prstDash val="solid" />
  3046. </a:ln>
  3047. <a:ln w="38100" cap="flat" cmpd="sng" algn="ctr">
  3048. <a:solidFill>
  3049. <a:schemeClr val="phClr" />
  3050. </a:solidFill>
  3051. <a:prstDash val="solid" />
  3052. </a:ln>
  3053. </a:lnStyleLst>
  3054. <a:effectStyleLst>
  3055. <a:effectStyle>
  3056. <a:effectLst>
  3057. <a:outerShdw blurRad="40000" dist="20000" dir="5400000"
  3058. rotWithShape="0">
  3059. <a:srgbClr val="000000">
  3060. <a:alpha val="38000" />
  3061. </a:srgbClr>
  3062. </a:outerShdw>
  3063. </a:effectLst>
  3064. </a:effectStyle>
  3065. <a:effectStyle>
  3066. <a:effectLst>
  3067. <a:outerShdw blurRad="40000" dist="23000" dir="5400000"
  3068. rotWithShape="0">
  3069. <a:srgbClr val="000000">
  3070. <a:alpha val="35000" />
  3071. </a:srgbClr>
  3072. </a:outerShdw>
  3073. </a:effectLst>
  3074. </a:effectStyle>
  3075. <a:effectStyle>
  3076. <a:effectLst>
  3077. <a:outerShdw blurRad="40000" dist="23000" dir="5400000"
  3078. rotWithShape="0">
  3079. <a:srgbClr val="000000">
  3080. <a:alpha val="35000" />
  3081. </a:srgbClr>
  3082. </a:outerShdw>
  3083. </a:effectLst>
  3084. <a:scene3d>
  3085. <a:camera prst="orthographicFront">
  3086. <a:rot lat="0" lon="0" rev="0" />
  3087. </a:camera>
  3088. <a:lightRig rig="threePt" dir="t">
  3089. <a:rot lat="0" lon="0" rev="1200000" />
  3090. </a:lightRig>
  3091. </a:scene3d>
  3092. <a:sp3d>
  3093. <a:bevelT w="63500" h="25400" />
  3094. </a:sp3d>
  3095. </a:effectStyle>
  3096. </a:effectStyleLst>
  3097. <a:bgFillStyleLst>
  3098. <a:solidFill>
  3099. <a:schemeClr val="phClr" />
  3100. </a:solidFill>
  3101. <a:gradFill rotWithShape="1">
  3102. <a:gsLst>
  3103. <a:gs pos="0">
  3104. <a:schemeClr val="phClr">
  3105. <a:tint val="40000" />
  3106. <a:satMod val="350000" />
  3107. </a:schemeClr>
  3108. </a:gs>
  3109. <a:gs pos="40000">
  3110. <a:schemeClr val="phClr">
  3111. <a:tint val="45000" />
  3112. <a:satMod val="350000" />
  3113. <a:shade val="99000" />
  3114. </a:schemeClr>
  3115. </a:gs>
  3116. <a:gs pos="100000">
  3117. <a:schemeClr val="phClr">
  3118. <a:shade val="20000" />
  3119. <a:satMod val="255000" />
  3120. </a:schemeClr>
  3121. </a:gs>
  3122. </a:gsLst>
  3123. <a:path path="circle">
  3124. <a:fillToRect l="50000" t="-80000" r="50000" b="180000" />
  3125. </a:path>
  3126. </a:gradFill>
  3127. <a:gradFill rotWithShape="1">
  3128. <a:gsLst>
  3129. <a:gs pos="0">
  3130. <a:schemeClr val="phClr">
  3131. <a:tint val="80000" />
  3132. <a:satMod val="300000" />
  3133. </a:schemeClr>
  3134. </a:gs>
  3135. <a:gs pos="100000">
  3136. <a:schemeClr val="phClr">
  3137. <a:shade val="30000" />
  3138. <a:satMod val="200000" />
  3139. </a:schemeClr>
  3140. </a:gs>
  3141. </a:gsLst>
  3142. <a:path path="circle">
  3143. <a:fillToRect l="50000" t="50000" r="50000" b="50000" />
  3144. </a:path>
  3145. </a:gradFill>
  3146. </a:bgFillStyleLst>
  3147. </a:fmtScheme>
  3148. </a:themeElements>
  3149. <a:objectDefaults />
  3150. </a:theme>
  3151. </pkg:xmlData>
  3152. </pkg:part>
  3153. </pkg:package>