cjjl_css1.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. chtml,body,p,form,ul,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
  2. table{border-collapse:collapse;border-spacing:0}
  3. th,td{padding:0}
  4. a{text-decoration:none}
  5. li{list-style:none}
  6. img{border:0 none}
  7. textarea{line-height:20px}
  8. input,button,textarea{font-size:14px;font-family:"microsoft yahei" !important;outline:0 none;margin:0;padding:0}
  9. input::-ms-clear{display:none}
  10. body{line-height:20px;font-size:14px;font-family:"Microsoft YaHei" !important;}
  11. .icons{display:inline-block;#display:inline;vertical-align:middle;background:url(../images/icon_resume.png) no-repeat;#zoom:1}
  12. .btnbox{width:100%;text-align:center;padding:15px 0}
  13. /*--编辑或删除--*/
  14. .top_wrap,.edit{position:relative;border:1px solid transparent}
  15. .top_wrap:hover,.edit:hover{border:1px solid #318ddc !important}
  16. .top_wrap:hover .ed_icon_blue,.top_wrap:hover .del,.top_wrap:hover .ed_icon_undel{display:inline-block}
  17. .top_wrap .ed_icon_blue,.top_wrap .ed_icon_yellow,.top_wrap .ed_icon_undel,.top_wrap .del,.top_wrap .undel{position:absolute;display:none;width:20px;height:20px;top:20px;right:30px;background-position:-260px -20px;cursor:pointer}
  18. .top_wrap .ed_icon_blue:hover,.edit .edi:hover{background-position:-280px -20px}
  19. .top_wrap .del{background-position:-260px 0}
  20. .top_wrap .del,.top_wrap .undel{right:0}
  21. /*--编辑和删除--*/
  22. .edit:hover .ed_icon{display:inline-block}
  23. .edit .ed_icon{position:absolute;display:none;width:60px;height:20px;top:20px;right:30px}
  24. .edit .ed_icon em:first-child{margin-left:0}
  25. .edit .edi,.edit .del,.edit .unedi,.edit .undel{display:inline-block;width:20px;height:20px;vertical-align:baseline;margin-left:20px;background-position:-260px -20px;cursor:pointer}
  26. .edit .del,.edit .undel{background-position:-260px 0}
  27. .edit .del:hover,.top_wrap .del:hover{background-position:-280px 0}
  28. .top_wrap .ed_icon_undel,.edit .unedi,.top_wrap .undel{background-position:-300px -20px;cursor:auto}
  29. .edit .undel{background-position:-300px 0;cursor:auto}
  30. /*--简历展示头部--*/
  31. .top{width:100%;height:65px;margin-bottom:15px;background-color:#fafafa;border-bottom:1px solid #e2e2e2}
  32. .top .logo{float:left;margin:10px 0}
  33. .top .logo img{display:block}
  34. .top a{float:right;height:20px;line-height:20px;font-size:12px;color:#666;margin:23px 0}
  35. .top a em{display:inline-block;width:4px;height:4px;vertical-align:middle;margin:0 6px 0 10px;background-color:#ff7304}
  36. /*--简历展示左边--*/
  37. .main{width:1005px;margin:15px auto 0}
  38. .con_left .nav_top{padding:20px 15px 10px}
  39. .con_left .nav_top p{position:relative;height:30px;line-height:30px}
  40. .con_left .nav_top .name{display:inline-block;max-width:80px;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  41. .con_left .nav_top .kt{position:absolute;display:inline-block;height:20px;line-height:20px;font-size:12px;color:#fff;top:5px;margin-left:5px;padding:0 3px;background-color:#ff9f20;border-radius:2px}
  42. .con_left .top_wrap,.con_left .wrap{width:208px;border:1px solid #ddd;border-top:none}
  43. .con_left .com,.con_left .wrap{position:relative;width:208px}
  44. .con_left .com,.con_left .top_wrap:hover{border-top:none !important}
  45. .con_left .txt .ef{font-size:18px;color:#333}
  46. .con_left .btnbox{padding-top:0}
  47. .con_left .btnbox .p_but{margin:0 15px 0 7px}
  48. .con_left .btnbox .p_but:first-child{margin:0 7px 0 15px}
  49. /*--没有快速投递--*/
  50. .con_left .nav_top .nkt .kt{display:none}
  51. .con_left .nav_top .nkt .name{max-width:140px}
  52. /*--.nkt 加在p标签上--*/
  53. .con_left .nav_top .ed_icon_blue,.con_left .nav_top .ed_icon_red,.con_left .nav_top .ed_icon_undel{top:50%;right:0;margin-top:-10px}
  54. .con_left .cupBox{margin:0 15px 15px}
  55. .con_left .cupBox .cup{position:relative;height:22px;line-height:22px;font-size:12px;color:#999}
  56. .con_left .cupBox .cup span{color:#666}
  57. .con_left .cupBox .pop{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fafafa;opacity:0.5;filter:alpha(opacity=50);z-index:3}
  58. .con_left .cupBox .star,.con_left .cupBox .hstar{position:absolute;display:inline-block;height:20px;background-image:url(../images/icon_resume.png);top:50%;left:0;margin-top:-10px}
  59. .con_left .cupBox .n_star,.con_left .cupBox .hn_star{display:inline-block;width:102px;height:20px;margin-bottom:-5px;background-image:url(../images/icon_resume.png)}
  60. .con_left .cupBox .star{background-position:-120px -59px;z-index:2}
  61. .con_left .cupBox .hstar{background-position:-120px -19px;z-index:2}
  62. .con_left .cupBox .n_star{background-position:-120px -38px}
  63. .con_left .cupBox .hn_star{background-position:-120px 2px}
  64. .con_left .cupBox a{color:#00457d}
  65. .con_left .cupBox a:hover{color:#318ddc}
  66. .con_left .bob .cup,.nav .bob .cup span,.nav .bob a{color:#b0b0b0}
  67. .con_left .bob .hp,.nav .bob .hp:hover{background-position:-40px -100px}
  68. /*--0.5星到5星--*/
  69. .con_left .cupBox .s0_5{width:9px}
  70. .con_left .cupBox .s1{width:20px}
  71. .con_left .cupBox .s1_5{width:30px}
  72. .con_left .cupBox .s2{width:40px}
  73. .con_left .cupBox .s2_5{width:51px}
  74. .con_left .cupBox .s3{width:60px}
  75. .con_left .cupBox .s3_5{width:72px}
  76. .con_left .cupBox .s4{width:80px}
  77. .con_left .cupBox .s4_5{width:93px}
  78. .con_left .cupBox .s5{width:102px}
  79. /*.nav_body{border-left:1px solid #ddd;border-right:1px solid #ddd}*/
  80. .con_left .nav_body a{position:relative;display:block;height:50px;line-height:50px;padding-left:67px;border-bottom:1px dashed #ccc;color:#333}
  81. .con_left .nav_body .left{position:absolute;display:block;width:30px;height:30px;top:50%;left:20px;margin-top:-15px;background-image:url(../images/icon_icons.png)}
  82. .con_left .nav_body a.on,.con_left .nav_body a:hover{color:#318ddc}
  83. .con_left .nav_body a.on em{position:absolute;display:block;height:100%;top:0;left:0;border-left:2px solid #318ddc}
  84. .con_left .pt{background-image:url(../images/pt.png);background-position:117px 17px;background-repeat:no-repeat}
  85. .con_left .nav_body .left.a{background-position:0 0}
  86. .con_left .nav_body .left.b{background-position:0 -30px}
  87. .con_left .nav_body .left.c{background-position:0 -60px}
  88. .con_left .nav_body .left.d{background-position:0 -90px}
  89. .con_left .nav_body .left.e{background-position:0 -120px}
  90. .con_left .nav_body .left.f{background-position:0 -150px}
  91. .con_left .nav_body .left.g{background-position:0 -180px}
  92. .con_left .nav_body .left.h{background-position:0 -210px}
  93. .con_left .nav_body .left.i{background-position:0 -240px}
  94. .con_left .nav_body .on .left.a,.con_left .nav_body a:hover .left.a{background-position:-30px 0}
  95. .con_left .nav_body .on .left.b,.con_left .nav_body a:hover .left.b{background-position:-30px -30px}
  96. .con_left .nav_body .on .left.c,.con_left .nav_body a:hover .left.c{background-position:-30px -60px}
  97. .con_left .nav_body .on .left.d,.con_left .nav_body a:hover .left.d{background-position:-30px -90px}
  98. .con_left .nav_body .on .left.e,.con_left .nav_body a:hover .left.e{background-position:-30px -120px}
  99. .con_left .nav_body .on .left.f,.con_left .nav_body a:hover .left.f{background-position:-30px -150px}
  100. .con_left .nav_body .on .left.g,.con_left .nav_body a:hover .left.g{background-position:-30px -180px}
  101. .con_left .nav_body .on .left.h,.con_left .nav_body a:hover .left.h{background-position:-30px -210px}
  102. .con_left .nav_body .on .left.i,.con_left .nav_body a:hover .left.i{background-position:-30px -240px}
  103. .con_left .nav_body .right{position:absolute;display:block;width:20px;height:20px;top:50%;right:20px;margin-top:-10px;background:url(../images/form.png) no-repeat}
  104. .con_left .nav_body .right.y{background:url(../images/icon_righty.png) 3px 3px no-repeat}
  105. .con_left .nav_body .right.n{background-position:0 -122px}
  106. /*--简历展示右边--*/
  107. .column{width:100%;overflow:hidden;margin: 10px auto;}
  108. .box{position:relative;border:1px solid transparent;border-top:1px solid #ddd}
  109. .box:first-child{border-top:1px solid #fff}
  110. .box.top_wrap:first-child:hover{border-top:1px solid #318ddc}
  111. .box .hd{position:relative;height:58px;line-height:58px;background-color:#fff}
  112. .box .hd.on{position:fixed;width:778px;top:0;background-color:#fff;border:1px solid #ddd;border-top:0 none;box-shadow:2px 3px 5px #f5f5f5;z-index:10}
  113. .box .f12{font-size:12px;color:#999;margin-left:5px}
  114. .box .esp,.box .eft{font-size:12px;color:#00457d;padding-left:5px;cursor:pointer}
  115. .box .esp:hover,.box .dle .close:hover,.box .eft:hover{color:#318ddc}
  116. .box .eft{display:block;line-height:20px;padding-left:0}
  117. .box .hd strong{height:30px;line-height:30px;font-size:16px;font-weight:bold;color:#00aaff;vertical-align:baseline;#vertical-align:middle;padding:14px 0;background:none}
  118. .box .hd em{width:30px;height:30px;margin:0 10px;background-image:url(../images/icon_icons.png)}
  119. .box .hd .e0{background-position:-30px -272px}
  120. .box .hd .e1{background-position:-30px -32px}
  121. .box .hd .e2{background-position:-30px -62px}
  122. .box .hd .e3{background-position:-30px -92px}
  123. .box .hd .e4{background-position:-30px -122px}
  124. .box .hd .e5{background-position:-30px -152px}
  125. .box .hd .e6{background-position:-30px -182px}
  126. .box .hd .e7{background-position:-30px -212px}
  127. .box .hd .e8{background-position:-30px -242px}
  128. .box .add,.box .unadd{position:absolute;height:20px;line-height:20px;font-size:12px;color:#00457d;top:50%;right:30px;margin-top:-10px;padding-left:20px;background-position:-480px 0;cursor:pointer}
  129. .box .add:hover{color:#318ddc;background-position:-480px -20px}
  130. .box .unadd{color:#b0b0b0;background-position:-480px -40px;cursor:default}
  131. .box .tit{position:relative;height:40px;line-height:40px;color:#666;padding:0 30px;background-color:#f5f5f5}
  132. .box .none{display:block;width:380px;height:30px;line-height:30px;color:#b0b0b0;margin:15px auto;padding-left:35px;background-position:-450px -240px}
  133. .box .con{#display:inline-block;line-height:30px;color:#666;padding:15px}
  134. .box .bd{border-top:1px dotted #ddd}
  135. .box .bd:first-child{border-top:none}
  136. .box .con strong{display:block;width:550px;font-weight:bold;color:#333}
  137. .box .con .pp{padding:0 15px}
  138. .box .e{position:relative;float:left;width:631px;line-height:30px;color:#333;word-break:break-all;padding:0 15px 0 100px}
  139. .box .e.e2{width:258px}
  140. .box .e.e3{min-width:258px;width:auto}
  141. .box .e.e4{width:78px;padding-right:0}
  142. .box .e label{position:absolute;width:61px;color:#666;text-align:justify;text-align-last:justify;top:0;left:15px}
  143. .box .e label:after{display:inline-block;width:100%;height:0;content:'\00a0';overflow:hidden}
  144. .box .e i{position:absolute;font-style:normal;left:85px}
  145. .box .el{padding-left:125px}
  146. .box .el label{width:95px;#width:98px}
  147. .box .el i{left:110px}
  148. .box .ef label{width:70px}
  149. .box .es{padding-left:92px}
  150. .box .es i{left:77px}
  151. .box .head{position:relative;min-height:108px;color:#333;padding:15px 15px 15px 115px}
  152. .box .head .email,.box .head .tel{width:180px;height:20px;line-height:20px;padding-left:25px;background:url(../images/y2.png) no-repeat}
  153. .box .head .email{margin-right:76px;background-image:url(../images/y3.png)}
  154. .box .head .ed_icon_blue{right:0}
  155. .box .face{position:absolute;width:85px;color:#c3c3c3;text-align:center;top:15px;left:15px}
  156. .box .face img{background-color:#fafafa}
  157. .box .face .esp{padding:0 5px}
  158. .box .f2 img{background-color:#f0f0f0}
  159. .box .ok{width:20px;height:20px;margin-left:5px;background-position:-262px -240px}
  160. .box .ok:hover{background-position:-302px -240px}
  161. .box .name{height:30px;line-height:30px;font-size:24px;margin-bottom:18px;#margin-bottom:15px}
  162. .box .tab{height:30px;line-height:30px;margin-top:10px}
  163. .box .cld{color:#ddd !important}
  164. .box .cl3{color:#333 !important}
  165. .box .clb{color:#b0b0b0 !important}
  166. .box .all{position:relative;display:none;color:#666;top:12px;margin-bottom:20px;padding:10px 0;background-color:#fafafa;border:1px solid #eee}
  167. .box .mbox{position:absolute;height:36px;line-height:16px;top:-24px;right:15px;cursor:pointer;z-index:3}
  168. .box .mbox:hover span{color:#318ddc;background-position:-435px -80px}
  169. .box .mbox.on:hover span{color:#318ddc;background-position:-435px -120px}
  170. .box .mbox em{position:absolute;display:none;width:20px;height:20px;right:25px;bottom:-1px;margin:0;background-position:-120px -89px;z-index:3}
  171. .box .mbox span{height:16px;line-height:16px;font-size:12px;color:#00457d;padding-right:15px;background-position:-435px -60px;cursor:pointer}
  172. .box .mbox.on span{background-position:-435px -100px}
  173. .box.m1 .abox{margin:0 15px}
  174. .box.m1 .mbox{height:37px;top:-37px;#height:39px;#top:-39px;right:auto;left:468px}
  175. .box.m1 .all{top:0;margin-bottom:22px;padding-right:15px}
  176. .box .ebox{padding-right:95px}
  177. .box .ebox .abox{margin-right:-80px}
  178. .box .abox{position:relative;line-height:30px}
  179. .box .head .abox{margin-left:-100px}
  180. .box .sp{height:30px}
  181. .box .sp span,.box .sp strong{float:left;width:120px;margin-left:15px}
  182. .box .jian em{font-size:14px;color:#333;margin-left:5px}
  183. .box .fbox{position:relative}
  184. .box strong.fbox{width:190px}
  185. .box .fbox em,.box .cha a{position:absolute;line-height:18px;font-style:normal;font-weight:normal;top:50%;margin-top:-9px}
  186. .box .hai i,.box .guan em{display:inline-block;#display:inline;line-height:16px;#line-height:19px;font-size:12px;font-style:normal;color:#fff;margin-left:5px;padding:1px 3px;background-color:#3cbe7f;border-radius:2px;#zoom:1}
  187. .box .guan em{background-color:#ff9f20}
  188. .box .fbox.hai em{margin-top:-11px\9}
  189. .box .fbox span{float:left;width:auto;max-width:100%;vertical-align:bottom;margin:0}
  190. .box .fbox .zhi{width:100%;text-align:right}
  191. .box .fbox.guan{width:440px;padding-right:50px}
  192. .box .fbox.jian{width:140px;padding-right:50px}
  193. .box .fbox.hai{width:130px;padding-right:60px}
  194. .box .fbox.icon{width:169px;padding-right:21px}
  195. .box .fbox.jian.hai{width:85px;padding-right:105px}
  196. .box .fbox.icon.hai{width:110px;padding-right:80px}
  197. .box .fbox.icon a{display:inline-block;width:20px;height:20px;vertical-align:middle;background:url(../images/icon_resume.png) -258px -240px no-repeat}
  198. .box .fbox.icon a:hover{background-position:-298px -240px}
  199. .box .fbox.icon.hai em{width:80px}
  200. .box .fbox.cha{width:505px;padding-right:45px}
  201. .box .fbox.cha a,.box .fbox.ma a,.box .fbox.sp a{font-size:12px;font-weight:normal;color:#00457d;margin-left:5px}
  202. .box .fbox.ma,.box .fbox.sp{float:left;width:244px;height:52px;line-height:52px;padding:0 100px 0 30px}
  203. .box .fbox.ma a,.box .fbox.sp a{position:absolute;height:30px;line-height:30px;top:50%;margin-top:-15px;padding-left:27px;background:url(../images/spip.png) no-repeat}
  204. .box .fbox.ma a{padding-left:32px;background:url(../images/mast.png) no-repeat}
  205. .box .fbox.ma a:hover,.box .fbox.sp a:hover,.box .cha a:hover{color:#318ddc}
  206. .box .w140{width:135px !important}
  207. .box .w180{width:190px !important}
  208. .box .w280{width:285px !important}
  209. .box .w295{width:295px !important}
  210. .box .w490{width:490px !important}
  211. .box .cell{position:relative}
  212. .box .cell strong{float:left;width:120px;margin:0 15px}
  213. .box .cell span,.box .cell i{position:relative;display:inline-block;width:400px;height:18px;line-height:18px;font-size:12px;color:#fff;top:4px;left:11px;background-color:#ddd;border-radius:20px}
  214. .box .cell i{position:absolute;width:390px;font-style:normal;text-align:right;top:0;left:0;padding-right:10px;background-color:#51b1ff;z-index:3}
  215. .box .sl i{width:290px}
  216. .box .lh i{width:190px}
  217. .box .yb i{width:90px}
  218. .box .com{margin-bottom:24px}
  219. .box .btnbox{padding:0 0 25px}
  220. .box .btox.b2{width:245px}
  221. .box .btox.b2 .btn.on{#width:122px}
  222. .box .ong{float:left;white-space:nowrap}
  223. .box .bd.top_wrap{overflow:hidden}
  224. .box .bd.top_wrap:first-child{border-top:1px solid transparent}
  225. .box.b2 .con{padding-left:0}
  226. .box.b2 .all{margin-left:15px}
  227. .box.b2 .h2 label{width:130px}
  228. .box.b2 .h2 .c3{padding-left:140px}
  229. /*--简历编辑--*/
  230. .com,.box .com{background-color:#fcfcfc;border:1px solid #318ddc}
  231. .com:first-child,.box .com:first-child{border-top:1px solid #318ddc}
  232. .com .mbox{top:-36px}
  233. .com .mbox em{background-position:-150px -89px}
  234. .com .all{top:0;margin-bottom:10px;padding-bottom:0;#padding-bottom:10px;background-color:#f5f5f5}
  235. .com .all p{color:#999}
  236. .com .frt{float:right;line-height:20px;font-size:12px;color:#999}
  237. .com .cbox{position:relative;#z-index:4}
  238. .com .c{position:relative;width:591px;line-height:30px;color:#666;padding-left:125px}
  239. .com .c label{position:absolute;width:110px;color:#666;text-align:right;text-align-last:right;top:0;left:0}
  240. .com .c i{position:absolute;height:18px;font-style:normal;top:2px;left:115px;color:#f92b1c}
  241. .com .c1{float:left;width:285px}
  242. .com .c2{float:left;width:200px;padding-left:90px}
  243. .com .c2 label{width:75px}
  244. .com .c2 i{left:80px}
  245. .com .c3{float:left;width:233px}
  246. .com .c4{float:left;width:224px}
  247. .com .c7{float:left;width:211px}
  248. .com .c4,.com .c.cl{padding-left:110px}
  249. .com .c4 label,.com .c.cl label{width:95px}
  250. .com .c4 i,.com .c.cl i{left:100px}
  251. .com .c5{float:left;width:80px}
  252. .com .c3 .sh{width:233px}
  253. .com .c4 .sh{width:195px;margin-right:5px}
  254. .com .c .tbox,.com.Fm .c .tbox{padding-left:0}
  255. .com .c .ttag{margin:0 5px 5px 0;padding:0 20px 0 5px}
  256. .com .c .ttag span{float:left;max-width:82px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  257. .com .head .abox{margin-top:46px}
  258. .com .head .abox2{margin:0 0 5px -100px}
  259. .com .head .c6{padding-left:109px}
  260. .com .head .c6 .sh{width:280px}
  261. .com .head .c1{width:280px;padding-left:109px}
  262. .com .head .c1 label,.com .head .c6 label{width:94px}
  263. .com .head .c1 i,.com .head .c6 i{left:99px}
  264. .com .abox2 .c1{padding-left:110px}
  265. .com .head .sh,.com .c5 .sh,.com .c7 .sh{width:100%}
  266. .com .head .c4{width:247px}
  267. .com .head .c4 .sh{width:212px}
  268. .com .head .c4 .btox{margin-bottom:0}
  269. .com .c .sm{width:100px !important;vertical-align:top;margin-right:5px}
  270. .com .c .sx{width:130px}
  271. .com .c .sxr,.com .c .sxt{float:left;width:111px;margin-right:10px}
  272. .com .c .sxt{width:148px}
  273. .com .c .sl{width:180px;margin-right:5px}
  274. .com .c .sg{float:left;width:82px}
  275. .com .head .sl{width:175px !important;margin-right:0}
  276. .com .sd{margin-top:10px}
  277. .com .sd .sh{width:591px}
  278. .com textarea{display:block;#display:initial;width:569px;min-height:130px;overflow:auto;resize:none;padding:10px;background-color:#fff;border:1px solid #ddd}
  279. .com .tz{font-size:14px;color:#666;cursor:pointer;margin-right: 5px;}
  280. .com .tz em{display:inline-block;width:13px;height:13px;vertical-align:middle;margin:-2px 5px 0 0;background-color:#fff;border:1px solid #ddd}
  281. .com .tz.on em{border-color:#318ddc;background-image:url(../images/icon_checked.png)}
  282. .com .chose{position:relative;width:283px;height:28px;line-height:28px;color:#00457d;text-align:center;overflow:hidden;margin-top:10px;background-color:#fff;border:1px solid #ddd}
  283. .com .chose:hover{background-color:#eee}
  284. .com .chose input{position:absolute;font-size:100px;top:0;right:0;filter:alpha(opacity=0);opacity:0;cursor:pointer;z-index:1}
  285. .com .word{position:relative;z-index:1}
  286. .com .word em{font-size:12px;font-style:normal}
  287. .com .word em em{display:inline-block;max-width:120px;vertical-align:bottom;#vertical-align:middle}
  288. .com .mr{margin-right:21px}
  289. .com .err{line-height:20px;font-size:12px;color:#318ddc;word-break:break-all;clear:both}
  290. .com .err em{display:inline-block;#display:inline;width:20px;height:20px;vertical-align:middle;background:url(../images/error.png) 0 2px no-repeat;#zoom:1}
  291. .com .c5 .err{#float:left;width:170px}
  292. .com .clno .err{clear:none}
  293. .com .dao,.com .gao{float:left;width:25px;text-align:center}
  294. .com .gao{width:12px}
  295. .com .h30{min-height:30px;margin-bottom:10px}
  296. .com .h30:after{display:block;height:0;font-size:0;clear:both;content:''}
  297. .com .sh{float:left;width:285px;vertical-align:middle}
  298. .com .tbox{padding-left:125px}
  299. .com .tbox .clear{height:0}
  300. .com.Fm .tbox{padding-left:109px}
  301. .com .ul.u2 label{text-align:left;text-align-last:left}
  302. .com .btox{width:210px;margin-bottom:10px}
  303. /*粘贴简历*/
  304. /*.txtBox{line-height:normal;word-wrap:break-word;padding:0 30px 30px}*/