class.less 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. font-family: "微软雅黑", "microsoft yahei";
  5. }
  6. a:active {
  7. text-decoration: none;
  8. }
  9. a:hover {
  10. text-decoration: none;
  11. }
  12. a:visited {
  13. text-decoration: none;
  14. }
  15. a:link {
  16. text-decoration: none;
  17. }
  18. a:focus {
  19. text-decoration: none;
  20. }
  21. body {
  22. position: relative;
  23. }
  24. .clearfix {
  25. overflow: hidden;
  26. }
  27. .clearfix_2::after {
  28. content: '';
  29. display: block;
  30. height: 0;
  31. visibility: hidden;
  32. clear: both;
  33. }
  34. .hiddenColor {
  35. visibility: hidden;
  36. }
  37. .hand {
  38. cursor: pointer;
  39. }
  40. .dot1 {
  41. display: block;
  42. word-break: keep-all;
  43. white-space: nowrap;
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. }
  47. .dot2 {
  48. overflow: hidden;
  49. display: -webkit-box;
  50. -webkit-box-orient: vertical;
  51. -webkit-line-clamp: 2;
  52. }
  53. .dot3 {
  54. overflow: hidden;
  55. display: -webkit-box;
  56. -webkit-box-orient: vertical;
  57. -webkit-line-clamp: 3;
  58. }
  59. input,
  60. img {
  61. border: none;
  62. }
  63. .cover100 img {
  64. display: block;
  65. width: 100%;
  66. height: 100%;
  67. object-fit: cover;
  68. }
  69. .back100 {
  70. background-size: 100% 100%;
  71. background-repeat: no-repeat;
  72. }
  73. article,
  74. aside,
  75. footer,
  76. header,
  77. time,
  78. video,
  79. main,
  80. nav,
  81. h4,
  82. h3,
  83. section {
  84. display: block;
  85. }
  86. .index_main {
  87. margin: 0 auto;
  88. }
  89. .slow_6 {
  90. -webkit-transition: all .6s;
  91. -moz-transition: all .6s;
  92. -ms-transition: all .6s;
  93. -o-transition: all .6s;
  94. transition: all .6s;
  95. }
  96. .index_main {
  97. width: 1200px;
  98. }
  99. /*channel*/
  100. .channel_box_1 {
  101. float: left;
  102. width: 450px;
  103. }
  104. .channel_box_2 {
  105. float: right;
  106. width: 720px;
  107. }
  108. .channel_box_3 {
  109. float: left;
  110. width: 720px;
  111. }
  112. .channel_box_4 {
  113. float: right;
  114. width: 450px;
  115. }
  116. .channel_box_5 {
  117. float: left;
  118. width: 350px;
  119. }
  120. .channel_box_6 {
  121. float: right;
  122. width: 350px;
  123. }
  124. .channel_nav {
  125. border-bottom: solid 3px #004564;
  126. margin-top: 30px;
  127. display: flex;
  128. .channel_nav_head_name {
  129. margin: auto 2px 0px 0px;
  130. height: 44px;
  131. line-height: 44px;
  132. font-size: 30px;
  133. color: #fff;
  134. font-weight: bold;
  135. background: url(@/public/img/27.png) no-repeat right 0px;
  136. background-size: 100% 102%;
  137. padding: 0px 33px;
  138. box-sizing: border-box;
  139. }
  140. .channel_nav_a_box {
  141. flex: 1;
  142. margin-top: auto;
  143. }
  144. .channel_nav_a {
  145. float: left;
  146. height: 24px;
  147. line-height: 24px;
  148. color: #333;
  149. font-size: 18px;
  150. margin: 3px 10px 7px;
  151. font-weight: bold;
  152. // width: 88px;
  153. box-sizing: border-box;
  154. text-align: center;
  155. }
  156. .channel_nav_a:nth-of-type(10n) {
  157. margin-right: 0px;
  158. }
  159. }
  160. .channel_name_ul {
  161. margin-top: 0px;
  162. .channel_name_ul_li {
  163. height: 24px;
  164. margin-bottom: 18.4px;
  165. display: flex;
  166. }
  167. .channel_name_ul_li_tag {
  168. height: 24px;
  169. line-height: 24px;
  170. color: #004564;
  171. font-size: 18px;
  172. margin-right: 10px;
  173. word-break: keep-all;
  174. white-space: nowrap;
  175. }
  176. .channel_name_ul_li_dot1 {
  177. height: 24px;
  178. line-height: 24px;
  179. color: #333;
  180. font-size: 18px;
  181. width: 100%;
  182. }
  183. .channel_name_ul_li:nth-of-type(1) .channel_name_ul_li_dot1 {
  184. font-weight: bold;
  185. font-size: 20px;
  186. color: #004564;
  187. }
  188. .channel_name_ul_li:nth-of-type(1) .channel_name_ul_li_tag {
  189. display: none;
  190. }
  191. .channel_name_ul_li:hover .channel_name_ul_li_dot1 {
  192. color: #004564;
  193. }
  194. }
  195. .channel_1_box {
  196. width: 720px;
  197. height: 405px;
  198. }
  199. .channel_1 {
  200. margin: 40px auto 15px;
  201. }
  202. .channel_banner_1 {
  203. width: 1200px;
  204. margin: 12px auto 0px;
  205. .channel_banner_1_a {
  206. width: 1200px;
  207. display: block;
  208. }
  209. .channel_banner_1_img {
  210. width: 1200px;
  211. display: block;
  212. }
  213. }
  214. .channel_2 {
  215. margin: 30px auto 0px;
  216. }
  217. .channel_head_btn_box {
  218. height: 39px;
  219. margin-bottom: 30px;
  220. border-bottom: solid 2px #004564;
  221. position: relative;
  222. .channel_head_btn {
  223. float: left;
  224. height: 30px;
  225. line-height: 30px;
  226. color: #004564;
  227. font-size: 22px;
  228. margin-right: 22px;
  229. font-weight: bold;
  230. }
  231. .channel_head_a {
  232. height: 30px;
  233. line-height: 30px;
  234. color: #004564;
  235. font-size: 22px;
  236. font-weight: bold;
  237. }
  238. .channel_head_btn_only {
  239. color: #004564;
  240. }
  241. .channel_head_btn_only .channel_head_a {
  242. color: #004564;
  243. }
  244. .channel_head_btn_right_a {
  245. float: right;
  246. color: #999;
  247. font-size: 16px;
  248. margin-top: 4px;
  249. }
  250. .channel_head_btn_right_a:hover {
  251. color: #004564;
  252. }
  253. }
  254. .channel_big_ul {
  255. height: 310px;
  256. .channel_big_li {
  257. background: #F9FAFB;
  258. box-sizing: border-box;
  259. margin-bottom: 19px;
  260. }
  261. .channel_big_li_img_box {
  262. width: 200px;
  263. height: 145px;
  264. float: left;
  265. position: relative;
  266. .channel_big_li_content {
  267. width: 200px;
  268. height: 40px;
  269. line-height: 40px;
  270. white-space: nowrap;
  271. overflow: hidden;
  272. text-overflow: ellipsis;
  273. padding: 0 10px;
  274. box-sizing: border-box;
  275. font-size: 16px;
  276. color: #fff;
  277. position: absolute;
  278. left: 0px;
  279. bottom: 0px;
  280. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 100%);
  281. }
  282. }
  283. .channel_big_li_img_box:hover {
  284. .channel_big_li_content {
  285. color: #70c8f1;
  286. }
  287. }
  288. .channel_big_li_img {
  289. display: block;
  290. width: 200px;
  291. height: 145px;
  292. }
  293. .channel_big_li_in {
  294. width: 502px;
  295. float: right;
  296. margin: 10px 8px 0px 0px;
  297. }
  298. }
  299. .channel_ul_1_a {
  300. height: 24px;
  301. line-height: 24px;
  302. color: #333;
  303. font-size: 18px;
  304. margin-bottom: 10px;
  305. box-sizing: border-box;
  306. position: relative;
  307. text-indent: 16px;
  308. }
  309. .channel_ul_1_a::after {
  310. content: '';
  311. display: block;
  312. width: 6px;
  313. height: 6px;
  314. background: #ddd;
  315. border-radius: 50%;
  316. position: absolute;
  317. left: 0px;
  318. top: 9px;
  319. z-index: 11;
  320. }
  321. .channel_ul_1_a:hover {
  322. color: #004564;
  323. }
  324. .channel_ul_1_a:hover::after {
  325. content: '';
  326. display: block;
  327. background: #004564;
  328. }
  329. .channel_ul_1_a:nth-of-type(1) {
  330. font-weight: bold;
  331. }
  332. .channel_ul_1_a:last-of-type(1) {
  333. margin: 0;
  334. }
  335. .channel_head_top {
  336. margin-top: 10px;
  337. }
  338. .channel_img_ul_2 {
  339. height: 230px;
  340. margin-top: 20px;
  341. .channel_img_ul_2_li {
  342. height: 230px;
  343. margin-bottom: 18px;
  344. position: relative;
  345. }
  346. .channel_img_ul_2_li_a {}
  347. .channel_img_ul_2_li_img {
  348. display: block;
  349. height: 230px;
  350. width: 350px;
  351. }
  352. .channel_img_ul_2_li_dot1 {
  353. height: 44px;
  354. line-height: 44px;
  355. color: #fff;
  356. font-size: 18px;
  357. padding: 0px 10px;
  358. box-sizing: border-box;
  359. position: absolute;
  360. width: 350px;
  361. z-index: 11;
  362. left: 0px;
  363. bottom: 0px;
  364. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 100%);
  365. }
  366. }
  367. .channel_ul_2_a {
  368. height: 24px;
  369. line-height: 24px;
  370. color: #333;
  371. font-size: 18px;
  372. margin-bottom: 17px;
  373. box-sizing: border-box;
  374. text-indent: 16px;
  375. position: relative;
  376. }
  377. .channel_ul_2_a::after {
  378. content: '';
  379. display: block;
  380. width: 6px;
  381. height: 6px;
  382. background: #ddd;
  383. border-radius: 50%;
  384. position: absolute;
  385. left: 0px;
  386. top: 8px;
  387. z-index: 11;
  388. &:hover {
  389. color: #004564;
  390. }
  391. }
  392. .channel_ul_2_a:nth-of-type(3n-2) {
  393. font-weight: bold;
  394. }
  395. .channel_ul_2_a:hover::after {
  396. content: '';
  397. display: block;
  398. background: #004564;
  399. }
  400. .channel_img_ul_3 {
  401. margin-top: 33px;
  402. .channel_img_ul_3_li {
  403. position: relative;
  404. background: #F9FAFB;
  405. margin-bottom: 20px;
  406. }
  407. .channel_img_ul_3_li_a {
  408. width: 450px;
  409. display: flex;
  410. }
  411. .channel_img_ul_3_li_img_box {
  412. width: 140px;
  413. height: 90px;
  414. margin-right: 15px;
  415. }
  416. .channel_img_ul_3_li_img {
  417. width: 140px;
  418. height: 90px;
  419. }
  420. .channel_img_ul_3_li_dot3 {
  421. height: 72px;
  422. line-height: 24px;
  423. color: #333;
  424. font-size: 18px;
  425. margin-top: 10px;
  426. padding-right: 10px;
  427. box-sizing: border-box;
  428. width: 100%;
  429. }
  430. .channel_img_ul_3_li_num {
  431. position: absolute;
  432. width: 20px;
  433. height: 20px;
  434. color: #fff;
  435. font-size: 14px;
  436. text-align: center;
  437. line-height: 20px;
  438. z-index: 11;
  439. left: 10px;
  440. top: -3px;
  441. }
  442. }
  443. .channel_img_ul_3_li:nth-of-type(1) .channel_img_ul_3_li_num {
  444. background: #F25C57;
  445. }
  446. .channel_img_ul_3_li:nth-of-type(2) .channel_img_ul_3_li_num {
  447. background: #F29849;
  448. }
  449. .channel_img_ul_3_li:nth-of-type(3) .channel_img_ul_3_li_num {
  450. background: #F2B227;
  451. }
  452. .channel_img_ul_3_li:nth-of-type(n+4) .channel_img_ul_3_li_num {
  453. display: none;
  454. }
  455. .channel_img_ul_3_li_a:hover .channel_img_ul_3_li_dot3 {
  456. color: #004564;
  457. }
  458. .channel_banner_2 {
  459. width: 1200px;
  460. margin: 10px auto 0px;
  461. .channel_banner_2_a {
  462. width: 1200px;
  463. display: block;
  464. }
  465. .channel_banner_2_img {
  466. width: 1200px;
  467. display: block;
  468. }
  469. }
  470. .channel_3 {
  471. margin: 30px auto 0px;
  472. }
  473. .channel_img_ul_4 {
  474. height: 335px;
  475. .channel_img_ul_4_li {
  476. background: #F9FAFB;
  477. width: 350px;
  478. margin-bottom: 20px;
  479. }
  480. .channel_img_ul_4_li_a {
  481. display: flex;
  482. }
  483. .channel_img_ul_4_li_img_box {
  484. width: 165px;
  485. height: 96px;
  486. margin-right: 15px;
  487. }
  488. .channel_img_ul_4_li_img {
  489. width: 165px;
  490. height: 96px;
  491. }
  492. .channel_img_ul_4_li_dot2 {
  493. height: 48px;
  494. line-height: 24px;
  495. color: #333;
  496. font-size: 18px;
  497. margin-top: 23px;
  498. }
  499. .channel_img_ul_4_li_a:hover .channel_img_ul_4_li_dot2 {
  500. color: #004564;
  501. }
  502. .channel_img_ul_4_li:nth-of-type(odd) {
  503. float: left;
  504. }
  505. .channel_img_ul_4_li:nth-of-type(even) {
  506. float: right;
  507. }
  508. }
  509. .channel_ul_3_li {
  510. height: 62px;
  511. background: #F9FAFB;
  512. margin-bottom: 15px;
  513. .channel_ul_3_li_a {
  514. display: block;
  515. width: 720px;
  516. }
  517. .channel_ul_3_li_tag {
  518. width: 50px;
  519. height: 62px;
  520. box-sizing: border-box;
  521. line-height: 18px;
  522. padding: 13px 0px 0;
  523. font-weight: bold;
  524. float: left;
  525. color: #fff;
  526. font-size: 12px;
  527. background: #004564;
  528. text-align: center;
  529. letter-spacing: 5px;
  530. border-left: solid 7px #004564;
  531. }
  532. .channel_ul_3_li_dot1 {
  533. box-sizing: border-box;
  534. padding: 0px 10px;
  535. color: #333;
  536. font-size: 18px;
  537. height: 62px;
  538. line-height: 62px;
  539. width: 670px;
  540. float: right;
  541. }
  542. .channel_ul_3_li:nth-of-type(1) .channel_ul_3_li_dot1 {
  543. font-weight: bold;
  544. }
  545. &:hover .channel_ul_3_li_dot1 {
  546. color: #004564;
  547. }
  548. }
  549. .channel_img_ul_5 {
  550. height: 335px;
  551. }
  552. .channel_img_ul_5_li {
  553. .channel_img_ul_5_li_a {}
  554. .channel_img_ul_5_li_img {
  555. display: block;
  556. width: 450px;
  557. height: 267px;
  558. }
  559. .channel_img_ul_5_li_dot2 {
  560. height: 46px;
  561. line-height: 23px;
  562. color: #333;
  563. font-size: 18px;
  564. margin-top: 18px;
  565. font-weight: bold;
  566. }
  567. .channel_img_ul_5_li_a:hover .channel_img_ul_5_li_dot2 {
  568. color: #004564;
  569. }
  570. }
  571. .channel_4 {
  572. margin: 15px auto 0px;
  573. }
  574. .channel_img_ul_6 {
  575. height: 485px;
  576. }
  577. .channel_img_ul_6_li {
  578. margin-bottom: 25px;
  579. .channel_img_ul_6_li_a {}
  580. .channel_img_ul_6_li_img {
  581. display: block;
  582. width: 350px;
  583. height: 230px;
  584. }
  585. .channel_img_ul_6_li_dot2 {
  586. height: 46px;
  587. line-height: 23px;
  588. color: #333;
  589. font-size: 18px;
  590. margin-top: 22px;
  591. font-weight: bold;
  592. width: 350px;
  593. }
  594. }
  595. .channel_img_ul_6_li_a:hover .channel_img_ul_6_li_dot2 {
  596. color: #004564;
  597. }
  598. .channel_img_ul_even_1_li {
  599. width: 165px;
  600. margin-bottom: 0px;
  601. .channel_img_ul_even_1_li_a {}
  602. .channel_img_ul_even_1_li_img {
  603. width: 165px;
  604. height: 96px;
  605. }
  606. .channel_img_ul_even_1_li_dot2 {
  607. height: 46px;
  608. line-height: 23px;
  609. color: #333;
  610. font-size: 18px;
  611. margin-top: 13px;
  612. }
  613. }
  614. .channel_img_ul_even_1_li_a:hover .channel_img_ul_even_1_li_dot2 {
  615. color: #004564;
  616. }
  617. .channel_img_ul_even_1_li:nth-of-type(odd) {
  618. float: left;
  619. }
  620. .channel_img_ul_even_1_li:nth-of-type(even) {
  621. float: right;
  622. }
  623. .channel_ul_4_a {
  624. height: 24px;
  625. line-height: 24px;
  626. color: #333;
  627. font-size: 18px;
  628. margin-bottom: 27px;
  629. box-sizing: border-box;
  630. &:hover {
  631. color: #004564;
  632. }
  633. }
  634. .channel_ul_4_a:nth-of-type(5n-4) {
  635. font-weight: bold;
  636. }
  637. .channel_img_ul_7 {
  638. .channel_img_ul_7_li {
  639. margin-bottom: 21px;
  640. }
  641. .channel_img_ul_7_li_a {}
  642. .channel_img_ul_7_li_img {
  643. display: block;
  644. width: 450px;
  645. height: 170px;
  646. }
  647. .channel_img_ul_7_li_foot {
  648. height: 53px;
  649. display: flex;
  650. background: #F9FAFB;
  651. }
  652. .channel_img_ul_7_li_tag {
  653. height: 53px;
  654. text-align: center;
  655. color: #fff;
  656. font-size: 18px;
  657. line-height: 53px;
  658. background: #004564;
  659. padding: 0px 21px;
  660. word-break: keep-all;
  661. white-space: nowrap;
  662. font-weight: bold;
  663. }
  664. .channel_img_ul_7_li_dot1 {
  665. height: 53px;
  666. line-height: 53px;
  667. color: #333;
  668. font-size: 18px;
  669. padding: 0px 15px 0px 10px;
  670. box-sizing: border-box;
  671. font-weight: bold;
  672. }
  673. }
  674. .channel_img_ul_7_li_a:hover .channel_img_ul_7_li_dot1 {
  675. color: #004564;
  676. }
  677. .channel_ul_5_a {
  678. height: 24px;
  679. line-height: 24px;
  680. color: #333;
  681. font-size: 18px;
  682. margin-bottom: 19px;
  683. box-sizing: border-box;
  684. text-indent: 16px;
  685. position: relative;
  686. &:hover {
  687. color: #004564;
  688. }
  689. }
  690. .channel_ul_5_a::after {
  691. content: '';
  692. display: block;
  693. width: 6px;
  694. height: 6px;
  695. background: #ddd;
  696. border-radius: 50%;
  697. position: absolute;
  698. left: 0px;
  699. top: 8px;
  700. z-index: 11;
  701. }
  702. .channel_ul_5_a:hover::after {
  703. content: '';
  704. display: block;
  705. background: #004564;
  706. }