index.less 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999
  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: 20px;
  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: 46px;
  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. }