bcrc-page.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496
  1. .wz_cont_in{ width:97%; margin:0 auto;}
  2. .dqwz{ width:98%; padding:1%; background:#ededed; color:#5f5e5e; font-size:16px;}
  3. .dqwz a{ color:#5f5e5e;}
  4. /*个人中心*/
  5. .con_left {
  6. width: 320px;
  7. min-height: 490px;
  8. background: #fff;
  9. }
  10. .con_left h4 {
  11. width: 100%;
  12. height: 96px;
  13. line-height: 96px;
  14. color: #fff;
  15. text-align: center;
  16. font-size: 35px;
  17. letter-spacing: 4px;
  18. }
  19. .left_nav {
  20. margin:0 auto 20px auto;
  21. width: 90%;
  22. }
  23. .left_nav li {
  24. border-bottom: 1px dashed #ccc;
  25. /* height: 50px; */
  26. line-height: 30px;
  27. padding: 10px 0px;
  28. }
  29. .left_nav li a {
  30. font-size: 18px;
  31. color: #333;
  32. padding-left:88px;
  33. width: 210px;
  34. display: block;
  35. }
  36. .left_nav li.on {
  37. background: url(../images/jlzx_con_23.png) no-repeat 235px 13px;
  38. }
  39. .left_nav li.on a {
  40. color: #318ddc;
  41. }
  42. .left_nav li a.jlzx {
  43. background: url(../images/jlzx_con_17.png) no-repeat 50px 4px;
  44. }
  45. .left_nav li.on a.jlzx {
  46. background: url(../images/jlzx_con_20.png) no-repeat 50px 4px;
  47. }
  48. .left_nav li a.skgw {
  49. background: url(../images/jlzx_con_31.png) no-repeat 47px 4px;
  50. }
  51. .left_nav li.on a.skgw {
  52. background: url(../images/jlzx_con_34.png) no-repeat 47px 4px;
  53. }
  54. .left_nav li a.wdsc {
  55. background: url(../images/jlzx_con_41.png) no-repeat 48px -1px;
  56. }
  57. .left_nav li.on a.wdsc {
  58. background: url(../images/jlzx_con_39.png) no-repeat 48px -1px;
  59. }
  60. .left_nav li a.wdsq {
  61. background: url(../images/jlzx_con_45.png) no-repeat 48px 4px;
  62. }
  63. .left_nav li.on a.wdsq {
  64. background: url(../images/jlzx_con_14.png) no-repeat 48px 4px;
  65. }
  66. .left_nav li a.tcdl {
  67. background: url(../images/tc.png) no-repeat 50px 4px;
  68. }
  69. .left_fix {
  70. position: fixed;
  71. z-index: 9;
  72. top: 0px;
  73. }
  74. .btn_yljl {
  75. display: block;
  76. margin: 30px auto;
  77. width: 150px;
  78. height: 30px;
  79. border: 1px solid #00aaff;
  80. color: #00aaff;
  81. line-height: 30px;
  82. text-align: center;
  83. font-size: 16px;
  84. border-radius: 5px;
  85. }
  86. .btn_yljl:hover {
  87. background: #00aaff;
  88. color: #fff;
  89. }
  90. .con_right {
  91. width: 74%;
  92. background: #fff;
  93. min-height: 490px;
  94. }
  95. .jlzx_table {
  96. width: 100%;
  97. margin: 20px 0px;
  98. }
  99. .jlzx_table thead th {
  100. background: #f6f4f4;
  101. color: #666;
  102. font-size: 16px;
  103. height: 40px;
  104. line-height: 40px;
  105. width: 33%;
  106. }
  107. .jlzx_table tr td {
  108. text-align: center;
  109. font-size: 16px;
  110. color: #333;
  111. height: 40px;
  112. line-height: 40px;
  113. border-top: 1px solid #f1f1f1;
  114. width: 33%;
  115. }
  116. .jlzx_table tr td select {
  117. border: 0px;
  118. font-size: 16px;
  119. color: #333;
  120. }
  121. .jlzx_table tr td select option {
  122. text-align: right;
  123. }
  124. .jlzx_table tr td .btn_a {
  125. margin: 0px 10px;
  126. }
  127. .jlzx_table tr td .btn_a img {
  128. margin-right: 6px;
  129. }
  130. .btn_bj {
  131. color: #318ddc;
  132. }
  133. .btn_sc {
  134. color: #909090;
  135. }
  136. .btn_sc img {
  137. color: #909090;
  138. }
  139. .abox, .cbox {
  140. /* display: none;*/
  141. }
  142. .layer_back_drop_class {
  143. filter: alpha(opacity=70);
  144. opacity: 0.7;
  145. background: #000000 none repeat scroll 0 0;
  146. }
  147. .tab_dzdiv table tr {
  148. display: none;
  149. }
  150. .tab_hytable table tr {
  151. display: none;
  152. }
  153. .zn_table table tr {
  154. /* display:none;*/
  155. }
  156. /*我的申请*/
  157. .skgw_div {
  158. width:100%;
  159. margin:0 auto 20px auto;
  160. }
  161. /*我的申请*/
  162. .list2 {
  163. height: 90px;
  164. padding: 10px 0px;
  165. border-bottom: 1px solid #ccc;
  166. }
  167. .list2 .list2_fl {
  168. width: 600px;
  169. padding: 10px 0px;
  170. }
  171. .list2 .list2_fl h4 {
  172. height: 45px;
  173. line-height: 45px;
  174. }
  175. .list2 h4 .zw_tit {
  176. font-size: 17px;
  177. font-weight: 900;
  178. color: #333;
  179. margin-right: 10px;
  180. }
  181. .list2 h4 .rq_tit {
  182. font-size: 16px;
  183. color: #999;
  184. }
  185. .list2 h5 .gs_tit {
  186. font-size: 16px;
  187. color: #333;
  188. }
  189. .list2 h5 .rq_tit {
  190. font-size: 16px;
  191. color: #999;
  192. }
  193. .list2 .list2_fr {
  194. width: 200px;
  195. padding: 10px 0px;
  196. border-left: 1px solid #e8e2e2;
  197. text-align: center;
  198. }
  199. .list2 .list2_fr img {
  200. display: block;
  201. margin: 10px auto 10px auto;
  202. }
  203. /*我的收藏*/
  204. .wdsc_table {
  205. text-align: center;
  206. width: 100%;
  207. margin: 20px 0px;
  208. }
  209. .wdsc_table thead th {
  210. background: #f6f4f4;
  211. color: #666;
  212. font-size: 16px;
  213. height: 40px;
  214. line-height: 40px;
  215. }
  216. .wdsc_table tr td {
  217. text-align: center;
  218. font-size: 16px;
  219. color: #333;
  220. height: 40px;
  221. line-height: 40px;
  222. border-top: 1px solid #f1f1f1;
  223. }
  224. .wdsc_table .sqzw_btn {
  225. margin-right: 10px;
  226. }
  227. .sqzw_btn {
  228. background: #f19804;
  229. color: #fff;
  230. letter-spacing: 1px;
  231. padding: 3px 5px;
  232. border-radius: 4px;
  233. font-size: 14px;
  234. }
  235. .sqzw_btn:hover {
  236. background: #cc8511;
  237. }
  238. /*登录*/
  239. .login_bj{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:0;}
  240. .login_bj img{ width:100%; height:100%;}
  241. .login{ position:relative; z-index:1;}
  242. .dl_left{ width: 26%; float: left; margin: 0 0 0 20%;}
  243. .dl_left img{ width:100%; height:100%;}
  244. .dl_right{ width:25%; float:right; margin: 0 20% 0 0;}
  245. .dl_right h1{ text-align:center;}
  246. .dl_cont{ background:url(../images/login_12.png) no-repeat; background-size:100% 100%; padding:8% 8%;}
  247. .dl_cont li{ overflow:hidden; margin:5% 0;}
  248. .dl_cont li span{ font-size:16px; color:#fff; line-height:40px; float:left;display: block;
  249. width: 24%;
  250. text-align: right;}
  251. .dl_cont li input{ width:70%; background:url(../images/login_15.png) repeat; border:none; border-radius:5px; height:40px; line-height:40px; padding:0 2%; float:left;}
  252. .dl_cont li em{ font-size:14px; color:#2008f4; line-height:28px; margin:0 0 0 20%;}
  253. .dl_cont li input.yzm_text{ width:20%;}
  254. .dl_cont li .yzm{ float:left;width: 27%;border-radius: 5px; margin: 0 0 0 10px;}
  255. .dl_cont li.login_but{ width:64%; background:url(../images/login_23.png) no-repeat; margin:0 auto 2% auto; background-size:100% 100%; height:52px; line-height:52px; text-align:center;}
  256. .dl_cont li.login_but a{ font-size:18px; color:#fff; text-shadow:2px 2px 2px #05366b;}
  257. /*找回密码*/
  258. .content2 {
  259. width: 50%;
  260. height: 440px;
  261. background:url(../images/login_15.png) repeat;
  262. border-radius: 5px;
  263. border-top: 8px solid #117edc;
  264. margin:50px auto;
  265. box-shadow: 3px 5px 18px #333;
  266. }
  267. .lr_step {
  268. width: 97%;
  269. height: 34px;
  270. line-height: 34px;
  271. font-size: 16px;
  272. color: #666;
  273. margin: 50px auto;
  274. padding: 0 0;
  275. background: url(../images/sy_dz_07.png) center no-repeat #eef7ff;
  276. }
  277. .lr_step li {
  278. float: left;
  279. padding-left: 0;
  280. width: 33.33%;
  281. text-align: center;
  282. }
  283. .lr_step li.on {
  284. color: #fff;
  285. }
  286. .lr_step .step1 {
  287. }
  288. .lr_step .step2 {
  289. }
  290. .lr_step .step3 {
  291. }
  292. .lr_step .step1.on {
  293. background: url(../images/sy_dz_08.png) no-repeat; background-size:100% 100%;
  294. }
  295. .lr_step .step2.on {
  296. background: url(../images/sy_dz_09.png) no-repeat; background-size:100% 100%;
  297. }
  298. .lr_step .step3.on {
  299. background: url(../images/sy_dz_10.png) no-repeat; background-size:100% 100%;
  300. }
  301. .con_form2 {
  302. margin: 0px auto;
  303. }
  304. .con_form2 h4 {
  305. font-size: 16px;
  306. font-weight: 900;
  307. padding-left: 40px;
  308. color: #333;
  309. margin-bottom: 30px;
  310. }
  311. .con_form2 .fhdl_a {
  312. color: #2f2e2e;
  313. font-size: 16px;
  314. text-align: center;
  315. display: block;
  316. }
  317. .con_form2 h5 {
  318. font-size: 16px;
  319. color: #333;
  320. font-weight: 900;
  321. margin-bottom: 40px;
  322. }
  323. .con_form2 h6 {
  324. font-size: 14px;
  325. color: #333;
  326. margin-bottom: 10px;
  327. }
  328. .con_form2 .line2 {
  329. height: 80px;
  330. }
  331. .con_form2 .line p {
  332. font-size: 16px;
  333. color: #333;
  334. height: 30px;
  335. line-height: 30px;
  336. font-weight: 900;
  337. }
  338. .con_form2 .line .yx_yz {
  339. width: 260px;
  340. }
  341. .con_form2 .line .yx_fs {
  342. width: 120px;
  343. border-radius: 1px;
  344. margin-left: 20px;
  345. border: 1px solid #117edc;
  346. color: #117edc;
  347. text-align: center;
  348. background: #fff;
  349. cursor: pointer;
  350. }
  351. .con_form2 .line .yx_fs:hover {
  352. color: #fff;
  353. background: #117edc;
  354. }
  355. .con_form {
  356. width: 612px;
  357. margin:20px auto;
  358. }
  359. .con_form .line {
  360. height: 50px;
  361. line-height: 50px;
  362. }
  363. .con_form .line span {
  364. font-size: 16px;
  365. color: #333;
  366. text-align: right;
  367. width: 120px;
  368. display: block;
  369. float: left;
  370. font-weight: 900;
  371. margin-right: 10px;
  372. letter-spacing: 2px;
  373. }
  374. .con_form .line input {
  375. font-size: 16px;
  376. color: #333;
  377. text-align: left;
  378. width: 400px;
  379. display: block;
  380. float: left;
  381. padding: 0px 15px;
  382. border: 1px solid #ccc;
  383. /* outline: 1px solid #318ddc;*/
  384. height: 35px;
  385. line-height: 35px;
  386. margin-top: 7px;
  387. *font-size: 14px;
  388. }
  389. .con_form .line input::placeholder {
  390. color: #999;
  391. font-size: 14px;
  392. *font-size: 14px;
  393. }
  394. .con_form .line i {
  395. display: block;
  396. float: left;
  397. margin: 15px 12px;
  398. width: 19px;
  399. height: 13px;
  400. }
  401. .con_form .line i.i1 {
  402. background: url(../images/sy_dz_03.png) no-repeat center;
  403. }
  404. .con_form .line i.i2 {
  405. background: url(../images/sy_dz_02.png) no-repeat center;
  406. }
  407. .con_form .line i.i3 {
  408. background: url(../images/sy_dz_04.png) no-repeat center;
  409. }
  410. .con_form .line .img_yzm {
  411. width: 170px;
  412. height: 35px;
  413. background: #C6C6C6;
  414. float: left;
  415. margin-right: 20px;
  416. margin-top: 8px;
  417. }
  418. .con_form .line .inp_yzm {
  419. width: 210px;
  420. float: left;
  421. }
  422. .con_form .line input[type="checkbox"] {
  423. width: 15px;
  424. height: 15px;
  425. margin: 17px 10px 10px 0px;
  426. }
  427. .con_form .line a {
  428. color: #0c68b8;
  429. }
  430. .qr_btn {
  431. width: 300px;
  432. height: 40px;
  433. line-height: 40px;
  434. letter-spacing: 4px;
  435. color: #fff;
  436. font-size: 16px;
  437. font-weight: 900;
  438. background: #00aaff;
  439. border-radius: 2px;
  440. display: block;
  441. margin: 40px auto 15px auto;
  442. text-align: center;
  443. }
  444. .qr_btn:hover {
  445. background: #176db7;
  446. outline: 1px solid #053258;
  447. }
  448. /*修改密码*/
  449. .jbxx_table{
  450. width:90%;
  451. margin: 20px auto;
  452. font-size: 16px;
  453. }
  454. .jbxx_table .td_tit{
  455. text-align: right;
  456. width: 150px;
  457. line-height: 50px;
  458. }
  459. .jbxx_table td input{
  460. width: 88%;
  461. border: 1px solid #ccc;
  462. height: 30px;
  463. line-height: 30px;
  464. padding: 0px 5px;
  465. }
  466. .jbxx_table td input.zw_name{
  467. width:88%;
  468. border: 1px solid #ccc;
  469. height: 30px;
  470. line-height: 30px;
  471. padding: 0px 5px;
  472. }
  473. .jbxx_table td .ic {
  474. position: absolute;
  475. width: 36px;
  476. height: 20px;
  477. line-height: 20px;
  478. font-size: 12px;
  479. color: #00457d;
  480. text-align: center;
  481. top: 5px;
  482. cursor: pointer;
  483. right: 0;
  484. border-left: 1px solid #ddd;
  485. background: url(../images/form.png) -36px 2px no-repeat;
  486. }
  487. .jbxx_table td .txt {
  488. position: relative;
  489. width: 89%;
  490. border: solid 1px #ccc;
  491. overflow: hidden;
  492. }
  493. #int_hy_input{width: 94%;
  494. border: 0;
  495. float: left;}
  496. #btn_IndustryID{margin: 6px 0 0 0;
  497. float: left;}
  498. #qy_lxdh,#jmm{width: 88%;}
  499. /*查看简历*/
  500. .column {
  501. width: 100%;
  502. line-height: 28px;
  503. border: 1px solid #dedede;
  504. margin: 10px auto;
  505. }
  506. .column .hbox {
  507. width: 185px;
  508. height: 154px
  509. }
  510. .column .head {
  511. display: block;
  512. background-color: #fafafa
  513. }
  514. .column .box {
  515. width: 99.99%;
  516. background-color: #ffffff;
  517. border-top: 2px solid #f2f3f5
  518. }
  519. .column .box1 {
  520. width: 100%;
  521. word-wrap: break-word;
  522. color: #ffffff;
  523. background-color:#00aaff
  524. }
  525. .column .box2 {
  526. width: 100%;
  527. background-color: #f8f9fa
  528. }
  529. .column .tba {
  530. width: 100%;
  531. padding: 0 30px 15px
  532. }
  533. .column .tba table {
  534. width: 100%;
  535. }
  536. .column .tbb {
  537. width: 940px;
  538. padding: 0 30px
  539. }
  540. .column .tb1 {
  541. width: 900px;
  542. line-height: 28px;
  543. color: #333333;
  544. word-break: break-all;
  545. padding: 0 20px
  546. }
  547. .column .tb2 {
  548. width:50%;
  549. padding: 0 20px
  550. }
  551. .column .tb3 {
  552. width:50%;
  553. padding: 15px 20px 15px 0
  554. }
  555. .column .gray, .column .gray2 {
  556. color: #999999;
  557. word-break: break-all
  558. }
  559. .column .gray2 {
  560. color: #666666
  561. }
  562. .column .plate1, .column .plate2 {
  563. width:100%;
  564. height: 54px;
  565. font-size: 16px;
  566. font-weight: bold;
  567. color: #818ba3
  568. }
  569. .column .plate1 {
  570. width:100%;
  571. padding: 0 50px
  572. }
  573. .column .plate1 .f16 {
  574. font-size: 14px;
  575. font-weight: normal;
  576. color: #333333
  577. }
  578. .column .plate1 .f12 {
  579. font-size: 12px;
  580. font-weight: normal;
  581. color: #999999
  582. }
  583. .column .keys, .column .keys2 {
  584. width:16%;
  585. line-height: 28px;
  586. color: #666666
  587. }
  588. .column .keys2 {
  589. width: 110px
  590. }
  591. .column .txt1, .column .txt2, .column .txt3 {
  592. width:88%;
  593. line-height: 28px;
  594. color: #333333;
  595. word-break: break-all
  596. }
  597. .column .txt2 {
  598. width: 345px
  599. }
  600. .column .txt3 {
  601. width: auto;
  602. max-width: 815px;
  603. font-size: 14px;
  604. font-weight: bold
  605. }
  606. .column .txt4 {
  607. width: 305px;
  608. color: #ffffff;
  609. word-break: break-all
  610. }
  611. .column .infr {
  612. width:95%;
  613. color: #ffffff;
  614. table-layout: auto
  615. }
  616. .column .vam, .column .grcha {
  617. vertical-align: middle;
  618. margin-left: 5px
  619. }
  620. .column .box1 .vam {
  621. margin-right: 5px;
  622. margin-left: 0
  623. }
  624. .column .name {
  625. font-size: 24px;
  626. padding-bottom: 18px
  627. }
  628. .column .icard {
  629. color: #a1a3ae;
  630. padding-bottom: 18px
  631. }
  632. .column .con {
  633. border-top: 1px dotted #ddd
  634. }
  635. .column .pr20 {
  636. width: 225px;
  637. padding-right: 20px
  638. }
  639. .column .time {
  640. width: 850px;
  641. line-height: 28px;
  642. color: #666666;
  643. padding-left: 20px;
  644. }
  645. .column .rtbox {
  646. width: 765px;
  647. line-height: 28px;
  648. color: #333333;
  649. padding: 0 20px 0 15px;
  650. word-break: break-all
  651. }
  652. .column .hai, .column .guan {
  653. line-height: 18px;
  654. font-size: 12px;
  655. color: #ffffff;
  656. vertical-align: text-top;
  657. margin-left: 5px;
  658. padding: 1px 3px;
  659. background-color: #9ee4f9;
  660. border-radius: 2px
  661. }
  662. .column .guan {
  663. background-color: #ff9f20
  664. }
  665. .column .tag {
  666. display: inline-block;
  667. word-break: break-all;
  668. #display:inline;
  669. #zoom:1
  670. }
  671. .column .all {
  672. color: #666;
  673. padding: 10px 20px;
  674. background-color: #fafafa
  675. }
  676. .column .tit {
  677. width: 100%;
  678. height: 40px;
  679. color: #666666;
  680. padding: 0 20px;
  681. background-color: #f5f5f5
  682. }
  683. .column .p15 {
  684. padding: 15px 0
  685. }
  686. .column .p5 {
  687. display: inline-block;
  688. color: #333;
  689. padding: 0 5px;
  690. #display:inline;
  691. #zoom:1
  692. }
  693. .column .cell .skill {
  694. width: 165px;
  695. text-align: right;
  696. padding-right: 15px
  697. }
  698. .column .cell .skbg, .column .cell .skco {
  699. display: inline-block;
  700. width: 245px;
  701. height: 18px;
  702. line-height: 18px;
  703. font-size: 12px;
  704. color: #ffffff;
  705. vertical-align: top;
  706. margin-top: 6px;
  707. background-color: #dddddd;
  708. border-radius: 20px;
  709. #display:inline;
  710. #zoom:1
  711. }
  712. .column .cell .skco {
  713. width: 235px;
  714. font-style: normal;
  715. margin-top: 0;
  716. padding-left: 10px;
  717. background-color: #ff9f20;
  718. z-index: 3
  719. }
  720. .column .sl .skco {
  721. width: 173px
  722. }
  723. .column .lh .skco {
  724. width: 112px
  725. }
  726. .column .yb .skco {
  727. width: 51px
  728. }
  729. .column .fbox strong {
  730. font-size: 14px;
  731. font-weight: bold
  732. }
  733. .column .cha {
  734. font-size: 12px;
  735. font-weight: normal;
  736. color: #00457d;
  737. margin-left: 5px
  738. }
  739. .column .cha:hover {
  740. color: #ff6000
  741. }
  742. .column .email {
  743. width: 330px
  744. }
  745. .eng td, .eng .txt3, .eng .fbox strong {
  746. font-size: 13px;
  747. font-family: 'Arial'
  748. }
  749. .eng .txt1, .eng .rtbox, .eng .phd {
  750. width: 775px;
  751. font-size: 13px;
  752. font-family: 'Arial';
  753. line-height: 28px
  754. }
  755. .eng .txt2 {
  756. width: 305px
  757. }
  758. .eng .txt4 {
  759. width: 245px
  760. }
  761. .eng .cell .txt3 {
  762. width: 120px
  763. }
  764. .eng .time, .eng .keys {
  765. width: 110px;
  766. font-size: 13px;
  767. text-align: right
  768. }
  769. .eng .cell .skill {
  770. width: 130px
  771. }
  772. .eng .phd {
  773. padding-left: 145px
  774. }
  775. .eng .keys {
  776. padding-right: 15px
  777. }
  778. .eng .pr20 {
  779. width: 205px
  780. }
  781. .eng .pr20 .keys {
  782. width: 100px
  783. }
  784. .eng .email {
  785. width: 270px
  786. }
  787. .yqms{
  788. display:block;
  789. width: 100px;
  790. height: 30px;
  791. line-height: 30px;
  792. border: #9CC6F5;
  793. background: #fff;
  794. color: #11599C;
  795. text-align: center;
  796. border-radius: 5px;
  797. cursor: pointer;
  798. }
  799. /*企业中心*/
  800. .left_nav li a.qyxxgl {
  801. background: url(../images/qyzx_icon_10.png) no-repeat 52px 5px;
  802. }
  803. .left_nav li.on a.qyxxgl,.left_nav li:hover a.qyxxgl {
  804. background: url(../images/qyzx_icon_07.png) no-repeat 52px 5px;
  805. }
  806. .left_nav li a.fbzwgl {
  807. background: url(../images/qyzx_icon_18.png) no-repeat 52px 5px;
  808. }
  809. .left_nav li.on a.fbzwgl,.left_nav li:hover a.fbzwgl {
  810. background: url(../images/qyzx_icon_15.png) no-repeat 52px 5px;
  811. }
  812. .left_nav li a.yprcgl {
  813. background: url(../images/qyzx_icon_26.png) no-repeat 52px 5px;
  814. }
  815. .left_nav li.on a.yprcgl,.left_nav li:hover a.yprcgl {
  816. background: url(../images/qyzx_icon_23.png) no-repeat 52px 5px;
  817. }
  818. .left_nav li a.lwpqfw {
  819. background: url(../images/lwpqfw.png) no-repeat 48px 5px;
  820. }
  821. .left_nav li.on a.lwpqfw,.left_nav li:hover a.lwpqfw {
  822. background: url(../images/lwpqfw2.png) no-repeat 48px 5px;
  823. }
  824. .left_nav li a.ldryrsdafw {
  825. background: url(../images/ldryrsdafw.png) no-repeat 52px 5px;
  826. }
  827. .left_nav li.on a.ldryrsdafw,.left_nav li:hover a.ldryrsdafw {
  828. background: url(../images/ldryrsdafw2.png) no-repeat 52px 5px;
  829. }
  830. .left_nav li a.rczpfw {
  831. background: url(../images/rczpfw.png) no-repeat 48px 5px;
  832. }
  833. .left_nav li.on a.rczpfw,.left_nav li:hover a.rczpfw {
  834. background: url(../images/rczpfw2.png) no-repeat 48px 5px;
  835. }
  836. .left_nav li:hover a {
  837. color: #318ddc;
  838. }
  839. /*企业信息管理*/
  840. .qy_img {
  841. width: 204px;
  842. height: 196px;
  843. border: 1px solid #ccc;
  844. background: #f4f4f4;
  845. }
  846. .qy_txt {
  847. width:76%;
  848. position: relative;
  849. }
  850. .qy_txt h1 {
  851. font-size: 24px;
  852. color: #333;
  853. text-align: left;
  854. height: 40px;
  855. line-height: 40px;
  856. }
  857. .qy_txt .qy_yx {
  858. font-size: 16px;
  859. text-align: left;
  860. height: 25px;
  861. line-height: 25px;
  862. color: #4b4b4b;
  863. }
  864. .qy_txt .qy_yyzz {
  865. font-size: 16px;
  866. text-align: left;
  867. color: #4b4b4b;
  868. height: 27px;
  869. line-height: 27px;
  870. }
  871. .qy_txt .qy_yyzz u {
  872. margin-left: 10px;
  873. text-decoration: none;
  874. font-size: 14px;/* cursor: pointer;*/
  875. }
  876. .qy_txt .qy_yyzz i {
  877. margin-right: 15px;
  878. }
  879. .qy_txt .qy_yyzz span {
  880. margin-right: 15px;
  881. padding: 3px 8px;
  882. background: #f0f0f0;
  883. color: #505050;
  884. font-size: 14px;
  885. }
  886. .qy_txt .qy_yyzz img {
  887. margin: 0px 5px 0px 0px;
  888. }
  889. .qy_xgzl {
  890. position: absolute;
  891. bottom: 10px;
  892. right: 20px;
  893. border: 1px solid #318ddc;
  894. color: #318ddc;
  895. width: 120px;
  896. height: 30px;
  897. line-height: 30px;
  898. text-align: center;
  899. border-radius: 5px;
  900. }
  901. .qy_xgzl:hover {
  902. background: #e8f1ff;
  903. }
  904. .qy_xgzl img {
  905. margin-right: 8px;
  906. }
  907. .qy_jj {
  908. margin-top: 25px;
  909. line-height: 35px;
  910. color: #333;
  911. font-size: 16px;
  912. }
  913. .btn_ssrc {
  914. display: block;
  915. margin: 30px auto;
  916. width: 150px;
  917. height: 30px;
  918. border: 1px solid #1a7bce;
  919. color: #1a7bce;
  920. line-height: 30px;
  921. text-align: center;
  922. font-size: 16px;
  923. border-radius: 5px;
  924. background: url(../images/qyzx_icon_31.png) no-repeat 16px 6px;
  925. }
  926. .btn_ssrc:hover {
  927. color: #fff;
  928. border: 1px solid #1a7bce;
  929. background: #1a7bce url(../images/qyzx_icon_32.png) no-repeat 16px 6px;
  930. }
  931. /*发布招聘信息*/
  932. .xzzw_div{
  933. border:1px solid #ccc;
  934. background: #f8f8f9;
  935. width:96%;
  936. padding: 2%;
  937. margin: 20px auto;
  938. }
  939. .xzzw_div legend{
  940. background: #fff;
  941. padding: 5px 15px;
  942. font-size: 18px;
  943. font-weight: 900;
  944. color: #333;
  945. }
  946. .stl_1{
  947. width:192px!important;
  948. float:left;
  949. margin-right: 15px;
  950. }
  951. .stl_1_1{
  952. width:90px!important;
  953. float:left;
  954. margin-right: 15px;
  955. }
  956. .sel_2{
  957. width:297px!important;
  958. float:left;
  959. }
  960. .jbxx_table td input[type=checkbox] {
  961. width: 12px;
  962. height: 12px;
  963. margin-right: 5px;
  964. }
  965. .jbxx_table td select {
  966. width: 88%;
  967. border: 1px solid #ccc;
  968. height: 30px;
  969. line-height: 30px;
  970. padding: 0px 5px;
  971. background: url(../images/cjjl_49.png) 98% 11px no-repeat;
  972. appearance: none;
  973. -moz-appearance: none;
  974. -webkit-appearance: none;
  975. }
  976. .jbxx_table td textarea {
  977. width: 88%;
  978. border: 1px solid #ccc;
  979. min-height: 150px;
  980. line-height: 30px;
  981. padding: 0px 5px;
  982. resize: none;
  983. }
  984. .jbxx_table td input[type=radio] {
  985. width: 12px;
  986. height: 12px;
  987. margin-right: 5px;
  988. }
  989. .jbxx_table td .xx_logo {
  990. display: block;
  991. width: 200px;
  992. height: 240px;
  993. border: 1px dashed #ccc;
  994. text-align: center;
  995. line-height: 240px;
  996. font-size: 22px;
  997. /* font-weight: 900; */
  998. color: #0764B1;
  999. letter-spacing: 4px;
  1000. }
  1001. .xx_logo2{
  1002. width: 200px;
  1003. height: 200px;
  1004. background: #f4f4f4;
  1005. border: 1px solid #ccc;
  1006. margin: 10px 0;
  1007. text-align: center;
  1008. line-height: 200px;
  1009. font-size: 32px;
  1010. font-weight: 900;
  1011. color: #EBE7E7;
  1012. display: block;
  1013. float: left;
  1014. }
  1015. .xx_logotit{
  1016. font-size: 16px;
  1017. color: #f00;
  1018. float: left;
  1019. width: 60%;
  1020. margin: 10% 0 0 2%;
  1021. }
  1022. .con_table {
  1023. width: 100%;
  1024. margin: 20px 0px;
  1025. }
  1026. .con_table thead th {
  1027. background: #f2f7ff;
  1028. color: #666;
  1029. font-size: 16px;
  1030. height: 40px;
  1031. line-height: 40px;
  1032. }
  1033. .con_table tr td {
  1034. text-align: center;
  1035. font-size: 16px;
  1036. color: #333;
  1037. height: 40px;
  1038. line-height: 40px;
  1039. border-top: 1px solid #f1f1f1;
  1040. }
  1041. .con_table tr td .btn_a {
  1042. margin: 0px 10px;
  1043. }
  1044. .con_table tr td .btn_a img {
  1045. margin-right: 6px;
  1046. }
  1047. /*公司详情*/
  1048. .er_div {
  1049. background: #fff;
  1050. margin-bottom: 15px;
  1051. }
  1052. .erdiv_fl {
  1053. padding: 20px 0;
  1054. width: 80%;
  1055. height: 113px;
  1056. }
  1057. .erdiv_fl h2 {
  1058. font-size: 20px;
  1059. font-weight: 900;
  1060. height: 55px;
  1061. line-height: 55px;
  1062. }
  1063. .erdiv_fl span {
  1064. font-size: 16px;
  1065. height: 45px;
  1066. line-height: 45px;
  1067. }
  1068. .erdiv_fl .fl_span span {
  1069. padding: 5px 8px;
  1070. background: #eaeaea;
  1071. font-size: 13px;
  1072. color: #666;
  1073. margin-right: 8px;
  1074. }
  1075. .erdiv_fr {
  1076. padding: 20px 30px;
  1077. width: 200px;
  1078. background: #f7f7f7;
  1079. height: 113px;
  1080. text-align: center;
  1081. }
  1082. .erdiv_fr h2 {
  1083. font-size: 32px;
  1084. margin-top: 5px;
  1085. margin-bottom: 15px;
  1086. }
  1087. .erdiv_fr span {
  1088. font-size: 20px;
  1089. color: #318ddc;
  1090. font-weight: 900;
  1091. }
  1092. .gsxx_div {
  1093. padding:0;
  1094. }
  1095. .gsxx_tit {
  1096. padding: 15px 0px 15px 0px;
  1097. font-size: 18px;
  1098. color: #318ddc;
  1099. font-weight: 900;
  1100. }
  1101. .gsxx_div p {
  1102. padding: 5px 0px;
  1103. line-height: 25px;
  1104. }
  1105. .list3 {
  1106. border-bottom: 1px solid #ccc;
  1107. padding: 0px 0px;
  1108. position: relative;
  1109. }
  1110. .list3 h4 {
  1111. height: 45px;
  1112. line-height: 45px;
  1113. }
  1114. .list3 h4 .zw_tit {
  1115. font-size: 17px;
  1116. font-weight: 900;
  1117. color: #333;
  1118. }
  1119. .list3 h4 .zw_tit a{color: #333;}
  1120. .list3 h4 .gs_tit {
  1121. font-size: 16px;
  1122. color: #333;
  1123. }
  1124. .list3 h5 {
  1125. height: 20px;
  1126. line-height: 20px;
  1127. }
  1128. .list3 h5 b {
  1129. font-size: 17px;
  1130. margin-right: 15px;
  1131. }
  1132. .list3 h5 .z_tit {
  1133. font-size: 16px;
  1134. color: #343434;
  1135. }
  1136. .list3 p {
  1137. height: 45px;
  1138. line-height: 45px;
  1139. }
  1140. .list3 p .rq_tit {
  1141. font-size: 15px;
  1142. color: #999;
  1143. }
  1144. .list3 p .btn_tit a {
  1145. margin: 0px 5px;
  1146. }
  1147. .gsxx_btn {
  1148. background: #fff;
  1149. position: absolute;
  1150. right: 0px;
  1151. bottom: 12px;
  1152. width: 200px;
  1153. height: 40px;
  1154. padding-top:20px;
  1155. display: none;
  1156. }
  1157. .gsxx_btn a {
  1158. margin: 0px 8px;
  1159. color:#333;
  1160. }
  1161. .list3 .fl_span span {
  1162. font-size: 16px;
  1163. height: 45px;
  1164. line-height: 45px;
  1165. }
  1166. .list3 .fl_span span {
  1167. padding: 5px 8px;
  1168. background: #eaeaea;
  1169. font-size: 13px;
  1170. color: #666;
  1171. margin-right: 8px;
  1172. }
  1173. .erdiv_fr2 .sqzw_btn {
  1174. padding: 15px 65px;
  1175. border-radius: 4px;
  1176. font-size: 18px;
  1177. margin-top: 45px;
  1178. display: block;
  1179. }
  1180. .erdiv_fr2 .sczw_btn {
  1181. padding: 15px 54px;
  1182. border-radius: 4px;
  1183. font-size: 18px;
  1184. margin-top: 9px;
  1185. display: block;
  1186. border: 0px;
  1187. }
  1188. .sczw_btn:hover {
  1189. outline: 1px solid #ee9c12;
  1190. }
  1191. /******************内容页样式***********************/
  1192. .sycon_bg { background: #fff;}
  1193. .news_cont { padding:15px;}
  1194. .sywzy_h2 { color: #333; font-size: 24px; text-align: center; margin: 30px 0; border-bottom:none !important;}
  1195. .wxx_neirong_times { width: 100%; height: 40px; background:url(../images/repeatBg_xb_20181026.png) repeat-x left bottom; }
  1196. .sywzy_xbt { color: #666; font-size: 14px;}
  1197. .sywzy_xbt span { margin-left: 20px; float:left;}
  1198. .sywzy_zh { color: #666; margin: 8px 0 -5px 0;}
  1199. .wxx_neirong_timefenxiang { position: absolute; right: 0; top: 0px; margin: 0 !important;}
  1200. .sywzy_zh a { color: #666; font-size: 14px; margin-left: 5px; cursor: pointer; display: block; height: 30px; line-height: 30px; float: left;}
  1201. .sy_wz {
  1202. color: #333;
  1203. text-indent: 2em;
  1204. font-size: 16px;
  1205. letter-spacing: 1px;
  1206. line-height: 35px;
  1207. width: 100%;
  1208. }
  1209. .sy_wz p img{height: auto !important; width: 90% !important; margin: 0 auto; display: block !important;}
  1210. .sy_wz p a{color: #007eac;}
  1211. .sywzy_xbt em{ float:right; margin:0 20px 0 0;}
  1212. .sywzy_xbt em a{ color:#666; font-size:14px; margin:0 5px;}
  1213. .sywzy_xbt i{float:right; color:#666; font-size:14px; margin:0 5px; margin:0 20px 0 0;}
  1214. /*图片列表*/
  1215. .ld_tpj .ld_timg {
  1216. width: 23%;
  1217. float: left;
  1218. margin: 1% 1%;
  1219. height:240px;
  1220. }
  1221. .ld_tpj .ft_a {
  1222. width: 100%;
  1223. height:215px;
  1224. display: block;
  1225. overflow: hidden;
  1226. }
  1227. .ld_tpj .ft_a img {
  1228. width: 100%;
  1229. transition: all 2s;
  1230. }
  1231. .ld_tpj .ft_a:hover img {
  1232. -webkit-transform: scale(1.5, 1.5);
  1233. }
  1234. .ld_tpj .ld_timg p a {
  1235. width: 100%;
  1236. height: 25px;
  1237. line-height: 25px;
  1238. text-indent: 0.5em;
  1239. display: block;
  1240. color:#333;
  1241. }
  1242. /*搜索简历*/
  1243. .sstj_div{
  1244. border:1px solid #ccc;
  1245. background: #f8f8f9;
  1246. width: 99.97%;
  1247. padding: 1% 0;
  1248. margin: 20px auto;
  1249. height: 110px;
  1250. }
  1251. .sstj_div .line_div{
  1252. width: 31%;
  1253. float:left;
  1254. margin: 1% 1%;
  1255. }
  1256. .sstj_div .line_div .tit_span{
  1257. width: 80px;
  1258. float:left;
  1259. display: block;
  1260. text-align: right;
  1261. padding-right: 10px;
  1262. height: 32px;
  1263. line-height: 32px;
  1264. }
  1265. .sstj_div .line_div select{
  1266. width: 228px;
  1267. height: 32px;
  1268. line-height: 32px;
  1269. border:1px solid #ccc;
  1270. background: #fff;
  1271. padding: 0px 5px;
  1272. appearance: none;
  1273. -moz-appearance: none;
  1274. -webkit-appearance: none;
  1275. background:#fff url(../images/cjjl_49.png) 205px 11px no-repeat;
  1276. }
  1277. .sstj_div .line_div input{
  1278. width:74%;
  1279. height: 30px;
  1280. line-height: 30px;
  1281. border:1px solid #ccc;
  1282. background: #fff;
  1283. padding: 0px 5px;
  1284. }
  1285. .sstj_div .line_div input.ssjl_inp{
  1286. width:31%;
  1287. }
  1288. .sstj_div .line_div select.ssjl_sel{
  1289. width:33.33%;
  1290. background:#fff url(../images/cjjl_49.png) 110px 11px no-repeat;
  1291. }
  1292. .sstj_div .line_div .txt {
  1293. position: relative;
  1294. }
  1295. .sstj_div .line_div .ic {
  1296. position: absolute;
  1297. width: 36px;
  1298. height: 20px;
  1299. line-height: 20px;
  1300. font-size: 12px;
  1301. color: #00457d;
  1302. text-align: center;
  1303. top: 5px;
  1304. cursor: pointer;
  1305. right:10px;
  1306. border-left: 1px solid #ddd;
  1307. background: url(../images/form.png) -36px 2px no-repeat;
  1308. }
  1309. .sx_btn{
  1310. height: 45px;
  1311. line-height: 45px;
  1312. text-align: right;
  1313. margin-bottom: 15px;
  1314. }
  1315. .sx_btn a{
  1316. padding: 5px 10px;
  1317. margin: 0px 10px;
  1318. }
  1319. .sx_btn a.sxjl{
  1320. color: #318ddc;
  1321. border:1px solid #318ddc;
  1322. border-radius: 5px;
  1323. }
  1324. .sx_btn a.sxjl img{
  1325. width: 15px;
  1326. height: 15px;
  1327. margin-right: 5px;
  1328. }
  1329. .sx_btn a.del_btn{
  1330. color: #717171;
  1331. border:1px solid #717171;
  1332. border-radius: 5px;
  1333. }
  1334. .sx_btn a.del_btn img{
  1335. width: 15px;
  1336. height: 15px;
  1337. margin-right: 5px;
  1338. }
  1339. .gjrcb_cont{}
  1340. .gjrcb_cont dd{ padding:15px; border:solid 1px #ccc; border-radius:5px; margin:15px 0; overflow:hidden;}
  1341. .gjrcb_cont dd .pm{ display:block; width:100px; height:100px; font-size:56px; text-align:center; line-height:100px; font-style:italic; color:#fff; font-weight:bold; margin:0 15px 0 0;}
  1342. .gjrcb_cont dd .pm img{ width:100%; height:100%;}
  1343. .gjrcb_cont dd .ryxx{ width:91%;}
  1344. .gjrcb_cont dd .ryxx a{ width:100%; display:block;}
  1345. .gjrcb_cont dd .ryxx a h3{ font-size:20px; margin:0 20px 0 0; line-height:40px;}
  1346. .gjrcb_cont dd .ryxx .jbxx{ font-size:16px; color:#6e6c6c;}
  1347. .gjrcb_cont dd .ryxx .jbxx span{ margin:0 20px 0 0; line-height:40px;}
  1348. .gjrcb_cont dd .ryxx a p{ font-size:16px; line-height:30px; color:#333;}
  1349. .gjrcb_cont dd .ryxx .qztj{ font-size:16px; color:#666;}
  1350. .gjrcb_cont dd .ryxx .qztj span{line-height:40px;}
  1351. /*弹出层样式*/
  1352. .layer_class {
  1353. position: fixed;
  1354. left: 50%;
  1355. top: 50%;
  1356. margin-top: -253px;
  1357. background: #fff;
  1358. display: none;
  1359. z-index: 1000;
  1360. }
  1361. #base_area_layer {
  1362. width: 953px;
  1363. margin-left: -480px;
  1364. }
  1365. #int_expectindustry_multiple_under_layer_id {
  1366. width: 858px;
  1367. margin-left: -426px;
  1368. }
  1369. #work_func_layer {
  1370. width: 858px;
  1371. margin-left: -426px;
  1372. }
  1373. /*遮盖层样式*/
  1374. #layer_back_drop {
  1375. z-index: 999;
  1376. position: fixed;
  1377. width: 100%;
  1378. height: 100%;
  1379. left: 0px;
  1380. top: 0px;
  1381. display: none;
  1382. }
  1383. .panel_ct2 {
  1384. width: 858px !important;
  1385. }
  1386. /*搜索结果*/
  1387. .serachcont{
  1388. border-bottom: dashed 1px #ccc;
  1389. padding: 15px 0;
  1390. }
  1391. .serachcont h3 a {
  1392. font-size: 18px;
  1393. color: #666;
  1394. display: block;
  1395. font-family: "微软雅黑";
  1396. font-weight: bolder;
  1397. padding-left: 20px;
  1398. }
  1399. .serachcont h3 a:hover{
  1400. color: #318ddc;
  1401. }
  1402. .serachcont h3 a span {
  1403. font-size: 16px;
  1404. margin-left:10px;
  1405. color: #999;
  1406. font-weight:normal;
  1407. }
  1408. .serachcont p {
  1409. font-size: 16px;
  1410. margin: 15px auto;
  1411. padding: 0 30px;
  1412. line-height: 1.8;
  1413. text-indent: 35px;
  1414. color: #666;
  1415. }
  1416. /*分页通用样式*/
  1417. .fy_div {
  1418. text-align: right;
  1419. padding-right: 20px;
  1420. }
  1421. .fy_div ul.pagination {
  1422. display: inline-block;
  1423. padding: 0;
  1424. margin: 0;
  1425. }
  1426. .fy_div ul.pagination li {
  1427. display: inline;
  1428. text-align: right;
  1429. }
  1430. .fy_div ul.pagination li a {
  1431. color: black;
  1432. float: left;
  1433. padding: 8px 16px;
  1434. text-decoration: none;
  1435. border-radius: 5px;
  1436. }
  1437. .fy_div ul.pagination li a.active {
  1438. background-color: #318ddc;
  1439. color: white;
  1440. border-radius: 5px;
  1441. }
  1442. .fy_div ul.pagination li a:hover:not(.active) {
  1443. background-color: #ddd;
  1444. }