class.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  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. input,
  54. img {
  55. border: none;
  56. }
  57. .cover100 img {
  58. display: block;
  59. width: 100%;
  60. height: 100%;
  61. object-fit: cover;
  62. }
  63. .back100 {
  64. background-size: 100% 100%;
  65. background-repeat: no-repeat;
  66. }
  67. article,
  68. aside,
  69. footer,
  70. header,
  71. time,
  72. video,
  73. main,
  74. nav,
  75. h4,
  76. h3,
  77. section {
  78. display: block;
  79. }
  80. .index_main {
  81. margin: 0 auto;
  82. width: 1200px;
  83. }
  84. .channel_1 {
  85. margin-top: 20px;
  86. }
  87. .channel_nav {
  88. height: 60px;
  89. width: 1200px;
  90. background-image: url(http://img.bjzxtw.org.cn/master/www/snscw/5.png);
  91. margin-top: 20px;
  92. .channel_nav_a {
  93. float: left;
  94. height: 60px;
  95. line-height: 60px;
  96. color: #255590;
  97. font-size: 20px;
  98. margin: 0px 19px;
  99. font-weight: bold;
  100. }
  101. .channel_nav_a:nth-of-type(1) {
  102. color: #fff;
  103. margin: 0px 42px;
  104. }
  105. }
  106. .channel_1_box {
  107. width: 720px;
  108. height: 405px;
  109. }
  110. .channel_1_left {
  111. float: left;
  112. width: 720px;
  113. }
  114. .channel_1_right {
  115. float: right;
  116. width: 450px;
  117. }
  118. .channel_1_box_1 {
  119. float: left;
  120. width: 350px;
  121. margin-right: 20px;
  122. }
  123. .channel_1_box_2 {
  124. float: left;
  125. width: 350px;
  126. }
  127. .channel_name_ul {
  128. margin-top: 0px;
  129. .channel_name_ul_li {
  130. height: 24px;
  131. margin-bottom: 16px;
  132. display: flex;
  133. }
  134. .channel_name_ul_li_tag {
  135. height: 24px;
  136. line-height: 24px;
  137. color: #0046AE;
  138. font-size: 18px;
  139. margin-right: 15px;
  140. word-break: keep-all;
  141. white-space: nowrap;
  142. }
  143. .channel_name_ul_li_dot1 {
  144. height: 24px;
  145. line-height: 24px;
  146. color: #333;
  147. font-size: 18px;
  148. width: 100%;
  149. }
  150. .channel_name_ul_li:nth-of-type(1) .channel_name_ul_li_tag {
  151. display: none;
  152. }
  153. .channel_name_ul_li:nth-of-type(1) .channel_name_ul_li_dot1 {
  154. font-weight: bold;
  155. font-size: 20px;
  156. }
  157. .channel_name_ul_li:hover .channel_name_ul_li_dot1 {
  158. color: #255590;
  159. }
  160. }
  161. .channel_2 {
  162. margin-top: 16px;
  163. height: 608px;
  164. }
  165. .channel_head {
  166. height: 30px;
  167. position: relative;
  168. margin-bottom: 28px;
  169. .channel_head_name {
  170. float: left;
  171. height: 30px;
  172. line-height: 30px;
  173. color: #255590;
  174. font-size: 22px;
  175. text-indent: 22px;
  176. font-weight: bold;
  177. }
  178. .channel_head_name_a {
  179. display: block;
  180. height: 30px;
  181. line-height: 30px;
  182. color: #255590;
  183. font-size: 22px;
  184. font-weight: bold;
  185. }
  186. .channel_head_name::after {
  187. content: '';
  188. display: block;
  189. width: 3px;
  190. height: 18px;
  191. background: #255590;
  192. position: absolute;
  193. left: 0px;
  194. top: 6px;
  195. z-index: 11;
  196. }
  197. .channel_head_more {
  198. float: right;
  199. height: 30px;
  200. line-height: 30px;
  201. color: #999;
  202. font-size: 16px;
  203. }
  204. .channel_head_more::after {
  205. content: '';
  206. display: block;
  207. width: 100%;
  208. height: 100%;
  209. position: absolute;
  210. left: 0px;
  211. top: 0px;
  212. z-index: 22;
  213. }
  214. }
  215. .channel2_top_content {
  216. height: 230px;
  217. }
  218. .channel_head:hover .channel_head_more {
  219. color: #255590;
  220. }
  221. .channel_img_big_1_ul {
  222. .channel_img_big_1_li {
  223. width: 350px;
  224. height: 230px;
  225. margin-bottom: 31px;
  226. position: relative;
  227. }
  228. .channel_img_big_1_li_a {}
  229. .channel_img_big_1_li_img {
  230. display: block;
  231. width: 350px;
  232. height: 230px;
  233. }
  234. .channel_img_big_1_li_dot1 {
  235. width: 350px;
  236. height: 44px;
  237. line-height: 44px;
  238. color: #fff;
  239. font-size: 18px;
  240. padding: 0px 10px;
  241. box-sizing: border-box;
  242. position: absolute;
  243. z-index: 11;
  244. left: 0px;
  245. bottom: 0px;
  246. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  247. }
  248. }
  249. .channel_ul_2_a {
  250. height: 24px;
  251. line-height: 24px;
  252. color: #333;
  253. font-size: 18px;
  254. margin-bottom: 17px;
  255. box-sizing: border-box;
  256. text-indent: 16px;
  257. position: relative;
  258. &:hover {
  259. color: #255590;
  260. }
  261. }
  262. .channel_ul_2_a::after {
  263. content: '';
  264. display: block;
  265. width: 6px;
  266. height: 6px;
  267. background: #ddd;
  268. border-radius: 50%;
  269. position: absolute;
  270. left: 0px;
  271. top: 9px;
  272. z-index: 11;
  273. }
  274. .channel_ul_2_a:nth-of-type(3n-2) {
  275. font-weight: bold;
  276. }
  277. .channel_ul_2_a:hover::after {
  278. content: '';
  279. display: block;
  280. background: #255590;
  281. }
  282. .channel_img_big_2_ul {}
  283. .channel_img_big_2_li {
  284. width: 350px;
  285. height: 230px;
  286. margin-bottom: 20px;
  287. position: relative;
  288. }
  289. .channel_img_big_2_li_img {
  290. display: block;
  291. width: 350px;
  292. height: 230px;
  293. }
  294. .channel_img_big_2_li_dot1 {
  295. width: 350px;
  296. height: 44px;
  297. line-height: 44px;
  298. color: #fff;
  299. font-size: 18px;
  300. padding: 0px 10px;
  301. box-sizing: border-box;
  302. position: absolute;
  303. z-index: 11;
  304. left: 0px;
  305. bottom: 0px;
  306. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  307. }
  308. .channel_3 {
  309. margin-top: 20px;
  310. height: 485px;
  311. }
  312. .channel_ul_3_a {
  313. height: 24px;
  314. line-height: 24px;
  315. color: #333;
  316. font-size: 18px;
  317. margin-bottom: 17px;
  318. box-sizing: border-box;
  319. text-indent: 16px;
  320. position: relative;
  321. &:hover {
  322. color: #255590;
  323. }
  324. }
  325. .channel_ul_3_a::after {
  326. content: '';
  327. display: block;
  328. width: 6px;
  329. height: 6px;
  330. background: #ddd;
  331. border-radius: 50%;
  332. position: absolute;
  333. left: 0px;
  334. top: 9px;
  335. z-index: 11;
  336. }
  337. .channel_ul_3_a:nth-of-type(3n-2) {
  338. font-weight: bold;
  339. }
  340. .channel_ul_3_a:hover::after {
  341. content: '';
  342. display: block;
  343. background: #255590;
  344. }
  345. .channel_img_big_3_ul {
  346. .channel_img_big_3_li {
  347. height: 265px;
  348. position: relative;
  349. width: 450px;
  350. margin-bottom: 22px;
  351. overflow: hidden;
  352. }
  353. .channel_img_big_3_li_a {}
  354. .channel_img_big_3_li_img {
  355. display: block;
  356. height: 267px;
  357. width: 450px;
  358. }
  359. .channel_img_big_3_li_dot1 {
  360. width: 450px;
  361. height: 44px;
  362. line-height: 44px;
  363. color: #fff;
  364. font-size: 18px;
  365. box-sizing: border-box;
  366. position: absolute;
  367. padding: 0px 10px;
  368. left: 0px;
  369. bottom: 0px;
  370. z-index: 11;
  371. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  372. }
  373. }
  374. .channel_ul_4 {
  375. width: 450px;
  376. .channel_ul_4_li {
  377. width: 450px;
  378. display: flex;
  379. height: 24px;
  380. margin-bottom: 24px;
  381. }
  382. .channel_ul_4_li_num {
  383. height: 24px;
  384. line-height: 24px;
  385. color: #ccc;
  386. font-size: 18px;
  387. width: 24px;
  388. text-align: center;
  389. font-style: italic;
  390. margin-right: 20px;
  391. }
  392. .channel_ul_4_a {
  393. height: 24px;
  394. line-height: 24px;
  395. color: #333;
  396. font-size: 18px;
  397. &:hover {
  398. color: #255590;
  399. }
  400. }
  401. .channel_ul_4_li:nth-of-type(-n+3) .channel_ul_4_li_num {
  402. color: #255590;
  403. }
  404. }
  405. .channel_banner {
  406. width: 1200px;
  407. margin: 2px auto 0px;
  408. }
  409. .channel_banner_a {
  410. display: block;
  411. width: 1200px;
  412. }
  413. .channel_banner_img {
  414. display: block;
  415. width: 1200px;
  416. }
  417. .channel_img_big_4_ul {
  418. .channel_img_big_4_li {
  419. width: 350px;
  420. margin-bottom: 25px;
  421. overflow: hidden;
  422. }
  423. .channel_img_big_4_li_a {}
  424. .channel_img_big_4_li_img {
  425. display: block;
  426. height: 230px;
  427. width: 350px;
  428. }
  429. .channel_img_big_4_li_dot2 {
  430. height: 48px;
  431. width: 350px;
  432. color: #333;
  433. font-size: 18px;
  434. margin-top: 20px;
  435. line-height: 24px;
  436. font-weight: bold;
  437. }
  438. }
  439. .channel_img_big_4_li_a:hover .channel_img_big_4_li_dot2 {
  440. color: #255590;
  441. }
  442. .channel_img_ul_1 {}
  443. .channel_img_ul_1_li {
  444. width: 165px;
  445. .channel_img_ul_1_li_img {
  446. display: block;
  447. width: 165px;
  448. height: 96px;
  449. }
  450. .channel_img_ul_1_li_dot2 {
  451. height: 48px;
  452. line-height: 24px;
  453. color: #333;
  454. font-size: 18px;
  455. margin-top: 15px;
  456. }
  457. }
  458. .channel_img_ul_1_li:nth-of-type(odd) {
  459. float: left;
  460. }
  461. .channel_img_ul_1_li:nth-of-type(even) {
  462. float: right;
  463. }
  464. .channel_img_ul_1_li_a {}
  465. .channel_img_ul_1_li_a:hover .channel_img_ul_1_li_dot2 {
  466. color: #255590;
  467. }
  468. .channel_ul_5_a {
  469. height: 24px;
  470. line-height: 24px;
  471. color: #333;
  472. font-size: 18px;
  473. margin-bottom: 27px;
  474. &:hover {
  475. color: #255590;
  476. }
  477. }
  478. .channel_ul_5_a:nth-of-type(5n-4) {
  479. font-weight: bold;
  480. }
  481. .channel_img_ul_2 {
  482. .channel_img_ul_2_li {
  483. width: 220px;
  484. }
  485. .channel_img_ul_2_li:nth-of-type(odd) {
  486. float: left;
  487. }
  488. .channel_img_ul_2_li:nth-of-type(even) {
  489. float: right;
  490. }
  491. .channel_img_ul_2_li_a {}
  492. .channel_img_ul_2_li_img {
  493. display: block;
  494. width: 220px;
  495. height: 130px;
  496. }
  497. .channel_img_ul_2_li_dot1 {
  498. height: 24px;
  499. line-height: 24px;
  500. color: #333;
  501. font-size: 18px;
  502. margin-top: 20px;
  503. text-align: center;
  504. }
  505. .channel_img_ul_2_li_a:hover .channel_img_ul_2_li_dot1 {
  506. color: #255590;
  507. }
  508. }
  509. .channel_ul_6 {
  510. margin-top: 20px;
  511. .channel_ul_6_a {
  512. height: 24px;
  513. line-height: 24px;
  514. color: #333;
  515. font-size: 18px;
  516. margin-bottom: 25px;
  517. box-sizing: border-box;
  518. text-indent: 16px;
  519. position: relative;
  520. }
  521. .channel_ul_6_a::after {
  522. content: '';
  523. display: block;
  524. width: 4px;
  525. height: 4px;
  526. background: #255590;
  527. position: absolute;
  528. left: 0px;
  529. top: 10px;
  530. z-index: 11;
  531. }
  532. .channel_ul_6_a:nth-last-of-type(1) {
  533. margin-bottom: 11px;
  534. }
  535. .channel_ul_6_a:hover {
  536. color: #255590;
  537. }
  538. }
  539. .channel_4 {
  540. margin-top: 14px;
  541. height: 430px;
  542. }
  543. .channel_ul_7_a {
  544. height: 24px;
  545. line-height: 24px;
  546. color: #333;
  547. font-size: 18px;
  548. margin-bottom: 37px;
  549. box-sizing: border-box;
  550. text-indent: 16px;
  551. position: relative;
  552. &:hover {
  553. color: #255590;
  554. }
  555. }
  556. .channel_ul_7_a::after {
  557. content: '';
  558. display: block;
  559. width: 4px;
  560. height: 4px;
  561. background: #333;
  562. position: absolute;
  563. left: 0px;
  564. top: 10px;
  565. z-index: 11;
  566. }
  567. .channel_ul_7_a:nth-of-type(1) {
  568. font-weight: bold;
  569. }
  570. .channel_ul_7_a:hover::after {
  571. content: '';
  572. display: block;
  573. background: #255590;
  574. }
  575. .channel_img_big_5_ul {
  576. .channel_img_big_5_li {
  577. margin-bottom: 25px;
  578. overflow: hidden;
  579. }
  580. .channel_img_big_5_li_a {}
  581. .channel_img_big_5_li_img {
  582. display: block;
  583. width: 100%;
  584. height: 267px;
  585. }
  586. .channel_img_big_5_li_dot2 {
  587. height: 48px;
  588. color: #333;
  589. font-size: 18px;
  590. margin-top: 20px;
  591. line-height: 24px;
  592. font-weight: bold;
  593. }
  594. .channel_img_big_5_li_a:hover .channel_img_big_5_li_dot2 {
  595. color: #255590;
  596. }
  597. }