index.less 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  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. float: right;
  324. width: 450px;
  325. height: 430px;
  326. margin-top: 25px;
  327. .part2_left_content2list {
  328. display: flex;
  329. width: 450px;
  330. margin-bottom: 30px;
  331. img {
  332. float: left;
  333. width: 180px;
  334. height: 120px;
  335. }
  336. .content2_text {
  337. float: right;
  338. width: 252px;
  339. height: 120px;
  340. padding-left: 15px;
  341. position: relative;
  342. .content2_text_content {
  343. width: 252px;
  344. display: -webkit-box;
  345. -webkit-box-orient: vertical;
  346. -webkit-line-clamp: 3;
  347. overflow: hidden;
  348. text-overflow: ellipsis;
  349. word-break: break-all;
  350. // display: block;
  351. font-weight: bold;
  352. font-size: 18px;
  353. color: #333333;
  354. }
  355. .content2_text_title {
  356. display: block;
  357. width: 66px;
  358. height: 28px;
  359. line-height: 28px;
  360. text-align: center;
  361. font-size: 14px;
  362. color: #999999;
  363. background-color: #f5f5f7;
  364. position: absolute;
  365. left: 15px;
  366. bottom: 0;
  367. }
  368. }
  369. .content2_text:hover {
  370. .content2_text_content {
  371. color: #dd7d18;
  372. }
  373. }
  374. }
  375. }
  376. }
  377. .part2_right {
  378. float: right;
  379. width: 270px;
  380. // height: 1000px;
  381. .part2_right_title {
  382. font-weight: bold;
  383. font-size: 22px;
  384. color: #333333;
  385. a {
  386. color: #333333;
  387. }
  388. }
  389. .part2_right_content {
  390. width: 270px;
  391. margin-top: 15px;
  392. .part2_right_contentList {
  393. width: 270px;
  394. white-space: nowrap;
  395. overflow: hidden;
  396. text-overflow: ellipsis;
  397. font-size: 18px;
  398. color: #333333;
  399. padding-top: 17px;
  400. padding-bottom: 16px;
  401. box-sizing: border-box;
  402. border-bottom: 1px solid #DDDDDD;
  403. a {
  404. color: #333333;
  405. }
  406. .listNumber {
  407. font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  408. font-weight: 400;
  409. font-size: 20px;
  410. color: #D9D9D9;
  411. margin-right: 15px;
  412. }
  413. }
  414. .part2_right_contentList:hover {
  415. a {
  416. color: #dd7d18;
  417. }
  418. }
  419. .part2_right_contentList:nth-child(1) {
  420. .listNumber {
  421. color: #DD7D18;
  422. }
  423. }
  424. .part2_right_contentList:nth-child(2) {
  425. .listNumber {
  426. color: #DD7D18;
  427. }
  428. }
  429. .part2_right_contentList:nth-child(3) {
  430. .listNumber {
  431. color: #DD7D18;
  432. }
  433. }
  434. }
  435. }
  436. }
  437. }
  438. //第三部分
  439. .part3 {
  440. width: 100%;
  441. height: 575px;
  442. overflow: hidden;
  443. margin-bottom: 30px;
  444. margin-top: 30px;
  445. .inner {
  446. width: 1200px;
  447. overflow: hidden;
  448. margin: 0 auto;
  449. background-color: #fff;
  450. .part3_left {
  451. float: left;
  452. width: 900px;
  453. background-color: #fff;
  454. position: relative;
  455. .part3_hengxian {
  456. width: 900px;
  457. height: 2px;
  458. background: #DD7D18;
  459. margin-top: 10px;
  460. em {
  461. display: inline-block;
  462. width: 100px;
  463. height: 6px;
  464. background: #DD7D18;
  465. position: absolute;
  466. top: 10px;
  467. left: 46px;
  468. }
  469. }
  470. .part3_left_title {
  471. font-family: Microsoft YaHei, Microsoft YaHei;
  472. font-weight: bold;
  473. font-size: 24px;
  474. color: #333333;
  475. margin-top: 20px;
  476. a {
  477. color: #333333;
  478. }
  479. img {
  480. width: 30px;
  481. height: 30px;
  482. vertical-align: middle;
  483. margin-right: 10px;
  484. }
  485. }
  486. .part3_left_content {
  487. width: 900px;
  488. margin-top: 20px;
  489. .part3_left_content1 {
  490. float: left;
  491. width: 410px;
  492. margin-right: 30px;
  493. .part3_left_content1_photo1 {
  494. font-size: 18px;
  495. a img {
  496. width: 410px;
  497. height: 260px;
  498. }
  499. .part3_left_content1_text {
  500. width: 410px;
  501. white-space: nowrap;
  502. overflow: hidden;
  503. text-overflow: ellipsis;
  504. font-size: 18px;
  505. color: #333333;
  506. margin-top: 15px;
  507. }
  508. }
  509. .part3_left_content1_photo1:hover {
  510. .part3_left_content1_text {
  511. color: #dd7d18;
  512. }
  513. }
  514. .part3_left_content1_photo2 {
  515. width: 410px;
  516. margin-top: 30px;
  517. display: flex;
  518. justify-content: space-between;
  519. .part3_left_content1_photo2list {
  520. width: 195px;
  521. a img {
  522. width: 195px;
  523. height: 117px;
  524. }
  525. .part3_left_content1_text {
  526. width: 195px;
  527. white-space: nowrap;
  528. overflow: hidden;
  529. text-overflow: ellipsis;
  530. font-size: 18px;
  531. color: #333333;
  532. margin-top: 10px;
  533. }
  534. }
  535. .part3_left_content1_photo2list:hover {
  536. .part3_left_content1_text {
  537. color: #dd7d18;
  538. }
  539. }
  540. }
  541. }
  542. .part3_left_content2 {
  543. float: right;
  544. .part3_left_content2_text {
  545. width: 460px;
  546. .part3_left_content2_list {
  547. margin-bottom: 20px;
  548. .nav3_title {
  549. font-size: 18px;
  550. color: #999;
  551. padding-right: 10px;
  552. border-right: 1px solid #dd7d18;
  553. }
  554. .nav3_title:hover {
  555. color: #dd7d18;
  556. }
  557. .nav3_title_content {
  558. display: inline-block;
  559. width: 366px;
  560. white-space: nowrap;
  561. overflow: hidden;
  562. text-overflow: ellipsis;
  563. padding-left: 10px;
  564. font-size: 18px;
  565. color: #333333;
  566. vertical-align: -4px;
  567. }
  568. .nav3_title_content:hover {
  569. color: #dd7d18;
  570. }
  571. }
  572. .part3_left_content2_list:first-child {
  573. .nav3_title_content {
  574. font-weight: bold;
  575. }
  576. }
  577. }
  578. .part3_left_content2_text:last-child {
  579. margin-top: 30px;
  580. }
  581. }
  582. }
  583. }
  584. .part3_right {
  585. float: right;
  586. width: 270px;
  587. height: 430px;
  588. .part3_right_title {
  589. font-weight: bold;
  590. font-size: 22px;
  591. color: #333333;
  592. a {
  593. color: #333333;
  594. }
  595. }
  596. .part3_right_content {
  597. .right_photo_text {
  598. width: 270px;
  599. height: 80px;
  600. margin-top: 15px;
  601. a img {
  602. float: left;
  603. width: 120px;
  604. height: 80px;
  605. margin-right: 10px;
  606. }
  607. .right_text {
  608. float: right;
  609. width: 135px;
  610. height: 75px;
  611. display: -webkit-box;
  612. -webkit-box-orient: vertical;
  613. -webkit-line-clamp: 3;
  614. overflow: hidden;
  615. text-overflow: ellipsis;
  616. word-break: break-all;
  617. font-size: 18px;
  618. color: #333333;
  619. }
  620. }
  621. .right_photo_text:hover {
  622. .right_text {
  623. color: #dd7d18;
  624. }
  625. }
  626. .rightcontent_text {
  627. width: 270px;
  628. margin-top: 15px;
  629. .rightcontent_textlist {
  630. width: 270px;
  631. white-space: nowrap;
  632. overflow: hidden;
  633. text-overflow: ellipsis;
  634. font-size: 18px;
  635. color: #333333;
  636. margin-bottom: 15px;
  637. a {
  638. color: #333333;
  639. }
  640. em {
  641. display: inline-block;
  642. width: 8px;
  643. height: 8px;
  644. background-color: #ccc;
  645. border-radius: 4px;
  646. margin-right: 5px;
  647. }
  648. }
  649. .rightcontent_textlist:hover {
  650. a {
  651. color: #dd7d18;
  652. }
  653. }
  654. }
  655. }
  656. }
  657. }
  658. }
  659. //第四部分
  660. .part4 {
  661. width: 100%;
  662. overflow: hidden;
  663. margin-bottom: 30px;
  664. margin-top: 30px;
  665. .inner {
  666. display: flex;
  667. justify-content: space-between;
  668. width: 1200px;
  669. overflow: hidden;
  670. background-color: #fff;
  671. .part4_one {
  672. width: 380px;
  673. float: left;
  674. .part4_title {
  675. width: 380px;
  676. position: relative;
  677. .part4_hengxian {
  678. width: 380px;
  679. height: 2px;
  680. background: #DD7D18;
  681. margin-top: 10px;
  682. em {
  683. display: inline-block;
  684. width: 130px;
  685. height: 6px;
  686. background: #DD7D18;
  687. position: absolute;
  688. top: 0px;
  689. left: 46px;
  690. }
  691. }
  692. .part4_left_title {
  693. font-family: Microsoft YaHei, Microsoft YaHei;
  694. font-weight: bold;
  695. font-size: 24px;
  696. color: #333333;
  697. margin-top: 20px;
  698. a {
  699. color: #333333;
  700. }
  701. img {
  702. width: 30px;
  703. height: 30px;
  704. vertical-align: middle;
  705. margin-right: 10px;
  706. }
  707. }
  708. }
  709. .part4_photo_text {
  710. position: relative;
  711. margin-top: 20px;
  712. a img {
  713. width: 380px;
  714. height: 249px;
  715. }
  716. .text {
  717. position: absolute;
  718. bottom: 0;
  719. left: 0;
  720. width: 380px;
  721. height: 54px;
  722. line-height: 54px;
  723. white-space: nowrap;
  724. overflow: hidden;
  725. text-overflow: ellipsis;
  726. color: #fff;
  727. font-size: 18px;
  728. padding-left: 20px;
  729. padding-right: 20px;
  730. box-sizing: border-box;
  731. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  732. }
  733. }
  734. .part4_photo_content {
  735. margin-top: 30px;
  736. width: 380px;
  737. // height: 150px;
  738. .part4_photo_contentlist {
  739. // display: flex;
  740. width: 380px;
  741. white-space: nowrap;
  742. overflow: hidden;
  743. text-overflow: ellipsis;
  744. font-size: 18px;
  745. color: #333333;
  746. margin-bottom: 20px;
  747. a {
  748. color: #333333;
  749. }
  750. .nav11_title {
  751. font-size: 18px;
  752. color: #999;
  753. padding-right: 10px;
  754. box-sizing: border-box;
  755. border-right: 1px solid #dd7d18
  756. }
  757. .nav11_title:hover {
  758. color: #dd7d18;
  759. }
  760. .nav11_title_content {
  761. display: inline-block;
  762. width: 290px;
  763. white-space: nowrap;
  764. overflow: hidden;
  765. text-overflow: ellipsis;
  766. padding-left: 10px;
  767. box-sizing: border-box;
  768. font-size: 18px;
  769. color: #333333;
  770. vertical-align: -4px;
  771. }
  772. .nav11_title_content:hover {
  773. color: #dd7d18;
  774. }
  775. .nav11_title_content2 {
  776. display: inline-block;
  777. width: 370px;
  778. white-space: nowrap;
  779. overflow: hidden;
  780. text-overflow: ellipsis;
  781. padding-left: 10px;
  782. box-sizing: border-box;
  783. font-size: 18px;
  784. color: #333333;
  785. vertical-align: -4px;
  786. }
  787. .nav11_title_content2:hover {
  788. color: #dd7d18;
  789. }
  790. }
  791. .part4_photo_contentlist:hover {
  792. a {
  793. color: #dd7d18;
  794. }
  795. }
  796. .part4_photo_contentlist:first-child {
  797. font-weight: bold;
  798. .nav11_title_content {
  799. font-weight: bold;
  800. }
  801. .nav11_title {
  802. font-weight: 400;
  803. }
  804. }
  805. .part4_photo_contentlist:last-child {
  806. margin-bottom: 0px;
  807. }
  808. }
  809. }
  810. }
  811. }