index.less 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. //第一部分
  2. .part1 {
  3. width: 100%;
  4. height: 475px;
  5. overflow: hidden;
  6. margin-top: 30px;
  7. margin-bottom: 30px;
  8. .inner {
  9. width: 1200px;
  10. margin: 0 auto;
  11. //左侧
  12. .part1_left {
  13. float: left;
  14. width: 900px;
  15. position: relative;
  16. .hengxian {
  17. width: 900px;
  18. height: 2px;
  19. background: #DD7D18;
  20. margin-top: 10px;
  21. em {
  22. display: inline-block;
  23. width: 100px;
  24. height: 6px;
  25. background: #DD7D18;
  26. position: absolute;
  27. top: 10px;
  28. left: 46px;
  29. }
  30. }
  31. .part1_left_title {
  32. font-family: Microsoft YaHei, Microsoft YaHei;
  33. font-weight: bold;
  34. font-size: 24px;
  35. color: #333333;
  36. margin-top: 20px;
  37. a {
  38. color: #333333;
  39. }
  40. img {
  41. width: 30px;
  42. height: 30px;
  43. vertical-align: middle;
  44. margin-right: 10px;
  45. }
  46. }
  47. .part1_left_content {
  48. width: 900px;
  49. height: 300px;
  50. margin-top: 20px;
  51. .part1_left_content1 {
  52. float: left;
  53. .part1_left_photo {
  54. width: 410px;
  55. height: 160px;
  56. .part1_left_photo11 {
  57. width: 195px;
  58. height: 160px;
  59. float: left;
  60. img {
  61. width: 195px;
  62. height: 117px;
  63. }
  64. .left_content {
  65. width: 195px;
  66. height: 40px;
  67. white-space: nowrap;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. line-height: 40px;
  71. font-weight: 400;
  72. font-size: 18px;
  73. color: #333333;
  74. }
  75. }
  76. .part1_left_photo11:hover {
  77. .left_content {
  78. color: #dd7d18;
  79. }
  80. }
  81. .part1_left_photo11:first-child {
  82. margin-right: 20px;
  83. }
  84. }
  85. .part1_left_context {
  86. float: left;
  87. width: 410px;
  88. height: 160px;
  89. margin-top: 20px;
  90. .part1_left_contextList {
  91. width: 410px;
  92. white-space: nowrap;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. font-size: 18px;
  96. color: #333333;
  97. margin-bottom: 22px;
  98. a {
  99. color: #333333;
  100. }
  101. }
  102. .part1_left_contextList:first-child {
  103. width: 410px;
  104. white-space: nowrap;
  105. overflow: hidden;
  106. text-overflow: ellipsis;
  107. font-weight: bold;
  108. font-size: 18px;
  109. color: #333333;
  110. a {
  111. color: #333333;
  112. }
  113. }
  114. .part1_left_contextList:hover a {
  115. color: #dd7d18;
  116. }
  117. }
  118. .part1_left_content2 {
  119. float: right;
  120. width: 450px;
  121. height: 300px;
  122. margin-top: 40px;
  123. background-color: #333333;
  124. }
  125. }
  126. .part1_left_content2 {
  127. float: left;
  128. width: 450px;
  129. margin-left: 30px;
  130. .part1_left_context222 {
  131. width: 450px;
  132. .part1_left_contextList222 {
  133. width: 450px;
  134. white-space: nowrap;
  135. overflow: hidden;
  136. text-overflow: ellipsis;
  137. font-size: 18px;
  138. color: #333333;
  139. margin-bottom: 20px;
  140. a {
  141. color: #333333;
  142. }
  143. }
  144. .part1_left_contextList222:hover a {
  145. color: #dd7d18;
  146. }
  147. .part1_left_contextList222:first-child {
  148. font-weight: bold;
  149. }
  150. }
  151. .part1_left_context222:last-child {
  152. margin-top: 30px;
  153. }
  154. }
  155. }
  156. }
  157. //右侧
  158. .part1_right {
  159. float: right;
  160. width: 270px;
  161. .part1_right_title {
  162. font-size: 22px;
  163. .part1_right_titlelist {
  164. color: #999999;
  165. margin-right: 20px;
  166. }
  167. .part1_right_titlelist1 {
  168. color: #999999;
  169. }
  170. .active {
  171. font-weight: bold;
  172. color: #333333;
  173. }
  174. }
  175. .part1_right_photo_text {
  176. width: 270px;
  177. margin-top: 20px;
  178. img {
  179. width: 270px;
  180. height: 170px;
  181. }
  182. .part1_right_text {
  183. margin-top: 10px;
  184. width: 270px;
  185. height: 50px;
  186. display: -webkit-box;
  187. -webkit-box-orient: vertical;
  188. -webkit-line-clamp: 2;
  189. overflow: hidden;
  190. text-overflow: ellipsis;
  191. word-break: break-all;
  192. overflow: hidden;
  193. font-size: 18px;
  194. color: #333333;
  195. }
  196. }
  197. .part1_right_photo_text:hover {
  198. .part1_right_text {
  199. color: #dd7d18;
  200. }
  201. }
  202. .part1_right_content {
  203. width: 270px;
  204. margin-top: 26px;
  205. .part1_right_contentList {
  206. width: 275px;
  207. white-space: nowrap;
  208. overflow: hidden;
  209. text-overflow: ellipsis;
  210. font-size: 18px;
  211. color: #333333;
  212. margin-bottom: 20px;
  213. a {
  214. color: #333333;
  215. }
  216. em {
  217. display: inline-block;
  218. width: 8px;
  219. height: 8px;
  220. background-color: #ccc;
  221. border-radius: 4px;
  222. margin-right: 10px;
  223. }
  224. }
  225. .part1_right_contentList:hover {
  226. a {
  227. color: #dd7d18;
  228. }
  229. }
  230. }
  231. }
  232. }
  233. }
  234. //第二部分
  235. .part2 {
  236. width: 100%;
  237. height: 525px;
  238. margin-bottom: 30px;
  239. margin-top: 30px;
  240. .inner {
  241. width: 1200px;
  242. margin: 0 auto;
  243. .part2_left {
  244. float: left;
  245. width: 900px;
  246. position: relative;
  247. .part2_hengxian {
  248. width: 900px;
  249. height: 2px;
  250. background: #DD7D18;
  251. margin-top: 10px;
  252. em {
  253. display: inline-block;
  254. width: 100px;
  255. height: 6px;
  256. background: #DD7D18;
  257. position: absolute;
  258. top: 10px;
  259. left: 46px;
  260. }
  261. }
  262. .part2_left_title {
  263. font-family: Microsoft YaHei, Microsoft YaHei;
  264. font-weight: bold;
  265. font-size: 24px;
  266. color: #333333;
  267. margin-top: 20px;
  268. a {
  269. color: #333333;
  270. }
  271. img {
  272. width: 30px;
  273. height: 30px;
  274. vertical-align: middle;
  275. margin-right: 10px;
  276. }
  277. }
  278. .part2_left_content1 {
  279. float: left;
  280. width: 420px;
  281. margin-top: 25px;
  282. margin-right: 30px;
  283. .part2_left_content111 {
  284. // margin-top: 30px;
  285. .part2_left_content1_list {
  286. width: 420px;
  287. white-space: nowrap;
  288. overflow: hidden;
  289. text-overflow: ellipsis;
  290. font-size: 18px;
  291. color: #333333;
  292. margin-bottom: 20px;
  293. a {
  294. color: #333333;
  295. }
  296. a .nav2_title {
  297. color: #999999;
  298. padding-right: 10px;
  299. border-right: 1px solid #dd7d18;
  300. }
  301. .nav2_title:hover {
  302. color: #dd7d18;
  303. }
  304. a .nav2_title_content {
  305. color: #333333;
  306. margin-left: 10px;
  307. }
  308. .nav2_title_content:hover {
  309. color: #dd7d18;
  310. }
  311. }
  312. .part2_left_content1_list:nth-child(5n+1) {
  313. .nav2_title_content {
  314. font-weight: bold;
  315. }
  316. }
  317. .part2_left_content1_list:last-child {
  318. margin-bottom: 0;
  319. }
  320. }
  321. }
  322. .part2_left_content2 {
  323. position: relative;
  324. float: right;
  325. width: 450px;
  326. height: 430px;
  327. margin-top: 25px;
  328. .part2_left_content2list {
  329. display: flex;
  330. width: 450px;
  331. height: 120px;
  332. margin-bottom: 30px;
  333. img {
  334. float: left;
  335. width: 180px;
  336. height: 120px;
  337. }
  338. .content2_text {
  339. float: right;
  340. width: 252px;
  341. height: 120px;
  342. padding-left: 15px;
  343. position: relative;
  344. .content2_text_content {
  345. width: 252px;
  346. display: -webkit-box;
  347. -webkit-box-orient: vertical;
  348. -webkit-line-clamp: 3;
  349. overflow: hidden;
  350. text-overflow: ellipsis;
  351. word-break: break-all;
  352. // display: block;
  353. font-weight: bold;
  354. font-size: 18px;
  355. color: #333333;
  356. }
  357. .content2_text_title {
  358. display: block;
  359. width: 66px;
  360. height: 28px;
  361. line-height: 28px;
  362. text-align: center;
  363. font-size: 14px;
  364. color: #999999;
  365. background-color: #f5f5f7;
  366. position: absolute;
  367. left: 15px;
  368. bottom: 0;
  369. }
  370. }
  371. .content2_text:hover {
  372. .content2_text_content {
  373. color: #dd7d18;
  374. }
  375. }
  376. }
  377. .adlogo3 {
  378. position: absolute;
  379. bottom: 0;
  380. right: 0;
  381. width: 450px;
  382. height: 290px;
  383. }
  384. }
  385. }
  386. .part2_right {
  387. float: right;
  388. width: 270px;
  389. // height: 1000px;
  390. .part2_right_title {
  391. font-weight: bold;
  392. font-size: 22px;
  393. color: #333333;
  394. a {
  395. color: #333333;
  396. }
  397. }
  398. .part2_right_content {
  399. width: 270px;
  400. margin-top: 15px;
  401. .part2_right_contentList {
  402. width: 270px;
  403. white-space: nowrap;
  404. overflow: hidden;
  405. text-overflow: ellipsis;
  406. font-size: 18px;
  407. color: #333333;
  408. padding-top: 17px;
  409. padding-bottom: 16px;
  410. box-sizing: border-box;
  411. border-bottom: 1px solid #DDDDDD;
  412. a {
  413. color: #333333;
  414. }
  415. .listNumber {
  416. font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  417. font-weight: 400;
  418. font-size: 20px;
  419. color: #D9D9D9;
  420. margin-right: 15px;
  421. }
  422. }
  423. .part2_right_contentList:hover {
  424. a {
  425. color: #dd7d18;
  426. }
  427. }
  428. .part2_right_contentList:nth-child(1) {
  429. .listNumber {
  430. color: #DD7D18;
  431. }
  432. }
  433. .part2_right_contentList:nth-child(2) {
  434. .listNumber {
  435. color: #DD7D18;
  436. }
  437. }
  438. .part2_right_contentList:nth-child(3) {
  439. .listNumber {
  440. color: #DD7D18;
  441. }
  442. }
  443. }
  444. }
  445. }
  446. }
  447. //第三部分
  448. .part3 {
  449. width: 100%;
  450. height: 575px;
  451. overflow: hidden;
  452. margin-bottom: 30px;
  453. margin-top: 30px;
  454. .inner {
  455. width: 1200px;
  456. overflow: hidden;
  457. margin: 0 auto;
  458. background-color: #fff;
  459. .part3_left {
  460. float: left;
  461. width: 900px;
  462. background-color: #fff;
  463. position: relative;
  464. .part3_hengxian {
  465. width: 900px;
  466. height: 2px;
  467. background: #DD7D18;
  468. margin-top: 10px;
  469. em {
  470. display: inline-block;
  471. width: 100px;
  472. height: 6px;
  473. background: #DD7D18;
  474. position: absolute;
  475. top: 10px;
  476. left: 46px;
  477. }
  478. }
  479. .part3_left_title {
  480. font-family: Microsoft YaHei, Microsoft YaHei;
  481. font-weight: bold;
  482. font-size: 24px;
  483. color: #333333;
  484. margin-top: 20px;
  485. a {
  486. color: #333333;
  487. }
  488. img {
  489. width: 30px;
  490. height: 30px;
  491. vertical-align: middle;
  492. margin-right: 10px;
  493. }
  494. }
  495. .part3_left_content {
  496. width: 900px;
  497. margin-top: 20px;
  498. .part3_left_content1 {
  499. float: left;
  500. width: 410px;
  501. margin-right: 30px;
  502. .part3_left_content1_photo1 {
  503. font-size: 18px;
  504. a img {
  505. width: 410px;
  506. height: 260px;
  507. }
  508. .part3_left_content1_text {
  509. width: 410px;
  510. white-space: nowrap;
  511. overflow: hidden;
  512. text-overflow: ellipsis;
  513. font-size: 18px;
  514. color: #333333;
  515. margin-top: 15px;
  516. }
  517. }
  518. .part3_left_content1_photo1:hover {
  519. .part3_left_content1_text {
  520. color: #dd7d18;
  521. }
  522. }
  523. .part3_left_content1_photo2 {
  524. width: 410px;
  525. margin-top: 30px;
  526. display: flex;
  527. justify-content: space-between;
  528. .part3_left_content1_photo2list {
  529. width: 195px;
  530. a img {
  531. width: 195px;
  532. height: 117px;
  533. }
  534. .part3_left_content1_text {
  535. width: 195px;
  536. white-space: nowrap;
  537. overflow: hidden;
  538. text-overflow: ellipsis;
  539. font-size: 18px;
  540. color: #333333;
  541. margin-top: 10px;
  542. }
  543. }
  544. .part3_left_content1_photo2list:hover {
  545. .part3_left_content1_text {
  546. color: #dd7d18;
  547. }
  548. }
  549. }
  550. }
  551. .part3_left_content2 {
  552. float: right;
  553. .part3_left_content2_text {
  554. width: 460px;
  555. .part3_left_content2_list {
  556. margin-bottom: 18px;
  557. .nav3_title {
  558. font-size: 18px;
  559. color: #999;
  560. padding-right: 10px;
  561. border-right: 1px solid #dd7d18;
  562. }
  563. .nav3_title:hover {
  564. color: #dd7d18;
  565. }
  566. .nav3_title_content {
  567. display: inline-block;
  568. width: 366px;
  569. white-space: nowrap;
  570. overflow: hidden;
  571. text-overflow: ellipsis;
  572. padding-left: 10px;
  573. font-size: 18px;
  574. color: #333333;
  575. vertical-align: -4px;
  576. }
  577. .nav3_title_content:hover {
  578. color: #dd7d18;
  579. }
  580. }
  581. .part3_left_content2_list:first-child {
  582. .nav3_title_content {
  583. font-weight: bold;
  584. }
  585. }
  586. }
  587. .part3_left_content2_text:last-child {
  588. margin-top: 30px;
  589. }
  590. }
  591. }
  592. }
  593. .part3_right {
  594. float: right;
  595. width: 270px;
  596. height: 430px;
  597. .part3_right_title {
  598. font-weight: bold;
  599. font-size: 22px;
  600. color: #333333;
  601. a {
  602. color: #333333;
  603. }
  604. }
  605. .part3_right_content {
  606. .right_photo_text {
  607. width: 270px;
  608. height: 80px;
  609. margin-top: 15px;
  610. a img {
  611. float: left;
  612. width: 120px;
  613. height: 80px;
  614. margin-right: 10px;
  615. }
  616. .right_text {
  617. float: right;
  618. width: 135px;
  619. height: 75px;
  620. display: -webkit-box;
  621. -webkit-box-orient: vertical;
  622. -webkit-line-clamp: 3;
  623. overflow: hidden;
  624. text-overflow: ellipsis;
  625. word-break: break-all;
  626. font-size: 18px;
  627. color: #333333;
  628. }
  629. }
  630. .right_photo_text:hover {
  631. .right_text {
  632. color: #dd7d18;
  633. }
  634. }
  635. .rightcontent_text {
  636. width: 270px;
  637. margin-top: 15px;
  638. .rightcontent_textlist {
  639. width: 270px;
  640. white-space: nowrap;
  641. overflow: hidden;
  642. text-overflow: ellipsis;
  643. font-size: 18px;
  644. color: #333333;
  645. margin-bottom: 15px;
  646. a {
  647. color: #333333;
  648. }
  649. em {
  650. display: inline-block;
  651. width: 8px;
  652. height: 8px;
  653. background-color: #ccc;
  654. border-radius: 4px;
  655. margin-right: 5px;
  656. }
  657. }
  658. .rightcontent_textlist:hover {
  659. a {
  660. color: #dd7d18;
  661. }
  662. }
  663. }
  664. }
  665. }
  666. }
  667. }
  668. //第四部分
  669. .part4 {
  670. width: 100%;
  671. height: 600px;
  672. // background-color: #ccc;
  673. overflow: hidden;
  674. margin-bottom: 30px;
  675. margin-top: 30px;
  676. .inner {
  677. display: flex;
  678. justify-content: space-between;
  679. width: 1200px;
  680. overflow: hidden;
  681. background-color: #fff;
  682. .part4_one {
  683. width: 380px;
  684. float: left;
  685. .part4_title {
  686. width: 380px;
  687. position: relative;
  688. .part4_hengxian {
  689. width: 380px;
  690. height: 2px;
  691. background: #DD7D18;
  692. margin-top: 10px;
  693. em {
  694. display: inline-block;
  695. width: 130px;
  696. height: 6px;
  697. background: #DD7D18;
  698. position: absolute;
  699. top: 0px;
  700. left: 38px;
  701. }
  702. }
  703. .part4_left_title {
  704. font-family: Microsoft YaHei, Microsoft YaHei;
  705. font-weight: bold;
  706. font-size: 24px;
  707. color: #333333;
  708. margin-top: 20px;
  709. a {
  710. color: #333333;
  711. }
  712. img {
  713. width: 30px;
  714. height: 30px;
  715. vertical-align: middle;
  716. margin-right: 10px;
  717. }
  718. }
  719. }
  720. .part4_photo_text {
  721. position: relative;
  722. margin-top: 20px;
  723. width: 380px;
  724. height: 249px;
  725. a img {
  726. width: 380px;
  727. height: 249px;
  728. }
  729. .text {
  730. position: absolute;
  731. bottom: 0;
  732. left: 0;
  733. width: 380px;
  734. height: 54px;
  735. line-height: 54px;
  736. white-space: nowrap;
  737. overflow: hidden;
  738. text-overflow: ellipsis;
  739. color: #fff;
  740. font-size: 18px;
  741. padding-left: 20px;
  742. padding-right: 20px;
  743. box-sizing: border-box;
  744. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  745. }
  746. }
  747. .part4_photo_content {
  748. margin-top: 30px;
  749. width: 380px;
  750. // height: 150px;
  751. .part4_photo_contentlist {
  752. // display: flex;
  753. width: 380px;
  754. white-space: nowrap;
  755. overflow: hidden;
  756. text-overflow: ellipsis;
  757. font-size: 18px;
  758. color: #333333;
  759. margin-bottom: 20px;
  760. a {
  761. color: #333333;
  762. }
  763. .nav11_title {
  764. font-size: 18px;
  765. color: #999;
  766. padding-right: 10px;
  767. box-sizing: border-box;
  768. border-right: 1px solid #dd7d18
  769. }
  770. .nav11_title:hover {
  771. color: #dd7d18;
  772. }
  773. .nav11_title_content {
  774. display: inline-block;
  775. width: 290px;
  776. white-space: nowrap;
  777. overflow: hidden;
  778. text-overflow: ellipsis;
  779. padding-left: 10px;
  780. box-sizing: border-box;
  781. font-size: 18px;
  782. color: #333333;
  783. vertical-align: -4px;
  784. }
  785. .nav11_title_content:hover {
  786. color: #dd7d18;
  787. }
  788. .nav11_title_content2 {
  789. display: inline-block;
  790. width: 370px;
  791. white-space: nowrap;
  792. overflow: hidden;
  793. text-overflow: ellipsis;
  794. padding-left: 10px;
  795. box-sizing: border-box;
  796. font-size: 18px;
  797. color: #333333;
  798. vertical-align: -4px;
  799. }
  800. .nav11_title_content2:hover {
  801. color: #dd7d18;
  802. }
  803. }
  804. .part4_photo_contentlist:hover {
  805. a {
  806. color: #dd7d18;
  807. }
  808. }
  809. .part4_photo_contentlist:first-child {
  810. font-weight: bold;
  811. .nav11_title_content {
  812. font-weight: bold;
  813. }
  814. .nav11_title {
  815. font-weight: 400;
  816. }
  817. }
  818. .part4_photo_contentlist:last-child {
  819. margin-bottom: 0px;
  820. }
  821. }
  822. }
  823. }
  824. }