class.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. .clearfix {
  2. overflow: hidden;
  3. }
  4. .clearfix_2::after {
  5. content: '';
  6. display: block;
  7. height: 0;
  8. visibility: hidden;
  9. clear: both;
  10. }
  11. .hiddenColor {
  12. visibility: hidden;
  13. }
  14. .hand {
  15. cursor: pointer;
  16. }
  17. .dot1 {
  18. display: block;
  19. word-break: keep-all;
  20. white-space: nowrap;
  21. overflow: hidden;
  22. text-overflow: ellipsis;
  23. }
  24. .dot2 {
  25. overflow: hidden;
  26. display: -webkit-box;
  27. -webkit-box-orient: vertical;
  28. -webkit-line-clamp: 2;
  29. }
  30. input,
  31. img {
  32. border: none;
  33. }
  34. .cover100 img {
  35. display: block;
  36. width: 100%;
  37. height: 100%;
  38. object-fit: cover;
  39. }
  40. .back100 {
  41. background-size: 100% 100%;
  42. background-repeat: no-repeat;
  43. }
  44. article,
  45. aside,
  46. footer,
  47. header,
  48. time,
  49. video,
  50. main,
  51. nav,
  52. h4,
  53. h3,
  54. section {
  55. display: block;
  56. }
  57. .index_main {
  58. margin: 0 auto;
  59. width: 1200px;
  60. }
  61. .index_2 {
  62. margin-top: 22px;
  63. }
  64. .roll_1_box {
  65. float: left;
  66. width: 720px;
  67. height: 405px;
  68. margin-top: 44px;
  69. }
  70. .index_2_head {
  71. border-bottom: solid 1px #D9D9D9;
  72. position: relative;
  73. box-sizing: border-box;
  74. padding-left: 10px;
  75. .index_2_head_a {
  76. float: left;
  77. height: 54px;
  78. line-height: 54px;
  79. color: #333;
  80. font-size: 22px;
  81. padding: 0 10px;
  82. position: relative;
  83. font-weight: bold;
  84. }
  85. .index_2_head_a_only {
  86. color: #489D97;
  87. }
  88. }
  89. .index_2_body{
  90. height: 483px;
  91. }
  92. .index_2_head::after {
  93. content: '';
  94. display: block;
  95. width: 3px;
  96. height: 18px;
  97. position: absolute;
  98. left: 0px;
  99. top: 19px;
  100. background: linear-gradient(to top, #0998A9, #6ADDD6);
  101. }
  102. .index_2_right_box {
  103. float: right;
  104. width: 450px;
  105. margin-top: 33px;
  106. }
  107. .index_2_ul_a {
  108. height: 52px;
  109. line-height: 52px;
  110. color: #333;
  111. font-size: 18px;
  112. text-indent: 12px;
  113. position: relative;
  114. -webkit-text-stroke: .1px #333;
  115. &:hover {
  116. color: #489D97;
  117. }
  118. }
  119. .index_2_ul_a:hover::after {
  120. content: '';
  121. display: block;
  122. width: 4px;
  123. height: 4px;
  124. position: absolute;
  125. left: 0px;
  126. top: 26px;
  127. background: #489D97;
  128. }
  129. .index_2_ul_bold .index_2_ul_a:nth-of-type(1) {
  130. font-weight: bold;
  131. }
  132. .index_2_ul_a::after {
  133. content: '';
  134. display: block;
  135. width: 4px;
  136. height: 4px;
  137. position: absolute;
  138. left: 0px;
  139. top: 26px;
  140. background: #333;
  141. }
  142. .banner {
  143. margin-top: 30px;
  144. }
  145. .banner_a {
  146. display: block;
  147. width: 1200px;
  148. }
  149. .banner_img {
  150. display: block;
  151. width: 1200px;
  152. }
  153. .index_5_img_ul_2_li {
  154. width: 220px;
  155. margin-bottom: 20px;
  156. .index_5_img_ul_2_li_img {
  157. display: block;
  158. width: 220px;
  159. height: 130px;
  160. }
  161. .index_5_img_ul_2_li_dot1 {
  162. height: 22px;
  163. line-height: 22px;
  164. color: #333;
  165. font-size: 18px;
  166. margin-top: 20px;
  167. text-align: center;
  168. }
  169. }
  170. .index_5_img_ul_2_li:nth-of-type(odd) {
  171. float: left;
  172. }
  173. .index_5_img_ul_2_li:nth-of-type(even) {
  174. float: right;
  175. }
  176. .index_2_ul_2 .index_2_ul_a {
  177. margin-bottom: 2px;
  178. }
  179. .index_5_img_ul_2_li_a:hover .index_5_img_ul_2_li_dot1 {
  180. color: #489D97;
  181. }
  182. .index_5_box_1 {
  183. float: left;
  184. width: 350px;
  185. height: 483px;
  186. margin-top: 20px;
  187. margin-right: 20px;
  188. }
  189. .index_5_box_2 {
  190. float: left;
  191. width: 350px;
  192. margin-top: 20px;
  193. }
  194. .index_5_box_3 {
  195. float: right;
  196. width: 452px;
  197. margin-top: 20px;
  198. }
  199. .index_5_big_img_li {
  200. margin-bottom: 25px;
  201. .index_5_big_img_li_a {}
  202. .index_5_big_img_li_img {
  203. display: block;
  204. width: 350px;
  205. height: 230px;
  206. }
  207. .index_5_big_img_li_dot2 {
  208. height: 46px;
  209. line-height: 23px;
  210. color: #333;
  211. font-size: 18px;
  212. margin-top: 20px;
  213. font-weight: bold;
  214. }
  215. &:hover .index_5_big_img_li_dot2 {
  216. color: #489D97;
  217. }
  218. }
  219. .index_5_img_li {
  220. width: 165px;
  221. margin-bottom: 0px;
  222. }
  223. .index_5_img_li:nth-of-type(odd) {
  224. float: left;
  225. }
  226. .index_5_img_li:nth-of-type(even) {
  227. float: right;
  228. }
  229. .index_5_img_li_a {
  230. .index_5_img_li_img {
  231. width: 165px;
  232. height: 96px;
  233. }
  234. .index_5_img_li_dot2 {
  235. height: 46px;
  236. line-height: 23px;
  237. color: #333;
  238. font-size: 18px;
  239. margin-top: 13px;
  240. }
  241. &:hover .index_5_img_li_dot2 {
  242. color: #489D97;
  243. }
  244. }
  245. .index_5_ul {
  246. .index_5_ul_a {
  247. height: 24px;
  248. line-height: 24px;
  249. color: #333;
  250. font-size: 18px;
  251. margin-bottom: 27px;
  252. box-sizing: border-box;
  253. width: 350px;
  254. &:hover {
  255. color: #489D97;
  256. }
  257. }
  258. .index_5_ul_a:nth-of-type(5n-4) {
  259. font-weight: bold;
  260. }
  261. }
  262. .index_5_img_ul_2_li {
  263. width: 220px;
  264. margin-bottom: 20px;
  265. .index_5_img_ul_2_li_img {
  266. display: block;
  267. width: 220px;
  268. height: 130px;
  269. }
  270. .index_5_img_ul_2_li_dot1 {
  271. height: 22px;
  272. line-height: 22px;
  273. color: #333;
  274. font-size: 18px;
  275. margin-top: 20px;
  276. text-align: center;
  277. }
  278. }
  279. .index_5_img_ul_2_li:nth-of-type(odd) {
  280. float: left;
  281. }
  282. .index_5_img_ul_2_li:nth-of-type(even) {
  283. float: right;
  284. }
  285. .index_2_ul_2 .index_2_ul_a {
  286. margin-bottom: 2px;
  287. }
  288. .index_5_img_ul_2_li_a:hover .index_5_img_ul_2_li_dot1 {
  289. color: #489D97;
  290. }
  291. .index_9_box_1 {
  292. float: left;
  293. width: 720px;
  294. margin-top: 20px;
  295. }
  296. .index_9_ul_1 {
  297. margin-top: 11px;
  298. .index_9_ul_1 .index_2_ul_a {
  299. margin-bottom: 2px;
  300. }
  301. .index_9_ul_1 .index_2_ul_a:nth-of-type(1) {
  302. font-weight: bold;
  303. }
  304. }
  305. .index_9_big_img_li_img {
  306. display: block;
  307. width: 450px;
  308. height: 267px;
  309. }
  310. .index_9_big_img_ul {
  311. margin-top: 30px;
  312. }
  313. .channel_2_ul .index_2_ul_a {
  314. margin-top: 9px;
  315. }
  316. .channel_3 {
  317. margin-top: 37px;
  318. }
  319. .channel_ul_3 .index_2_ul_a {
  320. margin-bottom: 11px;
  321. }
  322. .channel_3_img_ul {
  323. .channel_3_img_li {
  324. float: left;
  325. width: 190px;
  326. height: 126px;
  327. margin: 20px 12px 0px 0px;
  328. }
  329. .channel_3_img_ul_a {
  330. display: block;
  331. width: 190px;
  332. height: 126px;
  333. position: relative;
  334. }
  335. .channel_3_img_ul_img {
  336. display: block;
  337. width: 190px;
  338. height: 126px;
  339. }
  340. .channel_3_img_ul_dot1 {
  341. display: block;
  342. width: 190px;
  343. height: 126px;
  344. padding: 0px 15px;
  345. box-sizing: border-box;
  346. position: absolute;
  347. left: 0px;
  348. top: 0px;
  349. z-index: 11;
  350. line-height: 126px;
  351. text-align: center;
  352. display: none;
  353. color: #fff;
  354. font-size: 18px;
  355. background: rgba(0, 0, 0, .3);
  356. }
  357. }
  358. .channel_3_img_li:nth-of-type(6n) {
  359. margin-right: 0px;
  360. }
  361. .channel_3_img_ul_a:hover .channel_3_img_ul_dot1 {
  362. display: block;
  363. }
  364. .channel_2_head_top {
  365. margin-top: 20px;
  366. }
  367. .channel_3_ul {
  368. margin-top: 11px;
  369. width: 660px;
  370. height: 330px;
  371. .channel_3_ul .index_2_ul_a {
  372. height: 52px;
  373. line-height: 52px;
  374. }
  375. }
  376. .channel_banner {
  377. margin-top: 9px;
  378. }
  379. .channel_1_box_1 {
  380. float: left;
  381. width: 720px;
  382. }
  383. .channel_1_box_2 {
  384. float: right;
  385. width: 452px;
  386. }
  387. .channel_foot_ul .index_5_ul_a:nth-last-of-type(1) {
  388. margin-bottom: 0px;
  389. }
  390. .channel_foot_ul .index_2_ul_a:nth-last-of-type(1) {
  391. margin-bottom: 0px;
  392. }
  393. .channel_banner_2 {
  394. margin-top: 30px;
  395. width: 1200px;
  396. }
  397. .channel_4_ul .index_2_ul_a {
  398. margin-bottom: 11px;
  399. }
  400. .channel_name_box {
  401. border-bottom: solid 2px #489D97;
  402. }
  403. .channel_name {
  404. background: #489D97;
  405. font-size: 18px;
  406. color: #fff;
  407. padding: 0px 14px;
  408. float: left;
  409. height: 40px;
  410. line-height: 40px;
  411. border-top-left-radius: 3px;
  412. border-top-right-radius: 3px;
  413. }
  414. .channel_name_more {
  415. float: right;
  416. line-height: 40px;
  417. height: 40px;
  418. color: #999;
  419. font-size: 16px;
  420. }
  421. .channel_5_ul_box {
  422. border: solid 1px #E8E8E8;
  423. border-top: solid 1px #fff;
  424. padding-bottom: 20px;
  425. height: 148px;
  426. }
  427. .channel_5_ul_box_in {
  428. width: 540px;
  429. display: flex;
  430. margin-top: 20px;
  431. }
  432. .channel_5_ul_box_in:nth-of-type(odd) {
  433. float: left;
  434. margin-left: 15px;
  435. }
  436. .channel_5_ul_box_in:nth-of-type(even) {
  437. float: right;
  438. margin-right: 15px;
  439. }
  440. .channel_5_ul_left_img_box {
  441. display: block;
  442. width: 190px;
  443. height: 126px;
  444. margin-right: 16px;
  445. position: relative;
  446. overflow: hidden;
  447. }
  448. .channel_5_ul_left_img {
  449. display: block;
  450. width: 190px;
  451. height: 126px;
  452. }
  453. .channel_5_text {
  454. width: 190px;
  455. height: 30px;
  456. line-height: 30px;
  457. white-space: nowrap;
  458. overflow: hidden;
  459. text-overflow: ellipsis;
  460. padding: 0 5px;
  461. box-sizing: border-box;
  462. color: #fff;
  463. font-size: 16px;
  464. background: rgba(0, 0, 0, .3);
  465. position: absolute;
  466. left: 0px;
  467. bottom: 0px;
  468. }
  469. .channel_5_ul_a {
  470. display: block;
  471. height: 19px;
  472. line-height: 19px;
  473. width: 330px;
  474. color: #333;
  475. font-size: 16px;
  476. margin: 2px 0px 16px;
  477. }
  478. .channel_5_ul_a:nth-of-type(1) {
  479. font-weight: bold;
  480. }
  481. .channel_5_ul_a:last-of-type(1) {
  482. margin-bottom: 0px;
  483. }
  484. .channel_5_ul_a:hover {
  485. color: #489D97;
  486. }
  487. .channel_name_more_2 {
  488. float: right;
  489. line-height: 40px;
  490. height: 40px;
  491. color: #999;
  492. font-size: 16px;
  493. margin-top: 8px;
  494. }
  495. .channel_name_more:hover {
  496. color: #489D97;
  497. }
  498. .channel_name_more_2:hover {
  499. color: #489D97;
  500. }
  501. .channel_6 {
  502. margin-top: 11px;
  503. }
  504. .channel_6_in {
  505. width: 594px;
  506. }
  507. .channel_6_in:nth-of-type(odd) {
  508. float: left;
  509. }
  510. .channel_6_in:nth-of-type(even) {
  511. float: right;
  512. }
  513. .channel_6_line {
  514. border: solid 1px #E8E8E8;
  515. width: 594px;
  516. height: 313px;
  517. box-sizing: border-box;
  518. box-sizing: border-box;
  519. padding: 19px 14px 20px;
  520. }
  521. .channel_6_ul_box {
  522. border: solid 1px #E8E8E8;
  523. border-top: solid 1px #fff;
  524. padding-bottom: 20px;
  525. }
  526. .channel_6_ul_box_in {
  527. width: 540px;
  528. display: flex;
  529. margin-bottom: 20px;
  530. }
  531. .channel_6_ul_box_in:nth-last-of-type(1) {
  532. margin-bottom: 0px;
  533. }
  534. .channel_6_ul_left_img_box {
  535. display: block;
  536. width: 190px;
  537. height: 126px;
  538. margin-right: 16px;
  539. position: relative;
  540. overflow: hidden
  541. }
  542. .channel_6_ul_left_img {
  543. display: block;
  544. width: 190px;
  545. height: 126px;
  546. }
  547. .channel_6_ul_a {
  548. display: block;
  549. height: 19px;
  550. line-height: 19px;
  551. width: 330px;
  552. color: #333;
  553. font-size: 16px;
  554. margin: 1px 0px 16px;
  555. }
  556. .channel_6_ul_a:nth-of-type(1) {
  557. font-weight: bold;
  558. }
  559. .channel_6_ul_a:nth-last-of-type(1) {
  560. margin-bottom: 0px;
  561. }
  562. .channel_6_ul_a:hover {
  563. color: #489D97;
  564. }