class.less 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  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 !important;
  27. -webkit-box-orient: vertical;
  28. -webkit-line-clamp: 2;
  29. }
  30. .dot3 {
  31. overflow: hidden;
  32. display: -webkit-box !important;
  33. -webkit-box-orient: vertical;
  34. -webkit-line-clamp: 3;
  35. }
  36. /*input,img{border:none;width:100%;height:100%;}*/
  37. .cover100 img {
  38. display: block;
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .back100 {
  43. background-size: 100% 100%;
  44. background-repeat: no-repeat;
  45. }
  46. article,
  47. aside,
  48. footer,
  49. header,
  50. time,
  51. video,
  52. top,
  53. main,
  54. nav,
  55. h4,
  56. h3,
  57. section {
  58. display: block;
  59. }
  60. .index_2_left :deep(.el-tabs__header) {
  61. height: 45px;
  62. display: block;
  63. width: 100%;
  64. margin-bottom: 20px;
  65. background: url(https://img.bjzxtw.org.cn/master/www/nmw/img/2.png) left center;
  66. background-repeat: repeat-x;
  67. background-size: auto 10px;
  68. }
  69. .index_2_left :deep(.el-tabs__item) {
  70. float: left;
  71. height: 45px;
  72. line-height: 45px;
  73. color: #999;
  74. font-size: 34px;
  75. font-weight: bold;
  76. background: #fff;
  77. padding: 0px 28px 0px 0px !important;
  78. }
  79. .index_2_left :deep(.is-active) {
  80. color: #333;
  81. padding-right: 28px;
  82. }
  83. .index_2_left :deep(.el-tabs__active-bar) {
  84. display: none;
  85. }
  86. .index_2_left :deep(.el-tabs__nav-wrap)::after {
  87. display: none;
  88. }
  89. .index_2_left_h3_a {
  90. float: left;
  91. height: 45px;
  92. line-height: 45px;
  93. color: #999;
  94. font-size: 24px;
  95. font-weight: bold;
  96. padding-right: 28px;
  97. background: #fff;
  98. }
  99. .index_2_left_h3_a_only {
  100. color: #333;
  101. }
  102. .index_2_left_h3 {
  103. height: 45px;
  104. display: block;
  105. width: 100%;
  106. margin-bottom: 20px;
  107. background: url(https://img.bjzxtw.org.cn/master/www/nmw/img/2.png) left center;
  108. background-repeat: repeat-x;
  109. background-size: auto 10px;
  110. }
  111. .slow_6 {
  112. -webkit-transition: all .6s;
  113. -moz-transition: all .6s;
  114. -ms-transition: all .6s;
  115. -o-transition: all .6s;
  116. transition: all .6s;
  117. }
  118. .index_main {
  119. margin: 0 auto;
  120. width: 1200px;
  121. }
  122. .index_nav {
  123. margin-top: 20px;
  124. border-bottom: solid 1px #D9D9D9;
  125. .index_nav_a {
  126. float: left;
  127. color: #333;
  128. font-size: 16px;
  129. margin: 0px 36px;
  130. height: 88px;
  131. line-height: 88px;
  132. font-weight: bold;
  133. border-bottom: solid 3px #fff;
  134. box-sizing: border-box;
  135. position: relative;
  136. }
  137. .index_nav_a:hover {
  138. color: #D2600F;
  139. // border-bottom: solid 3px #D2600F;
  140. }
  141. .index_nav_a_only {
  142. border-bottom: solid 3px #D2600F;
  143. }
  144. .index_nav_a::after {
  145. content: '';
  146. display: block;
  147. position: absolute;
  148. width: 2px;
  149. height: 12px;
  150. background: #DBDBDB;
  151. right: -38px;
  152. top: 39px;
  153. }
  154. .index_nav_a:nth-last-of-type(1) {
  155. overflow: hidden;
  156. }
  157. .index_nav_a:nth-of-type(1) {
  158. overflow: hidden;
  159. height: 56px;
  160. line-height: 56px;
  161. color: #fff;
  162. font-size: 18px;
  163. font-weight: bold;
  164. width: 153px;
  165. margin: 14px 30px 0px 0px;
  166. text-indent: 46px;
  167. background: url(https://img.bjzxtw.org.cn/master/www/nmw/img/3.png) no-repeat;
  168. background-size: 100% 100%;
  169. }
  170. }
  171. .index_1 {
  172. margin-top: 20px;
  173. height: 410px;
  174. }
  175. .index_1_left {
  176. float: left;
  177. width: 720px;
  178. }
  179. .index_1_right {
  180. float: right;
  181. width: 450px;
  182. }
  183. .roll_1_box {
  184. width: 100%;
  185. height: 405px;
  186. }
  187. .index_1_color_box {
  188. background: #FAFAFA;
  189. width: 100%;
  190. box-sizing: border-box;
  191. border: solid 1px #FAFAFA;
  192. border-left: solid 15px #FAFAFA;
  193. border-right: solid 15px #FAFAFA;
  194. padding: 0px 15px 20px;
  195. }
  196. .index_1_head_h3 {
  197. margin-top: 20px;
  198. display: block;
  199. height: 30px;
  200. margin-bottom: 10px;
  201. .index_1_head_a {
  202. float: left;
  203. color: #333;
  204. font-size: 20px;
  205. font-weight: bold;
  206. }
  207. }
  208. .index_1_ul_2 {
  209. margin: -8px 0px 8px 0px;
  210. }
  211. .index_1_ul_a {
  212. width: 100%;
  213. position: relative;
  214. height: 48px;
  215. line-height: 48px;
  216. color: #333;
  217. font-size: 18px;
  218. text-indent: 18px;
  219. }
  220. .index_1_ul_a:hover {
  221. color: #D2600F;
  222. }
  223. .index_1_ul_a::after {
  224. content: '';
  225. display: block;
  226. width: 8px;
  227. height: 8px;
  228. background: #D9D9D9;
  229. position: absolute;
  230. border-radius: 50%;
  231. left: 0px;
  232. top: 20px;
  233. }
  234. .index_2 {
  235. margin-top: 20px;
  236. height: 490px;
  237. }
  238. .index_2_left {
  239. float: left;
  240. width: 900px;
  241. }
  242. .index_2_right {
  243. float: right;
  244. width: 270px;
  245. }
  246. .index_2_left_img_out {
  247. width: 410px;
  248. float: left;
  249. }
  250. .index_2_big_img_li {
  251. margin-bottom: 30px;
  252. .index_2_big_img_li_a img {
  253. display: block;
  254. width: 100%;
  255. height: 260px;
  256. }
  257. }
  258. .index_2_img_li {
  259. width: 195px;
  260. .index_2_img_li_a img {
  261. display: block;
  262. height: 117px;
  263. width: 100%;
  264. }
  265. }
  266. .index_2_img_li:nth-of-type(odd) {
  267. float: left;
  268. }
  269. .index_2_img_li:nth-of-type(even) {
  270. float: right;
  271. }
  272. .index_2_img_li_dot1 {
  273. height: 24px;
  274. line-height: 24px;
  275. color: #000;
  276. font-size: 18px;
  277. margin-top: 17px;
  278. }
  279. .index_2_img_li_dot1:hover {
  280. color: #D2600F;
  281. }
  282. .index_2_left_ul_box {
  283. width: 460px;
  284. float: right;
  285. }
  286. .index_2_left_ul {
  287. width: 100%;
  288. }
  289. .index_2_left_ul_group_6 .index_2_left_ul_li:nth-of-type(6n) {
  290. margin-bottom: 44px;
  291. }
  292. .index_2_left_ul_group_6 .index_2_left_ul_li:nth-of-type(6n-5) .index_2_left_ul_li_a_text {
  293. font-weight: bold;
  294. }
  295. .index_2_left_ul_group_5 .index_2_left_ul_li:nth-of-type(5n) {
  296. margin-bottom: 35px;
  297. }
  298. .index_2_left_ul_group_5 .index_2_left_ul_li:nth-of-type(5n-4) .index_2_left_ul_li_a_text {
  299. font-weight: bold;
  300. }
  301. .index_2_left_ul_li {
  302. height: 24px;
  303. line-height: 24px;
  304. margin: 0px 0 20px;
  305. display: flex;
  306. .index_2_left_ul_li_a_name {
  307. height: 15px;
  308. line-height: 15px;
  309. color: #999;
  310. font-size: 18px;
  311. margin: 6px 10px 0px 0px;
  312. padding-right: 10px;
  313. border-right: solid 1px #D46F05;
  314. }
  315. .index_2_left_ul_li_a_name:hover {
  316. color: #D2600F;
  317. }
  318. .index_2_left_ul_li_a_text {
  319. height: 24px;
  320. line-height: 24px;
  321. color: #333;
  322. font-size: 18px;
  323. width: 100%;
  324. display: block;
  325. word-break: keep-all;
  326. white-space: nowrap;
  327. overflow: hidden;
  328. text-overflow: ellipsis;
  329. }
  330. .index_2_left_ul_li_a_text:hover {
  331. color: #D2600F;
  332. }
  333. }
  334. .index_2_right_head {
  335. height: 45px;
  336. display: block;
  337. margin-bottom: 44px;
  338. .index_2_right_head_a {
  339. float: left;
  340. height: 45px;
  341. line-height: 45px;
  342. color: #333;
  343. font-size: 24px;
  344. }
  345. }
  346. .index_2_right_img_li {
  347. margin-bottom: 20px;
  348. }
  349. .index_2_right_img_li_a {
  350. display: flex;
  351. }
  352. .index_2_right_img_li_a_img_box {
  353. width: 120px;
  354. height: 80px;
  355. margin-right: 10px;
  356. display: block;
  357. }
  358. .index_3_img_li_in {
  359. width: 100%;
  360. }
  361. .index_2_right_img_li img {
  362. width: 120px;
  363. height: 80px;
  364. display: block;
  365. }
  366. .index_2_right_img_li_dot3 {
  367. height: 63px;
  368. line-height: 21px;
  369. color: #333;
  370. font-size: 18px;
  371. width: 100%;
  372. }
  373. .index_2_right_img_li_dot3:hover {
  374. color: #D2600F;
  375. }
  376. .index_3 {
  377. margin-top: 20px;
  378. height: 555px;
  379. }
  380. .index_3_img_li {
  381. margin-bottom: 35px;
  382. .index_3_img_li_a {
  383. display: flex;
  384. }
  385. .index_3_img_li_img_box {
  386. float: left;
  387. width: 180px;
  388. height: 120px;
  389. margin-right: 15px;
  390. }
  391. .index_3_img_li_a img {
  392. display: block;
  393. width: 180px;
  394. height: 120px;
  395. }
  396. .index_3_img_li_dot3 {
  397. height: 66px;
  398. line-height: 22px;
  399. color: #333;
  400. font-size: 18px;
  401. font-weight: bold;
  402. margin-top: 8px;
  403. }
  404. .index_3_img_li_dot3:hover {
  405. color: #D2600F;
  406. }
  407. .index_3_img_li_tag {
  408. float: left;
  409. height: 28px;
  410. line-height: 28px;
  411. color: #999;
  412. font-size: 14px;
  413. background: #F5F5F7;
  414. padding: 0px 5px;
  415. margin-top: 10px;
  416. }
  417. }
  418. .index_3_num_li {
  419. border-bottom: solid 1px #E4E4E4;
  420. box-sizing: border-box;
  421. height: 66px;
  422. line-height: 66px;
  423. .index_3_num_li_tag {
  424. float: left;
  425. font-style: italic;
  426. color: #D9D9D9;
  427. font-size: 20px;
  428. height: 100%;
  429. line-height: 66px;
  430. margin-right: 13px;
  431. }
  432. .index_3_num_li_dot1 {
  433. color: #333;
  434. font-size: 18px;
  435. height: 100%;
  436. line-height: 66px;
  437. }
  438. .index_3_num_li_dot1:hover {
  439. color: #D2600F;
  440. }
  441. }
  442. .index_3_num_li:nth-of-type(1) {
  443. margin-top: -26px;
  444. }
  445. .index_3_num_li:nth-of-type(-n+3) .index_3_num_li_tag {
  446. color: #DD7D18;
  447. }