index.less 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406
  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. margin-bottom: 30px;
  84. }
  85. .head_h3 {
  86. width: 1100px;
  87. height: 70px;
  88. margin: 30px auto 0;
  89. background: url(http://img.bjzxtw.org.cn/master/www/snscw/2.png) no-repeat left top #EDF4FF;
  90. background-size: auto auto;
  91. .head_h3_a {
  92. display: block;
  93. width: 1000px;
  94. height: 70px;
  95. text-align: center;
  96. color: #255590;
  97. font-size: 30px;
  98. line-height: 70px;
  99. margin: 0px auto;
  100. }
  101. }
  102. .index_1 {
  103. margin-top: 30px;
  104. height: 420px;
  105. }
  106. .roll_1_box {
  107. width: 720px;
  108. height: 405px;
  109. }
  110. .index_1_left {
  111. float: left;
  112. width: 720px;
  113. }
  114. .index_1_right {
  115. float: right;
  116. width: 450px;
  117. }
  118. .index_1_box_1 {
  119. float: left;
  120. width: 350px;
  121. margin-right: 20px;
  122. }
  123. .index_1_box_2 {
  124. float: left;
  125. width: 350px;
  126. }
  127. .index_2_box_1 {
  128. float: left;
  129. width: 170px;
  130. }
  131. .index_2_box_2 {
  132. float: right;
  133. width: 265px;
  134. }
  135. .index_1_ul {}
  136. .index_1_ul_a {
  137. height: 42px;
  138. line-height: 42px;
  139. color: #333;
  140. font-size: 18px;
  141. position: relative;
  142. text-indent: 16px;
  143. &:hover {
  144. color: #255590;
  145. }
  146. }
  147. .index_1_ul_a::after {
  148. content: '';
  149. display: block;
  150. width: 6px;
  151. height: 6px;
  152. position: absolute;
  153. left: 0px;
  154. top: 20px;
  155. background: #255590;
  156. border-radius: 50%;
  157. }
  158. .index_1_ul_a:nth-of-type(1) {
  159. font-weight: bold;
  160. font-size: 20px;
  161. text-indent: 0;
  162. margin-top: -4px;
  163. }
  164. .index_1_ul_a:nth-of-type(1)::after {
  165. content: '';
  166. display: none;
  167. }
  168. .banner {
  169. margin-top: 30px;
  170. width: 1200px;
  171. .banner_a {
  172. display: block;
  173. width: 1200px;
  174. }
  175. .banner_img {
  176. display: block;
  177. width: 1200px;
  178. }
  179. }
  180. .index_2 {
  181. margin-top: 30px;
  182. height: 411px;
  183. }
  184. .index_2_head {
  185. height: 30px;
  186. position: relative;
  187. margin-bottom: 28px;
  188. .index_2_head_name {
  189. float: left;
  190. height: 30px;
  191. line-height: 30px;
  192. color: #255590;
  193. font-size: 22px;
  194. text-indent: 22px;
  195. font-weight: bold;
  196. }
  197. .index_2_head_name_a {
  198. display: block;
  199. height: 30px;
  200. line-height: 30px;
  201. color: #255590;
  202. font-size: 22px;
  203. font-weight: bold;
  204. }
  205. .index_2_head_name::after {
  206. content: '';
  207. display: block;
  208. width: 3px;
  209. height: 18px;
  210. background: #255590;
  211. position: absolute;
  212. left: 0px;
  213. top: 6px;
  214. z-index: 11;
  215. }
  216. .index_2_head_more {
  217. float: right;
  218. height: 30px;
  219. line-height: 30px;
  220. color: #999;
  221. font-size: 16px;
  222. }
  223. // .index_2_head_more::after {
  224. // content: '';
  225. // display: block;
  226. // width: 100%;
  227. // height: 100%;
  228. // position: absolute;
  229. // left: 0px;
  230. // top: 0px;
  231. // z-index: 22;
  232. // }
  233. }
  234. .index_2_head:hover .index_2_head_more {
  235. color: #255590;
  236. }
  237. .index_img_big_2_li {
  238. width: 350px;
  239. height: 230px;
  240. margin-bottom: 20px;
  241. position: relative;
  242. .index_img_big_2_li_img {
  243. display: block;
  244. width: 350px;
  245. height: 230px;
  246. }
  247. .index_img_big_2_li_dot1 {
  248. width: 350px;
  249. height: 44px;
  250. line-height: 44px;
  251. color: #fff;
  252. font-size: 18px;
  253. padding: 0px 10px;
  254. box-sizing: border-box;
  255. position: absolute;
  256. z-index: 11;
  257. left: 0px;
  258. bottom: 0px;
  259. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  260. }
  261. }
  262. .index_2_img_li {
  263. width: 165px;
  264. height: 96px;
  265. margin-bottom: 8px;
  266. position: relative;
  267. .index_2_img_li_img {
  268. width: 165px;
  269. height: 96px;
  270. }
  271. .index_2_img_li_dot1 {
  272. width: 165px;
  273. height: 28px;
  274. line-height: 28px;
  275. color: #fff;
  276. font-size: 14px;
  277. box-sizing: border-box;
  278. position: absolute;
  279. padding: 0px 10px;
  280. left: 0px;
  281. bottom: 0px;
  282. z-index: 11;
  283. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  284. }
  285. }
  286. .index_2_img_li:nth-of-type(odd) {
  287. float: left;
  288. }
  289. .index_2_img_li:nth-of-type(even) {
  290. float: right;
  291. }
  292. .index_ul_2_a {
  293. height: 24px;
  294. line-height: 24px;
  295. color: #333;
  296. font-size: 18px;
  297. margin-bottom: 17px;
  298. box-sizing: border-box;
  299. text-indent: 16px;
  300. position: relative;
  301. &:hover {
  302. color: #255590;
  303. }
  304. &:hover::after {
  305. content: '';
  306. display: block;
  307. background: #255590;
  308. }
  309. }
  310. .index_ul_2_a::after {
  311. content: '';
  312. display: block;
  313. width: 6px;
  314. height: 6px;
  315. background: #ddd;
  316. border-radius: 50%;
  317. position: absolute;
  318. left: 0px;
  319. top: 8px;
  320. z-index: 11;
  321. }
  322. .index_ul_2_a:nth-of-type(3n-2) {
  323. font-weight: bold;
  324. }
  325. .index_img_big_1_ul {
  326. .index_img_big_1_li {
  327. height: 267px;
  328. position: relative;
  329. width: 450px;
  330. margin-bottom: 22px;
  331. }
  332. .index_img_big_1_li_img {
  333. display: block;
  334. height: 267px;
  335. width: 450px;
  336. }
  337. .index_img_big_1_li_dot1 {
  338. width: 450px;
  339. height: 44px;
  340. line-height: 44px;
  341. color: #fff;
  342. font-size: 18px;
  343. box-sizing: border-box;
  344. position: absolute;
  345. padding: 0px 10px;
  346. left: 0px;
  347. bottom: 0px;
  348. z-index: 11;
  349. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  350. }
  351. }
  352. .index_ul_3_a {
  353. height: 24px;
  354. line-height: 24px;
  355. color: #333;
  356. font-size: 18px;
  357. margin-bottom: 17px;
  358. box-sizing: border-box;
  359. text-indent: 16px;
  360. position: relative;
  361. &:hover {
  362. color: #255590;
  363. }
  364. }
  365. .index_ul_3_a::after {
  366. content: '';
  367. display: block;
  368. width: 6px;
  369. height: 6px;
  370. background: #ddd;
  371. border-radius: 50%;
  372. position: absolute;
  373. left: 0px;
  374. top: 8px;
  375. z-index: 11;
  376. }
  377. .index_ul_3_a:hover::after {
  378. content: '';
  379. display: block;
  380. background: #255590;
  381. }
  382. .index_3 {
  383. margin-top: 12px;
  384. height: 289px;
  385. }
  386. .index_img_big_3_li {
  387. width: 350px;
  388. height: 230px;
  389. margin-bottom: 20px;
  390. position: relative;
  391. }
  392. .index_img_big_3_li_img {
  393. display: block;
  394. width: 350px;
  395. height: 230px;
  396. }
  397. .index_img_big_3_li_dot1 {
  398. width: 350px;
  399. height: 44px;
  400. line-height: 44px;
  401. color: #fff;
  402. font-size: 18px;
  403. padding: 0px 10px;
  404. box-sizing: border-box;
  405. position: absolute;
  406. z-index: 11;
  407. left: 0px;
  408. bottom: 0px;
  409. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  410. }
  411. .index_ul_3_a {
  412. height: 24px;
  413. line-height: 24px;
  414. color: #333;
  415. font-size: 18px;
  416. margin-bottom: 17px;
  417. box-sizing: border-box;
  418. text-indent: 16px;
  419. position: relative;
  420. }
  421. .index_ul_3_a::after {
  422. content: '';
  423. display: block;
  424. width: 6px;
  425. height: 6px;
  426. background: #ddd;
  427. border-radius: 50%;
  428. position: absolute;
  429. left: 0px;
  430. top: 8px;
  431. z-index: 11;
  432. }
  433. .index_ul_3_a:nth-of-type(3n-2) {
  434. font-weight: bold;
  435. }
  436. .index_ul_5_a {
  437. height: 24px;
  438. line-height: 24px;
  439. color: #333;
  440. font-size: 18px;
  441. margin-bottom: 17px;
  442. box-sizing: border-box;
  443. text-indent: 16px;
  444. position: relative;
  445. &:hover {
  446. color: #255590;
  447. }
  448. }
  449. .index_ul_5_a::after {
  450. content: '';
  451. display: block;
  452. width: 6px;
  453. height: 6px;
  454. background: #ddd;
  455. border-radius: 50%;
  456. position: absolute;
  457. left: 0px;
  458. top: 8px;
  459. z-index: 11;
  460. }
  461. .index_ul_5_a:hover::after {
  462. content: '';
  463. display: block;
  464. background: #255590;
  465. }
  466. .index_img_ul_2 {
  467. .index_img_ul_2_li {
  468. width: 170px;
  469. height: 110px;
  470. margin-bottom: 10px;
  471. position: relative;
  472. }
  473. .index_img_ul_2_li_img {
  474. width: 170px;
  475. height: 110px;
  476. }
  477. .index_img_ul_2_li_dot1 {
  478. width: 170px;
  479. height: 28px;
  480. line-height: 28px;
  481. color: #fff;
  482. font-size: 14px;
  483. box-sizing: border-box;
  484. position: absolute;
  485. padding: 0px 10px;
  486. left: 0px;
  487. bottom: 0px;
  488. z-index: 11;
  489. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  490. }
  491. }
  492. .index_ul_4_li_box {
  493. height: 48px;
  494. margin-bottom: 11px;
  495. width: 265px;
  496. .index_ul_4_li {
  497. height: 48px;
  498. width: 265px;
  499. display: table-cell;
  500. vertical-align: middle;
  501. }
  502. .index_ul_4_a {
  503. line-height: 24px;
  504. color: #333;
  505. font-size: 18px;
  506. box-sizing: border-box;
  507. position: relative;
  508. width: 265px;
  509. box-sizing: border-box;
  510. padding-left: 16px;
  511. &:hover {
  512. color: #255590;
  513. }
  514. }
  515. .index_ul_4_a::after {
  516. content: '';
  517. display: block;
  518. width: 6px;
  519. height: 6px;
  520. background: #ddd;
  521. border-radius: 50%;
  522. position: absolute;
  523. left: 0px;
  524. top: 44%;
  525. z-index: 11;
  526. }
  527. .index_ul_4_a:hover::after {
  528. content: '';
  529. display: block;
  530. background: #255590;
  531. }
  532. }
  533. .index_4 {
  534. margin-top: 11px;
  535. height: 497px;
  536. margin-bottom: 20px;
  537. }
  538. .index_img_big_4_li {
  539. width: 350px;
  540. height: 230px;
  541. margin-bottom: 20px;
  542. position: relative;
  543. .index_img_big_4_li_img {
  544. display: block;
  545. width: 350px;
  546. height: 230px;
  547. }
  548. .index_img_big_4_li_dot1 {
  549. width: 350px;
  550. height: 44px;
  551. line-height: 44px;
  552. color: #fff;
  553. font-size: 18px;
  554. padding: 0px 10px;
  555. box-sizing: border-box;
  556. position: absolute;
  557. z-index: 11;
  558. left: 0px;
  559. bottom: 0px;
  560. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  561. }
  562. }
  563. .index_ul_6_a {
  564. height: 24px;
  565. line-height: 24px;
  566. color: #333;
  567. font-size: 18px;
  568. margin-bottom: 17px;
  569. box-sizing: border-box;
  570. text-indent: 16px;
  571. position: relative;
  572. &:hover {
  573. color: #255590;
  574. }
  575. }
  576. .index_ul_6_a::after {
  577. content: '';
  578. display: block;
  579. width: 6px;
  580. height: 6px;
  581. background: #ddd;
  582. border-radius: 50%;
  583. position: absolute;
  584. left: 0px;
  585. top: 8px;
  586. z-index: 11;
  587. }
  588. .index_ul_6_a:hover::after {
  589. content: '';
  590. display: block;
  591. background: #255590;
  592. }
  593. .index_ul_7 {
  594. margin-top: 12px;
  595. }
  596. .index_ul_7_a {
  597. height: 24px;
  598. line-height: 24px;
  599. color: #333;
  600. font-size: 18px;
  601. margin-bottom: 17px;
  602. box-sizing: border-box;
  603. text-indent: 16px;
  604. position: relative;
  605. &:hover {
  606. color: #255590;
  607. }
  608. }
  609. .index_ul_7_a::after {
  610. content: '';
  611. display: block;
  612. width: 6px;
  613. height: 6px;
  614. background: #ddd;
  615. border-radius: 50%;
  616. position: absolute;
  617. left: 0px;
  618. top: 8px;
  619. z-index: 11;
  620. }
  621. .index_ul_7_a:nth-of-type(3n-2) {
  622. font-weight: bold;
  623. }
  624. .index_ul_7_a:hover::after {
  625. content: '';
  626. display: block;
  627. background: #255590;
  628. }
  629. .index_ul_8_a {
  630. width: 170px;
  631. height: 48px;
  632. color: #255590;
  633. font-size: 14px;
  634. box-sizing: border-box;
  635. padding: 0px 6px;
  636. line-height: 48px;
  637. background: #F7FBFE;
  638. margin-bottom: 10px;
  639. &:hover {
  640. font-weight: bold;
  641. }
  642. }
  643. .index_ul_8_a:nth-of-type(odd) {
  644. float: left;
  645. }
  646. .index_ul_8_a:nth-of-type(even) {
  647. float: right;
  648. }
  649. .index_img_big_5_li {
  650. height: 267px;
  651. position: relative;
  652. width: 450px;
  653. margin-bottom: 22px;
  654. .index_img_big_5_li_img {
  655. display: block;
  656. height: 267px;
  657. width: 450px;
  658. }
  659. .index_img_big_5_li_dot1 {
  660. width: 450px;
  661. height: 44px;
  662. line-height: 44px;
  663. color: #fff;
  664. font-size: 18px;
  665. box-sizing: border-box;
  666. position: absolute;
  667. padding: 0px 10px;
  668. left: 0px;
  669. bottom: 0px;
  670. z-index: 11;
  671. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  672. }
  673. }
  674. .index_ul_9_a {
  675. height: 24px;
  676. line-height: 24px;
  677. color: #333;
  678. font-size: 18px;
  679. margin-bottom: 17px;
  680. box-sizing: border-box;
  681. text-indent: 16px;
  682. position: relative;
  683. &:hover {
  684. color: #255590;
  685. }
  686. }
  687. .index_ul_9_a::after {
  688. content: '';
  689. display: block;
  690. width: 6px;
  691. height: 6px;
  692. background: #ddd;
  693. border-radius: 50%;
  694. position: absolute;
  695. left: 0px;
  696. top: 8px;
  697. z-index: 11;
  698. }
  699. .index_ul_9_a:hover::after {
  700. content: '';
  701. display: block;
  702. background: #255590;
  703. }
  704. .banner_3 {
  705. width: 1200px;
  706. margin-top: 12px;
  707. }
  708. .index_img_ul_3_li {
  709. width: 350px;
  710. margin-bottom: 20px;
  711. .index_img_ul_3_a {
  712. width: 350px;
  713. display: flex;
  714. }
  715. .index_img_ul_3_img_box {
  716. width: 165px;
  717. height: 96px;
  718. margin-right: 20px;
  719. }
  720. .index_img_ul_3_img {
  721. display: block;
  722. width: 165px;
  723. height: 96px;
  724. }
  725. .index_img_ul_3_dot2 {
  726. height: 48px;
  727. line-height: 24px;
  728. color: #333;
  729. font-size: 18px;
  730. margin-top: 24px;
  731. }
  732. }
  733. .index_img_ul_3_a:hover .index_img_ul_3_dot2 {
  734. color: #255590;
  735. }
  736. .index_ul_10 {
  737. margin-top: 12px;
  738. .index_ul_10_a {
  739. height: 24px;
  740. line-height: 24px;
  741. color: #333;
  742. font-size: 18px;
  743. margin-bottom: 17px;
  744. box-sizing: border-box;
  745. text-indent: 16px;
  746. position: relative;
  747. }
  748. .index_ul_10_a::after {
  749. content: '';
  750. display: block;
  751. width: 6px;
  752. height: 6px;
  753. background: #ddd;
  754. border-radius: 50%;
  755. position: absolute;
  756. left: 0px;
  757. top: 8px;
  758. z-index: 11;
  759. }
  760. .index_ul_10_a:nth-of-type(3n-2) {
  761. font-weight: bold;
  762. }
  763. }
  764. .index_ul_10_a:hover {
  765. color: #255590;
  766. }
  767. .index_ul_10_a:hover::after {
  768. content: '';
  769. display: block;
  770. background: #255590;
  771. }
  772. .index_img_ul_4_li {
  773. width: 350px;
  774. margin-bottom: 20px;
  775. .index_img_ul_4_a {
  776. width: 350px;
  777. display: flex;
  778. }
  779. .index_img_ul_4_img_box {
  780. width: 165px;
  781. height: 96px;
  782. margin-right: 20px;
  783. }
  784. .index_img_ul_4_img {
  785. display: block;
  786. width: 165px;
  787. height: 96px;
  788. }
  789. .index_img_ul_4_dot2 {
  790. height: 48px;
  791. line-height: 24px;
  792. color: #333;
  793. font-size: 18px;
  794. margin-top: 24px;
  795. }
  796. }
  797. .index_img_ul_4_a:hover .index_img_ul_4_dot2 {
  798. color: #255590;
  799. }
  800. .index_ul_11 {
  801. margin-top: 12px;
  802. .index_ul_11_a {
  803. height: 24px;
  804. line-height: 24px;
  805. color: #333;
  806. font-size: 18px;
  807. margin-bottom: 17px;
  808. box-sizing: border-box;
  809. text-indent: 16px;
  810. position: relative;
  811. }
  812. .index_ul_11_a::after {
  813. content: '';
  814. display: block;
  815. width: 6px;
  816. height: 6px;
  817. background: #ddd;
  818. border-radius: 50%;
  819. position: absolute;
  820. left: 0px;
  821. top: 8px;
  822. z-index: 11;
  823. }
  824. }
  825. .index_ul_11_a:nth-of-type(3n-2) {
  826. font-weight: bold;
  827. }
  828. .index_ul_11_a:hover {
  829. color: #255590;
  830. }
  831. .index_ul_11_a:hover::after {
  832. content: '';
  833. display: block;
  834. background: #255590;
  835. }
  836. .index_ul_12 {
  837. width: 450px;
  838. .index_ul_12_li {
  839. width: 450px;
  840. display: flex;
  841. height: 24px;
  842. margin-bottom: 29px;
  843. }
  844. .index_ul_12_li_num {
  845. height: 24px;
  846. line-height: 24px;
  847. color: #ccc;
  848. font-size: 18px;
  849. width: 24px;
  850. text-align: center;
  851. font-style: italic;
  852. margin-right: 20px;
  853. }
  854. .index_ul_12_a {
  855. height: 24px;
  856. line-height: 24px;
  857. color: #333;
  858. font-size: 18px;
  859. }
  860. }
  861. .index_ul_12_li:nth-of-type(-n+3) .index_ul_12_li_num {
  862. color: #255590;
  863. }
  864. .index_ul_12_a:hover {
  865. color: #255590;
  866. }
  867. .index_5 {
  868. margin-top: 30px;
  869. height: 404px;
  870. }
  871. .index_6 {
  872. margin-top: 30px;
  873. height: 289px;
  874. }
  875. .index_img_big_6_li {
  876. width: 350px;
  877. height: 230px;
  878. margin-bottom: 20px;
  879. position: relative;
  880. .index_img_big_6_li_img {
  881. display: block;
  882. width: 350px;
  883. height: 230px;
  884. }
  885. .index_img_big_6_li_dot1 {
  886. width: 350px;
  887. height: 44px;
  888. line-height: 44px;
  889. color: #fff;
  890. font-size: 18px;
  891. padding: 0px 10px;
  892. box-sizing: border-box;
  893. position: absolute;
  894. z-index: 11;
  895. left: 0px;
  896. bottom: 0px;
  897. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  898. }
  899. }
  900. .index_ul_13_a {
  901. height: 24px;
  902. line-height: 24px;
  903. color: #333;
  904. font-size: 18px;
  905. margin-bottom: 17px;
  906. box-sizing: border-box;
  907. text-indent: 16px;
  908. position: relative;
  909. &:hover {
  910. color: #255590;
  911. }
  912. }
  913. .index_ul_13_a::after {
  914. content: '';
  915. display: block;
  916. width: 6px;
  917. height: 6px;
  918. background: #ddd;
  919. border-radius: 50%;
  920. position: absolute;
  921. left: 0px;
  922. top: 8px;
  923. z-index: 11;
  924. }
  925. .index_ul_13_a:nth-of-type(3n-2) {
  926. font-weight: bold;
  927. }
  928. .index_ul_13_a:hover::after {
  929. content: '';
  930. display: block;
  931. background: #255590;
  932. }
  933. .index_img_ul_5_li {
  934. width: 170px;
  935. height: 110px;
  936. margin-bottom: 10px;
  937. position: relative;
  938. .index_img_ul_5_li_img {
  939. width: 170px;
  940. height: 110px;
  941. }
  942. .index_img_ul_5_li_dot1 {
  943. width: 170px;
  944. height: 28px;
  945. line-height: 28px;
  946. color: #fff;
  947. font-size: 14px;
  948. box-sizing: border-box;
  949. position: absolute;
  950. padding: 0px 10px;
  951. left: 0px;
  952. bottom: 0px;
  953. z-index: 11;
  954. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  955. }
  956. }
  957. .index_ul_14_li_box {
  958. height: 48px;
  959. margin-bottom: 11px;
  960. width: 265px;
  961. .index_ul_14_li {
  962. height: 48px;
  963. width: 265px;
  964. display: table-cell;
  965. vertical-align: middle;
  966. }
  967. .index_ul_14_a {
  968. line-height: 24px;
  969. color: #333;
  970. font-size: 18px;
  971. box-sizing: border-box;
  972. position: relative;
  973. width: 265px;
  974. box-sizing: border-box;
  975. padding-left: 16px;
  976. &:hover {
  977. color: #255590;
  978. }
  979. }
  980. .index_ul_14_a::after {
  981. content: '';
  982. display: block;
  983. width: 6px;
  984. height: 6px;
  985. background: #ddd;
  986. border-radius: 50%;
  987. position: absolute;
  988. left: 0px;
  989. top: 44%;
  990. z-index: 11;
  991. }
  992. .index_ul_14_a:hover::after {
  993. content: '';
  994. display: block;
  995. background: #255590;
  996. }
  997. }
  998. .index_2_head_right {
  999. float: right;
  1000. margin-top: 3px;
  1001. }
  1002. .index_2_head_right_a {
  1003. height: 30px;
  1004. line-height: 30px;
  1005. color: #999;
  1006. font-size: 16px;
  1007. float: left;
  1008. &:hover {
  1009. color: #489D97;
  1010. }
  1011. }
  1012. .index_2_head_right .index_6_head_right_a {
  1013. padding: 0px 10px 0px 16px;
  1014. position: relative;
  1015. float: left;
  1016. color: #999;
  1017. font-size: 16px;
  1018. }
  1019. .index_2_head_right .index_6_head_right_a::after {
  1020. font-size: 12px;
  1021. content: '/';
  1022. display: block;
  1023. height: 6px;
  1024. line-height: 6px;
  1025. position: absolute;
  1026. left: 0px;
  1027. top: 8px;
  1028. }
  1029. .index_2_head_right .index_6_head_right_a:nth-of-type(1)::after {
  1030. content: '';
  1031. display: none;
  1032. }
  1033. .index_6_head_right_a:hover {
  1034. color: #255590;
  1035. }
  1036. .index_7 {
  1037. margin-top: 11px;
  1038. height: 411px;
  1039. }
  1040. .index_img_big_7_li {
  1041. width: 350px;
  1042. height: 230px;
  1043. margin-bottom: 20px;
  1044. position: relative;
  1045. .index_img_big_7_li_img {
  1046. display: block;
  1047. width: 350px;
  1048. height: 230px;
  1049. }
  1050. .index_img_big_7_li_dot1 {
  1051. width: 350px;
  1052. height: 44px;
  1053. line-height: 44px;
  1054. color: #fff;
  1055. font-size: 18px;
  1056. padding: 0px 10px;
  1057. box-sizing: border-box;
  1058. position: absolute;
  1059. z-index: 11;
  1060. left: 0px;
  1061. bottom: 0px;
  1062. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  1063. }
  1064. }
  1065. .index_img_ul_6_li {
  1066. width: 165px;
  1067. height: 96px;
  1068. margin-bottom: 8px;
  1069. position: relative;
  1070. .index_img_ul_6_li_img {
  1071. width: 165px;
  1072. height: 96px;
  1073. }
  1074. .index_img_ul_6_li_dot1 {
  1075. width: 165px;
  1076. height: 28px;
  1077. line-height: 28px;
  1078. color: #fff;
  1079. font-size: 14px;
  1080. box-sizing: border-box;
  1081. position: absolute;
  1082. padding: 0px 10px;
  1083. left: 0px;
  1084. bottom: 0px;
  1085. z-index: 11;
  1086. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  1087. }
  1088. }
  1089. .index_img_ul_6_li:nth-of-type(odd) {
  1090. float: left;
  1091. }
  1092. .index_img_ul_6_li:nth-of-type(even) {
  1093. float: right;
  1094. }
  1095. .index_ul_15_a {
  1096. height: 24px;
  1097. line-height: 24px;
  1098. color: #333;
  1099. font-size: 18px;
  1100. margin-bottom: 17px;
  1101. box-sizing: border-box;
  1102. text-indent: 16px;
  1103. position: relative;
  1104. &:hover {
  1105. color: #255590;
  1106. }
  1107. }
  1108. .index_ul_15_a::after {
  1109. content: '';
  1110. display: block;
  1111. width: 6px;
  1112. height: 6px;
  1113. background: #ddd;
  1114. border-radius: 50%;
  1115. position: absolute;
  1116. left: 0px;
  1117. top: 8px;
  1118. z-index: 11;
  1119. }
  1120. .index_ul_15_a:nth-of-type(3n-2) {
  1121. font-weight: bold;
  1122. }
  1123. .index_ul_15_a:hover::after {
  1124. content: '';
  1125. display: block;
  1126. background: #255590;
  1127. }
  1128. .index_img_ul_7_li {
  1129. width: 220px;
  1130. height: 130px;
  1131. margin-bottom: 8px;
  1132. position: relative;
  1133. .index_img_ul_7_li_img {
  1134. width: 220px;
  1135. height: 130px;
  1136. }
  1137. .index_img_ul_7_li_dot1 {
  1138. width: 220px;
  1139. height: 28px;
  1140. line-height: 28px;
  1141. color: #fff;
  1142. font-size: 14px;
  1143. box-sizing: border-box;
  1144. position: absolute;
  1145. padding: 0px 10px;
  1146. left: 0px;
  1147. bottom: 0px;
  1148. z-index: 11;
  1149. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  1150. }
  1151. }
  1152. .index_img_ul_7_li:nth-of-type(odd) {
  1153. float: left;
  1154. }
  1155. .index_img_ul_7_li:nth-of-type(even) {
  1156. float: right;
  1157. }
  1158. .index_name_ul {
  1159. margin-top: 13px;
  1160. .index_name_ul_li {
  1161. height: 24px;
  1162. margin-bottom: 20px;
  1163. display: flex;
  1164. }
  1165. .index_name_ul_li_tag {
  1166. height: 24px;
  1167. line-height: 24px;
  1168. color: #0046AE;
  1169. font-size: 18px;
  1170. position: relative;
  1171. padding-right: 15px;
  1172. margin-right: 15px;
  1173. word-break: keep-all;
  1174. white-space: nowrap;
  1175. }
  1176. .index_name_ul_li_tag::after {
  1177. content: '';
  1178. display: block;
  1179. height: 14px;
  1180. background: #D3D5D8;
  1181. width: 1px;
  1182. position: absolute;
  1183. right: 0px;
  1184. top: 5px;
  1185. }
  1186. .index_name_ul_li_dot1 {
  1187. height: 24px;
  1188. line-height: 24px;
  1189. color: #333;
  1190. font-size: 18px;
  1191. width: 100%;
  1192. }
  1193. .index_name_ul_li_dot1:hover {
  1194. color: #255590;
  1195. }
  1196. }
  1197. .banner_4 {
  1198. width: 1200px;
  1199. margin-top: 11px;
  1200. }