Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. /*
  2. 职称专业分类对照表
  3. */
  4. .content-4{
  5. width: 100%;
  6. }
  7. .box-4{
  8. width: 1050px;
  9. height: 607px;
  10. margin:0 auto;
  11. display: block;
  12. padding: 5px 0px 10px 0px;
  13. }
  14. .qy-10{
  15. width: 260px;
  16. height: 100%;
  17. background: #fff;
  18. border-radius: 5px;
  19. overflow-y: scroll;
  20. overflow-x:hidden;
  21. }
  22. .qy-11{
  23. width: 784px;
  24. height: 100%;
  25. margin-left: 5px;
  26. }
  27. .font-15{
  28. color: rgb(40, 45, 108);
  29. font-family: HarmonyOS Sans SC;
  30. font-size: 15px;
  31. font-weight: 300;
  32. line-height: 100%;
  33. letter-spacing: 0px;
  34. text-align: center;
  35. }
  36. .qy-15{
  37. width:240px;
  38. height:30px;
  39. line-height:30px;
  40. padding:3px 10px;
  41. position: relative;
  42. }
  43. .font-20{
  44. position: absolute;
  45. top:0;
  46. left:8px;
  47. border-radius: 2px;
  48. background: rgb(38, 120, 255);
  49. width: 2px;
  50. height: 14px;
  51. display: block;
  52. }
  53. .font-21{
  54. color: rgb(40, 45, 108);
  55. font-family: HarmonyOS Sans SC;
  56. font-size: 14px;
  57. font-weight: 400;
  58. line-height: 100%;
  59. letter-spacing: 0px;
  60. text-align: center;
  61. margin-left: 15px;
  62. }
  63. .qy-12{
  64. margin:15px 0px 0px;
  65. }
  66. .font-22{
  67. width: auto;
  68. padding: 3px 6px;
  69. height: 20px;
  70. border-radius: 5px;
  71. display: block;
  72. background: rgba(3, 8, 82, 0.05);
  73. line-height: 20px;
  74. text-align: center;
  75. float: left;
  76. margin-bottom:10px;
  77. margin-right:5px;
  78. }
  79. .font-22 a{
  80. color: rgb(54, 59, 120);
  81. font-family: HarmonyOS Sans SC;
  82. font-size: 13px;
  83. font-weight: 300;
  84. line-height: 100%;
  85. letter-spacing: 0px;
  86. text-align: center;
  87. }
  88. .qy-13{
  89. margin: 8px 16px 0 16px;
  90. }
  91. .qy-16{
  92. height: 448px;width:100%; background: #fff;
  93. }
  94. #banner{
  95. width:100% !important;
  96. height:100% !important;
  97. border-radius: 5px;
  98. /* 面板阴影 */
  99. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  100. }
  101. .qy-17{
  102. width: 785px;
  103. height: 153px;
  104. border-radius: 3px;
  105. /* 面板阴影 */
  106. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  107. background: rgba(255, 255, 255, 0.6);
  108. margin-top:6px;
  109. padding:5px 10px;
  110. }
  111. .qy-20{
  112. border-bottom: 1px solid rgb(168, 172, 217);
  113. height:40px;line-height:40px;
  114. }
  115. .font-50{
  116. color: rgb(54, 59, 120);
  117. font-family: HarmonyOS Sans SC;
  118. font-size: 14px;
  119. font-weight: 400;
  120. line-height: 100%;
  121. letter-spacing: 0px;
  122. text-align: left;
  123. }
  124. .font-51{
  125. color: rgb(54, 59, 120);
  126. font-family: HarmonyOS Sans SC;
  127. font-size: 14px;
  128. font-weight: 400;
  129. line-height: 100%;
  130. letter-spacing: 0px;
  131. text-align: left;
  132. margin-left:15px;
  133. }
  134. .font-52{
  135. width: 58px;
  136. height: 18px;
  137. border-radius: 5px;
  138. /* 绿色 */
  139. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  140. background: rgb(0, 165, 120);
  141. color:#fff;
  142. padding:5px 10px;
  143. }
  144. .active-1{
  145. margin-left:15px;
  146. color: rgb(255, 137, 36);
  147. font-family: HarmonyOS Sans SC;
  148. font-size: 14px;
  149. font-weight: 400;
  150. line-height: 100%;
  151. letter-spacing: 0px;
  152. text-align: left;
  153. }
  154. .qy-30{
  155. margin-top:6px;
  156. }
  157. .qy-30-li{
  158. margin:4px 0px;
  159. }
  160. .font-53{
  161. color: rgb(54, 59, 120);
  162. font-family: HarmonyOS Sans SC;
  163. font-size: 14px;
  164. font-weight: 0;
  165. line-height: 100%;
  166. letter-spacing: 0px;
  167. text-align: left;
  168. }
  169. .font-53-active-1{
  170. color: rgb(54, 59, 120);
  171. font-family: HarmonyOS Sans SC;
  172. font-size: 14px;
  173. font-weight: bold;
  174. line-height: 100%;
  175. letter-spacing: 0px;
  176. text-align: left;
  177. }
  178. /*
  179. 职称评审流程
  180. */
  181. .content-5{
  182. width: 100%;
  183. }
  184. .box-5{
  185. width: 1050px;
  186. height: 238px;
  187. margin:0 auto;
  188. display: block;
  189. padding: 5px 0px 10px 0px;
  190. margin-bottom:10px;
  191. background:#fff;
  192. }
  193. .qy-32{
  194. width: 1010px;
  195. height:60px;
  196. line-height:60px;
  197. position: relative;
  198. margin: 0px 20px;
  199. border-bottom: 1px solid rgb(168, 172, 217);
  200. }
  201. .font-57{
  202. position: absolute;
  203. background: rgb(38, 120, 255);
  204. width: 3px;
  205. height:20px;
  206. left: -10px;
  207. top: 18px;
  208. }
  209. .font-58{
  210. color: rgb(40, 45, 108);
  211. font-family: 联盟起艺卢帅正锐黑体;
  212. font-size: 18px;
  213. font-weight: 400;
  214. line-height: 100%;
  215. letter-spacing: 0px;
  216. text-align: center;
  217. }
  218. .qy-33{
  219. width: 1050px;
  220. height: 103px;
  221. margin-top: 40px;
  222. padding: 0px 30px;
  223. }
  224. .font-66{
  225. width:100px;
  226. }
  227. .qy-33 li{
  228. float: left;
  229. }
  230. .li-ico{
  231. margin: 0 4px;
  232. display: block;
  233. margin-top: 42px;
  234. }
  235. .font-80{
  236. color: rgb(197, 164, 254);
  237. font-family: HarmonyOS Sans SC;
  238. font-size: 25px;
  239. font-weight: 500;
  240. line-height: 29px;
  241. letter-spacing: 0%;
  242. margin-bottom:10px;
  243. display: block;
  244. }
  245. .font-81{
  246. color: rgb(102, 102, 102);
  247. font-family: HarmonyOS Sans SC;
  248. font-size: 14px;
  249. font-weight: 400;
  250. line-height: 14px;
  251. letter-spacing: 0%;
  252. text-align: left;
  253. margin-top:10px;
  254. display: block;
  255. }
  256. /*
  257. 热门职称推荐
  258. */
  259. .content-6{
  260. width: 100%;
  261. }
  262. .box-6{
  263. width: 1050px;
  264. height: 780px;
  265. margin:0 auto;
  266. display: block;
  267. padding: 5px 0px 10px 0px;
  268. margin-bottom:10px;
  269. background: rgba(255, 255, 255, 0.7);
  270. }
  271. .font-90{
  272. padding: 5px 10px 7px 10px;
  273. box-sizing: border-box;
  274. border: 1px solid rgb(0, 165, 120);
  275. border-radius: 5px;
  276. /* 绿色 */
  277. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  278. color: rgb(0, 165, 120);
  279. font-family: HarmonyOS Sans SC;
  280. font-size: 14px;
  281. font-weight: 400;
  282. line-height: 100%;
  283. letter-spacing: 0px;
  284. text-align: center;
  285. }
  286. .font-91{
  287. padding: 5px 10px 7px 10px;
  288. border-radius: 5px;
  289. /* 绿色 */
  290. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  291. background: rgb(0, 165, 120);
  292. color: rgb(255, 255, 255);
  293. font-family: HarmonyOS Sans SC;
  294. font-size: 14px;
  295. font-weight: 300;
  296. line-height: 100%;
  297. letter-spacing: 0px;
  298. text-align: left;
  299. }
  300. .qy-36{
  301. margin: 15px 20px;
  302. }
  303. .qy-36-li{
  304. /* 画板 16 */
  305. position: relative;
  306. width: 191px;
  307. height: 210px;
  308. float: left;
  309. margin: 8px 6px;
  310. background: #fff;
  311. }
  312. .qy-36-2{
  313. height:43px;
  314. line-height:43px;
  315. }
  316. .qy-36-1{
  317. height:167px;
  318. }
  319. .font-500{
  320. color: rgb(54, 59, 120);
  321. font-family: HarmonyOS Sans SC;
  322. font-size: 14px;
  323. font-weight: 400;
  324. line-height: 100%;
  325. letter-spacing: 0px;
  326. text-align: left;
  327. }
  328. /*
  329. 职称评审论文期刊精选
  330. */
  331. .content-7{
  332. width: 100%;
  333. }
  334. .box-7{
  335. width: 1050px;
  336. height: 654px;
  337. margin:0 auto;
  338. display: block;
  339. padding: 5px 0px 10px 0px;
  340. margin-bottom:10px;
  341. background: rgba(255, 255, 255, 0.7);
  342. }
  343. .font-93{
  344. color: rgb(111, 111, 112);
  345. font-family: HarmonyOS Sans SC;
  346. font-size: 14px;
  347. font-weight: 400;
  348. line-height: 100%;
  349. letter-spacing: 0px;
  350. text-align: right;
  351. }
  352. .qy-36-l{
  353. width: 676px;
  354. height: 526px;
  355. }
  356. .qy-36-r{
  357. width: 332px;
  358. height: 534px;
  359. background: #fff;
  360. position: relative;
  361. margin-top: 8px;
  362. }
  363. .qy-36-l .qy-36-li{
  364. /* 画板 16 */
  365. position: relative;
  366. width: 157px;
  367. height: 259px;
  368. float: left;
  369. margin: 8px 6px;
  370. background: #fff;
  371. }
  372. .qy-36-l .qy-36-1{
  373. height:206px;
  374. }
  375. .qy-36-l .qy-36-2{
  376. height:53px;
  377. line-height:53px;
  378. }
  379. .qy-36-r-1{
  380. /* 职称评审论文精选参考 */
  381. position: absolute;
  382. width: 171px;
  383. height: 16px;
  384. left: 80px;
  385. right: 81px;
  386. top: 17px;
  387. bottom: 493px;
  388. display: flex;
  389. flex-direction: row;
  390. align-items: center;
  391. }
  392. .font-100{
  393. color: rgb(54, 59, 120);
  394. font-family: 联盟起艺卢帅正锐黑体;
  395. font-size: 16px;
  396. font-weight: 400;
  397. line-height: 100%;
  398. letter-spacing: 0px;
  399. text-align: left;
  400. }
  401. .qy-36-r-2{
  402. /* 矩形 5 */
  403. position: absolute;
  404. width: 89px;
  405. height: 3px;
  406. left: 115px;
  407. right: 128px;
  408. top: 40px;
  409. bottom: 483px;
  410. border-radius: 10px;
  411. background: rgb(255, 137, 36);
  412. }
  413. .qy-36-r-4{
  414. /* 查看更多 */
  415. position: absolute;
  416. width: 68px;
  417. height: 14px;
  418. left: 132px;
  419. right: -121px;
  420. top: 497px;
  421. bottom: -497px;
  422. display: flex;
  423. flex-direction: row;
  424. align-items: center;
  425. }
  426. .qy-36-r-3{
  427. margin-top: 55px;
  428. padding:0px 10px;
  429. }
  430. .qy-36-r-3 li{
  431. margin:12px 0;
  432. color: rgb(54, 59, 120);
  433. font-family: HarmonyOS Sans SC;
  434. font-size: 14px;
  435. font-weight: 500;
  436. line-height: 100%;
  437. letter-spacing: 0px;
  438. text-align: left;
  439. }
  440. .qy-36-r-4 a{
  441. color: rgb(0, 165, 120);
  442. font-family: HarmonyOS Sans SC;
  443. font-size: 14px;
  444. font-weight: 400;
  445. line-height: 100%;
  446. letter-spacing: 0px;
  447. text-align: left;
  448. }
  449. .font-563-active-1 a{
  450. font-weight: bold;
  451. }
  452. /*
  453. 职称评审攻略技巧
  454. */
  455. .content-8{
  456. width: 100%;
  457. }
  458. .box-8{
  459. width: 1050px;
  460. height: 654px;
  461. margin:0 auto;
  462. display: block;
  463. padding: 5px 0px 10px 0px;
  464. margin-bottom:10px;
  465. background: rgba(255, 255, 255, 0.7);
  466. }
  467. .content-8 .qy-36-r{
  468. width: 210px;
  469. }
  470. .content-8 .qy-36-r-1{
  471. left: 41px;
  472. }
  473. .content-8 .qy-36-r-2{
  474. left: 59px;
  475. }
  476. .content-8 .qy-36-r-4{
  477. left: 75px;
  478. }
  479. .content-8 .qy-36-l{
  480. width: 800px;
  481. margin-right: 0px;
  482. }
  483. .content-8 .qy-36-li{
  484. width: 258px;
  485. height: 218px;
  486. margin: 8px 3px;
  487. }
  488. .content-8 .qy-36-1{
  489. height: 145px;
  490. }
  491. .content-8 .qy-36-2{
  492. padding:0 5px;
  493. height: 30px;
  494. line-height: 30px;
  495. }
  496. .content-8 .qy-36-3{
  497. padding:0 5px;
  498. height: 30px;
  499. line-height: 17px;
  500. }
  501. .content-8 .font-500{
  502. color: rgb(40, 45, 108);
  503. font-family: HarmonyOS Sans SC;
  504. font-size: 16px;
  505. font-weight: 700;
  506. line-height: 19px;
  507. letter-spacing: 0%;
  508. text-align: left;
  509. }
  510. .qy-36-5{
  511. width: 788px;
  512. height: 308px;
  513. background: #fff;
  514. padding: 15px 15px;
  515. }
  516. .qy-36-5-li{
  517. height:25px;
  518. line-height:25px;
  519. }
  520. .qy-36-5-li a,span{
  521. color: rgb(54, 59, 120);
  522. font-family: HarmonyOS Sans SC;
  523. font-size: 14px;
  524. font-weight: 500;
  525. line-height: 100%;
  526. letter-spacing: 0px;
  527. text-align: left;
  528. }
  529. .font-933-active-1 a{
  530. font-weight: bold;
  531. }
  532. /*
  533. 评审成功案例
  534. */
  535. .content-9{
  536. width: 100%;
  537. }
  538. .box-9{
  539. width: 1050px;
  540. height: 355px;
  541. margin:0 auto;
  542. display: block;
  543. padding: 5px 0px 10px 0px;
  544. margin-bottom:10px;
  545. background: rgba(255, 255, 255, 0.7);
  546. }
  547. .content-9 .qy-36-5{
  548. height: 243px;
  549. }
  550. .content-9 .qy-36-5-li{
  551. height:30px;
  552. line-height:30px;
  553. }
  554. .font-9668{
  555. padding:2px 8px 4px 8px;
  556. color: rgb(255, 255, 255);
  557. font-family: HarmonyOS Sans SC;
  558. font-size: 14px;
  559. font-weight: 400;
  560. line-height: 100%;
  561. letter-spacing: 0px;
  562. text-align: left;
  563. border-radius: 3px;
  564. background: rgb(123, 97, 255);
  565. margin-right:3px;
  566. }
  567. .content-9 .qy-36-r{
  568. margin-top: 0px;
  569. height: 243px;
  570. overflow:hidden;
  571. width: 210px;
  572. margin-left: 29px;
  573. }
  574. .content-9 .qy-36-l{
  575. height: 254px;
  576. width: 769px;
  577. }
  578. /*
  579. 案例成功展示
  580. */
  581. .content-10{
  582. width: 100%;
  583. }
  584. .box-10{
  585. width: 1050px;
  586. height: 383px;
  587. margin:0 auto;
  588. display: block;
  589. padding: 5px 0px 10px 0px;
  590. margin-bottom:10px;
  591. background: rgba(255, 255, 255, 0.7);
  592. }
  593. .qy-38-li{
  594. width: 243px;
  595. height: 246px;
  596. float: left;
  597. margin-right:13px;
  598. position: relative;
  599. }
  600. .qy-38-li .a{
  601. /* 矩形 27 */
  602. position: absolute;
  603. width: 243px;
  604. height: 219px;
  605. left: 0px;
  606. right: -33px;
  607. top: 0px;
  608. bottom: -36.4px;
  609. z-index: 600;
  610. transform: rotate(0.28deg);
  611. }
  612. .qy-38-li .b{
  613. /* 矩形 28 */
  614. position: absolute;
  615. width: 243px;
  616. height: 146px;
  617. left: 0px;
  618. right: -31.46px;
  619. top: 100px;
  620. bottom: -83px;
  621. border-radius: 10px;
  622. z-index: 500;
  623. box-shadow: 5px 5px 20px 1px rgba(9, 109, 217, 0.2);
  624. background: rgb(9, 109, 217);
  625. }
  626. .qy-38-li .c{
  627. position: absolute;
  628. width: 100%;
  629. height: 30px;
  630. line-height: 30px;
  631. bottom: 0;
  632. text-align: center;
  633. z-index: 700;
  634. }
  635. .qy-38-li .c a {
  636. color: rgb(255, 255, 255);
  637. font-family: HarmonyOS Sans SC;
  638. font-size: 14px;
  639. font-weight: 700;
  640. line-height: 14px;
  641. letter-spacing: 3px;
  642. text-align: left;
  643. }
  644. /*
  645. 职称评审工具包
  646. */
  647. .content-11{
  648. width: 100%;
  649. }
  650. .box-11{
  651. width: 1050px;
  652. height: 400px;
  653. margin:0 auto;
  654. display: block;
  655. padding: 5px 0px 10px 0px;
  656. margin-bottom:10px;
  657. background: rgba(255, 255, 255, 0.7);
  658. }
  659. .box-11 .qy-38-li{
  660. width: 243px;
  661. height: 150px;
  662. float: left;
  663. margin-right:13px;
  664. position: relative;
  665. border-radius: 5px;
  666. margin-bottom:15px;
  667. /* 小卡片 */
  668. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  669. background: rgb(255, 255, 255);
  670. }
  671. .box-11 .a{
  672. position: absolute;
  673. width: 243px;
  674. height: 219px;
  675. left: 0px;
  676. right: -33px;
  677. top: 0px;
  678. bottom: -36.4px;
  679. z-index: 600;
  680. text-align: center;
  681. }
  682. .box-11 .c{
  683. position: absolute;
  684. width: 100%;
  685. height: 30px;
  686. line-height: 30px;
  687. bottom: 0;
  688. text-align: center;
  689. z-index: 700;
  690. }
  691. .box-11 .c a{
  692. color: rgb(40, 45, 108);
  693. font-family: HarmonyOS Sans SC;
  694. font-size: 16px;
  695. font-weight: 400;
  696. line-height: 100%;
  697. letter-spacing: 0px;
  698. text-align: left;
  699. }