wiki-lemma_2e0b0ff.css 144 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003
  1. /*!wiki-lemma:static/layout/featureLayout.less*/
  2. @-webkit-keyframes spinner {
  3. 100% {
  4. -webkit-transform: rotate(360deg)
  5. }
  6. }
  7. @keyframes spinner {
  8. 100% {
  9. -webkit-transform: rotate(360deg)
  10. }
  11. }
  12. body.w-small {
  13. min-width: 980px
  14. }
  15. body.w-large {
  16. min-width: 1180px
  17. }
  18. .layout {
  19. margin: 0 auto
  20. }
  21. body.w-small .layout,
  22. .layout {
  23. width: 980px
  24. }
  25. body.w-large .layout {
  26. width: 1180px
  27. }
  28. @media screen and (max-width:1280px) {
  29. body.w-var .layout {
  30. width: 980px
  31. }
  32. }
  33. @media screen and (min-width:1280px) {
  34. body.w-var .layout {
  35. width: 1180px
  36. }
  37. }
  38. .feature .body-wrapper .feature_poster {
  39. margin-top: 20px
  40. }
  41. .feature .body-wrapper .feature_poster .para {
  42. margin-bottom: 5px
  43. }
  44. .feature .body-wrapper .content-wrapper {
  45. position: relative;
  46. margin-top: 0
  47. }
  48. .feature .body-wrapper .content-wrapper .content.full-column .main-content {
  49. width: 100%;
  50. padding-left: 0;
  51. padding-right: 0
  52. }
  53. .feature .body-wrapper .content-wrapper .content.full-column .side-content {
  54. display: none
  55. }
  56. .feature .body-wrapper .content-wrapper .content.full-column .side-content>div:first-child {
  57. margin-top: 0!important
  58. }
  59. .feature .body-wrapper .content-wrapper .main_tab {
  60. display: none;
  61. padding-bottom: 20px
  62. }
  63. .feature .body-wrapper .content-wrapper .main_tab.curTab {
  64. display: block
  65. }
  66. .feature .body-wrapper .content-wrapper .main_tab.main_tab-defaultTab {
  67. padding-bottom: 0
  68. }
  69. /*!wiki-lemma:static/layout/largeFeature.less*/
  70. @-webkit-keyframes spinner {
  71. 100% {
  72. -webkit-transform: rotate(360deg)
  73. }
  74. }
  75. @keyframes spinner {
  76. 100% {
  77. -webkit-transform: rotate(360deg)
  78. }
  79. }
  80. .wiki-lemma .large-feature .feature-poster {
  81. position: relative;
  82. overflow: hidden;
  83. font-family: arial, tahoma, 'Microsoft Yahei', '\5b8b\4f53', sans-serif
  84. }
  85. .wiki-lemma .large-feature .feature-poster:before {
  86. position: absolute;
  87. left: 50%;
  88. top: 0;
  89. content: '';
  90. margin: 0 0 0 -798px;
  91. width: 343px;
  92. height: 470px;
  93. background: url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/img/largeFeature/poster-left-light_bbc7eb7.png)
  94. }
  95. .wiki-lemma .large-feature .feature-poster:after {
  96. position: absolute;
  97. z-index: 1;
  98. right: 0;
  99. top: 0;
  100. content: '';
  101. width: 243px;
  102. height: 467px;
  103. background: url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/img/largeFeature/poster-right-light_02928f9.png)
  104. }
  105. .wiki-lemma .large-feature .feature-poster .layout {
  106. position: relative;
  107. z-index: 1;
  108. height: 578px;
  109. background-repeat: no-repeat;
  110. background-position: right top
  111. }
  112. .wiki-lemma .large-feature .feature-poster .layout .poster-mask {
  113. position: absolute;
  114. left: 0;
  115. top: 0;
  116. width: 100%;
  117. height: 480px
  118. }
  119. .wiki-lemma .large-feature .feature-poster .layout .poster-top {
  120. position: relative;
  121. width: 580px;
  122. padding: 35px 0 0 30px
  123. }
  124. .wiki-lemma .large-feature .feature-poster .layout .poster-middle {
  125. position: relative;
  126. margin: 0 0 0 30px;
  127. padding: 10px 0 0
  128. }
  129. .wiki-lemma .large-feature .feature-poster .poster-absolute {
  130. position: absolute;
  131. z-index: 2;
  132. left: 0;
  133. top: 0;
  134. width: 100%
  135. }
  136. .wiki-lemma .large-feature .feature-poster .poster-absolute .layout {
  137. height: auto
  138. }
  139. .wiki-lemma .large-feature .after-feature-poster {
  140. position: relative;
  141. z-index: 1;
  142. margin: -140px 0 0;
  143. font-family: arial, tahoma, 'Microsoft Yahei', '\5b8b\4f53', sans-serif
  144. }
  145. .wiki-lemma .large-feature .after-feature-poster .layout {
  146. *zoom: 1;
  147. padding: 20px 0 0 30px;
  148. border: 1px solid #e5e5e5;
  149. border-width: 0 1px;
  150. width: 1107px;
  151. min-height: 22px;
  152. background: #fff
  153. }
  154. .wiki-lemma .large-feature .after-feature-poster .layout:after {
  155. content: '\0020';
  156. display: block;
  157. height: 0;
  158. font-size: 0;
  159. clear: both;
  160. overflow: hidden;
  161. visibility: hidden
  162. }
  163. .wiki-lemma .large-feature .content-wrapper {
  164. position: relative;
  165. z-index: 1
  166. }
  167. .wiki-lemma .large-feature .content-wrapper .content {
  168. border-top: 0
  169. }
  170. .wiki-lemma .large-feature .content-wrapper .content .main-content {
  171. padding-right: 18px
  172. }
  173. .wiki-lemma .large-feature .flower-sender {
  174. top: 30px;
  175. background-color: transparent
  176. }
  177. .wiki-lemma .large-feature .flower-sender:hover {
  178. outline: 0
  179. }
  180. /*!wiki-lemma:static/layout/layout.less*/
  181. @-webkit-keyframes spinner {
  182. 100% {
  183. -webkit-transform: rotate(360deg)
  184. }
  185. }
  186. @keyframes spinner {
  187. 100% {
  188. -webkit-transform: rotate(360deg)
  189. }
  190. }
  191. body.w-small {
  192. min-width: 980px
  193. }
  194. body.w-large {
  195. min-width: 1180px
  196. }
  197. .layout {
  198. margin: 0 auto
  199. }
  200. body.w-small .layout,
  201. .layout {
  202. }
  203. body.w-large .layout {
  204. }
  205. @media screen and (max-width:1280px) {
  206. body.w-var .layout {
  207. }
  208. }
  209. @media screen and (min-width:1280px) {
  210. body.w-var .layout {
  211. }
  212. }
  213. body {
  214. background-color: #f5f5f5!important
  215. }
  216. body.wiki-lemma {
  217. }
  218. body.wiki-lemma .layout {
  219. }
  220. body.memorial {
  221. filter: grayscale(100%);
  222. -webkit-filter: grayscale(100%);
  223. -moz-filter: grayscale(100%);
  224. -ms-filter: grayscale(100%);
  225. -o-filter: grayscale(100%);
  226. filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  227. -webkit-filter: grayscale(1)
  228. }
  229. .pc-header-new .wgt-userbar {
  230. top: 4px
  231. }
  232. .pc-header-new .topbar {
  233. height: 32px;
  234. border-bottom: 1px solid #ebebeb
  235. }
  236. .pc-header-new .topbar .separator {
  237. float: right;
  238. height: 12px;
  239. margin: 10px 0;
  240. margin: 10px 13px 10px 25px;
  241. border-right: 1px solid #ebebeb
  242. }
  243. .pc-header-new .topbar .wgt-userbar {
  244. position: static;
  245. margin-top: 6px;
  246. font-size: 13px;
  247. float: right
  248. }
  249. .pc-header-new .topbar .wgt-userbar .userbar_message {
  250. margin-left: 11px
  251. }
  252. .pc-header-new .topbar .wgt-userbar li {
  253. padding: 0 11px
  254. }
  255. .pc-header-new .topbar .wgt-userbar li:last-child {
  256. padding-right: 20px
  257. }
  258. .pc-header-new .topbar .wgt-userbar li a {
  259. color: #333
  260. }
  261. .pc-header-new .wgt-searchbar-main {
  262. margin: 0 auto
  263. }
  264. @media screen and (min-width:1441px) {
  265. .pc-header-new .wgt-searchbar-main {
  266. }
  267. }
  268. .pc-header-new .wgt-userbar {
  269. top: 16px
  270. }
  271. .pc-header-new .wgt-userbar li a:hover {
  272. color: #333;
  273. text-decoration: underline
  274. }
  275. .header-wrapper {
  276. background: #fff;
  277. position: relative;
  278. z-index: 1001
  279. }
  280. .header-wrapper .header {
  281. position: relative
  282. }
  283. .header-wrapper .header .layout {
  284. position: relative;
  285. margin: 0 auto;
  286. }
  287. .header-wrapper .header .headTab {
  288. margin: 0 auto;
  289. }
  290. .layout .wgt-searchbar-large .form .help {
  291. position: absolute;
  292. width: 26px;
  293. margin-left: 14px;
  294. margin-top: 10px
  295. }
  296. .layout .wgt-searchbar-large .form #searchLemma {
  297. margin-right: 0
  298. }
  299. .navbar-wrapper {
  300. position: relative;
  301. z-index: 1000
  302. }
  303. .body-wrapper .content-wrapper {
  304. margin: 20px 0 0
  305. }
  306. .body-wrapper .content-wrapper .content {
  307. margin: 0 auto;
  308. background: #fff;
  309. border: 1px solid #e5e5e5;
  310. *zoom: 1
  311. }
  312. .body-wrapper .content-wrapper .content:after {
  313. content: '\0020';
  314. display: block;
  315. height: 0;
  316. font-size: 0;
  317. clear: both;
  318. overflow: hidden;
  319. visibility: hidden
  320. }
  321. .body-wrapper .content-wrapper .content .main-content {
  322. width: auto;
  323. padding: 29px 29px 0;
  324. float: left;
  325. position: relative
  326. }
  327. .body-wrapper .content-wrapper .content .side-content {
  328. position: relative;
  329. float: left;
  330. padding-top: 29px;
  331. width: 270px
  332. display:none;
  333. }
  334. .syntaxhighlighter .toolbar {
  335. display: none!important
  336. }
  337. .layout .wgt-searchbar-large .search .form .help {
  338. position: absolute;
  339. width: 26px;
  340. margin-left: 14px;
  341. margin-top: 10px
  342. }
  343. .layout .wgt-searchbar-large .search .form #searchLemma {
  344. margin-right: 0
  345. }
  346. @font-face {
  347. font-family: baikeFont_layout;
  348. src: url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/font/layout_53910d6.eot?#iefix);
  349. src: url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/font/layout_53910d6.eot?#iefix) format('embedded-opentype'), url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/font/layout_6456495.woff2) format('woff2'), url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/font/layout_fba12f3.woff) format('woff'), url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/font/layout_1d891d8.ttf) format('truetype'), url(resource/font/layout.otf) format('opentype'), url(https://bkssl.bdimg.com/static/wiki-lemma/layout/resource/font/layout_516bb28.svg) format('svg');
  350. font-weight: 400;
  351. font-style: normal
  352. }
  353. .wiki-lemma-icons {
  354. font-family: baikeFont_layout;
  355. font-weight: 400;
  356. font-style: normal
  357. }
  358. .wiki-lemma-icons_arrow-left {
  359. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  360. }
  361. .wiki-lemma-icons_arrow-left:before {
  362. content: '\e600'
  363. }
  364. .wiki-lemma-icons_arrow-right {
  365. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  366. }
  367. .wiki-lemma-icons_arrow-right:before {
  368. content: '\e601'
  369. }
  370. .wiki-lemma-icons_dir-icon {
  371. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  372. }
  373. .wiki-lemma-icons_dir-icon:before {
  374. content: '\e602'
  375. }
  376. .wiki-lemma-icons_edit-lemma {
  377. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  378. }
  379. .wiki-lemma-icons_edit-lemma:before {
  380. content: '\e603'
  381. }
  382. .wiki-lemma-icons_lock-lemma {
  383. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  384. }
  385. .wiki-lemma-icons_lock-lemma:before {
  386. content: '\e604'
  387. }
  388. .wiki-lemma-icons_add-subLemma {
  389. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  390. }
  391. .wiki-lemma-icons_add-subLemma:before {
  392. content: '\e605'
  393. }
  394. .wiki-lemma-icons_eye {
  395. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  396. }
  397. .wiki-lemma-icons_eye:before {
  398. content: '\e606'
  399. }
  400. .wiki-lemma-icons_info {
  401. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  402. }
  403. .wiki-lemma-icons_info:before {
  404. content: '\e607'
  405. }
  406. .wiki-lemma-icons_bubble-info {
  407. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  408. }
  409. .wiki-lemma-icons_bubble-info:before {
  410. content: '\e608'
  411. }
  412. .wiki-lemma-icons_search {
  413. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  414. }
  415. .wiki-lemma-icons_search:before {
  416. content: '\e609'
  417. }
  418. .wiki-lemma-icons_pencil {
  419. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  420. }
  421. .wiki-lemma-icons_pencil:before {
  422. content: '\e610'
  423. }
  424. .wiki-lemma-icons_collect {
  425. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  426. }
  427. .wiki-lemma-icons_collect:before {
  428. content: '\e611'
  429. }
  430. .wiki-lemma-icons_praise {
  431. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  432. }
  433. .wiki-lemma-icons_praise:before {
  434. content: '\e612'
  435. }
  436. .wiki-lemma-icons_share {
  437. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  438. }
  439. .wiki-lemma-icons_share:before {
  440. content: '\e613'
  441. }
  442. .wiki-lemma-icons_edit-hollow {
  443. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  444. }
  445. .wiki-lemma-icons_edit-hollow:before {
  446. content: '\e614'
  447. }
  448. .wiki-lemma-icons_edit-solid {
  449. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  450. }
  451. .wiki-lemma-icons_edit-solid:before {
  452. content: '\e615'
  453. }
  454. .wiki-lemma-icons_star-hollow {
  455. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  456. }
  457. .wiki-lemma-icons_star-hollow:before {
  458. content: '\e616'
  459. }
  460. .wiki-lemma-icons_star-solid {
  461. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  462. }
  463. .wiki-lemma-icons_star-solid:before {
  464. content: '\e617'
  465. }
  466. .wiki-lemma-icons_zan-hollow {
  467. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  468. }
  469. .wiki-lemma-icons_zan-hollow:before {
  470. content: '\e618'
  471. }
  472. .wiki-lemma-icons_zan-solid {
  473. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  474. }
  475. .wiki-lemma-icons_zan-solid:before {
  476. content: '\e619'
  477. }
  478. .wiki-lemma-icons_close {
  479. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  480. }
  481. .wiki-lemma-icons_close:before {
  482. content: '\e620'
  483. }
  484. .wiki-lemma-icons_check {
  485. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  486. }
  487. .wiki-lemma-icons_check:before {
  488. content: '\e621'
  489. }
  490. .wiki-lemma-icons_address {
  491. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  492. }
  493. .wiki-lemma-icons_address:before {
  494. content: '\e622'
  495. }
  496. .wiki-lemma-icons_qq {
  497. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  498. }
  499. .wiki-lemma-icons_qq:before {
  500. content: '\e623'
  501. }
  502. .wiki-lemma-icons_telephone {
  503. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  504. }
  505. .wiki-lemma-icons_telephone:before {
  506. content: '\e624'
  507. }
  508. .wiki-lemma-icons_home {
  509. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  510. }
  511. .wiki-lemma-icons_home:before {
  512. content: '\e625'
  513. }
  514. .wiki-lemma-icons_weibo {
  515. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  516. }
  517. .wiki-lemma-icons_weibo:before {
  518. content: '\e626'
  519. }
  520. .wiki-lemma-icons_weixin {
  521. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  522. }
  523. .wiki-lemma-icons_weixin:before {
  524. content: '\e627'
  525. }
  526. .wiki-lemma-icons_add-subLemma-solid {
  527. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  528. }
  529. .wiki-lemma-icons_add-subLemma-solid:before {
  530. content: '\e628'
  531. }
  532. .wiki-lemma-icons_lemma-split {
  533. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  534. }
  535. .wiki-lemma-icons_lemma-split:before {
  536. content: '\e629'
  537. }
  538. .wiki-lemma-icons_link {
  539. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  540. }
  541. .wiki-lemma-icons_link:before {
  542. content: '\e630'
  543. }
  544. .wiki-lemma-icons_img {
  545. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  546. }
  547. .wiki-lemma-icons_img:before {
  548. content: '\e631'
  549. }
  550. .wiki-lemma-icons_down-arrow-solid {
  551. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  552. }
  553. .wiki-lemma-icons_down-arrow-solid:before {
  554. content: '\e632'
  555. }
  556. .wiki-lemma-icons_zhidao-img {
  557. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML +="")
  558. }
  559. .wiki-lemma-icons_zhidao-img:before {
  560. content: '\e633'
  561. }
  562. /*!wiki-lemma:static/layout/smallFeature.less*/
  563. @-webkit-keyframes spinner {
  564. 100% {
  565. -webkit-transform: rotate(360deg)
  566. }
  567. }
  568. @keyframes spinner {
  569. 100% {
  570. -webkit-transform: rotate(360deg)
  571. }
  572. }
  573. .poster {
  574. width: 1137px;
  575. background: #FFF;
  576. margin: 0 auto 14px;
  577. border: solid 1px #E5E5E5;
  578. box-shadow: 0 2px 3px -2px #d5d5d5;
  579. font-family: arial, tahoma, 'Microsoft Yahei', '\5b8b\4f53', sans-serif;
  580. position: relative;
  581. padding: 29px 0;
  582. *zoom: 1
  583. }
  584. .poster:after {
  585. content: '\0020';
  586. display: block;
  587. height: 0;
  588. font-size: 0;
  589. clear: both;
  590. overflow: hidden;
  591. visibility: hidden
  592. }
  593. .poster .poster-left {
  594. float: left;
  595. width: 790px;
  596. padding-left: 29px;
  597. color: #333;
  598. position: relative
  599. }
  600. .poster .poster-top {
  601. *zoom: 1
  602. }
  603. .poster .poster-top .posterFlag.excellent-icon {
  604. display: block;
  605. width: 47px;
  606. height: 89px;
  607. position: absolute;
  608. top: 0;
  609. left: -47px;
  610. z-index: 1
  611. }
  612. .poster .poster-top .figurePraise {
  613. position: static;
  614. float: right
  615. }
  616. .poster .poster-top .para {
  617. margin-bottom: 5px
  618. }
  619. .poster .poster-top:after {
  620. content: '\0020';
  621. display: block;
  622. height: 0;
  623. font-size: 0;
  624. clear: both;
  625. overflow: hidden;
  626. visibility: hidden
  627. }
  628. .poster .poster-top .titleLogo {
  629. float: left;
  630. width: 86px;
  631. height: 86px;
  632. overflow: hidden;
  633. margin-right: 15px
  634. }
  635. .poster .poster-top .titleBox {
  636. float: left;
  637. *zoom: 1
  638. }
  639. .poster .poster-top .titleBox:after {
  640. content: '\0020';
  641. display: block;
  642. height: 0;
  643. font-size: 0;
  644. clear: both;
  645. overflow: hidden;
  646. visibility: hidden
  647. }
  648. .poster .poster-top .titleBox .lemmaTitleBox {
  649. margin-top: -10px;
  650. *padding-bottom: 10px;
  651. *zoom: 1
  652. }
  653. .poster .poster-top .titleBox .lemmaTitleBox:after {
  654. content: '\0020';
  655. display: block;
  656. height: 0;
  657. font-size: 0;
  658. clear: both;
  659. overflow: hidden;
  660. visibility: hidden
  661. }
  662. .poster .poster-top .titleBox .lemmaTitleBox .addSub-wrapper {
  663. font-size: 22px;
  664. line-height: 0;
  665. vertical-align: middle;
  666. margin-left: 10px;
  667. font-family: SimSun
  668. }
  669. .poster .poster-top .titleBox .lemmaTitleBox .addSub-wrapper .add-sub-icon {
  670. display: inline-block;
  671. height: 16px;
  672. background-position: 0 0
  673. }
  674. .poster .poster-top .titleBox .lemmaTitle {
  675. float: left;
  676. max-width: 714px;
  677. overflow: hidden;
  678. white-space: nowrap;
  679. text-overflow: ellipsis;
  680. margin-bottom: 3px
  681. }
  682. .poster .poster-top .titleBox .keyInfo {
  683. border-left: solid 3px #52a3f5;
  684. color: #474849;
  685. font-size: 14px;
  686. line-height: 1;
  687. background: #eef7fd;
  688. padding: 6px 2px 6px 10px;
  689. display: -moz-inline-box;
  690. -moz-box-orient: vertical;
  691. display: inline-block;
  692. vertical-align: middle;
  693. *vertical-align: auto;
  694. *zoom: 1;
  695. *display: inline
  696. }
  697. .poster .poster-top .titleBox .keyInfo li {
  698. float: left;
  699. border-left: solid 1px #d1dfe8;
  700. padding: 0 8px
  701. }
  702. .poster .poster-top .titleBox .keyInfo li.firstSub {
  703. border: 0;
  704. padding-left: 0
  705. }
  706. .poster .poster-top .titleBox .subTitle {
  707. clear: both;
  708. height: 16px;
  709. line-height: 12px;
  710. padding-top: 7px;
  711. font-size: 16px
  712. }
  713. .poster .poster-top .titleBox.hasLogo .lemmaTitleBox {
  714. margin-top: 0
  715. }
  716. .poster .poster-top .titleBox.hasLogo .lemmaTitle {
  717. max-width: 613px
  718. }
  719. .poster .poster-top .titleBox.specialTitle .lemmaTitle {
  720. margin-bottom: 0
  721. }
  722. .poster .poster-top h1 {
  723. font-size: 38px;
  724. height: 55px;
  725. line-height: 56px;
  726. font-weight: 400
  727. }
  728. .poster .poster-top .bk-editable-lemma-btns {
  729. margin-top: 21px
  730. }
  731. .poster .poster-top .extraInfo {
  732. clear: left;
  733. margin-bottom: 13px
  734. }
  735. .poster .poster-middle {
  736. *zoom: 1
  737. }
  738. .poster .poster-middle:after {
  739. content: '\0020';
  740. display: block;
  741. height: 0;
  742. font-size: 0;
  743. clear: both;
  744. overflow: hidden;
  745. visibility: hidden
  746. }
  747. .poster .poster-bottom {
  748. margin-right: -30px;
  749. *zoom: 1
  750. }
  751. .poster .poster-bottom:after {
  752. content: '\0020';
  753. display: block;
  754. height: 0;
  755. font-size: 0;
  756. clear: both;
  757. overflow: hidden;
  758. visibility: hidden
  759. }
  760. .poster .poster-bottom .mr-30 {
  761. margin-right: 30px
  762. }
  763. .poster .poster-right {
  764. float: right
  765. }
  766. /*!wiki-lemma:static/normal/normalLemma.less*/
  767. .body-wrapper a {
  768. color: #136ec2;
  769. text-decoration: none
  770. }
  771. .body-wrapper a:hover {
  772. text-decoration: underline
  773. }
  774. .body-wrapper ol.para-list {
  775. margin: 0 0 15px 2em
  776. }
  777. .body-wrapper ol.list-paddingleft-1 {
  778. padding-left: 0
  779. }
  780. .body-wrapper ol.list-paddingleft-2 {
  781. padding-left: 30px
  782. }
  783. .body-wrapper ol.list-paddingleft-3 {
  784. padding-left: 60px
  785. }
  786. .body-wrapper ol li.list-cn-paddingleft-1 .para,
  787. .body-wrapper ol li.list-cn1-paddingleft-1 .para,
  788. .body-wrapper ol li.list-cn2-paddingleft-1 .para {
  789. margin-left: 30px
  790. }
  791. .body-wrapper ol li.list-cn-paddingleft-2 .para,
  792. .body-wrapper ol li.list-cn1-paddingleft-2 .para,
  793. .body-wrapper ol li.list-cn2-paddingleft-2 .para {
  794. margin-left: 45px
  795. }
  796. .body-wrapper ol li.list-cn-paddingleft-3 .para,
  797. .body-wrapper ol li.list-cn1-paddingleft-3 .para,
  798. .body-wrapper ol li.list-cn2-paddingleft-3 .para {
  799. margin-left: 60px
  800. }
  801. .body-wrapper ol li.list-num1-paddingleft-1 .para,
  802. .body-wrapper ol li.list-num1-paddingleft-2 .para,
  803. .body-wrapper ol li.list-num1-paddingleft-3 .para {
  804. margin-left: 35px
  805. }
  806. .body-wrapper ol li.list-num2-paddingleft-1 .para,
  807. .body-wrapper ol li.list-num2-paddingleft-2 .para,
  808. .body-wrapper ol li.list-num2-paddingleft-3 .para {
  809. margin-left: 45px
  810. }
  811. .body-wrapper ol li:before {
  812. position: absolute;
  813. line-height: 24px;
  814. font-size: 14px
  815. }
  816. .body-wrapper ol li.list-num-1-1 {
  817. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="1. " + this.innerHTML)
  818. }
  819. .body-wrapper ol li.list-num-1-1:before {
  820. content: '1. '
  821. }
  822. .body-wrapper ol li.list-num-2-1 {
  823. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="1)" + this.innerHTML)
  824. }
  825. .body-wrapper ol li.list-num-2-1:before {
  826. content: '1)'
  827. }
  828. .body-wrapper ol li.list-num-3-1 {
  829. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(1)" + this.innerHTML)
  830. }
  831. .body-wrapper ol li.list-num-3-1:before {
  832. content: '(1)'
  833. }
  834. .body-wrapper ol li.list-cn-1-1 {
  835. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="一、" + this.innerHTML)
  836. }
  837. .body-wrapper ol li.list-cn-1-1:before {
  838. content: '一、'
  839. }
  840. .body-wrapper ol li.list-cn-2-1 {
  841. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="一)" + this.innerHTML)
  842. }
  843. .body-wrapper ol li.list-cn-2-1:before {
  844. content: '一)'
  845. }
  846. .body-wrapper ol li.list-cn-3-1 {
  847. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(一)" + this.innerHTML)
  848. }
  849. .body-wrapper ol li.list-cn-3-1:before {
  850. content: '(一)'
  851. }
  852. .body-wrapper ol li.list-num-1-2 {
  853. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="2. " + this.innerHTML)
  854. }
  855. .body-wrapper ol li.list-num-1-2:before {
  856. content: '2. '
  857. }
  858. .body-wrapper ol li.list-num-2-2 {
  859. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="2)" + this.innerHTML)
  860. }
  861. .body-wrapper ol li.list-num-2-2:before {
  862. content: '2)'
  863. }
  864. .body-wrapper ol li.list-num-3-2 {
  865. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(2)" + this.innerHTML)
  866. }
  867. .body-wrapper ol li.list-num-3-2:before {
  868. content: '(2)'
  869. }
  870. .body-wrapper ol li.list-cn-1-2 {
  871. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二、" + this.innerHTML)
  872. }
  873. .body-wrapper ol li.list-cn-1-2:before {
  874. content: '二、'
  875. }
  876. .body-wrapper ol li.list-cn-2-2 {
  877. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二)" + this.innerHTML)
  878. }
  879. .body-wrapper ol li.list-cn-2-2:before {
  880. content: '二)'
  881. }
  882. .body-wrapper ol li.list-cn-3-2 {
  883. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二)" + this.innerHTML)
  884. }
  885. .body-wrapper ol li.list-cn-3-2:before {
  886. content: '(二)'
  887. }
  888. .body-wrapper ol li.list-num-1-3 {
  889. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="3. " + this.innerHTML)
  890. }
  891. .body-wrapper ol li.list-num-1-3:before {
  892. content: '3. '
  893. }
  894. .body-wrapper ol li.list-num-2-3 {
  895. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="3)" + this.innerHTML)
  896. }
  897. .body-wrapper ol li.list-num-2-3:before {
  898. content: '3)'
  899. }
  900. .body-wrapper ol li.list-num-3-3 {
  901. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(3)" + this.innerHTML)
  902. }
  903. .body-wrapper ol li.list-num-3-3:before {
  904. content: '(3)'
  905. }
  906. .body-wrapper ol li.list-cn-1-3 {
  907. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三、" + this.innerHTML)
  908. }
  909. .body-wrapper ol li.list-cn-1-3:before {
  910. content: '三、'
  911. }
  912. .body-wrapper ol li.list-cn-2-3 {
  913. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三)" + this.innerHTML)
  914. }
  915. .body-wrapper ol li.list-cn-2-3:before {
  916. content: '三)'
  917. }
  918. .body-wrapper ol li.list-cn-3-3 {
  919. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三)" + this.innerHTML)
  920. }
  921. .body-wrapper ol li.list-cn-3-3:before {
  922. content: '(三)'
  923. }
  924. .body-wrapper ol li.list-num-1-4 {
  925. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="4. " + this.innerHTML)
  926. }
  927. .body-wrapper ol li.list-num-1-4:before {
  928. content: '4. '
  929. }
  930. .body-wrapper ol li.list-num-2-4 {
  931. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="4)" + this.innerHTML)
  932. }
  933. .body-wrapper ol li.list-num-2-4:before {
  934. content: '4)'
  935. }
  936. .body-wrapper ol li.list-num-3-4 {
  937. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(4)" + this.innerHTML)
  938. }
  939. .body-wrapper ol li.list-num-3-4:before {
  940. content: '(4)'
  941. }
  942. .body-wrapper ol li.list-cn-1-4 {
  943. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四、" + this.innerHTML)
  944. }
  945. .body-wrapper ol li.list-cn-1-4:before {
  946. content: '四、'
  947. }
  948. .body-wrapper ol li.list-cn-2-4 {
  949. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四)" + this.innerHTML)
  950. }
  951. .body-wrapper ol li.list-cn-2-4:before {
  952. content: '四)'
  953. }
  954. .body-wrapper ol li.list-cn-3-4 {
  955. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四)" + this.innerHTML)
  956. }
  957. .body-wrapper ol li.list-cn-3-4:before {
  958. content: '(四)'
  959. }
  960. .body-wrapper ol li.list-num-1-5 {
  961. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="5. " + this.innerHTML)
  962. }
  963. .body-wrapper ol li.list-num-1-5:before {
  964. content: '5. '
  965. }
  966. .body-wrapper ol li.list-num-2-5 {
  967. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="5)" + this.innerHTML)
  968. }
  969. .body-wrapper ol li.list-num-2-5:before {
  970. content: '5)'
  971. }
  972. .body-wrapper ol li.list-num-3-5 {
  973. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(5)" + this.innerHTML)
  974. }
  975. .body-wrapper ol li.list-num-3-5:before {
  976. content: '(5)'
  977. }
  978. .body-wrapper ol li.list-cn-1-5 {
  979. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五、" + this.innerHTML)
  980. }
  981. .body-wrapper ol li.list-cn-1-5:before {
  982. content: '五、'
  983. }
  984. .body-wrapper ol li.list-cn-2-5 {
  985. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五)" + this.innerHTML)
  986. }
  987. .body-wrapper ol li.list-cn-2-5:before {
  988. content: '五)'
  989. }
  990. .body-wrapper ol li.list-cn-3-5 {
  991. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五)" + this.innerHTML)
  992. }
  993. .body-wrapper ol li.list-cn-3-5:before {
  994. content: '(五)'
  995. }
  996. .body-wrapper ol li.list-num-1-6 {
  997. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="6. " + this.innerHTML)
  998. }
  999. .body-wrapper ol li.list-num-1-6:before {
  1000. content: '6. '
  1001. }
  1002. .body-wrapper ol li.list-num-2-6 {
  1003. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="6)" + this.innerHTML)
  1004. }
  1005. .body-wrapper ol li.list-num-2-6:before {
  1006. content: '6)'
  1007. }
  1008. .body-wrapper ol li.list-num-3-6 {
  1009. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(6)" + this.innerHTML)
  1010. }
  1011. .body-wrapper ol li.list-num-3-6:before {
  1012. content: '(6)'
  1013. }
  1014. .body-wrapper ol li.list-cn-1-6 {
  1015. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六、" + this.innerHTML)
  1016. }
  1017. .body-wrapper ol li.list-cn-1-6:before {
  1018. content: '六、'
  1019. }
  1020. .body-wrapper ol li.list-cn-2-6 {
  1021. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六)" + this.innerHTML)
  1022. }
  1023. .body-wrapper ol li.list-cn-2-6:before {
  1024. content: '六)'
  1025. }
  1026. .body-wrapper ol li.list-cn-3-6 {
  1027. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六)" + this.innerHTML)
  1028. }
  1029. .body-wrapper ol li.list-cn-3-6:before {
  1030. content: '(六)'
  1031. }
  1032. .body-wrapper ol li.list-num-1-7 {
  1033. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="7. " + this.innerHTML)
  1034. }
  1035. .body-wrapper ol li.list-num-1-7:before {
  1036. content: '7. '
  1037. }
  1038. .body-wrapper ol li.list-num-2-7 {
  1039. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="7)" + this.innerHTML)
  1040. }
  1041. .body-wrapper ol li.list-num-2-7:before {
  1042. content: '7)'
  1043. }
  1044. .body-wrapper ol li.list-num-3-7 {
  1045. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(7)" + this.innerHTML)
  1046. }
  1047. .body-wrapper ol li.list-num-3-7:before {
  1048. content: '(7)'
  1049. }
  1050. .body-wrapper ol li.list-cn-1-7 {
  1051. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七、" + this.innerHTML)
  1052. }
  1053. .body-wrapper ol li.list-cn-1-7:before {
  1054. content: '七、'
  1055. }
  1056. .body-wrapper ol li.list-cn-2-7 {
  1057. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七)" + this.innerHTML)
  1058. }
  1059. .body-wrapper ol li.list-cn-2-7:before {
  1060. content: '七)'
  1061. }
  1062. .body-wrapper ol li.list-cn-3-7 {
  1063. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七)" + this.innerHTML)
  1064. }
  1065. .body-wrapper ol li.list-cn-3-7:before {
  1066. content: '(七)'
  1067. }
  1068. .body-wrapper ol li.list-num-1-8 {
  1069. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="8. " + this.innerHTML)
  1070. }
  1071. .body-wrapper ol li.list-num-1-8:before {
  1072. content: '8. '
  1073. }
  1074. .body-wrapper ol li.list-num-2-8 {
  1075. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="8)" + this.innerHTML)
  1076. }
  1077. .body-wrapper ol li.list-num-2-8:before {
  1078. content: '8)'
  1079. }
  1080. .body-wrapper ol li.list-num-3-8 {
  1081. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(8)" + this.innerHTML)
  1082. }
  1083. .body-wrapper ol li.list-num-3-8:before {
  1084. content: '(8)'
  1085. }
  1086. .body-wrapper ol li.list-cn-1-8 {
  1087. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八、" + this.innerHTML)
  1088. }
  1089. .body-wrapper ol li.list-cn-1-8:before {
  1090. content: '八、'
  1091. }
  1092. .body-wrapper ol li.list-cn-2-8 {
  1093. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八)" + this.innerHTML)
  1094. }
  1095. .body-wrapper ol li.list-cn-2-8:before {
  1096. content: '八)'
  1097. }
  1098. .body-wrapper ol li.list-cn-3-8 {
  1099. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八)" + this.innerHTML)
  1100. }
  1101. .body-wrapper ol li.list-cn-3-8:before {
  1102. content: '(八)'
  1103. }
  1104. .body-wrapper ol li.list-num-1-9 {
  1105. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="9. " + this.innerHTML)
  1106. }
  1107. .body-wrapper ol li.list-num-1-9:before {
  1108. content: '9. '
  1109. }
  1110. .body-wrapper ol li.list-num-2-9 {
  1111. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="9)" + this.innerHTML)
  1112. }
  1113. .body-wrapper ol li.list-num-2-9:before {
  1114. content: '9)'
  1115. }
  1116. .body-wrapper ol li.list-num-3-9 {
  1117. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(9)" + this.innerHTML)
  1118. }
  1119. .body-wrapper ol li.list-num-3-9:before {
  1120. content: '(9)'
  1121. }
  1122. .body-wrapper ol li.list-cn-1-9 {
  1123. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九、" + this.innerHTML)
  1124. }
  1125. .body-wrapper ol li.list-cn-1-9:before {
  1126. content: '九、'
  1127. }
  1128. .body-wrapper ol li.list-cn-2-9 {
  1129. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九)" + this.innerHTML)
  1130. }
  1131. .body-wrapper ol li.list-cn-2-9:before {
  1132. content: '九)'
  1133. }
  1134. .body-wrapper ol li.list-cn-3-9 {
  1135. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九)" + this.innerHTML)
  1136. }
  1137. .body-wrapper ol li.list-cn-3-9:before {
  1138. content: '(九)'
  1139. }
  1140. .body-wrapper ol li.list-num-1-10 {
  1141. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="10. " + this.innerHTML)
  1142. }
  1143. .body-wrapper ol li.list-num-1-10:before {
  1144. content: '10. '
  1145. }
  1146. .body-wrapper ol li.list-num-2-10 {
  1147. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="10)" + this.innerHTML)
  1148. }
  1149. .body-wrapper ol li.list-num-2-10:before {
  1150. content: '10)'
  1151. }
  1152. .body-wrapper ol li.list-num-3-10 {
  1153. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(10)" + this.innerHTML)
  1154. }
  1155. .body-wrapper ol li.list-num-3-10:before {
  1156. content: '(10)'
  1157. }
  1158. .body-wrapper ol li.list-cn-1-10 {
  1159. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十、" + this.innerHTML)
  1160. }
  1161. .body-wrapper ol li.list-cn-1-10:before {
  1162. content: '十、'
  1163. }
  1164. .body-wrapper ol li.list-cn-2-10 {
  1165. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十)" + this.innerHTML)
  1166. }
  1167. .body-wrapper ol li.list-cn-2-10:before {
  1168. content: '十)'
  1169. }
  1170. .body-wrapper ol li.list-cn-3-10 {
  1171. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十)" + this.innerHTML)
  1172. }
  1173. .body-wrapper ol li.list-cn-3-10:before {
  1174. content: '(十)'
  1175. }
  1176. .body-wrapper ol li.list-num-1-11 {
  1177. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="11. " + this.innerHTML)
  1178. }
  1179. .body-wrapper ol li.list-num-1-11:before {
  1180. content: '11. '
  1181. }
  1182. .body-wrapper ol li.list-num-2-11 {
  1183. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="11)" + this.innerHTML)
  1184. }
  1185. .body-wrapper ol li.list-num-2-11:before {
  1186. content: '11)'
  1187. }
  1188. .body-wrapper ol li.list-num-3-11 {
  1189. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(11)" + this.innerHTML)
  1190. }
  1191. .body-wrapper ol li.list-num-3-11:before {
  1192. content: '(11)'
  1193. }
  1194. .body-wrapper ol li.list-cn-1-11 {
  1195. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十一、" + this.innerHTML)
  1196. }
  1197. .body-wrapper ol li.list-cn-1-11:before {
  1198. content: '十一、'
  1199. }
  1200. .body-wrapper ol li.list-cn-2-11 {
  1201. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十一)" + this.innerHTML)
  1202. }
  1203. .body-wrapper ol li.list-cn-2-11:before {
  1204. content: '十一)'
  1205. }
  1206. .body-wrapper ol li.list-cn-3-11 {
  1207. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十一)" + this.innerHTML)
  1208. }
  1209. .body-wrapper ol li.list-cn-3-11:before {
  1210. content: '(十一)'
  1211. }
  1212. .body-wrapper ol li.list-num-1-12 {
  1213. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="12. " + this.innerHTML)
  1214. }
  1215. .body-wrapper ol li.list-num-1-12:before {
  1216. content: '12. '
  1217. }
  1218. .body-wrapper ol li.list-num-2-12 {
  1219. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="12)" + this.innerHTML)
  1220. }
  1221. .body-wrapper ol li.list-num-2-12:before {
  1222. content: '12)'
  1223. }
  1224. .body-wrapper ol li.list-num-3-12 {
  1225. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(12)" + this.innerHTML)
  1226. }
  1227. .body-wrapper ol li.list-num-3-12:before {
  1228. content: '(12)'
  1229. }
  1230. .body-wrapper ol li.list-cn-1-12 {
  1231. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十二、" + this.innerHTML)
  1232. }
  1233. .body-wrapper ol li.list-cn-1-12:before {
  1234. content: '十二、'
  1235. }
  1236. .body-wrapper ol li.list-cn-2-12 {
  1237. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十二)" + this.innerHTML)
  1238. }
  1239. .body-wrapper ol li.list-cn-2-12:before {
  1240. content: '十二)'
  1241. }
  1242. .body-wrapper ol li.list-cn-3-12 {
  1243. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十二)" + this.innerHTML)
  1244. }
  1245. .body-wrapper ol li.list-cn-3-12:before {
  1246. content: '(十二)'
  1247. }
  1248. .body-wrapper ol li.list-num-1-13 {
  1249. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="13. " + this.innerHTML)
  1250. }
  1251. .body-wrapper ol li.list-num-1-13:before {
  1252. content: '13. '
  1253. }
  1254. .body-wrapper ol li.list-num-2-13 {
  1255. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="13)" + this.innerHTML)
  1256. }
  1257. .body-wrapper ol li.list-num-2-13:before {
  1258. content: '13)'
  1259. }
  1260. .body-wrapper ol li.list-num-3-13 {
  1261. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(13)" + this.innerHTML)
  1262. }
  1263. .body-wrapper ol li.list-num-3-13:before {
  1264. content: '(13)'
  1265. }
  1266. .body-wrapper ol li.list-cn-1-13 {
  1267. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十三、" + this.innerHTML)
  1268. }
  1269. .body-wrapper ol li.list-cn-1-13:before {
  1270. content: '十三、'
  1271. }
  1272. .body-wrapper ol li.list-cn-2-13 {
  1273. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十三)" + this.innerHTML)
  1274. }
  1275. .body-wrapper ol li.list-cn-2-13:before {
  1276. content: '十三)'
  1277. }
  1278. .body-wrapper ol li.list-cn-3-13 {
  1279. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十三)" + this.innerHTML)
  1280. }
  1281. .body-wrapper ol li.list-cn-3-13:before {
  1282. content: '(十三)'
  1283. }
  1284. .body-wrapper ol li.list-num-1-14 {
  1285. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="14. " + this.innerHTML)
  1286. }
  1287. .body-wrapper ol li.list-num-1-14:before {
  1288. content: '14. '
  1289. }
  1290. .body-wrapper ol li.list-num-2-14 {
  1291. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="14)" + this.innerHTML)
  1292. }
  1293. .body-wrapper ol li.list-num-2-14:before {
  1294. content: '14)'
  1295. }
  1296. .body-wrapper ol li.list-num-3-14 {
  1297. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(14)" + this.innerHTML)
  1298. }
  1299. .body-wrapper ol li.list-num-3-14:before {
  1300. content: '(14)'
  1301. }
  1302. .body-wrapper ol li.list-cn-1-14 {
  1303. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十四、" + this.innerHTML)
  1304. }
  1305. .body-wrapper ol li.list-cn-1-14:before {
  1306. content: '十四、'
  1307. }
  1308. .body-wrapper ol li.list-cn-2-14 {
  1309. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十四)" + this.innerHTML)
  1310. }
  1311. .body-wrapper ol li.list-cn-2-14:before {
  1312. content: '十四)'
  1313. }
  1314. .body-wrapper ol li.list-cn-3-14 {
  1315. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十四)" + this.innerHTML)
  1316. }
  1317. .body-wrapper ol li.list-cn-3-14:before {
  1318. content: '(十四)'
  1319. }
  1320. .body-wrapper ol li.list-num-1-15 {
  1321. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="15. " + this.innerHTML)
  1322. }
  1323. .body-wrapper ol li.list-num-1-15:before {
  1324. content: '15. '
  1325. }
  1326. .body-wrapper ol li.list-num-2-15 {
  1327. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="15)" + this.innerHTML)
  1328. }
  1329. .body-wrapper ol li.list-num-2-15:before {
  1330. content: '15)'
  1331. }
  1332. .body-wrapper ol li.list-num-3-15 {
  1333. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(15)" + this.innerHTML)
  1334. }
  1335. .body-wrapper ol li.list-num-3-15:before {
  1336. content: '(15)'
  1337. }
  1338. .body-wrapper ol li.list-cn-1-15 {
  1339. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十五、" + this.innerHTML)
  1340. }
  1341. .body-wrapper ol li.list-cn-1-15:before {
  1342. content: '十五、'
  1343. }
  1344. .body-wrapper ol li.list-cn-2-15 {
  1345. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十五)" + this.innerHTML)
  1346. }
  1347. .body-wrapper ol li.list-cn-2-15:before {
  1348. content: '十五)'
  1349. }
  1350. .body-wrapper ol li.list-cn-3-15 {
  1351. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十五)" + this.innerHTML)
  1352. }
  1353. .body-wrapper ol li.list-cn-3-15:before {
  1354. content: '(十五)'
  1355. }
  1356. .body-wrapper ol li.list-num-1-16 {
  1357. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="16. " + this.innerHTML)
  1358. }
  1359. .body-wrapper ol li.list-num-1-16:before {
  1360. content: '16. '
  1361. }
  1362. .body-wrapper ol li.list-num-2-16 {
  1363. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="16)" + this.innerHTML)
  1364. }
  1365. .body-wrapper ol li.list-num-2-16:before {
  1366. content: '16)'
  1367. }
  1368. .body-wrapper ol li.list-num-3-16 {
  1369. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(16)" + this.innerHTML)
  1370. }
  1371. .body-wrapper ol li.list-num-3-16:before {
  1372. content: '(16)'
  1373. }
  1374. .body-wrapper ol li.list-cn-1-16 {
  1375. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十六、" + this.innerHTML)
  1376. }
  1377. .body-wrapper ol li.list-cn-1-16:before {
  1378. content: '十六、'
  1379. }
  1380. .body-wrapper ol li.list-cn-2-16 {
  1381. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十六)" + this.innerHTML)
  1382. }
  1383. .body-wrapper ol li.list-cn-2-16:before {
  1384. content: '十六)'
  1385. }
  1386. .body-wrapper ol li.list-cn-3-16 {
  1387. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十六)" + this.innerHTML)
  1388. }
  1389. .body-wrapper ol li.list-cn-3-16:before {
  1390. content: '(十六)'
  1391. }
  1392. .body-wrapper ol li.list-num-1-17 {
  1393. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="17. " + this.innerHTML)
  1394. }
  1395. .body-wrapper ol li.list-num-1-17:before {
  1396. content: '17. '
  1397. }
  1398. .body-wrapper ol li.list-num-2-17 {
  1399. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="17)" + this.innerHTML)
  1400. }
  1401. .body-wrapper ol li.list-num-2-17:before {
  1402. content: '17)'
  1403. }
  1404. .body-wrapper ol li.list-num-3-17 {
  1405. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(17)" + this.innerHTML)
  1406. }
  1407. .body-wrapper ol li.list-num-3-17:before {
  1408. content: '(17)'
  1409. }
  1410. .body-wrapper ol li.list-cn-1-17 {
  1411. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十七、" + this.innerHTML)
  1412. }
  1413. .body-wrapper ol li.list-cn-1-17:before {
  1414. content: '十七、'
  1415. }
  1416. .body-wrapper ol li.list-cn-2-17 {
  1417. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十七)" + this.innerHTML)
  1418. }
  1419. .body-wrapper ol li.list-cn-2-17:before {
  1420. content: '十七)'
  1421. }
  1422. .body-wrapper ol li.list-cn-3-17 {
  1423. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十七)" + this.innerHTML)
  1424. }
  1425. .body-wrapper ol li.list-cn-3-17:before {
  1426. content: '(十七)'
  1427. }
  1428. .body-wrapper ol li.list-num-1-18 {
  1429. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="18. " + this.innerHTML)
  1430. }
  1431. .body-wrapper ol li.list-num-1-18:before {
  1432. content: '18. '
  1433. }
  1434. .body-wrapper ol li.list-num-2-18 {
  1435. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="18)" + this.innerHTML)
  1436. }
  1437. .body-wrapper ol li.list-num-2-18:before {
  1438. content: '18)'
  1439. }
  1440. .body-wrapper ol li.list-num-3-18 {
  1441. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(18)" + this.innerHTML)
  1442. }
  1443. .body-wrapper ol li.list-num-3-18:before {
  1444. content: '(18)'
  1445. }
  1446. .body-wrapper ol li.list-cn-1-18 {
  1447. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十八、" + this.innerHTML)
  1448. }
  1449. .body-wrapper ol li.list-cn-1-18:before {
  1450. content: '十八、'
  1451. }
  1452. .body-wrapper ol li.list-cn-2-18 {
  1453. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十八)" + this.innerHTML)
  1454. }
  1455. .body-wrapper ol li.list-cn-2-18:before {
  1456. content: '十八)'
  1457. }
  1458. .body-wrapper ol li.list-cn-3-18 {
  1459. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十八)" + this.innerHTML)
  1460. }
  1461. .body-wrapper ol li.list-cn-3-18:before {
  1462. content: '(十八)'
  1463. }
  1464. .body-wrapper ol li.list-num-1-19 {
  1465. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="19. " + this.innerHTML)
  1466. }
  1467. .body-wrapper ol li.list-num-1-19:before {
  1468. content: '19. '
  1469. }
  1470. .body-wrapper ol li.list-num-2-19 {
  1471. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="19)" + this.innerHTML)
  1472. }
  1473. .body-wrapper ol li.list-num-2-19:before {
  1474. content: '19)'
  1475. }
  1476. .body-wrapper ol li.list-num-3-19 {
  1477. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(19)" + this.innerHTML)
  1478. }
  1479. .body-wrapper ol li.list-num-3-19:before {
  1480. content: '(19)'
  1481. }
  1482. .body-wrapper ol li.list-cn-1-19 {
  1483. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十九、" + this.innerHTML)
  1484. }
  1485. .body-wrapper ol li.list-cn-1-19:before {
  1486. content: '十九、'
  1487. }
  1488. .body-wrapper ol li.list-cn-2-19 {
  1489. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="十九)" + this.innerHTML)
  1490. }
  1491. .body-wrapper ol li.list-cn-2-19:before {
  1492. content: '十九)'
  1493. }
  1494. .body-wrapper ol li.list-cn-3-19 {
  1495. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(十九)" + this.innerHTML)
  1496. }
  1497. .body-wrapper ol li.list-cn-3-19:before {
  1498. content: '(十九)'
  1499. }
  1500. .body-wrapper ol li.list-num-1-20 {
  1501. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="20. " + this.innerHTML)
  1502. }
  1503. .body-wrapper ol li.list-num-1-20:before {
  1504. content: '20. '
  1505. }
  1506. .body-wrapper ol li.list-num-2-20 {
  1507. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="20)" + this.innerHTML)
  1508. }
  1509. .body-wrapper ol li.list-num-2-20:before {
  1510. content: '20)'
  1511. }
  1512. .body-wrapper ol li.list-num-3-20 {
  1513. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(20)" + this.innerHTML)
  1514. }
  1515. .body-wrapper ol li.list-num-3-20:before {
  1516. content: '(20)'
  1517. }
  1518. .body-wrapper ol li.list-cn-1-20 {
  1519. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十、" + this.innerHTML)
  1520. }
  1521. .body-wrapper ol li.list-cn-1-20:before {
  1522. content: '二十、'
  1523. }
  1524. .body-wrapper ol li.list-cn-2-20 {
  1525. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十)" + this.innerHTML)
  1526. }
  1527. .body-wrapper ol li.list-cn-2-20:before {
  1528. content: '二十)'
  1529. }
  1530. .body-wrapper ol li.list-cn-3-20 {
  1531. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十)" + this.innerHTML)
  1532. }
  1533. .body-wrapper ol li.list-cn-3-20:before {
  1534. content: '(二十)'
  1535. }
  1536. .body-wrapper ol li.list-num-1-21 {
  1537. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="21. " + this.innerHTML)
  1538. }
  1539. .body-wrapper ol li.list-num-1-21:before {
  1540. content: '21. '
  1541. }
  1542. .body-wrapper ol li.list-num-2-21 {
  1543. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="21)" + this.innerHTML)
  1544. }
  1545. .body-wrapper ol li.list-num-2-21:before {
  1546. content: '21)'
  1547. }
  1548. .body-wrapper ol li.list-num-3-21 {
  1549. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(21)" + this.innerHTML)
  1550. }
  1551. .body-wrapper ol li.list-num-3-21:before {
  1552. content: '(21)'
  1553. }
  1554. .body-wrapper ol li.list-cn-1-21 {
  1555. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十一、" + this.innerHTML)
  1556. }
  1557. .body-wrapper ol li.list-cn-1-21:before {
  1558. content: '二十一、'
  1559. }
  1560. .body-wrapper ol li.list-cn-2-21 {
  1561. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十一)" + this.innerHTML)
  1562. }
  1563. .body-wrapper ol li.list-cn-2-21:before {
  1564. content: '二十一)'
  1565. }
  1566. .body-wrapper ol li.list-cn-3-21 {
  1567. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十一)" + this.innerHTML)
  1568. }
  1569. .body-wrapper ol li.list-cn-3-21:before {
  1570. content: '(二十一)'
  1571. }
  1572. .body-wrapper ol li.list-num-1-22 {
  1573. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="22. " + this.innerHTML)
  1574. }
  1575. .body-wrapper ol li.list-num-1-22:before {
  1576. content: '22. '
  1577. }
  1578. .body-wrapper ol li.list-num-2-22 {
  1579. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="22)" + this.innerHTML)
  1580. }
  1581. .body-wrapper ol li.list-num-2-22:before {
  1582. content: '22)'
  1583. }
  1584. .body-wrapper ol li.list-num-3-22 {
  1585. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(22)" + this.innerHTML)
  1586. }
  1587. .body-wrapper ol li.list-num-3-22:before {
  1588. content: '(22)'
  1589. }
  1590. .body-wrapper ol li.list-cn-1-22 {
  1591. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十二、" + this.innerHTML)
  1592. }
  1593. .body-wrapper ol li.list-cn-1-22:before {
  1594. content: '二十二、'
  1595. }
  1596. .body-wrapper ol li.list-cn-2-22 {
  1597. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十二)" + this.innerHTML)
  1598. }
  1599. .body-wrapper ol li.list-cn-2-22:before {
  1600. content: '二十二)'
  1601. }
  1602. .body-wrapper ol li.list-cn-3-22 {
  1603. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十二)" + this.innerHTML)
  1604. }
  1605. .body-wrapper ol li.list-cn-3-22:before {
  1606. content: '(二十二)'
  1607. }
  1608. .body-wrapper ol li.list-num-1-23 {
  1609. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="23. " + this.innerHTML)
  1610. }
  1611. .body-wrapper ol li.list-num-1-23:before {
  1612. content: '23. '
  1613. }
  1614. .body-wrapper ol li.list-num-2-23 {
  1615. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="23)" + this.innerHTML)
  1616. }
  1617. .body-wrapper ol li.list-num-2-23:before {
  1618. content: '23)'
  1619. }
  1620. .body-wrapper ol li.list-num-3-23 {
  1621. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(23)" + this.innerHTML)
  1622. }
  1623. .body-wrapper ol li.list-num-3-23:before {
  1624. content: '(23)'
  1625. }
  1626. .body-wrapper ol li.list-cn-1-23 {
  1627. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十三、" + this.innerHTML)
  1628. }
  1629. .body-wrapper ol li.list-cn-1-23:before {
  1630. content: '二十三、'
  1631. }
  1632. .body-wrapper ol li.list-cn-2-23 {
  1633. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十三)" + this.innerHTML)
  1634. }
  1635. .body-wrapper ol li.list-cn-2-23:before {
  1636. content: '二十三)'
  1637. }
  1638. .body-wrapper ol li.list-cn-3-23 {
  1639. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十三)" + this.innerHTML)
  1640. }
  1641. .body-wrapper ol li.list-cn-3-23:before {
  1642. content: '(二十三)'
  1643. }
  1644. .body-wrapper ol li.list-num-1-24 {
  1645. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="24. " + this.innerHTML)
  1646. }
  1647. .body-wrapper ol li.list-num-1-24:before {
  1648. content: '24. '
  1649. }
  1650. .body-wrapper ol li.list-num-2-24 {
  1651. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="24)" + this.innerHTML)
  1652. }
  1653. .body-wrapper ol li.list-num-2-24:before {
  1654. content: '24)'
  1655. }
  1656. .body-wrapper ol li.list-num-3-24 {
  1657. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(24)" + this.innerHTML)
  1658. }
  1659. .body-wrapper ol li.list-num-3-24:before {
  1660. content: '(24)'
  1661. }
  1662. .body-wrapper ol li.list-cn-1-24 {
  1663. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十四、" + this.innerHTML)
  1664. }
  1665. .body-wrapper ol li.list-cn-1-24:before {
  1666. content: '二十四、'
  1667. }
  1668. .body-wrapper ol li.list-cn-2-24 {
  1669. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十四)" + this.innerHTML)
  1670. }
  1671. .body-wrapper ol li.list-cn-2-24:before {
  1672. content: '二十四)'
  1673. }
  1674. .body-wrapper ol li.list-cn-3-24 {
  1675. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十四)" + this.innerHTML)
  1676. }
  1677. .body-wrapper ol li.list-cn-3-24:before {
  1678. content: '(二十四)'
  1679. }
  1680. .body-wrapper ol li.list-num-1-25 {
  1681. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="25. " + this.innerHTML)
  1682. }
  1683. .body-wrapper ol li.list-num-1-25:before {
  1684. content: '25. '
  1685. }
  1686. .body-wrapper ol li.list-num-2-25 {
  1687. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="25)" + this.innerHTML)
  1688. }
  1689. .body-wrapper ol li.list-num-2-25:before {
  1690. content: '25)'
  1691. }
  1692. .body-wrapper ol li.list-num-3-25 {
  1693. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(25)" + this.innerHTML)
  1694. }
  1695. .body-wrapper ol li.list-num-3-25:before {
  1696. content: '(25)'
  1697. }
  1698. .body-wrapper ol li.list-cn-1-25 {
  1699. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十五、" + this.innerHTML)
  1700. }
  1701. .body-wrapper ol li.list-cn-1-25:before {
  1702. content: '二十五、'
  1703. }
  1704. .body-wrapper ol li.list-cn-2-25 {
  1705. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十五)" + this.innerHTML)
  1706. }
  1707. .body-wrapper ol li.list-cn-2-25:before {
  1708. content: '二十五)'
  1709. }
  1710. .body-wrapper ol li.list-cn-3-25 {
  1711. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十五)" + this.innerHTML)
  1712. }
  1713. .body-wrapper ol li.list-cn-3-25:before {
  1714. content: '(二十五)'
  1715. }
  1716. .body-wrapper ol li.list-num-1-26 {
  1717. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="26. " + this.innerHTML)
  1718. }
  1719. .body-wrapper ol li.list-num-1-26:before {
  1720. content: '26. '
  1721. }
  1722. .body-wrapper ol li.list-num-2-26 {
  1723. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="26)" + this.innerHTML)
  1724. }
  1725. .body-wrapper ol li.list-num-2-26:before {
  1726. content: '26)'
  1727. }
  1728. .body-wrapper ol li.list-num-3-26 {
  1729. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(26)" + this.innerHTML)
  1730. }
  1731. .body-wrapper ol li.list-num-3-26:before {
  1732. content: '(26)'
  1733. }
  1734. .body-wrapper ol li.list-cn-1-26 {
  1735. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十六、" + this.innerHTML)
  1736. }
  1737. .body-wrapper ol li.list-cn-1-26:before {
  1738. content: '二十六、'
  1739. }
  1740. .body-wrapper ol li.list-cn-2-26 {
  1741. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十六)" + this.innerHTML)
  1742. }
  1743. .body-wrapper ol li.list-cn-2-26:before {
  1744. content: '二十六)'
  1745. }
  1746. .body-wrapper ol li.list-cn-3-26 {
  1747. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十六)" + this.innerHTML)
  1748. }
  1749. .body-wrapper ol li.list-cn-3-26:before {
  1750. content: '(二十六)'
  1751. }
  1752. .body-wrapper ol li.list-num-1-27 {
  1753. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="27. " + this.innerHTML)
  1754. }
  1755. .body-wrapper ol li.list-num-1-27:before {
  1756. content: '27. '
  1757. }
  1758. .body-wrapper ol li.list-num-2-27 {
  1759. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="27)" + this.innerHTML)
  1760. }
  1761. .body-wrapper ol li.list-num-2-27:before {
  1762. content: '27)'
  1763. }
  1764. .body-wrapper ol li.list-num-3-27 {
  1765. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(27)" + this.innerHTML)
  1766. }
  1767. .body-wrapper ol li.list-num-3-27:before {
  1768. content: '(27)'
  1769. }
  1770. .body-wrapper ol li.list-cn-1-27 {
  1771. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十七、" + this.innerHTML)
  1772. }
  1773. .body-wrapper ol li.list-cn-1-27:before {
  1774. content: '二十七、'
  1775. }
  1776. .body-wrapper ol li.list-cn-2-27 {
  1777. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十七)" + this.innerHTML)
  1778. }
  1779. .body-wrapper ol li.list-cn-2-27:before {
  1780. content: '二十七)'
  1781. }
  1782. .body-wrapper ol li.list-cn-3-27 {
  1783. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十七)" + this.innerHTML)
  1784. }
  1785. .body-wrapper ol li.list-cn-3-27:before {
  1786. content: '(二十七)'
  1787. }
  1788. .body-wrapper ol li.list-num-1-28 {
  1789. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="28. " + this.innerHTML)
  1790. }
  1791. .body-wrapper ol li.list-num-1-28:before {
  1792. content: '28. '
  1793. }
  1794. .body-wrapper ol li.list-num-2-28 {
  1795. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="28)" + this.innerHTML)
  1796. }
  1797. .body-wrapper ol li.list-num-2-28:before {
  1798. content: '28)'
  1799. }
  1800. .body-wrapper ol li.list-num-3-28 {
  1801. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(28)" + this.innerHTML)
  1802. }
  1803. .body-wrapper ol li.list-num-3-28:before {
  1804. content: '(28)'
  1805. }
  1806. .body-wrapper ol li.list-cn-1-28 {
  1807. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十八、" + this.innerHTML)
  1808. }
  1809. .body-wrapper ol li.list-cn-1-28:before {
  1810. content: '二十八、'
  1811. }
  1812. .body-wrapper ol li.list-cn-2-28 {
  1813. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十八)" + this.innerHTML)
  1814. }
  1815. .body-wrapper ol li.list-cn-2-28:before {
  1816. content: '二十八)'
  1817. }
  1818. .body-wrapper ol li.list-cn-3-28 {
  1819. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十八)" + this.innerHTML)
  1820. }
  1821. .body-wrapper ol li.list-cn-3-28:before {
  1822. content: '(二十八)'
  1823. }
  1824. .body-wrapper ol li.list-num-1-29 {
  1825. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="29. " + this.innerHTML)
  1826. }
  1827. .body-wrapper ol li.list-num-1-29:before {
  1828. content: '29. '
  1829. }
  1830. .body-wrapper ol li.list-num-2-29 {
  1831. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="29)" + this.innerHTML)
  1832. }
  1833. .body-wrapper ol li.list-num-2-29:before {
  1834. content: '29)'
  1835. }
  1836. .body-wrapper ol li.list-num-3-29 {
  1837. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(29)" + this.innerHTML)
  1838. }
  1839. .body-wrapper ol li.list-num-3-29:before {
  1840. content: '(29)'
  1841. }
  1842. .body-wrapper ol li.list-cn-1-29 {
  1843. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十九、" + this.innerHTML)
  1844. }
  1845. .body-wrapper ol li.list-cn-1-29:before {
  1846. content: '二十九、'
  1847. }
  1848. .body-wrapper ol li.list-cn-2-29 {
  1849. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="二十九)" + this.innerHTML)
  1850. }
  1851. .body-wrapper ol li.list-cn-2-29:before {
  1852. content: '二十九)'
  1853. }
  1854. .body-wrapper ol li.list-cn-3-29 {
  1855. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(二十九)" + this.innerHTML)
  1856. }
  1857. .body-wrapper ol li.list-cn-3-29:before {
  1858. content: '(二十九)'
  1859. }
  1860. .body-wrapper ol li.list-num-1-30 {
  1861. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="30. " + this.innerHTML)
  1862. }
  1863. .body-wrapper ol li.list-num-1-30:before {
  1864. content: '30. '
  1865. }
  1866. .body-wrapper ol li.list-num-2-30 {
  1867. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="30)" + this.innerHTML)
  1868. }
  1869. .body-wrapper ol li.list-num-2-30:before {
  1870. content: '30)'
  1871. }
  1872. .body-wrapper ol li.list-num-3-30 {
  1873. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(30)" + this.innerHTML)
  1874. }
  1875. .body-wrapper ol li.list-num-3-30:before {
  1876. content: '(30)'
  1877. }
  1878. .body-wrapper ol li.list-cn-1-30 {
  1879. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十、" + this.innerHTML)
  1880. }
  1881. .body-wrapper ol li.list-cn-1-30:before {
  1882. content: '三十、'
  1883. }
  1884. .body-wrapper ol li.list-cn-2-30 {
  1885. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十)" + this.innerHTML)
  1886. }
  1887. .body-wrapper ol li.list-cn-2-30:before {
  1888. content: '三十)'
  1889. }
  1890. .body-wrapper ol li.list-cn-3-30 {
  1891. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十)" + this.innerHTML)
  1892. }
  1893. .body-wrapper ol li.list-cn-3-30:before {
  1894. content: '(三十)'
  1895. }
  1896. .body-wrapper ol li.list-num-1-31 {
  1897. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="31. " + this.innerHTML)
  1898. }
  1899. .body-wrapper ol li.list-num-1-31:before {
  1900. content: '31. '
  1901. }
  1902. .body-wrapper ol li.list-num-2-31 {
  1903. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="31)" + this.innerHTML)
  1904. }
  1905. .body-wrapper ol li.list-num-2-31:before {
  1906. content: '31)'
  1907. }
  1908. .body-wrapper ol li.list-num-3-31 {
  1909. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(31)" + this.innerHTML)
  1910. }
  1911. .body-wrapper ol li.list-num-3-31:before {
  1912. content: '(31)'
  1913. }
  1914. .body-wrapper ol li.list-cn-1-31 {
  1915. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十一、" + this.innerHTML)
  1916. }
  1917. .body-wrapper ol li.list-cn-1-31:before {
  1918. content: '三十一、'
  1919. }
  1920. .body-wrapper ol li.list-cn-2-31 {
  1921. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十一)" + this.innerHTML)
  1922. }
  1923. .body-wrapper ol li.list-cn-2-31:before {
  1924. content: '三十一)'
  1925. }
  1926. .body-wrapper ol li.list-cn-3-31 {
  1927. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十一)" + this.innerHTML)
  1928. }
  1929. .body-wrapper ol li.list-cn-3-31:before {
  1930. content: '(三十一)'
  1931. }
  1932. .body-wrapper ol li.list-num-1-32 {
  1933. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="32. " + this.innerHTML)
  1934. }
  1935. .body-wrapper ol li.list-num-1-32:before {
  1936. content: '32. '
  1937. }
  1938. .body-wrapper ol li.list-num-2-32 {
  1939. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="32)" + this.innerHTML)
  1940. }
  1941. .body-wrapper ol li.list-num-2-32:before {
  1942. content: '32)'
  1943. }
  1944. .body-wrapper ol li.list-num-3-32 {
  1945. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(32)" + this.innerHTML)
  1946. }
  1947. .body-wrapper ol li.list-num-3-32:before {
  1948. content: '(32)'
  1949. }
  1950. .body-wrapper ol li.list-cn-1-32 {
  1951. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十二、" + this.innerHTML)
  1952. }
  1953. .body-wrapper ol li.list-cn-1-32:before {
  1954. content: '三十二、'
  1955. }
  1956. .body-wrapper ol li.list-cn-2-32 {
  1957. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十二)" + this.innerHTML)
  1958. }
  1959. .body-wrapper ol li.list-cn-2-32:before {
  1960. content: '三十二)'
  1961. }
  1962. .body-wrapper ol li.list-cn-3-32 {
  1963. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十二)" + this.innerHTML)
  1964. }
  1965. .body-wrapper ol li.list-cn-3-32:before {
  1966. content: '(三十二)'
  1967. }
  1968. .body-wrapper ol li.list-num-1-33 {
  1969. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="33. " + this.innerHTML)
  1970. }
  1971. .body-wrapper ol li.list-num-1-33:before {
  1972. content: '33. '
  1973. }
  1974. .body-wrapper ol li.list-num-2-33 {
  1975. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="33)" + this.innerHTML)
  1976. }
  1977. .body-wrapper ol li.list-num-2-33:before {
  1978. content: '33)'
  1979. }
  1980. .body-wrapper ol li.list-num-3-33 {
  1981. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(33)" + this.innerHTML)
  1982. }
  1983. .body-wrapper ol li.list-num-3-33:before {
  1984. content: '(33)'
  1985. }
  1986. .body-wrapper ol li.list-cn-1-33 {
  1987. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十三、" + this.innerHTML)
  1988. }
  1989. .body-wrapper ol li.list-cn-1-33:before {
  1990. content: '三十三、'
  1991. }
  1992. .body-wrapper ol li.list-cn-2-33 {
  1993. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十三)" + this.innerHTML)
  1994. }
  1995. .body-wrapper ol li.list-cn-2-33:before {
  1996. content: '三十三)'
  1997. }
  1998. .body-wrapper ol li.list-cn-3-33 {
  1999. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十三)" + this.innerHTML)
  2000. }
  2001. .body-wrapper ol li.list-cn-3-33:before {
  2002. content: '(三十三)'
  2003. }
  2004. .body-wrapper ol li.list-num-1-34 {
  2005. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="34. " + this.innerHTML)
  2006. }
  2007. .body-wrapper ol li.list-num-1-34:before {
  2008. content: '34. '
  2009. }
  2010. .body-wrapper ol li.list-num-2-34 {
  2011. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="34)" + this.innerHTML)
  2012. }
  2013. .body-wrapper ol li.list-num-2-34:before {
  2014. content: '34)'
  2015. }
  2016. .body-wrapper ol li.list-num-3-34 {
  2017. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(34)" + this.innerHTML)
  2018. }
  2019. .body-wrapper ol li.list-num-3-34:before {
  2020. content: '(34)'
  2021. }
  2022. .body-wrapper ol li.list-cn-1-34 {
  2023. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十四、" + this.innerHTML)
  2024. }
  2025. .body-wrapper ol li.list-cn-1-34:before {
  2026. content: '三十四、'
  2027. }
  2028. .body-wrapper ol li.list-cn-2-34 {
  2029. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十四)" + this.innerHTML)
  2030. }
  2031. .body-wrapper ol li.list-cn-2-34:before {
  2032. content: '三十四)'
  2033. }
  2034. .body-wrapper ol li.list-cn-3-34 {
  2035. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十四)" + this.innerHTML)
  2036. }
  2037. .body-wrapper ol li.list-cn-3-34:before {
  2038. content: '(三十四)'
  2039. }
  2040. .body-wrapper ol li.list-num-1-35 {
  2041. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="35. " + this.innerHTML)
  2042. }
  2043. .body-wrapper ol li.list-num-1-35:before {
  2044. content: '35. '
  2045. }
  2046. .body-wrapper ol li.list-num-2-35 {
  2047. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="35)" + this.innerHTML)
  2048. }
  2049. .body-wrapper ol li.list-num-2-35:before {
  2050. content: '35)'
  2051. }
  2052. .body-wrapper ol li.list-num-3-35 {
  2053. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(35)" + this.innerHTML)
  2054. }
  2055. .body-wrapper ol li.list-num-3-35:before {
  2056. content: '(35)'
  2057. }
  2058. .body-wrapper ol li.list-cn-1-35 {
  2059. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十五、" + this.innerHTML)
  2060. }
  2061. .body-wrapper ol li.list-cn-1-35:before {
  2062. content: '三十五、'
  2063. }
  2064. .body-wrapper ol li.list-cn-2-35 {
  2065. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十五)" + this.innerHTML)
  2066. }
  2067. .body-wrapper ol li.list-cn-2-35:before {
  2068. content: '三十五)'
  2069. }
  2070. .body-wrapper ol li.list-cn-3-35 {
  2071. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十五)" + this.innerHTML)
  2072. }
  2073. .body-wrapper ol li.list-cn-3-35:before {
  2074. content: '(三十五)'
  2075. }
  2076. .body-wrapper ol li.list-num-1-36 {
  2077. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="36. " + this.innerHTML)
  2078. }
  2079. .body-wrapper ol li.list-num-1-36:before {
  2080. content: '36. '
  2081. }
  2082. .body-wrapper ol li.list-num-2-36 {
  2083. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="36)" + this.innerHTML)
  2084. }
  2085. .body-wrapper ol li.list-num-2-36:before {
  2086. content: '36)'
  2087. }
  2088. .body-wrapper ol li.list-num-3-36 {
  2089. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(36)" + this.innerHTML)
  2090. }
  2091. .body-wrapper ol li.list-num-3-36:before {
  2092. content: '(36)'
  2093. }
  2094. .body-wrapper ol li.list-cn-1-36 {
  2095. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十六、" + this.innerHTML)
  2096. }
  2097. .body-wrapper ol li.list-cn-1-36:before {
  2098. content: '三十六、'
  2099. }
  2100. .body-wrapper ol li.list-cn-2-36 {
  2101. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十六)" + this.innerHTML)
  2102. }
  2103. .body-wrapper ol li.list-cn-2-36:before {
  2104. content: '三十六)'
  2105. }
  2106. .body-wrapper ol li.list-cn-3-36 {
  2107. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十六)" + this.innerHTML)
  2108. }
  2109. .body-wrapper ol li.list-cn-3-36:before {
  2110. content: '(三十六)'
  2111. }
  2112. .body-wrapper ol li.list-num-1-37 {
  2113. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="37. " + this.innerHTML)
  2114. }
  2115. .body-wrapper ol li.list-num-1-37:before {
  2116. content: '37. '
  2117. }
  2118. .body-wrapper ol li.list-num-2-37 {
  2119. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="37)" + this.innerHTML)
  2120. }
  2121. .body-wrapper ol li.list-num-2-37:before {
  2122. content: '37)'
  2123. }
  2124. .body-wrapper ol li.list-num-3-37 {
  2125. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(37)" + this.innerHTML)
  2126. }
  2127. .body-wrapper ol li.list-num-3-37:before {
  2128. content: '(37)'
  2129. }
  2130. .body-wrapper ol li.list-cn-1-37 {
  2131. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十七、" + this.innerHTML)
  2132. }
  2133. .body-wrapper ol li.list-cn-1-37:before {
  2134. content: '三十七、'
  2135. }
  2136. .body-wrapper ol li.list-cn-2-37 {
  2137. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十七)" + this.innerHTML)
  2138. }
  2139. .body-wrapper ol li.list-cn-2-37:before {
  2140. content: '三十七)'
  2141. }
  2142. .body-wrapper ol li.list-cn-3-37 {
  2143. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十七)" + this.innerHTML)
  2144. }
  2145. .body-wrapper ol li.list-cn-3-37:before {
  2146. content: '(三十七)'
  2147. }
  2148. .body-wrapper ol li.list-num-1-38 {
  2149. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="38. " + this.innerHTML)
  2150. }
  2151. .body-wrapper ol li.list-num-1-38:before {
  2152. content: '38. '
  2153. }
  2154. .body-wrapper ol li.list-num-2-38 {
  2155. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="38)" + this.innerHTML)
  2156. }
  2157. .body-wrapper ol li.list-num-2-38:before {
  2158. content: '38)'
  2159. }
  2160. .body-wrapper ol li.list-num-3-38 {
  2161. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(38)" + this.innerHTML)
  2162. }
  2163. .body-wrapper ol li.list-num-3-38:before {
  2164. content: '(38)'
  2165. }
  2166. .body-wrapper ol li.list-cn-1-38 {
  2167. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十八、" + this.innerHTML)
  2168. }
  2169. .body-wrapper ol li.list-cn-1-38:before {
  2170. content: '三十八、'
  2171. }
  2172. .body-wrapper ol li.list-cn-2-38 {
  2173. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十八)" + this.innerHTML)
  2174. }
  2175. .body-wrapper ol li.list-cn-2-38:before {
  2176. content: '三十八)'
  2177. }
  2178. .body-wrapper ol li.list-cn-3-38 {
  2179. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十八)" + this.innerHTML)
  2180. }
  2181. .body-wrapper ol li.list-cn-3-38:before {
  2182. content: '(三十八)'
  2183. }
  2184. .body-wrapper ol li.list-num-1-39 {
  2185. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="39. " + this.innerHTML)
  2186. }
  2187. .body-wrapper ol li.list-num-1-39:before {
  2188. content: '39. '
  2189. }
  2190. .body-wrapper ol li.list-num-2-39 {
  2191. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="39)" + this.innerHTML)
  2192. }
  2193. .body-wrapper ol li.list-num-2-39:before {
  2194. content: '39)'
  2195. }
  2196. .body-wrapper ol li.list-num-3-39 {
  2197. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(39)" + this.innerHTML)
  2198. }
  2199. .body-wrapper ol li.list-num-3-39:before {
  2200. content: '(39)'
  2201. }
  2202. .body-wrapper ol li.list-cn-1-39 {
  2203. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十九、" + this.innerHTML)
  2204. }
  2205. .body-wrapper ol li.list-cn-1-39:before {
  2206. content: '三十九、'
  2207. }
  2208. .body-wrapper ol li.list-cn-2-39 {
  2209. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="三十九)" + this.innerHTML)
  2210. }
  2211. .body-wrapper ol li.list-cn-2-39:before {
  2212. content: '三十九)'
  2213. }
  2214. .body-wrapper ol li.list-cn-3-39 {
  2215. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(三十九)" + this.innerHTML)
  2216. }
  2217. .body-wrapper ol li.list-cn-3-39:before {
  2218. content: '(三十九)'
  2219. }
  2220. .body-wrapper ol li.list-num-1-40 {
  2221. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="40. " + this.innerHTML)
  2222. }
  2223. .body-wrapper ol li.list-num-1-40:before {
  2224. content: '40. '
  2225. }
  2226. .body-wrapper ol li.list-num-2-40 {
  2227. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="40)" + this.innerHTML)
  2228. }
  2229. .body-wrapper ol li.list-num-2-40:before {
  2230. content: '40)'
  2231. }
  2232. .body-wrapper ol li.list-num-3-40 {
  2233. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(40)" + this.innerHTML)
  2234. }
  2235. .body-wrapper ol li.list-num-3-40:before {
  2236. content: '(40)'
  2237. }
  2238. .body-wrapper ol li.list-cn-1-40 {
  2239. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十、" + this.innerHTML)
  2240. }
  2241. .body-wrapper ol li.list-cn-1-40:before {
  2242. content: '四十、'
  2243. }
  2244. .body-wrapper ol li.list-cn-2-40 {
  2245. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十)" + this.innerHTML)
  2246. }
  2247. .body-wrapper ol li.list-cn-2-40:before {
  2248. content: '四十)'
  2249. }
  2250. .body-wrapper ol li.list-cn-3-40 {
  2251. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十)" + this.innerHTML)
  2252. }
  2253. .body-wrapper ol li.list-cn-3-40:before {
  2254. content: '(四十)'
  2255. }
  2256. .body-wrapper ol li.list-num-1-41 {
  2257. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="41. " + this.innerHTML)
  2258. }
  2259. .body-wrapper ol li.list-num-1-41:before {
  2260. content: '41. '
  2261. }
  2262. .body-wrapper ol li.list-num-2-41 {
  2263. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="41)" + this.innerHTML)
  2264. }
  2265. .body-wrapper ol li.list-num-2-41:before {
  2266. content: '41)'
  2267. }
  2268. .body-wrapper ol li.list-num-3-41 {
  2269. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(41)" + this.innerHTML)
  2270. }
  2271. .body-wrapper ol li.list-num-3-41:before {
  2272. content: '(41)'
  2273. }
  2274. .body-wrapper ol li.list-cn-1-41 {
  2275. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十一、" + this.innerHTML)
  2276. }
  2277. .body-wrapper ol li.list-cn-1-41:before {
  2278. content: '四十一、'
  2279. }
  2280. .body-wrapper ol li.list-cn-2-41 {
  2281. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十一)" + this.innerHTML)
  2282. }
  2283. .body-wrapper ol li.list-cn-2-41:before {
  2284. content: '四十一)'
  2285. }
  2286. .body-wrapper ol li.list-cn-3-41 {
  2287. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十一)" + this.innerHTML)
  2288. }
  2289. .body-wrapper ol li.list-cn-3-41:before {
  2290. content: '(四十一)'
  2291. }
  2292. .body-wrapper ol li.list-num-1-42 {
  2293. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="42. " + this.innerHTML)
  2294. }
  2295. .body-wrapper ol li.list-num-1-42:before {
  2296. content: '42. '
  2297. }
  2298. .body-wrapper ol li.list-num-2-42 {
  2299. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="42)" + this.innerHTML)
  2300. }
  2301. .body-wrapper ol li.list-num-2-42:before {
  2302. content: '42)'
  2303. }
  2304. .body-wrapper ol li.list-num-3-42 {
  2305. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(42)" + this.innerHTML)
  2306. }
  2307. .body-wrapper ol li.list-num-3-42:before {
  2308. content: '(42)'
  2309. }
  2310. .body-wrapper ol li.list-cn-1-42 {
  2311. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十二、" + this.innerHTML)
  2312. }
  2313. .body-wrapper ol li.list-cn-1-42:before {
  2314. content: '四十二、'
  2315. }
  2316. .body-wrapper ol li.list-cn-2-42 {
  2317. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十二)" + this.innerHTML)
  2318. }
  2319. .body-wrapper ol li.list-cn-2-42:before {
  2320. content: '四十二)'
  2321. }
  2322. .body-wrapper ol li.list-cn-3-42 {
  2323. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十二)" + this.innerHTML)
  2324. }
  2325. .body-wrapper ol li.list-cn-3-42:before {
  2326. content: '(四十二)'
  2327. }
  2328. .body-wrapper ol li.list-num-1-43 {
  2329. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="43. " + this.innerHTML)
  2330. }
  2331. .body-wrapper ol li.list-num-1-43:before {
  2332. content: '43. '
  2333. }
  2334. .body-wrapper ol li.list-num-2-43 {
  2335. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="43)" + this.innerHTML)
  2336. }
  2337. .body-wrapper ol li.list-num-2-43:before {
  2338. content: '43)'
  2339. }
  2340. .body-wrapper ol li.list-num-3-43 {
  2341. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(43)" + this.innerHTML)
  2342. }
  2343. .body-wrapper ol li.list-num-3-43:before {
  2344. content: '(43)'
  2345. }
  2346. .body-wrapper ol li.list-cn-1-43 {
  2347. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十三、" + this.innerHTML)
  2348. }
  2349. .body-wrapper ol li.list-cn-1-43:before {
  2350. content: '四十三、'
  2351. }
  2352. .body-wrapper ol li.list-cn-2-43 {
  2353. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十三)" + this.innerHTML)
  2354. }
  2355. .body-wrapper ol li.list-cn-2-43:before {
  2356. content: '四十三)'
  2357. }
  2358. .body-wrapper ol li.list-cn-3-43 {
  2359. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十三)" + this.innerHTML)
  2360. }
  2361. .body-wrapper ol li.list-cn-3-43:before {
  2362. content: '(四十三)'
  2363. }
  2364. .body-wrapper ol li.list-num-1-44 {
  2365. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="44. " + this.innerHTML)
  2366. }
  2367. .body-wrapper ol li.list-num-1-44:before {
  2368. content: '44. '
  2369. }
  2370. .body-wrapper ol li.list-num-2-44 {
  2371. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="44)" + this.innerHTML)
  2372. }
  2373. .body-wrapper ol li.list-num-2-44:before {
  2374. content: '44)'
  2375. }
  2376. .body-wrapper ol li.list-num-3-44 {
  2377. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(44)" + this.innerHTML)
  2378. }
  2379. .body-wrapper ol li.list-num-3-44:before {
  2380. content: '(44)'
  2381. }
  2382. .body-wrapper ol li.list-cn-1-44 {
  2383. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十四、" + this.innerHTML)
  2384. }
  2385. .body-wrapper ol li.list-cn-1-44:before {
  2386. content: '四十四、'
  2387. }
  2388. .body-wrapper ol li.list-cn-2-44 {
  2389. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十四)" + this.innerHTML)
  2390. }
  2391. .body-wrapper ol li.list-cn-2-44:before {
  2392. content: '四十四)'
  2393. }
  2394. .body-wrapper ol li.list-cn-3-44 {
  2395. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十四)" + this.innerHTML)
  2396. }
  2397. .body-wrapper ol li.list-cn-3-44:before {
  2398. content: '(四十四)'
  2399. }
  2400. .body-wrapper ol li.list-num-1-45 {
  2401. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="45. " + this.innerHTML)
  2402. }
  2403. .body-wrapper ol li.list-num-1-45:before {
  2404. content: '45. '
  2405. }
  2406. .body-wrapper ol li.list-num-2-45 {
  2407. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="45)" + this.innerHTML)
  2408. }
  2409. .body-wrapper ol li.list-num-2-45:before {
  2410. content: '45)'
  2411. }
  2412. .body-wrapper ol li.list-num-3-45 {
  2413. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(45)" + this.innerHTML)
  2414. }
  2415. .body-wrapper ol li.list-num-3-45:before {
  2416. content: '(45)'
  2417. }
  2418. .body-wrapper ol li.list-cn-1-45 {
  2419. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十五、" + this.innerHTML)
  2420. }
  2421. .body-wrapper ol li.list-cn-1-45:before {
  2422. content: '四十五、'
  2423. }
  2424. .body-wrapper ol li.list-cn-2-45 {
  2425. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十五)" + this.innerHTML)
  2426. }
  2427. .body-wrapper ol li.list-cn-2-45:before {
  2428. content: '四十五)'
  2429. }
  2430. .body-wrapper ol li.list-cn-3-45 {
  2431. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十五)" + this.innerHTML)
  2432. }
  2433. .body-wrapper ol li.list-cn-3-45:before {
  2434. content: '(四十五)'
  2435. }
  2436. .body-wrapper ol li.list-num-1-46 {
  2437. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="46. " + this.innerHTML)
  2438. }
  2439. .body-wrapper ol li.list-num-1-46:before {
  2440. content: '46. '
  2441. }
  2442. .body-wrapper ol li.list-num-2-46 {
  2443. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="46)" + this.innerHTML)
  2444. }
  2445. .body-wrapper ol li.list-num-2-46:before {
  2446. content: '46)'
  2447. }
  2448. .body-wrapper ol li.list-num-3-46 {
  2449. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(46)" + this.innerHTML)
  2450. }
  2451. .body-wrapper ol li.list-num-3-46:before {
  2452. content: '(46)'
  2453. }
  2454. .body-wrapper ol li.list-cn-1-46 {
  2455. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十六、" + this.innerHTML)
  2456. }
  2457. .body-wrapper ol li.list-cn-1-46:before {
  2458. content: '四十六、'
  2459. }
  2460. .body-wrapper ol li.list-cn-2-46 {
  2461. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十六)" + this.innerHTML)
  2462. }
  2463. .body-wrapper ol li.list-cn-2-46:before {
  2464. content: '四十六)'
  2465. }
  2466. .body-wrapper ol li.list-cn-3-46 {
  2467. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十六)" + this.innerHTML)
  2468. }
  2469. .body-wrapper ol li.list-cn-3-46:before {
  2470. content: '(四十六)'
  2471. }
  2472. .body-wrapper ol li.list-num-1-47 {
  2473. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="47. " + this.innerHTML)
  2474. }
  2475. .body-wrapper ol li.list-num-1-47:before {
  2476. content: '47. '
  2477. }
  2478. .body-wrapper ol li.list-num-2-47 {
  2479. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="47)" + this.innerHTML)
  2480. }
  2481. .body-wrapper ol li.list-num-2-47:before {
  2482. content: '47)'
  2483. }
  2484. .body-wrapper ol li.list-num-3-47 {
  2485. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(47)" + this.innerHTML)
  2486. }
  2487. .body-wrapper ol li.list-num-3-47:before {
  2488. content: '(47)'
  2489. }
  2490. .body-wrapper ol li.list-cn-1-47 {
  2491. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十七、" + this.innerHTML)
  2492. }
  2493. .body-wrapper ol li.list-cn-1-47:before {
  2494. content: '四十七、'
  2495. }
  2496. .body-wrapper ol li.list-cn-2-47 {
  2497. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十七)" + this.innerHTML)
  2498. }
  2499. .body-wrapper ol li.list-cn-2-47:before {
  2500. content: '四十七)'
  2501. }
  2502. .body-wrapper ol li.list-cn-3-47 {
  2503. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十七)" + this.innerHTML)
  2504. }
  2505. .body-wrapper ol li.list-cn-3-47:before {
  2506. content: '(四十七)'
  2507. }
  2508. .body-wrapper ol li.list-num-1-48 {
  2509. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="48. " + this.innerHTML)
  2510. }
  2511. .body-wrapper ol li.list-num-1-48:before {
  2512. content: '48. '
  2513. }
  2514. .body-wrapper ol li.list-num-2-48 {
  2515. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="48)" + this.innerHTML)
  2516. }
  2517. .body-wrapper ol li.list-num-2-48:before {
  2518. content: '48)'
  2519. }
  2520. .body-wrapper ol li.list-num-3-48 {
  2521. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(48)" + this.innerHTML)
  2522. }
  2523. .body-wrapper ol li.list-num-3-48:before {
  2524. content: '(48)'
  2525. }
  2526. .body-wrapper ol li.list-cn-1-48 {
  2527. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十八、" + this.innerHTML)
  2528. }
  2529. .body-wrapper ol li.list-cn-1-48:before {
  2530. content: '四十八、'
  2531. }
  2532. .body-wrapper ol li.list-cn-2-48 {
  2533. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十八)" + this.innerHTML)
  2534. }
  2535. .body-wrapper ol li.list-cn-2-48:before {
  2536. content: '四十八)'
  2537. }
  2538. .body-wrapper ol li.list-cn-3-48 {
  2539. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十八)" + this.innerHTML)
  2540. }
  2541. .body-wrapper ol li.list-cn-3-48:before {
  2542. content: '(四十八)'
  2543. }
  2544. .body-wrapper ol li.list-num-1-49 {
  2545. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="49. " + this.innerHTML)
  2546. }
  2547. .body-wrapper ol li.list-num-1-49:before {
  2548. content: '49. '
  2549. }
  2550. .body-wrapper ol li.list-num-2-49 {
  2551. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="49)" + this.innerHTML)
  2552. }
  2553. .body-wrapper ol li.list-num-2-49:before {
  2554. content: '49)'
  2555. }
  2556. .body-wrapper ol li.list-num-3-49 {
  2557. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(49)" + this.innerHTML)
  2558. }
  2559. .body-wrapper ol li.list-num-3-49:before {
  2560. content: '(49)'
  2561. }
  2562. .body-wrapper ol li.list-cn-1-49 {
  2563. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十九、" + this.innerHTML)
  2564. }
  2565. .body-wrapper ol li.list-cn-1-49:before {
  2566. content: '四十九、'
  2567. }
  2568. .body-wrapper ol li.list-cn-2-49 {
  2569. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="四十九)" + this.innerHTML)
  2570. }
  2571. .body-wrapper ol li.list-cn-2-49:before {
  2572. content: '四十九)'
  2573. }
  2574. .body-wrapper ol li.list-cn-3-49 {
  2575. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(四十九)" + this.innerHTML)
  2576. }
  2577. .body-wrapper ol li.list-cn-3-49:before {
  2578. content: '(四十九)'
  2579. }
  2580. .body-wrapper ol li.list-num-1-50 {
  2581. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="50. " + this.innerHTML)
  2582. }
  2583. .body-wrapper ol li.list-num-1-50:before {
  2584. content: '50. '
  2585. }
  2586. .body-wrapper ol li.list-num-2-50 {
  2587. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="50)" + this.innerHTML)
  2588. }
  2589. .body-wrapper ol li.list-num-2-50:before {
  2590. content: '50)'
  2591. }
  2592. .body-wrapper ol li.list-num-3-50 {
  2593. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(50)" + this.innerHTML)
  2594. }
  2595. .body-wrapper ol li.list-num-3-50:before {
  2596. content: '(50)'
  2597. }
  2598. .body-wrapper ol li.list-cn-1-50 {
  2599. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十、" + this.innerHTML)
  2600. }
  2601. .body-wrapper ol li.list-cn-1-50:before {
  2602. content: '五十、'
  2603. }
  2604. .body-wrapper ol li.list-cn-2-50 {
  2605. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十)" + this.innerHTML)
  2606. }
  2607. .body-wrapper ol li.list-cn-2-50:before {
  2608. content: '五十)'
  2609. }
  2610. .body-wrapper ol li.list-cn-3-50 {
  2611. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十)" + this.innerHTML)
  2612. }
  2613. .body-wrapper ol li.list-cn-3-50:before {
  2614. content: '(五十)'
  2615. }
  2616. .body-wrapper ol li.list-num-1-51 {
  2617. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="51. " + this.innerHTML)
  2618. }
  2619. .body-wrapper ol li.list-num-1-51:before {
  2620. content: '51. '
  2621. }
  2622. .body-wrapper ol li.list-num-2-51 {
  2623. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="51)" + this.innerHTML)
  2624. }
  2625. .body-wrapper ol li.list-num-2-51:before {
  2626. content: '51)'
  2627. }
  2628. .body-wrapper ol li.list-num-3-51 {
  2629. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(51)" + this.innerHTML)
  2630. }
  2631. .body-wrapper ol li.list-num-3-51:before {
  2632. content: '(51)'
  2633. }
  2634. .body-wrapper ol li.list-cn-1-51 {
  2635. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十一、" + this.innerHTML)
  2636. }
  2637. .body-wrapper ol li.list-cn-1-51:before {
  2638. content: '五十一、'
  2639. }
  2640. .body-wrapper ol li.list-cn-2-51 {
  2641. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十一)" + this.innerHTML)
  2642. }
  2643. .body-wrapper ol li.list-cn-2-51:before {
  2644. content: '五十一)'
  2645. }
  2646. .body-wrapper ol li.list-cn-3-51 {
  2647. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十一)" + this.innerHTML)
  2648. }
  2649. .body-wrapper ol li.list-cn-3-51:before {
  2650. content: '(五十一)'
  2651. }
  2652. .body-wrapper ol li.list-num-1-52 {
  2653. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="52. " + this.innerHTML)
  2654. }
  2655. .body-wrapper ol li.list-num-1-52:before {
  2656. content: '52. '
  2657. }
  2658. .body-wrapper ol li.list-num-2-52 {
  2659. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="52)" + this.innerHTML)
  2660. }
  2661. .body-wrapper ol li.list-num-2-52:before {
  2662. content: '52)'
  2663. }
  2664. .body-wrapper ol li.list-num-3-52 {
  2665. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(52)" + this.innerHTML)
  2666. }
  2667. .body-wrapper ol li.list-num-3-52:before {
  2668. content: '(52)'
  2669. }
  2670. .body-wrapper ol li.list-cn-1-52 {
  2671. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十二、" + this.innerHTML)
  2672. }
  2673. .body-wrapper ol li.list-cn-1-52:before {
  2674. content: '五十二、'
  2675. }
  2676. .body-wrapper ol li.list-cn-2-52 {
  2677. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十二)" + this.innerHTML)
  2678. }
  2679. .body-wrapper ol li.list-cn-2-52:before {
  2680. content: '五十二)'
  2681. }
  2682. .body-wrapper ol li.list-cn-3-52 {
  2683. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十二)" + this.innerHTML)
  2684. }
  2685. .body-wrapper ol li.list-cn-3-52:before {
  2686. content: '(五十二)'
  2687. }
  2688. .body-wrapper ol li.list-num-1-53 {
  2689. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="53. " + this.innerHTML)
  2690. }
  2691. .body-wrapper ol li.list-num-1-53:before {
  2692. content: '53. '
  2693. }
  2694. .body-wrapper ol li.list-num-2-53 {
  2695. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="53)" + this.innerHTML)
  2696. }
  2697. .body-wrapper ol li.list-num-2-53:before {
  2698. content: '53)'
  2699. }
  2700. .body-wrapper ol li.list-num-3-53 {
  2701. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(53)" + this.innerHTML)
  2702. }
  2703. .body-wrapper ol li.list-num-3-53:before {
  2704. content: '(53)'
  2705. }
  2706. .body-wrapper ol li.list-cn-1-53 {
  2707. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十三、" + this.innerHTML)
  2708. }
  2709. .body-wrapper ol li.list-cn-1-53:before {
  2710. content: '五十三、'
  2711. }
  2712. .body-wrapper ol li.list-cn-2-53 {
  2713. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十三)" + this.innerHTML)
  2714. }
  2715. .body-wrapper ol li.list-cn-2-53:before {
  2716. content: '五十三)'
  2717. }
  2718. .body-wrapper ol li.list-cn-3-53 {
  2719. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十三)" + this.innerHTML)
  2720. }
  2721. .body-wrapper ol li.list-cn-3-53:before {
  2722. content: '(五十三)'
  2723. }
  2724. .body-wrapper ol li.list-num-1-54 {
  2725. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="54. " + this.innerHTML)
  2726. }
  2727. .body-wrapper ol li.list-num-1-54:before {
  2728. content: '54. '
  2729. }
  2730. .body-wrapper ol li.list-num-2-54 {
  2731. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="54)" + this.innerHTML)
  2732. }
  2733. .body-wrapper ol li.list-num-2-54:before {
  2734. content: '54)'
  2735. }
  2736. .body-wrapper ol li.list-num-3-54 {
  2737. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(54)" + this.innerHTML)
  2738. }
  2739. .body-wrapper ol li.list-num-3-54:before {
  2740. content: '(54)'
  2741. }
  2742. .body-wrapper ol li.list-cn-1-54 {
  2743. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十四、" + this.innerHTML)
  2744. }
  2745. .body-wrapper ol li.list-cn-1-54:before {
  2746. content: '五十四、'
  2747. }
  2748. .body-wrapper ol li.list-cn-2-54 {
  2749. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十四)" + this.innerHTML)
  2750. }
  2751. .body-wrapper ol li.list-cn-2-54:before {
  2752. content: '五十四)'
  2753. }
  2754. .body-wrapper ol li.list-cn-3-54 {
  2755. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十四)" + this.innerHTML)
  2756. }
  2757. .body-wrapper ol li.list-cn-3-54:before {
  2758. content: '(五十四)'
  2759. }
  2760. .body-wrapper ol li.list-num-1-55 {
  2761. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="55. " + this.innerHTML)
  2762. }
  2763. .body-wrapper ol li.list-num-1-55:before {
  2764. content: '55. '
  2765. }
  2766. .body-wrapper ol li.list-num-2-55 {
  2767. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="55)" + this.innerHTML)
  2768. }
  2769. .body-wrapper ol li.list-num-2-55:before {
  2770. content: '55)'
  2771. }
  2772. .body-wrapper ol li.list-num-3-55 {
  2773. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(55)" + this.innerHTML)
  2774. }
  2775. .body-wrapper ol li.list-num-3-55:before {
  2776. content: '(55)'
  2777. }
  2778. .body-wrapper ol li.list-cn-1-55 {
  2779. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十五、" + this.innerHTML)
  2780. }
  2781. .body-wrapper ol li.list-cn-1-55:before {
  2782. content: '五十五、'
  2783. }
  2784. .body-wrapper ol li.list-cn-2-55 {
  2785. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十五)" + this.innerHTML)
  2786. }
  2787. .body-wrapper ol li.list-cn-2-55:before {
  2788. content: '五十五)'
  2789. }
  2790. .body-wrapper ol li.list-cn-3-55 {
  2791. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十五)" + this.innerHTML)
  2792. }
  2793. .body-wrapper ol li.list-cn-3-55:before {
  2794. content: '(五十五)'
  2795. }
  2796. .body-wrapper ol li.list-num-1-56 {
  2797. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="56. " + this.innerHTML)
  2798. }
  2799. .body-wrapper ol li.list-num-1-56:before {
  2800. content: '56. '
  2801. }
  2802. .body-wrapper ol li.list-num-2-56 {
  2803. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="56)" + this.innerHTML)
  2804. }
  2805. .body-wrapper ol li.list-num-2-56:before {
  2806. content: '56)'
  2807. }
  2808. .body-wrapper ol li.list-num-3-56 {
  2809. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(56)" + this.innerHTML)
  2810. }
  2811. .body-wrapper ol li.list-num-3-56:before {
  2812. content: '(56)'
  2813. }
  2814. .body-wrapper ol li.list-cn-1-56 {
  2815. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十六、" + this.innerHTML)
  2816. }
  2817. .body-wrapper ol li.list-cn-1-56:before {
  2818. content: '五十六、'
  2819. }
  2820. .body-wrapper ol li.list-cn-2-56 {
  2821. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十六)" + this.innerHTML)
  2822. }
  2823. .body-wrapper ol li.list-cn-2-56:before {
  2824. content: '五十六)'
  2825. }
  2826. .body-wrapper ol li.list-cn-3-56 {
  2827. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十六)" + this.innerHTML)
  2828. }
  2829. .body-wrapper ol li.list-cn-3-56:before {
  2830. content: '(五十六)'
  2831. }
  2832. .body-wrapper ol li.list-num-1-57 {
  2833. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="57. " + this.innerHTML)
  2834. }
  2835. .body-wrapper ol li.list-num-1-57:before {
  2836. content: '57. '
  2837. }
  2838. .body-wrapper ol li.list-num-2-57 {
  2839. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="57)" + this.innerHTML)
  2840. }
  2841. .body-wrapper ol li.list-num-2-57:before {
  2842. content: '57)'
  2843. }
  2844. .body-wrapper ol li.list-num-3-57 {
  2845. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(57)" + this.innerHTML)
  2846. }
  2847. .body-wrapper ol li.list-num-3-57:before {
  2848. content: '(57)'
  2849. }
  2850. .body-wrapper ol li.list-cn-1-57 {
  2851. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十七、" + this.innerHTML)
  2852. }
  2853. .body-wrapper ol li.list-cn-1-57:before {
  2854. content: '五十七、'
  2855. }
  2856. .body-wrapper ol li.list-cn-2-57 {
  2857. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十七)" + this.innerHTML)
  2858. }
  2859. .body-wrapper ol li.list-cn-2-57:before {
  2860. content: '五十七)'
  2861. }
  2862. .body-wrapper ol li.list-cn-3-57 {
  2863. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十七)" + this.innerHTML)
  2864. }
  2865. .body-wrapper ol li.list-cn-3-57:before {
  2866. content: '(五十七)'
  2867. }
  2868. .body-wrapper ol li.list-num-1-58 {
  2869. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="58. " + this.innerHTML)
  2870. }
  2871. .body-wrapper ol li.list-num-1-58:before {
  2872. content: '58. '
  2873. }
  2874. .body-wrapper ol li.list-num-2-58 {
  2875. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="58)" + this.innerHTML)
  2876. }
  2877. .body-wrapper ol li.list-num-2-58:before {
  2878. content: '58)'
  2879. }
  2880. .body-wrapper ol li.list-num-3-58 {
  2881. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(58)" + this.innerHTML)
  2882. }
  2883. .body-wrapper ol li.list-num-3-58:before {
  2884. content: '(58)'
  2885. }
  2886. .body-wrapper ol li.list-cn-1-58 {
  2887. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十八、" + this.innerHTML)
  2888. }
  2889. .body-wrapper ol li.list-cn-1-58:before {
  2890. content: '五十八、'
  2891. }
  2892. .body-wrapper ol li.list-cn-2-58 {
  2893. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十八)" + this.innerHTML)
  2894. }
  2895. .body-wrapper ol li.list-cn-2-58:before {
  2896. content: '五十八)'
  2897. }
  2898. .body-wrapper ol li.list-cn-3-58 {
  2899. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十八)" + this.innerHTML)
  2900. }
  2901. .body-wrapper ol li.list-cn-3-58:before {
  2902. content: '(五十八)'
  2903. }
  2904. .body-wrapper ol li.list-num-1-59 {
  2905. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="59. " + this.innerHTML)
  2906. }
  2907. .body-wrapper ol li.list-num-1-59:before {
  2908. content: '59. '
  2909. }
  2910. .body-wrapper ol li.list-num-2-59 {
  2911. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="59)" + this.innerHTML)
  2912. }
  2913. .body-wrapper ol li.list-num-2-59:before {
  2914. content: '59)'
  2915. }
  2916. .body-wrapper ol li.list-num-3-59 {
  2917. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(59)" + this.innerHTML)
  2918. }
  2919. .body-wrapper ol li.list-num-3-59:before {
  2920. content: '(59)'
  2921. }
  2922. .body-wrapper ol li.list-cn-1-59 {
  2923. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十九、" + this.innerHTML)
  2924. }
  2925. .body-wrapper ol li.list-cn-1-59:before {
  2926. content: '五十九、'
  2927. }
  2928. .body-wrapper ol li.list-cn-2-59 {
  2929. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="五十九)" + this.innerHTML)
  2930. }
  2931. .body-wrapper ol li.list-cn-2-59:before {
  2932. content: '五十九)'
  2933. }
  2934. .body-wrapper ol li.list-cn-3-59 {
  2935. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(五十九)" + this.innerHTML)
  2936. }
  2937. .body-wrapper ol li.list-cn-3-59:before {
  2938. content: '(五十九)'
  2939. }
  2940. .body-wrapper ol li.list-num-1-60 {
  2941. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="60. " + this.innerHTML)
  2942. }
  2943. .body-wrapper ol li.list-num-1-60:before {
  2944. content: '60. '
  2945. }
  2946. .body-wrapper ol li.list-num-2-60 {
  2947. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="60)" + this.innerHTML)
  2948. }
  2949. .body-wrapper ol li.list-num-2-60:before {
  2950. content: '60)'
  2951. }
  2952. .body-wrapper ol li.list-num-3-60 {
  2953. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(60)" + this.innerHTML)
  2954. }
  2955. .body-wrapper ol li.list-num-3-60:before {
  2956. content: '(60)'
  2957. }
  2958. .body-wrapper ol li.list-cn-1-60 {
  2959. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十、" + this.innerHTML)
  2960. }
  2961. .body-wrapper ol li.list-cn-1-60:before {
  2962. content: '六十、'
  2963. }
  2964. .body-wrapper ol li.list-cn-2-60 {
  2965. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十)" + this.innerHTML)
  2966. }
  2967. .body-wrapper ol li.list-cn-2-60:before {
  2968. content: '六十)'
  2969. }
  2970. .body-wrapper ol li.list-cn-3-60 {
  2971. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十)" + this.innerHTML)
  2972. }
  2973. .body-wrapper ol li.list-cn-3-60:before {
  2974. content: '(六十)'
  2975. }
  2976. .body-wrapper ol li.list-num-1-61 {
  2977. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="61. " + this.innerHTML)
  2978. }
  2979. .body-wrapper ol li.list-num-1-61:before {
  2980. content: '61. '
  2981. }
  2982. .body-wrapper ol li.list-num-2-61 {
  2983. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="61)" + this.innerHTML)
  2984. }
  2985. .body-wrapper ol li.list-num-2-61:before {
  2986. content: '61)'
  2987. }
  2988. .body-wrapper ol li.list-num-3-61 {
  2989. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(61)" + this.innerHTML)
  2990. }
  2991. .body-wrapper ol li.list-num-3-61:before {
  2992. content: '(61)'
  2993. }
  2994. .body-wrapper ol li.list-cn-1-61 {
  2995. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十一、" + this.innerHTML)
  2996. }
  2997. .body-wrapper ol li.list-cn-1-61:before {
  2998. content: '六十一、'
  2999. }
  3000. .body-wrapper ol li.list-cn-2-61 {
  3001. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十一)" + this.innerHTML)
  3002. }
  3003. .body-wrapper ol li.list-cn-2-61:before {
  3004. content: '六十一)'
  3005. }
  3006. .body-wrapper ol li.list-cn-3-61 {
  3007. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十一)" + this.innerHTML)
  3008. }
  3009. .body-wrapper ol li.list-cn-3-61:before {
  3010. content: '(六十一)'
  3011. }
  3012. .body-wrapper ol li.list-num-1-62 {
  3013. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="62. " + this.innerHTML)
  3014. }
  3015. .body-wrapper ol li.list-num-1-62:before {
  3016. content: '62. '
  3017. }
  3018. .body-wrapper ol li.list-num-2-62 {
  3019. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="62)" + this.innerHTML)
  3020. }
  3021. .body-wrapper ol li.list-num-2-62:before {
  3022. content: '62)'
  3023. }
  3024. .body-wrapper ol li.list-num-3-62 {
  3025. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(62)" + this.innerHTML)
  3026. }
  3027. .body-wrapper ol li.list-num-3-62:before {
  3028. content: '(62)'
  3029. }
  3030. .body-wrapper ol li.list-cn-1-62 {
  3031. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十二、" + this.innerHTML)
  3032. }
  3033. .body-wrapper ol li.list-cn-1-62:before {
  3034. content: '六十二、'
  3035. }
  3036. .body-wrapper ol li.list-cn-2-62 {
  3037. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十二)" + this.innerHTML)
  3038. }
  3039. .body-wrapper ol li.list-cn-2-62:before {
  3040. content: '六十二)'
  3041. }
  3042. .body-wrapper ol li.list-cn-3-62 {
  3043. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十二)" + this.innerHTML)
  3044. }
  3045. .body-wrapper ol li.list-cn-3-62:before {
  3046. content: '(六十二)'
  3047. }
  3048. .body-wrapper ol li.list-num-1-63 {
  3049. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="63. " + this.innerHTML)
  3050. }
  3051. .body-wrapper ol li.list-num-1-63:before {
  3052. content: '63. '
  3053. }
  3054. .body-wrapper ol li.list-num-2-63 {
  3055. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="63)" + this.innerHTML)
  3056. }
  3057. .body-wrapper ol li.list-num-2-63:before {
  3058. content: '63)'
  3059. }
  3060. .body-wrapper ol li.list-num-3-63 {
  3061. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(63)" + this.innerHTML)
  3062. }
  3063. .body-wrapper ol li.list-num-3-63:before {
  3064. content: '(63)'
  3065. }
  3066. .body-wrapper ol li.list-cn-1-63 {
  3067. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十三、" + this.innerHTML)
  3068. }
  3069. .body-wrapper ol li.list-cn-1-63:before {
  3070. content: '六十三、'
  3071. }
  3072. .body-wrapper ol li.list-cn-2-63 {
  3073. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十三)" + this.innerHTML)
  3074. }
  3075. .body-wrapper ol li.list-cn-2-63:before {
  3076. content: '六十三)'
  3077. }
  3078. .body-wrapper ol li.list-cn-3-63 {
  3079. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十三)" + this.innerHTML)
  3080. }
  3081. .body-wrapper ol li.list-cn-3-63:before {
  3082. content: '(六十三)'
  3083. }
  3084. .body-wrapper ol li.list-num-1-64 {
  3085. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="64. " + this.innerHTML)
  3086. }
  3087. .body-wrapper ol li.list-num-1-64:before {
  3088. content: '64. '
  3089. }
  3090. .body-wrapper ol li.list-num-2-64 {
  3091. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="64)" + this.innerHTML)
  3092. }
  3093. .body-wrapper ol li.list-num-2-64:before {
  3094. content: '64)'
  3095. }
  3096. .body-wrapper ol li.list-num-3-64 {
  3097. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(64)" + this.innerHTML)
  3098. }
  3099. .body-wrapper ol li.list-num-3-64:before {
  3100. content: '(64)'
  3101. }
  3102. .body-wrapper ol li.list-cn-1-64 {
  3103. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十四、" + this.innerHTML)
  3104. }
  3105. .body-wrapper ol li.list-cn-1-64:before {
  3106. content: '六十四、'
  3107. }
  3108. .body-wrapper ol li.list-cn-2-64 {
  3109. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十四)" + this.innerHTML)
  3110. }
  3111. .body-wrapper ol li.list-cn-2-64:before {
  3112. content: '六十四)'
  3113. }
  3114. .body-wrapper ol li.list-cn-3-64 {
  3115. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十四)" + this.innerHTML)
  3116. }
  3117. .body-wrapper ol li.list-cn-3-64:before {
  3118. content: '(六十四)'
  3119. }
  3120. .body-wrapper ol li.list-num-1-65 {
  3121. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="65. " + this.innerHTML)
  3122. }
  3123. .body-wrapper ol li.list-num-1-65:before {
  3124. content: '65. '
  3125. }
  3126. .body-wrapper ol li.list-num-2-65 {
  3127. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="65)" + this.innerHTML)
  3128. }
  3129. .body-wrapper ol li.list-num-2-65:before {
  3130. content: '65)'
  3131. }
  3132. .body-wrapper ol li.list-num-3-65 {
  3133. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(65)" + this.innerHTML)
  3134. }
  3135. .body-wrapper ol li.list-num-3-65:before {
  3136. content: '(65)'
  3137. }
  3138. .body-wrapper ol li.list-cn-1-65 {
  3139. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十五、" + this.innerHTML)
  3140. }
  3141. .body-wrapper ol li.list-cn-1-65:before {
  3142. content: '六十五、'
  3143. }
  3144. .body-wrapper ol li.list-cn-2-65 {
  3145. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十五)" + this.innerHTML)
  3146. }
  3147. .body-wrapper ol li.list-cn-2-65:before {
  3148. content: '六十五)'
  3149. }
  3150. .body-wrapper ol li.list-cn-3-65 {
  3151. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十五)" + this.innerHTML)
  3152. }
  3153. .body-wrapper ol li.list-cn-3-65:before {
  3154. content: '(六十五)'
  3155. }
  3156. .body-wrapper ol li.list-num-1-66 {
  3157. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="66. " + this.innerHTML)
  3158. }
  3159. .body-wrapper ol li.list-num-1-66:before {
  3160. content: '66. '
  3161. }
  3162. .body-wrapper ol li.list-num-2-66 {
  3163. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="66)" + this.innerHTML)
  3164. }
  3165. .body-wrapper ol li.list-num-2-66:before {
  3166. content: '66)'
  3167. }
  3168. .body-wrapper ol li.list-num-3-66 {
  3169. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(66)" + this.innerHTML)
  3170. }
  3171. .body-wrapper ol li.list-num-3-66:before {
  3172. content: '(66)'
  3173. }
  3174. .body-wrapper ol li.list-cn-1-66 {
  3175. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十六、" + this.innerHTML)
  3176. }
  3177. .body-wrapper ol li.list-cn-1-66:before {
  3178. content: '六十六、'
  3179. }
  3180. .body-wrapper ol li.list-cn-2-66 {
  3181. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十六)" + this.innerHTML)
  3182. }
  3183. .body-wrapper ol li.list-cn-2-66:before {
  3184. content: '六十六)'
  3185. }
  3186. .body-wrapper ol li.list-cn-3-66 {
  3187. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十六)" + this.innerHTML)
  3188. }
  3189. .body-wrapper ol li.list-cn-3-66:before {
  3190. content: '(六十六)'
  3191. }
  3192. .body-wrapper ol li.list-num-1-67 {
  3193. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="67. " + this.innerHTML)
  3194. }
  3195. .body-wrapper ol li.list-num-1-67:before {
  3196. content: '67. '
  3197. }
  3198. .body-wrapper ol li.list-num-2-67 {
  3199. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="67)" + this.innerHTML)
  3200. }
  3201. .body-wrapper ol li.list-num-2-67:before {
  3202. content: '67)'
  3203. }
  3204. .body-wrapper ol li.list-num-3-67 {
  3205. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(67)" + this.innerHTML)
  3206. }
  3207. .body-wrapper ol li.list-num-3-67:before {
  3208. content: '(67)'
  3209. }
  3210. .body-wrapper ol li.list-cn-1-67 {
  3211. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十七、" + this.innerHTML)
  3212. }
  3213. .body-wrapper ol li.list-cn-1-67:before {
  3214. content: '六十七、'
  3215. }
  3216. .body-wrapper ol li.list-cn-2-67 {
  3217. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十七)" + this.innerHTML)
  3218. }
  3219. .body-wrapper ol li.list-cn-2-67:before {
  3220. content: '六十七)'
  3221. }
  3222. .body-wrapper ol li.list-cn-3-67 {
  3223. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十七)" + this.innerHTML)
  3224. }
  3225. .body-wrapper ol li.list-cn-3-67:before {
  3226. content: '(六十七)'
  3227. }
  3228. .body-wrapper ol li.list-num-1-68 {
  3229. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="68. " + this.innerHTML)
  3230. }
  3231. .body-wrapper ol li.list-num-1-68:before {
  3232. content: '68. '
  3233. }
  3234. .body-wrapper ol li.list-num-2-68 {
  3235. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="68)" + this.innerHTML)
  3236. }
  3237. .body-wrapper ol li.list-num-2-68:before {
  3238. content: '68)'
  3239. }
  3240. .body-wrapper ol li.list-num-3-68 {
  3241. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(68)" + this.innerHTML)
  3242. }
  3243. .body-wrapper ol li.list-num-3-68:before {
  3244. content: '(68)'
  3245. }
  3246. .body-wrapper ol li.list-cn-1-68 {
  3247. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十八、" + this.innerHTML)
  3248. }
  3249. .body-wrapper ol li.list-cn-1-68:before {
  3250. content: '六十八、'
  3251. }
  3252. .body-wrapper ol li.list-cn-2-68 {
  3253. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十八)" + this.innerHTML)
  3254. }
  3255. .body-wrapper ol li.list-cn-2-68:before {
  3256. content: '六十八)'
  3257. }
  3258. .body-wrapper ol li.list-cn-3-68 {
  3259. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十八)" + this.innerHTML)
  3260. }
  3261. .body-wrapper ol li.list-cn-3-68:before {
  3262. content: '(六十八)'
  3263. }
  3264. .body-wrapper ol li.list-num-1-69 {
  3265. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="69. " + this.innerHTML)
  3266. }
  3267. .body-wrapper ol li.list-num-1-69:before {
  3268. content: '69. '
  3269. }
  3270. .body-wrapper ol li.list-num-2-69 {
  3271. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="69)" + this.innerHTML)
  3272. }
  3273. .body-wrapper ol li.list-num-2-69:before {
  3274. content: '69)'
  3275. }
  3276. .body-wrapper ol li.list-num-3-69 {
  3277. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(69)" + this.innerHTML)
  3278. }
  3279. .body-wrapper ol li.list-num-3-69:before {
  3280. content: '(69)'
  3281. }
  3282. .body-wrapper ol li.list-cn-1-69 {
  3283. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十九、" + this.innerHTML)
  3284. }
  3285. .body-wrapper ol li.list-cn-1-69:before {
  3286. content: '六十九、'
  3287. }
  3288. .body-wrapper ol li.list-cn-2-69 {
  3289. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="六十九)" + this.innerHTML)
  3290. }
  3291. .body-wrapper ol li.list-cn-2-69:before {
  3292. content: '六十九)'
  3293. }
  3294. .body-wrapper ol li.list-cn-3-69 {
  3295. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(六十九)" + this.innerHTML)
  3296. }
  3297. .body-wrapper ol li.list-cn-3-69:before {
  3298. content: '(六十九)'
  3299. }
  3300. .body-wrapper ol li.list-num-1-70 {
  3301. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="70. " + this.innerHTML)
  3302. }
  3303. .body-wrapper ol li.list-num-1-70:before {
  3304. content: '70. '
  3305. }
  3306. .body-wrapper ol li.list-num-2-70 {
  3307. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="70)" + this.innerHTML)
  3308. }
  3309. .body-wrapper ol li.list-num-2-70:before {
  3310. content: '70)'
  3311. }
  3312. .body-wrapper ol li.list-num-3-70 {
  3313. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(70)" + this.innerHTML)
  3314. }
  3315. .body-wrapper ol li.list-num-3-70:before {
  3316. content: '(70)'
  3317. }
  3318. .body-wrapper ol li.list-cn-1-70 {
  3319. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十、" + this.innerHTML)
  3320. }
  3321. .body-wrapper ol li.list-cn-1-70:before {
  3322. content: '七十、'
  3323. }
  3324. .body-wrapper ol li.list-cn-2-70 {
  3325. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十)" + this.innerHTML)
  3326. }
  3327. .body-wrapper ol li.list-cn-2-70:before {
  3328. content: '七十)'
  3329. }
  3330. .body-wrapper ol li.list-cn-3-70 {
  3331. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十)" + this.innerHTML)
  3332. }
  3333. .body-wrapper ol li.list-cn-3-70:before {
  3334. content: '(七十)'
  3335. }
  3336. .body-wrapper ol li.list-num-1-71 {
  3337. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="71. " + this.innerHTML)
  3338. }
  3339. .body-wrapper ol li.list-num-1-71:before {
  3340. content: '71. '
  3341. }
  3342. .body-wrapper ol li.list-num-2-71 {
  3343. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="71)" + this.innerHTML)
  3344. }
  3345. .body-wrapper ol li.list-num-2-71:before {
  3346. content: '71)'
  3347. }
  3348. .body-wrapper ol li.list-num-3-71 {
  3349. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(71)" + this.innerHTML)
  3350. }
  3351. .body-wrapper ol li.list-num-3-71:before {
  3352. content: '(71)'
  3353. }
  3354. .body-wrapper ol li.list-cn-1-71 {
  3355. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十一、" + this.innerHTML)
  3356. }
  3357. .body-wrapper ol li.list-cn-1-71:before {
  3358. content: '七十一、'
  3359. }
  3360. .body-wrapper ol li.list-cn-2-71 {
  3361. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十一)" + this.innerHTML)
  3362. }
  3363. .body-wrapper ol li.list-cn-2-71:before {
  3364. content: '七十一)'
  3365. }
  3366. .body-wrapper ol li.list-cn-3-71 {
  3367. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十一)" + this.innerHTML)
  3368. }
  3369. .body-wrapper ol li.list-cn-3-71:before {
  3370. content: '(七十一)'
  3371. }
  3372. .body-wrapper ol li.list-num-1-72 {
  3373. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="72. " + this.innerHTML)
  3374. }
  3375. .body-wrapper ol li.list-num-1-72:before {
  3376. content: '72. '
  3377. }
  3378. .body-wrapper ol li.list-num-2-72 {
  3379. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="72)" + this.innerHTML)
  3380. }
  3381. .body-wrapper ol li.list-num-2-72:before {
  3382. content: '72)'
  3383. }
  3384. .body-wrapper ol li.list-num-3-72 {
  3385. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(72)" + this.innerHTML)
  3386. }
  3387. .body-wrapper ol li.list-num-3-72:before {
  3388. content: '(72)'
  3389. }
  3390. .body-wrapper ol li.list-cn-1-72 {
  3391. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十二、" + this.innerHTML)
  3392. }
  3393. .body-wrapper ol li.list-cn-1-72:before {
  3394. content: '七十二、'
  3395. }
  3396. .body-wrapper ol li.list-cn-2-72 {
  3397. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十二)" + this.innerHTML)
  3398. }
  3399. .body-wrapper ol li.list-cn-2-72:before {
  3400. content: '七十二)'
  3401. }
  3402. .body-wrapper ol li.list-cn-3-72 {
  3403. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十二)" + this.innerHTML)
  3404. }
  3405. .body-wrapper ol li.list-cn-3-72:before {
  3406. content: '(七十二)'
  3407. }
  3408. .body-wrapper ol li.list-num-1-73 {
  3409. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="73. " + this.innerHTML)
  3410. }
  3411. .body-wrapper ol li.list-num-1-73:before {
  3412. content: '73. '
  3413. }
  3414. .body-wrapper ol li.list-num-2-73 {
  3415. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="73)" + this.innerHTML)
  3416. }
  3417. .body-wrapper ol li.list-num-2-73:before {
  3418. content: '73)'
  3419. }
  3420. .body-wrapper ol li.list-num-3-73 {
  3421. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(73)" + this.innerHTML)
  3422. }
  3423. .body-wrapper ol li.list-num-3-73:before {
  3424. content: '(73)'
  3425. }
  3426. .body-wrapper ol li.list-cn-1-73 {
  3427. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十三、" + this.innerHTML)
  3428. }
  3429. .body-wrapper ol li.list-cn-1-73:before {
  3430. content: '七十三、'
  3431. }
  3432. .body-wrapper ol li.list-cn-2-73 {
  3433. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十三)" + this.innerHTML)
  3434. }
  3435. .body-wrapper ol li.list-cn-2-73:before {
  3436. content: '七十三)'
  3437. }
  3438. .body-wrapper ol li.list-cn-3-73 {
  3439. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十三)" + this.innerHTML)
  3440. }
  3441. .body-wrapper ol li.list-cn-3-73:before {
  3442. content: '(七十三)'
  3443. }
  3444. .body-wrapper ol li.list-num-1-74 {
  3445. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="74. " + this.innerHTML)
  3446. }
  3447. .body-wrapper ol li.list-num-1-74:before {
  3448. content: '74. '
  3449. }
  3450. .body-wrapper ol li.list-num-2-74 {
  3451. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="74)" + this.innerHTML)
  3452. }
  3453. .body-wrapper ol li.list-num-2-74:before {
  3454. content: '74)'
  3455. }
  3456. .body-wrapper ol li.list-num-3-74 {
  3457. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(74)" + this.innerHTML)
  3458. }
  3459. .body-wrapper ol li.list-num-3-74:before {
  3460. content: '(74)'
  3461. }
  3462. .body-wrapper ol li.list-cn-1-74 {
  3463. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十四、" + this.innerHTML)
  3464. }
  3465. .body-wrapper ol li.list-cn-1-74:before {
  3466. content: '七十四、'
  3467. }
  3468. .body-wrapper ol li.list-cn-2-74 {
  3469. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十四)" + this.innerHTML)
  3470. }
  3471. .body-wrapper ol li.list-cn-2-74:before {
  3472. content: '七十四)'
  3473. }
  3474. .body-wrapper ol li.list-cn-3-74 {
  3475. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十四)" + this.innerHTML)
  3476. }
  3477. .body-wrapper ol li.list-cn-3-74:before {
  3478. content: '(七十四)'
  3479. }
  3480. .body-wrapper ol li.list-num-1-75 {
  3481. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="75. " + this.innerHTML)
  3482. }
  3483. .body-wrapper ol li.list-num-1-75:before {
  3484. content: '75. '
  3485. }
  3486. .body-wrapper ol li.list-num-2-75 {
  3487. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="75)" + this.innerHTML)
  3488. }
  3489. .body-wrapper ol li.list-num-2-75:before {
  3490. content: '75)'
  3491. }
  3492. .body-wrapper ol li.list-num-3-75 {
  3493. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(75)" + this.innerHTML)
  3494. }
  3495. .body-wrapper ol li.list-num-3-75:before {
  3496. content: '(75)'
  3497. }
  3498. .body-wrapper ol li.list-cn-1-75 {
  3499. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十五、" + this.innerHTML)
  3500. }
  3501. .body-wrapper ol li.list-cn-1-75:before {
  3502. content: '七十五、'
  3503. }
  3504. .body-wrapper ol li.list-cn-2-75 {
  3505. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十五)" + this.innerHTML)
  3506. }
  3507. .body-wrapper ol li.list-cn-2-75:before {
  3508. content: '七十五)'
  3509. }
  3510. .body-wrapper ol li.list-cn-3-75 {
  3511. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十五)" + this.innerHTML)
  3512. }
  3513. .body-wrapper ol li.list-cn-3-75:before {
  3514. content: '(七十五)'
  3515. }
  3516. .body-wrapper ol li.list-num-1-76 {
  3517. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="76. " + this.innerHTML)
  3518. }
  3519. .body-wrapper ol li.list-num-1-76:before {
  3520. content: '76. '
  3521. }
  3522. .body-wrapper ol li.list-num-2-76 {
  3523. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="76)" + this.innerHTML)
  3524. }
  3525. .body-wrapper ol li.list-num-2-76:before {
  3526. content: '76)'
  3527. }
  3528. .body-wrapper ol li.list-num-3-76 {
  3529. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(76)" + this.innerHTML)
  3530. }
  3531. .body-wrapper ol li.list-num-3-76:before {
  3532. content: '(76)'
  3533. }
  3534. .body-wrapper ol li.list-cn-1-76 {
  3535. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十六、" + this.innerHTML)
  3536. }
  3537. .body-wrapper ol li.list-cn-1-76:before {
  3538. content: '七十六、'
  3539. }
  3540. .body-wrapper ol li.list-cn-2-76 {
  3541. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十六)" + this.innerHTML)
  3542. }
  3543. .body-wrapper ol li.list-cn-2-76:before {
  3544. content: '七十六)'
  3545. }
  3546. .body-wrapper ol li.list-cn-3-76 {
  3547. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十六)" + this.innerHTML)
  3548. }
  3549. .body-wrapper ol li.list-cn-3-76:before {
  3550. content: '(七十六)'
  3551. }
  3552. .body-wrapper ol li.list-num-1-77 {
  3553. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="77. " + this.innerHTML)
  3554. }
  3555. .body-wrapper ol li.list-num-1-77:before {
  3556. content: '77. '
  3557. }
  3558. .body-wrapper ol li.list-num-2-77 {
  3559. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="77)" + this.innerHTML)
  3560. }
  3561. .body-wrapper ol li.list-num-2-77:before {
  3562. content: '77)'
  3563. }
  3564. .body-wrapper ol li.list-num-3-77 {
  3565. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(77)" + this.innerHTML)
  3566. }
  3567. .body-wrapper ol li.list-num-3-77:before {
  3568. content: '(77)'
  3569. }
  3570. .body-wrapper ol li.list-cn-1-77 {
  3571. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十七、" + this.innerHTML)
  3572. }
  3573. .body-wrapper ol li.list-cn-1-77:before {
  3574. content: '七十七、'
  3575. }
  3576. .body-wrapper ol li.list-cn-2-77 {
  3577. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十七)" + this.innerHTML)
  3578. }
  3579. .body-wrapper ol li.list-cn-2-77:before {
  3580. content: '七十七)'
  3581. }
  3582. .body-wrapper ol li.list-cn-3-77 {
  3583. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十七)" + this.innerHTML)
  3584. }
  3585. .body-wrapper ol li.list-cn-3-77:before {
  3586. content: '(七十七)'
  3587. }
  3588. .body-wrapper ol li.list-num-1-78 {
  3589. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="78. " + this.innerHTML)
  3590. }
  3591. .body-wrapper ol li.list-num-1-78:before {
  3592. content: '78. '
  3593. }
  3594. .body-wrapper ol li.list-num-2-78 {
  3595. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="78)" + this.innerHTML)
  3596. }
  3597. .body-wrapper ol li.list-num-2-78:before {
  3598. content: '78)'
  3599. }
  3600. .body-wrapper ol li.list-num-3-78 {
  3601. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(78)" + this.innerHTML)
  3602. }
  3603. .body-wrapper ol li.list-num-3-78:before {
  3604. content: '(78)'
  3605. }
  3606. .body-wrapper ol li.list-cn-1-78 {
  3607. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十八、" + this.innerHTML)
  3608. }
  3609. .body-wrapper ol li.list-cn-1-78:before {
  3610. content: '七十八、'
  3611. }
  3612. .body-wrapper ol li.list-cn-2-78 {
  3613. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十八)" + this.innerHTML)
  3614. }
  3615. .body-wrapper ol li.list-cn-2-78:before {
  3616. content: '七十八)'
  3617. }
  3618. .body-wrapper ol li.list-cn-3-78 {
  3619. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十八)" + this.innerHTML)
  3620. }
  3621. .body-wrapper ol li.list-cn-3-78:before {
  3622. content: '(七十八)'
  3623. }
  3624. .body-wrapper ol li.list-num-1-79 {
  3625. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="79. " + this.innerHTML)
  3626. }
  3627. .body-wrapper ol li.list-num-1-79:before {
  3628. content: '79. '
  3629. }
  3630. .body-wrapper ol li.list-num-2-79 {
  3631. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="79)" + this.innerHTML)
  3632. }
  3633. .body-wrapper ol li.list-num-2-79:before {
  3634. content: '79)'
  3635. }
  3636. .body-wrapper ol li.list-num-3-79 {
  3637. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(79)" + this.innerHTML)
  3638. }
  3639. .body-wrapper ol li.list-num-3-79:before {
  3640. content: '(79)'
  3641. }
  3642. .body-wrapper ol li.list-cn-1-79 {
  3643. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十九、" + this.innerHTML)
  3644. }
  3645. .body-wrapper ol li.list-cn-1-79:before {
  3646. content: '七十九、'
  3647. }
  3648. .body-wrapper ol li.list-cn-2-79 {
  3649. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="七十九)" + this.innerHTML)
  3650. }
  3651. .body-wrapper ol li.list-cn-2-79:before {
  3652. content: '七十九)'
  3653. }
  3654. .body-wrapper ol li.list-cn-3-79 {
  3655. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(七十九)" + this.innerHTML)
  3656. }
  3657. .body-wrapper ol li.list-cn-3-79:before {
  3658. content: '(七十九)'
  3659. }
  3660. .body-wrapper ol li.list-num-1-80 {
  3661. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="80. " + this.innerHTML)
  3662. }
  3663. .body-wrapper ol li.list-num-1-80:before {
  3664. content: '80. '
  3665. }
  3666. .body-wrapper ol li.list-num-2-80 {
  3667. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="80)" + this.innerHTML)
  3668. }
  3669. .body-wrapper ol li.list-num-2-80:before {
  3670. content: '80)'
  3671. }
  3672. .body-wrapper ol li.list-num-3-80 {
  3673. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(80)" + this.innerHTML)
  3674. }
  3675. .body-wrapper ol li.list-num-3-80:before {
  3676. content: '(80)'
  3677. }
  3678. .body-wrapper ol li.list-cn-1-80 {
  3679. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十、" + this.innerHTML)
  3680. }
  3681. .body-wrapper ol li.list-cn-1-80:before {
  3682. content: '八十、'
  3683. }
  3684. .body-wrapper ol li.list-cn-2-80 {
  3685. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十)" + this.innerHTML)
  3686. }
  3687. .body-wrapper ol li.list-cn-2-80:before {
  3688. content: '八十)'
  3689. }
  3690. .body-wrapper ol li.list-cn-3-80 {
  3691. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十)" + this.innerHTML)
  3692. }
  3693. .body-wrapper ol li.list-cn-3-80:before {
  3694. content: '(八十)'
  3695. }
  3696. .body-wrapper ol li.list-num-1-81 {
  3697. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="81. " + this.innerHTML)
  3698. }
  3699. .body-wrapper ol li.list-num-1-81:before {
  3700. content: '81. '
  3701. }
  3702. .body-wrapper ol li.list-num-2-81 {
  3703. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="81)" + this.innerHTML)
  3704. }
  3705. .body-wrapper ol li.list-num-2-81:before {
  3706. content: '81)'
  3707. }
  3708. .body-wrapper ol li.list-num-3-81 {
  3709. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(81)" + this.innerHTML)
  3710. }
  3711. .body-wrapper ol li.list-num-3-81:before {
  3712. content: '(81)'
  3713. }
  3714. .body-wrapper ol li.list-cn-1-81 {
  3715. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十一、" + this.innerHTML)
  3716. }
  3717. .body-wrapper ol li.list-cn-1-81:before {
  3718. content: '八十一、'
  3719. }
  3720. .body-wrapper ol li.list-cn-2-81 {
  3721. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十一)" + this.innerHTML)
  3722. }
  3723. .body-wrapper ol li.list-cn-2-81:before {
  3724. content: '八十一)'
  3725. }
  3726. .body-wrapper ol li.list-cn-3-81 {
  3727. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十一)" + this.innerHTML)
  3728. }
  3729. .body-wrapper ol li.list-cn-3-81:before {
  3730. content: '(八十一)'
  3731. }
  3732. .body-wrapper ol li.list-num-1-82 {
  3733. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="82. " + this.innerHTML)
  3734. }
  3735. .body-wrapper ol li.list-num-1-82:before {
  3736. content: '82. '
  3737. }
  3738. .body-wrapper ol li.list-num-2-82 {
  3739. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="82)" + this.innerHTML)
  3740. }
  3741. .body-wrapper ol li.list-num-2-82:before {
  3742. content: '82)'
  3743. }
  3744. .body-wrapper ol li.list-num-3-82 {
  3745. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(82)" + this.innerHTML)
  3746. }
  3747. .body-wrapper ol li.list-num-3-82:before {
  3748. content: '(82)'
  3749. }
  3750. .body-wrapper ol li.list-cn-1-82 {
  3751. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十二、" + this.innerHTML)
  3752. }
  3753. .body-wrapper ol li.list-cn-1-82:before {
  3754. content: '八十二、'
  3755. }
  3756. .body-wrapper ol li.list-cn-2-82 {
  3757. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十二)" + this.innerHTML)
  3758. }
  3759. .body-wrapper ol li.list-cn-2-82:before {
  3760. content: '八十二)'
  3761. }
  3762. .body-wrapper ol li.list-cn-3-82 {
  3763. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十二)" + this.innerHTML)
  3764. }
  3765. .body-wrapper ol li.list-cn-3-82:before {
  3766. content: '(八十二)'
  3767. }
  3768. .body-wrapper ol li.list-num-1-83 {
  3769. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="83. " + this.innerHTML)
  3770. }
  3771. .body-wrapper ol li.list-num-1-83:before {
  3772. content: '83. '
  3773. }
  3774. .body-wrapper ol li.list-num-2-83 {
  3775. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="83)" + this.innerHTML)
  3776. }
  3777. .body-wrapper ol li.list-num-2-83:before {
  3778. content: '83)'
  3779. }
  3780. .body-wrapper ol li.list-num-3-83 {
  3781. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(83)" + this.innerHTML)
  3782. }
  3783. .body-wrapper ol li.list-num-3-83:before {
  3784. content: '(83)'
  3785. }
  3786. .body-wrapper ol li.list-cn-1-83 {
  3787. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十三、" + this.innerHTML)
  3788. }
  3789. .body-wrapper ol li.list-cn-1-83:before {
  3790. content: '八十三、'
  3791. }
  3792. .body-wrapper ol li.list-cn-2-83 {
  3793. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十三)" + this.innerHTML)
  3794. }
  3795. .body-wrapper ol li.list-cn-2-83:before {
  3796. content: '八十三)'
  3797. }
  3798. .body-wrapper ol li.list-cn-3-83 {
  3799. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十三)" + this.innerHTML)
  3800. }
  3801. .body-wrapper ol li.list-cn-3-83:before {
  3802. content: '(八十三)'
  3803. }
  3804. .body-wrapper ol li.list-num-1-84 {
  3805. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="84. " + this.innerHTML)
  3806. }
  3807. .body-wrapper ol li.list-num-1-84:before {
  3808. content: '84. '
  3809. }
  3810. .body-wrapper ol li.list-num-2-84 {
  3811. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="84)" + this.innerHTML)
  3812. }
  3813. .body-wrapper ol li.list-num-2-84:before {
  3814. content: '84)'
  3815. }
  3816. .body-wrapper ol li.list-num-3-84 {
  3817. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(84)" + this.innerHTML)
  3818. }
  3819. .body-wrapper ol li.list-num-3-84:before {
  3820. content: '(84)'
  3821. }
  3822. .body-wrapper ol li.list-cn-1-84 {
  3823. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十四、" + this.innerHTML)
  3824. }
  3825. .body-wrapper ol li.list-cn-1-84:before {
  3826. content: '八十四、'
  3827. }
  3828. .body-wrapper ol li.list-cn-2-84 {
  3829. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十四)" + this.innerHTML)
  3830. }
  3831. .body-wrapper ol li.list-cn-2-84:before {
  3832. content: '八十四)'
  3833. }
  3834. .body-wrapper ol li.list-cn-3-84 {
  3835. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十四)" + this.innerHTML)
  3836. }
  3837. .body-wrapper ol li.list-cn-3-84:before {
  3838. content: '(八十四)'
  3839. }
  3840. .body-wrapper ol li.list-num-1-85 {
  3841. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="85. " + this.innerHTML)
  3842. }
  3843. .body-wrapper ol li.list-num-1-85:before {
  3844. content: '85. '
  3845. }
  3846. .body-wrapper ol li.list-num-2-85 {
  3847. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="85)" + this.innerHTML)
  3848. }
  3849. .body-wrapper ol li.list-num-2-85:before {
  3850. content: '85)'
  3851. }
  3852. .body-wrapper ol li.list-num-3-85 {
  3853. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(85)" + this.innerHTML)
  3854. }
  3855. .body-wrapper ol li.list-num-3-85:before {
  3856. content: '(85)'
  3857. }
  3858. .body-wrapper ol li.list-cn-1-85 {
  3859. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十五、" + this.innerHTML)
  3860. }
  3861. .body-wrapper ol li.list-cn-1-85:before {
  3862. content: '八十五、'
  3863. }
  3864. .body-wrapper ol li.list-cn-2-85 {
  3865. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十五)" + this.innerHTML)
  3866. }
  3867. .body-wrapper ol li.list-cn-2-85:before {
  3868. content: '八十五)'
  3869. }
  3870. .body-wrapper ol li.list-cn-3-85 {
  3871. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十五)" + this.innerHTML)
  3872. }
  3873. .body-wrapper ol li.list-cn-3-85:before {
  3874. content: '(八十五)'
  3875. }
  3876. .body-wrapper ol li.list-num-1-86 {
  3877. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="86. " + this.innerHTML)
  3878. }
  3879. .body-wrapper ol li.list-num-1-86:before {
  3880. content: '86. '
  3881. }
  3882. .body-wrapper ol li.list-num-2-86 {
  3883. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="86)" + this.innerHTML)
  3884. }
  3885. .body-wrapper ol li.list-num-2-86:before {
  3886. content: '86)'
  3887. }
  3888. .body-wrapper ol li.list-num-3-86 {
  3889. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(86)" + this.innerHTML)
  3890. }
  3891. .body-wrapper ol li.list-num-3-86:before {
  3892. content: '(86)'
  3893. }
  3894. .body-wrapper ol li.list-cn-1-86 {
  3895. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十六、" + this.innerHTML)
  3896. }
  3897. .body-wrapper ol li.list-cn-1-86:before {
  3898. content: '八十六、'
  3899. }
  3900. .body-wrapper ol li.list-cn-2-86 {
  3901. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十六)" + this.innerHTML)
  3902. }
  3903. .body-wrapper ol li.list-cn-2-86:before {
  3904. content: '八十六)'
  3905. }
  3906. .body-wrapper ol li.list-cn-3-86 {
  3907. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十六)" + this.innerHTML)
  3908. }
  3909. .body-wrapper ol li.list-cn-3-86:before {
  3910. content: '(八十六)'
  3911. }
  3912. .body-wrapper ol li.list-num-1-87 {
  3913. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="87. " + this.innerHTML)
  3914. }
  3915. .body-wrapper ol li.list-num-1-87:before {
  3916. content: '87. '
  3917. }
  3918. .body-wrapper ol li.list-num-2-87 {
  3919. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="87)" + this.innerHTML)
  3920. }
  3921. .body-wrapper ol li.list-num-2-87:before {
  3922. content: '87)'
  3923. }
  3924. .body-wrapper ol li.list-num-3-87 {
  3925. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(87)" + this.innerHTML)
  3926. }
  3927. .body-wrapper ol li.list-num-3-87:before {
  3928. content: '(87)'
  3929. }
  3930. .body-wrapper ol li.list-cn-1-87 {
  3931. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十七、" + this.innerHTML)
  3932. }
  3933. .body-wrapper ol li.list-cn-1-87:before {
  3934. content: '八十七、'
  3935. }
  3936. .body-wrapper ol li.list-cn-2-87 {
  3937. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十七)" + this.innerHTML)
  3938. }
  3939. .body-wrapper ol li.list-cn-2-87:before {
  3940. content: '八十七)'
  3941. }
  3942. .body-wrapper ol li.list-cn-3-87 {
  3943. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十七)" + this.innerHTML)
  3944. }
  3945. .body-wrapper ol li.list-cn-3-87:before {
  3946. content: '(八十七)'
  3947. }
  3948. .body-wrapper ol li.list-num-1-88 {
  3949. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="88. " + this.innerHTML)
  3950. }
  3951. .body-wrapper ol li.list-num-1-88:before {
  3952. content: '88. '
  3953. }
  3954. .body-wrapper ol li.list-num-2-88 {
  3955. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="88)" + this.innerHTML)
  3956. }
  3957. .body-wrapper ol li.list-num-2-88:before {
  3958. content: '88)'
  3959. }
  3960. .body-wrapper ol li.list-num-3-88 {
  3961. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(88)" + this.innerHTML)
  3962. }
  3963. .body-wrapper ol li.list-num-3-88:before {
  3964. content: '(88)'
  3965. }
  3966. .body-wrapper ol li.list-cn-1-88 {
  3967. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十八、" + this.innerHTML)
  3968. }
  3969. .body-wrapper ol li.list-cn-1-88:before {
  3970. content: '八十八、'
  3971. }
  3972. .body-wrapper ol li.list-cn-2-88 {
  3973. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十八)" + this.innerHTML)
  3974. }
  3975. .body-wrapper ol li.list-cn-2-88:before {
  3976. content: '八十八)'
  3977. }
  3978. .body-wrapper ol li.list-cn-3-88 {
  3979. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十八)" + this.innerHTML)
  3980. }
  3981. .body-wrapper ol li.list-cn-3-88:before {
  3982. content: '(八十八)'
  3983. }
  3984. .body-wrapper ol li.list-num-1-89 {
  3985. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="89. " + this.innerHTML)
  3986. }
  3987. .body-wrapper ol li.list-num-1-89:before {
  3988. content: '89. '
  3989. }
  3990. .body-wrapper ol li.list-num-2-89 {
  3991. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="89)" + this.innerHTML)
  3992. }
  3993. .body-wrapper ol li.list-num-2-89:before {
  3994. content: '89)'
  3995. }
  3996. .body-wrapper ol li.list-num-3-89 {
  3997. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(89)" + this.innerHTML)
  3998. }
  3999. .body-wrapper ol li.list-num-3-89:before {
  4000. content: '(89)'
  4001. }
  4002. .body-wrapper ol li.list-cn-1-89 {
  4003. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十九、" + this.innerHTML)
  4004. }
  4005. .body-wrapper ol li.list-cn-1-89:before {
  4006. content: '八十九、'
  4007. }
  4008. .body-wrapper ol li.list-cn-2-89 {
  4009. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="八十九)" + this.innerHTML)
  4010. }
  4011. .body-wrapper ol li.list-cn-2-89:before {
  4012. content: '八十九)'
  4013. }
  4014. .body-wrapper ol li.list-cn-3-89 {
  4015. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(八十九)" + this.innerHTML)
  4016. }
  4017. .body-wrapper ol li.list-cn-3-89:before {
  4018. content: '(八十九)'
  4019. }
  4020. .body-wrapper ol li.list-num-1-90 {
  4021. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="90. " + this.innerHTML)
  4022. }
  4023. .body-wrapper ol li.list-num-1-90:before {
  4024. content: '90. '
  4025. }
  4026. .body-wrapper ol li.list-num-2-90 {
  4027. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="90)" + this.innerHTML)
  4028. }
  4029. .body-wrapper ol li.list-num-2-90:before {
  4030. content: '90)'
  4031. }
  4032. .body-wrapper ol li.list-num-3-90 {
  4033. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(90)" + this.innerHTML)
  4034. }
  4035. .body-wrapper ol li.list-num-3-90:before {
  4036. content: '(90)'
  4037. }
  4038. .body-wrapper ol li.list-cn-1-90 {
  4039. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十、" + this.innerHTML)
  4040. }
  4041. .body-wrapper ol li.list-cn-1-90:before {
  4042. content: '九十、'
  4043. }
  4044. .body-wrapper ol li.list-cn-2-90 {
  4045. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十)" + this.innerHTML)
  4046. }
  4047. .body-wrapper ol li.list-cn-2-90:before {
  4048. content: '九十)'
  4049. }
  4050. .body-wrapper ol li.list-cn-3-90 {
  4051. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十)" + this.innerHTML)
  4052. }
  4053. .body-wrapper ol li.list-cn-3-90:before {
  4054. content: '(九十)'
  4055. }
  4056. .body-wrapper ol li.list-num-1-91 {
  4057. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="91. " + this.innerHTML)
  4058. }
  4059. .body-wrapper ol li.list-num-1-91:before {
  4060. content: '91. '
  4061. }
  4062. .body-wrapper ol li.list-num-2-91 {
  4063. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="91)" + this.innerHTML)
  4064. }
  4065. .body-wrapper ol li.list-num-2-91:before {
  4066. content: '91)'
  4067. }
  4068. .body-wrapper ol li.list-num-3-91 {
  4069. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(91)" + this.innerHTML)
  4070. }
  4071. .body-wrapper ol li.list-num-3-91:before {
  4072. content: '(91)'
  4073. }
  4074. .body-wrapper ol li.list-cn-1-91 {
  4075. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十一、" + this.innerHTML)
  4076. }
  4077. .body-wrapper ol li.list-cn-1-91:before {
  4078. content: '九十一、'
  4079. }
  4080. .body-wrapper ol li.list-cn-2-91 {
  4081. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十一)" + this.innerHTML)
  4082. }
  4083. .body-wrapper ol li.list-cn-2-91:before {
  4084. content: '九十一)'
  4085. }
  4086. .body-wrapper ol li.list-cn-3-91 {
  4087. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十一)" + this.innerHTML)
  4088. }
  4089. .body-wrapper ol li.list-cn-3-91:before {
  4090. content: '(九十一)'
  4091. }
  4092. .body-wrapper ol li.list-num-1-92 {
  4093. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="92. " + this.innerHTML)
  4094. }
  4095. .body-wrapper ol li.list-num-1-92:before {
  4096. content: '92. '
  4097. }
  4098. .body-wrapper ol li.list-num-2-92 {
  4099. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="92)" + this.innerHTML)
  4100. }
  4101. .body-wrapper ol li.list-num-2-92:before {
  4102. content: '92)'
  4103. }
  4104. .body-wrapper ol li.list-num-3-92 {
  4105. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(92)" + this.innerHTML)
  4106. }
  4107. .body-wrapper ol li.list-num-3-92:before {
  4108. content: '(92)'
  4109. }
  4110. .body-wrapper ol li.list-cn-1-92 {
  4111. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十二、" + this.innerHTML)
  4112. }
  4113. .body-wrapper ol li.list-cn-1-92:before {
  4114. content: '九十二、'
  4115. }
  4116. .body-wrapper ol li.list-cn-2-92 {
  4117. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十二)" + this.innerHTML)
  4118. }
  4119. .body-wrapper ol li.list-cn-2-92:before {
  4120. content: '九十二)'
  4121. }
  4122. .body-wrapper ol li.list-cn-3-92 {
  4123. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十二)" + this.innerHTML)
  4124. }
  4125. .body-wrapper ol li.list-cn-3-92:before {
  4126. content: '(九十二)'
  4127. }
  4128. .body-wrapper ol li.list-num-1-93 {
  4129. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="93. " + this.innerHTML)
  4130. }
  4131. .body-wrapper ol li.list-num-1-93:before {
  4132. content: '93. '
  4133. }
  4134. .body-wrapper ol li.list-num-2-93 {
  4135. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="93)" + this.innerHTML)
  4136. }
  4137. .body-wrapper ol li.list-num-2-93:before {
  4138. content: '93)'
  4139. }
  4140. .body-wrapper ol li.list-num-3-93 {
  4141. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(93)" + this.innerHTML)
  4142. }
  4143. .body-wrapper ol li.list-num-3-93:before {
  4144. content: '(93)'
  4145. }
  4146. .body-wrapper ol li.list-cn-1-93 {
  4147. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十三、" + this.innerHTML)
  4148. }
  4149. .body-wrapper ol li.list-cn-1-93:before {
  4150. content: '九十三、'
  4151. }
  4152. .body-wrapper ol li.list-cn-2-93 {
  4153. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十三)" + this.innerHTML)
  4154. }
  4155. .body-wrapper ol li.list-cn-2-93:before {
  4156. content: '九十三)'
  4157. }
  4158. .body-wrapper ol li.list-cn-3-93 {
  4159. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十三)" + this.innerHTML)
  4160. }
  4161. .body-wrapper ol li.list-cn-3-93:before {
  4162. content: '(九十三)'
  4163. }
  4164. .body-wrapper ol li.list-num-1-94 {
  4165. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="94. " + this.innerHTML)
  4166. }
  4167. .body-wrapper ol li.list-num-1-94:before {
  4168. content: '94. '
  4169. }
  4170. .body-wrapper ol li.list-num-2-94 {
  4171. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="94)" + this.innerHTML)
  4172. }
  4173. .body-wrapper ol li.list-num-2-94:before {
  4174. content: '94)'
  4175. }
  4176. .body-wrapper ol li.list-num-3-94 {
  4177. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(94)" + this.innerHTML)
  4178. }
  4179. .body-wrapper ol li.list-num-3-94:before {
  4180. content: '(94)'
  4181. }
  4182. .body-wrapper ol li.list-cn-1-94 {
  4183. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十四、" + this.innerHTML)
  4184. }
  4185. .body-wrapper ol li.list-cn-1-94:before {
  4186. content: '九十四、'
  4187. }
  4188. .body-wrapper ol li.list-cn-2-94 {
  4189. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十四)" + this.innerHTML)
  4190. }
  4191. .body-wrapper ol li.list-cn-2-94:before {
  4192. content: '九十四)'
  4193. }
  4194. .body-wrapper ol li.list-cn-3-94 {
  4195. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十四)" + this.innerHTML)
  4196. }
  4197. .body-wrapper ol li.list-cn-3-94:before {
  4198. content: '(九十四)'
  4199. }
  4200. .body-wrapper ol li.list-num-1-95 {
  4201. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="95. " + this.innerHTML)
  4202. }
  4203. .body-wrapper ol li.list-num-1-95:before {
  4204. content: '95. '
  4205. }
  4206. .body-wrapper ol li.list-num-2-95 {
  4207. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="95)" + this.innerHTML)
  4208. }
  4209. .body-wrapper ol li.list-num-2-95:before {
  4210. content: '95)'
  4211. }
  4212. .body-wrapper ol li.list-num-3-95 {
  4213. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(95)" + this.innerHTML)
  4214. }
  4215. .body-wrapper ol li.list-num-3-95:before {
  4216. content: '(95)'
  4217. }
  4218. .body-wrapper ol li.list-cn-1-95 {
  4219. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十五、" + this.innerHTML)
  4220. }
  4221. .body-wrapper ol li.list-cn-1-95:before {
  4222. content: '九十五、'
  4223. }
  4224. .body-wrapper ol li.list-cn-2-95 {
  4225. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十五)" + this.innerHTML)
  4226. }
  4227. .body-wrapper ol li.list-cn-2-95:before {
  4228. content: '九十五)'
  4229. }
  4230. .body-wrapper ol li.list-cn-3-95 {
  4231. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十五)" + this.innerHTML)
  4232. }
  4233. .body-wrapper ol li.list-cn-3-95:before {
  4234. content: '(九十五)'
  4235. }
  4236. .body-wrapper ol li.list-num-1-96 {
  4237. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="96. " + this.innerHTML)
  4238. }
  4239. .body-wrapper ol li.list-num-1-96:before {
  4240. content: '96. '
  4241. }
  4242. .body-wrapper ol li.list-num-2-96 {
  4243. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="96)" + this.innerHTML)
  4244. }
  4245. .body-wrapper ol li.list-num-2-96:before {
  4246. content: '96)'
  4247. }
  4248. .body-wrapper ol li.list-num-3-96 {
  4249. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(96)" + this.innerHTML)
  4250. }
  4251. .body-wrapper ol li.list-num-3-96:before {
  4252. content: '(96)'
  4253. }
  4254. .body-wrapper ol li.list-cn-1-96 {
  4255. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十六、" + this.innerHTML)
  4256. }
  4257. .body-wrapper ol li.list-cn-1-96:before {
  4258. content: '九十六、'
  4259. }
  4260. .body-wrapper ol li.list-cn-2-96 {
  4261. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十六)" + this.innerHTML)
  4262. }
  4263. .body-wrapper ol li.list-cn-2-96:before {
  4264. content: '九十六)'
  4265. }
  4266. .body-wrapper ol li.list-cn-3-96 {
  4267. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十六)" + this.innerHTML)
  4268. }
  4269. .body-wrapper ol li.list-cn-3-96:before {
  4270. content: '(九十六)'
  4271. }
  4272. .body-wrapper ol li.list-num-1-97 {
  4273. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="97. " + this.innerHTML)
  4274. }
  4275. .body-wrapper ol li.list-num-1-97:before {
  4276. content: '97. '
  4277. }
  4278. .body-wrapper ol li.list-num-2-97 {
  4279. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="97)" + this.innerHTML)
  4280. }
  4281. .body-wrapper ol li.list-num-2-97:before {
  4282. content: '97)'
  4283. }
  4284. .body-wrapper ol li.list-num-3-97 {
  4285. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(97)" + this.innerHTML)
  4286. }
  4287. .body-wrapper ol li.list-num-3-97:before {
  4288. content: '(97)'
  4289. }
  4290. .body-wrapper ol li.list-cn-1-97 {
  4291. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十七、" + this.innerHTML)
  4292. }
  4293. .body-wrapper ol li.list-cn-1-97:before {
  4294. content: '九十七、'
  4295. }
  4296. .body-wrapper ol li.list-cn-2-97 {
  4297. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十七)" + this.innerHTML)
  4298. }
  4299. .body-wrapper ol li.list-cn-2-97:before {
  4300. content: '九十七)'
  4301. }
  4302. .body-wrapper ol li.list-cn-3-97 {
  4303. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十七)" + this.innerHTML)
  4304. }
  4305. .body-wrapper ol li.list-cn-3-97:before {
  4306. content: '(九十七)'
  4307. }
  4308. .body-wrapper ol li.list-num-1-98 {
  4309. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="98. " + this.innerHTML)
  4310. }
  4311. .body-wrapper ol li.list-num-1-98:before {
  4312. content: '98. '
  4313. }
  4314. .body-wrapper ol li.list-num-2-98 {
  4315. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="98)" + this.innerHTML)
  4316. }
  4317. .body-wrapper ol li.list-num-2-98:before {
  4318. content: '98)'
  4319. }
  4320. .body-wrapper ol li.list-num-3-98 {
  4321. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(98)" + this.innerHTML)
  4322. }
  4323. .body-wrapper ol li.list-num-3-98:before {
  4324. content: '(98)'
  4325. }
  4326. .body-wrapper ol li.list-cn-1-98 {
  4327. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十八、" + this.innerHTML)
  4328. }
  4329. .body-wrapper ol li.list-cn-1-98:before {
  4330. content: '九十八、'
  4331. }
  4332. .body-wrapper ol li.list-cn-2-98 {
  4333. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十八)" + this.innerHTML)
  4334. }
  4335. .body-wrapper ol li.list-cn-2-98:before {
  4336. content: '九十八)'
  4337. }
  4338. .body-wrapper ol li.list-cn-3-98 {
  4339. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十八)" + this.innerHTML)
  4340. }
  4341. .body-wrapper ol li.list-cn-3-98:before {
  4342. content: '(九十八)'
  4343. }
  4344. .body-wrapper ol li.list-num-1-99 {
  4345. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="99. " + this.innerHTML)
  4346. }
  4347. .body-wrapper ol li.list-num-1-99:before {
  4348. content: '99. '
  4349. }
  4350. .body-wrapper ol li.list-num-2-99 {
  4351. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="99)" + this.innerHTML)
  4352. }
  4353. .body-wrapper ol li.list-num-2-99:before {
  4354. content: '99)'
  4355. }
  4356. .body-wrapper ol li.list-num-3-99 {
  4357. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(99)" + this.innerHTML)
  4358. }
  4359. .body-wrapper ol li.list-num-3-99:before {
  4360. content: '(99)'
  4361. }
  4362. .body-wrapper ol li.list-cn-1-99 {
  4363. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十九、" + this.innerHTML)
  4364. }
  4365. .body-wrapper ol li.list-cn-1-99:before {
  4366. content: '九十九、'
  4367. }
  4368. .body-wrapper ol li.list-cn-2-99 {
  4369. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="九十九)" + this.innerHTML)
  4370. }
  4371. .body-wrapper ol li.list-cn-2-99:before {
  4372. content: '九十九)'
  4373. }
  4374. .body-wrapper ol li.list-cn-3-99 {
  4375. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="(九十九)" + this.innerHTML)
  4376. }
  4377. .body-wrapper ol li.list-cn-3-99:before {
  4378. content: '(九十九)'
  4379. }
  4380. .body-wrapper ol li .para {
  4381. margin-left: 25px;
  4382. margin-bottom: 0;
  4383. text-indent: 0
  4384. }
  4385. .body-wrapper ul.para-list {
  4386. margin: 0 0 15px 2em
  4387. }
  4388. .body-wrapper ul.custom_dot li.list-dot,
  4389. .body-wrapper ul.custom_dash li.list-dot {
  4390. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="● " + this.innerHTML)
  4391. }
  4392. .body-wrapper ul.custom_dot li.list-dot:before,
  4393. .body-wrapper ul.custom_dash li.list-dot:before {
  4394. position: absolute;
  4395. line-height: 24px;
  4396. font-size: 12px;
  4397. content: '●'
  4398. }
  4399. .body-wrapper ul.custom_dot li.list-dot .para,
  4400. .body-wrapper ul.custom_dash li.list-dot .para {
  4401. margin-left: 20px
  4402. }
  4403. .body-wrapper ul.custom_dot li.list-dash,
  4404. .body-wrapper ul.custom_dash li.list-dash {
  4405. *zoom: expression(this.runtimeStyle["zoom"]="1", this.innerHTML="——— " + this.innerHTML)
  4406. }
  4407. .body-wrapper ul.custom_dot li.list-dash:before,
  4408. .body-wrapper ul.custom_dash li.list-dash:before {
  4409. position: absolute;
  4410. line-height: 24px;
  4411. font-size: 12px;
  4412. content: '——'
  4413. }
  4414. .body-wrapper ul.custom_dot li.list-dash .para,
  4415. .body-wrapper ul.custom_dash li.list-dash .para {
  4416. margin-left: 40px
  4417. }
  4418. .body-wrapper ul.custom_dot li .para,
  4419. .body-wrapper ul.custom_dash li .para {
  4420. margin-bottom: 0;
  4421. text-indent: 0
  4422. }
  4423. .body-wrapper ul.list-paddingleft-1 {
  4424. padding-left: 0
  4425. }
  4426. .body-wrapper ul.list-paddingleft-2 {
  4427. padding-left: 30px
  4428. }
  4429. .body-wrapper ul.list-paddingleft-3 {
  4430. padding-left: 60px
  4431. }
  4432. .body-wrapper .para {
  4433. font-size: 14px;
  4434. word-wrap: break-word;
  4435. color: #333;
  4436. margin-bottom: 15px;
  4437. text-indent: 2em;
  4438. line-height: 24px;
  4439. zoom: 1
  4440. }
  4441. .body-wrapper i {
  4442. font-style: italic
  4443. }
  4444. .body-wrapper b {
  4445. font-style: bold
  4446. }
  4447. .body-wrapper sub {
  4448. position: relative;
  4449. line-height: 0;
  4450. font-size: 75%;
  4451. vertical-align: baseline
  4452. }
  4453. .body-wrapper sup {
  4454. white-space: normal;
  4455. position: relative;
  4456. top: -.5em;
  4457. line-height: 0;
  4458. font-size: 75%;
  4459. vertical-align: baseline;
  4460. cursor: default
  4461. }
  4462. .body-wrapper sup.normal {
  4463. color: #333;
  4464. cursor: default
  4465. }
  4466. .body-wrapper span.fontstrikethrough {
  4467. text-decoration: line-through
  4468. }
  4469. .body-wrapper span.fontborder {
  4470. border: 1px solid #000
  4471. }
  4472. .para-title.level-2 {
  4473. display: block;
  4474. clear: both;
  4475. zoom: 1;
  4476. overflow: hidden;
  4477. font-size: 20px;
  4478. border-left: 12px solid #4F9CEE;
  4479. line-height: 24px;
  4480. font-size: 22px;
  4481. font-weight: 400;
  4482. font-family: Microsoft YaHei, SimHei, Verdana;
  4483. margin: 35px 0 15px -30px;
  4484. background: url(https://bkssl.bdimg.com/static/wiki-lemma/normal/resource/img/paraTitle-line_c5e6d61.png);
  4485. position: relative
  4486. }
  4487. .para-title.level-2 .title-prefix {
  4488. display: none
  4489. }
  4490. .para-title.level-2 .title-text {
  4491. float: left;
  4492. display: block;
  4493. padding: 0 8px 0 18px;
  4494. line-height: 24px;
  4495. font-size: 22px;
  4496. font-weight: 400;
  4497. color: #000;
  4498. background: #fff
  4499. }
  4500. .para-title.level-2 .edit-icon {
  4501. display: block;
  4502. display: none;
  4503. float: right;
  4504. height: 22px;
  4505. line-height: 22px;
  4506. padding-left: 24px;
  4507. font-size: 12px;
  4508. color: #888;
  4509. font-family: SimSun;
  4510. text-decoration: none;
  4511. background: #fff
  4512. }
  4513. .para-title.level-2 .edit-icon em {
  4514. margin: 0 3px 0 0;
  4515. vertical-align: text-bottom;
  4516. text-decoration: none;
  4517. color: #aaa
  4518. }
  4519. .para-title.level-2 .edit-icon:hover {
  4520. color: #136ec2
  4521. }
  4522. .para-title.level-2 .edit-icon:hover em {
  4523. color: #136ec2
  4524. }
  4525. .para-title.level-3 {
  4526. clear: both;
  4527. zoom: 1;
  4528. margin: 20px 0 12px;
  4529. line-height: 20px;
  4530. font-size: 18px;
  4531. font-weight: 400;
  4532. font-family: Microsoft YaHei, SimHei, Verdana
  4533. }
  4534. .para-title.level-3 .title-prefix {
  4535. display: none
  4536. }
  4537. .para-title.level-3 .title-text {
  4538. font-size: 18px;
  4539. font-weight: 400
  4540. }
  4541. .side-box {
  4542. padding-bottom: 15px;
  4543. margin-bottom: 10px;
  4544. padding: 0 14px 14px;
  4545. border: 1px solid #e6e6e6;
  4546. background: #fcfcfc;
  4547. line-height: 22px;
  4548. color: #555
  4549. }
  4550. .side-box .title {
  4551. font-size: 14px;
  4552. font-weight: 700;
  4553. padding-bottom: 4px;
  4554. line-height: 20px;
  4555. margin-bottom: 5px;
  4556. margin-top: 12px;
  4557. color: #5f5f5f
  4558. }
  4559. .content-wrapper .content {
  4560. position: relative;
  4561. font: 12px/1.5 arial, '\5b8b\4f53', sans-serif
  4562. }
  4563. .content-wrapper .content .main-content>:first-child {
  4564. margin-top: 0!important
  4565. }
  4566. .content-wrapper .content .main-content .main_tab>:first-child {
  4567. margin-top: 0!important
  4568. }