class.less 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470
  1. // 一级标题
  2. .nav1 {
  3. width: 100%;
  4. height: 214px;
  5. background: #fff;
  6. .inner {
  7. width: 1200px;
  8. height: 214px;
  9. margin: 0 auto;
  10. .nav1_title {
  11. width: 1120px;
  12. height: 214px;
  13. margin-left: 40px;
  14. line-height: 217px;
  15. text-align: center;
  16. font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  17. font-weight: 400;
  18. font-size: 50px;
  19. color: #6D2512;
  20. background: url(/_nuxt/public/index/title_bg.png) no-repeat 0;
  21. }
  22. }
  23. }
  24. .nav2top {
  25. width: 1250px;
  26. height: 3px;
  27. margin: 0 auto;
  28. background-color: #a01c0e;
  29. }
  30. .nav2btm {
  31. width: 1200px;
  32. height: 3px;
  33. margin: 0 auto;
  34. background-color: #a01c0e;
  35. }
  36. .nav2 {
  37. width: 100%;
  38. height: 48px;
  39. background-color: #a01c0e;
  40. .inner {
  41. width: 1250px;
  42. height: 48px;
  43. line-height: 48px;
  44. padding: 0 45px;
  45. margin: 0 auto;
  46. box-sizing: border-box;
  47. display: flex;
  48. // justify-content: space-between;
  49. .titleList {
  50. font-family: Microsoft YaHei, Microsoft YaHei;
  51. font-weight: bold;
  52. font-size: 14px;
  53. color: #FFFFFF;
  54. .nav2_title {
  55. display: inline-block;
  56. font-family: Microsoft YaHei, Microsoft YaHei;
  57. font-weight: bold;
  58. font-size: 14px;
  59. color: #FFFFFF;
  60. }
  61. a {
  62. padding: 0 38px;
  63. color: #FFFFFF;
  64. border-left: 1px solid #7E1C11;
  65. }
  66. //鼠标点击后的样式
  67. .nav2_title_active {
  68. display: inline-block;
  69. font-family: Microsoft YaHei, Microsoft YaHei;
  70. font-weight: bold;
  71. font-size: 14px;
  72. color: #FFFFFF;
  73. border-bottom: 1px solid #FFFFFF;
  74. }
  75. }
  76. .titleList:hover {
  77. a {
  78. color: #a01c0e;
  79. .nav2_title {
  80. border-bottom: 1px solid #FFFFFF;
  81. }
  82. }
  83. }
  84. .home {
  85. width: 100px;
  86. font-family: Microsoft YaHei, Microsoft YaHei;
  87. font-weight: bold;
  88. font-size: 14px;
  89. color: #F8ECD2;
  90. }
  91. }
  92. }
  93. //第一部分
  94. .part1 {
  95. width: 100%;
  96. height: 585px;
  97. margin-top: 35px;
  98. .inner {
  99. width: 1200px;
  100. margin: 0 auto;
  101. .part1_left {
  102. float: left;
  103. width: 720px;
  104. .part1_title {
  105. width: 720px;
  106. height: 50px;
  107. line-height: 50px;
  108. .nav_part1_left {
  109. float: left;
  110. font-family: Microsoft YaHei, Microsoft YaHei;
  111. font-weight: 400;
  112. font-size: 20px;
  113. color: #333333;
  114. position: relative;
  115. a {
  116. color: #333333;
  117. }
  118. em {
  119. display: inline-block;
  120. width: 8px;
  121. height: 8px;
  122. background-color: #a01c0e;
  123. border-radius: 4px;
  124. position: absolute;
  125. top: 5px;
  126. }
  127. }
  128. }
  129. .part1_content {
  130. width: 720px;
  131. margin-top: 20px;
  132. .context_left {
  133. float: left;
  134. width: 350px;
  135. .top {
  136. width: 350px;
  137. img {
  138. width: 350px;
  139. height: 230px;
  140. }
  141. a .title1 {
  142. margin-top: 15px;
  143. width: 350px;
  144. height: 48px;
  145. display: -webkit-box;
  146. -webkit-box-orient: vertical;
  147. -webkit-line-clamp: 2;
  148. overflow: hidden;
  149. text-overflow: ellipsis;
  150. word-break: break-all;
  151. font-family: Microsoft YaHei, Microsoft YaHei;
  152. font-weight: bold;
  153. font-size: 18px;
  154. color: #333333;
  155. }
  156. }
  157. .top:hover {
  158. a .title1 {
  159. color: #a01c0e;
  160. }
  161. }
  162. .bottom {
  163. width: 350px;
  164. margin-top: 25px;
  165. .bottom_left {
  166. float: left;
  167. width: 165px;
  168. img {
  169. width: 165px;
  170. height: 96px;
  171. }
  172. a .title2 {
  173. margin-top: 10px;
  174. width: 165px;
  175. height: 48px;
  176. display: -webkit-box;
  177. -webkit-box-orient: vertical;
  178. -webkit-line-clamp: 2;
  179. overflow: hidden;
  180. text-overflow: ellipsis;
  181. word-break: break-all;
  182. font-family: Microsoft YaHei, Microsoft YaHei;
  183. font-weight: 400;
  184. font-size: 18px;
  185. color: #333333;
  186. }
  187. }
  188. .bottom_left:first-child {
  189. margin-right: 20px;
  190. }
  191. }
  192. .bottom_left:hover {
  193. a .title2 {
  194. color: #a01c0e;
  195. }
  196. }
  197. }
  198. .context_right {
  199. float: right;
  200. width: 350px;
  201. .rightContent {
  202. width: 350px;
  203. height: 230px;
  204. .context1:nth-child(5n+1) {
  205. width: 345px;
  206. white-space: nowrap;
  207. overflow: hidden;
  208. text-overflow: ellipsis;
  209. font-family: Microsoft YaHei, Microsoft YaHei;
  210. font-weight: bold;
  211. font-size: 18px;
  212. color: #333333;
  213. a {
  214. color: #333333;
  215. }
  216. }
  217. .context1:nth-child(5n+1):hover a {
  218. color: #a01c0e;
  219. }
  220. .context1 {
  221. margin-bottom: 27px;
  222. width: 345px;
  223. white-space: nowrap;
  224. overflow: hidden;
  225. text-overflow: ellipsis;
  226. font-family: Microsoft YaHei, Microsoft YaHei;
  227. font-weight: 400;
  228. font-size: 18px;
  229. color: #333333;
  230. a {
  231. color: #333333;
  232. }
  233. }
  234. .context1:hover a {
  235. color: #a01c0e;
  236. }
  237. }
  238. }
  239. }
  240. }
  241. .part1_right {
  242. float: right;
  243. width: 450px;
  244. // height: 1000px;
  245. .part1_right_title {
  246. width: 450px;
  247. height: 50px;
  248. line-height: 50px;
  249. .part1_right_title1_active {
  250. float: left;
  251. margin-right: 40px;
  252. font-family: Microsoft YaHei, Microsoft YaHei;
  253. font-weight: 400;
  254. font-size: 20px;
  255. color: #333333;
  256. position: relative;
  257. a {
  258. color: #333333;
  259. }
  260. .active_bg {
  261. display: inline-block;
  262. width: 8px;
  263. height: 8px;
  264. background-color: #a01c0e;
  265. border-radius: 4px;
  266. position: absolute;
  267. top: 7px;
  268. right: -5px;
  269. }
  270. }
  271. .part1_right_title1 {
  272. float: left;
  273. margin-right: 40px;
  274. font-family: Microsoft YaHei, Microsoft YaHei;
  275. font-weight: 400;
  276. font-size: 20px;
  277. color: #999999;
  278. position: relative;
  279. a {
  280. color: #999999;
  281. }
  282. }
  283. }
  284. .part1_right_content {
  285. width: 450px;
  286. // height: 940px;
  287. margin-top: 20px;
  288. .part1_right_top11 {
  289. width: 450px;
  290. height: 180px;
  291. position: relative;
  292. .part1_right_content_top {
  293. float: left;
  294. width: 220px;
  295. height: 180px;
  296. a img {
  297. width: 220px;
  298. height: 130px;
  299. }
  300. a .content_top_title2 {
  301. display: inline-block;
  302. width: 220px;
  303. padding: 0 10px;
  304. box-sizing: border-box;
  305. white-space: nowrap;
  306. overflow: hidden;
  307. text-overflow: ellipsis;
  308. font-family: Microsoft YaHei, Microsoft YaHei;
  309. font-weight: 400;
  310. font-size: 18px;
  311. color: #333333;
  312. margin-top: 10px;
  313. }
  314. }
  315. .part1_right_content_top:hover {
  316. a .content_top_title2 {
  317. color: #a01c0e;
  318. }
  319. }
  320. .part1_right_content_top:nth-child(2) {
  321. margin-left: 10px;
  322. }
  323. }
  324. .part1_right_content_bottom {
  325. width: 450px;
  326. height: 300px;
  327. margin-top: 15px;
  328. overflow: hidden;
  329. .content_bottom_list {
  330. width: 450px;
  331. height: 22px;
  332. line-height: 21px;
  333. white-space: nowrap;
  334. overflow: hidden;
  335. text-overflow: ellipsis;
  336. margin-bottom: 28px;
  337. font-family: Microsoft YaHei, Microsoft YaHei;
  338. font-weight: 400;
  339. font-size: 18px;
  340. color: #333333;
  341. a {
  342. color: #333333;
  343. }
  344. }
  345. .content_bottom_list:hover {
  346. a {
  347. color: #a01c0e;
  348. }
  349. }
  350. }
  351. }
  352. }
  353. }
  354. }
  355. //第二部分
  356. .part2 {
  357. width: 100%;
  358. overflow: hidden;
  359. // margin-bottom: 40px;
  360. .inner {
  361. width: 1200px;
  362. margin: 0 auto;
  363. .part2_left {
  364. float: left;
  365. width: 720px;
  366. .part2_title {
  367. width: 720px;
  368. height: 50px;
  369. line-height: 50px;
  370. .nav_part2_left {
  371. float: left;
  372. width: 100px;
  373. font-family: Microsoft YaHei, Microsoft YaHei;
  374. font-weight: 400;
  375. font-size: 20px;
  376. color: #333333;
  377. position: relative;
  378. a {
  379. color: #333333;
  380. }
  381. em {
  382. display: inline-block;
  383. width: 8px;
  384. height: 8px;
  385. background-color: #a01c0e;
  386. border-radius: 4px;
  387. position: absolute;
  388. top: 9px;
  389. right: 6px;
  390. }
  391. }
  392. }
  393. .part2_content {
  394. width: 720px;
  395. margin-top: 20px;
  396. .part2_content_left {
  397. float: left;
  398. width: 350px;
  399. .content_a {
  400. width: 350px;
  401. height: 230px;
  402. // margin-bottom: 25px;
  403. .context111:nth-child(5n+1) {
  404. width: 345px;
  405. white-space: nowrap;
  406. overflow: hidden;
  407. text-overflow: ellipsis;
  408. font-family: Microsoft YaHei, Microsoft YaHei;
  409. font-weight: bold;
  410. font-size: 18px;
  411. color: #333333;
  412. a {
  413. color: #333333;
  414. }
  415. }
  416. .context111 {
  417. margin-bottom: 27px;
  418. width: 345px;
  419. white-space: nowrap;
  420. overflow: hidden;
  421. text-overflow: ellipsis;
  422. font-family: Microsoft YaHei, Microsoft YaHei;
  423. font-weight: 400;
  424. font-size: 18px;
  425. color: #333333;
  426. a {
  427. color: #333333;
  428. }
  429. }
  430. .context111:hover a {
  431. color: #a01c0e;
  432. }
  433. }
  434. }
  435. .part2_content_right {
  436. float: right;
  437. width: 350px;
  438. height: 480px;
  439. .right_top {
  440. width: 350px;
  441. height: 300px;
  442. a img {
  443. width: 350px;
  444. height: 230px;
  445. }
  446. a .title11 {
  447. margin-top: 15px;
  448. width: 350px;
  449. height: 48px;
  450. display: -webkit-box;
  451. -webkit-box-orient: vertical;
  452. -webkit-line-clamp: 2;
  453. overflow: hidden;
  454. text-overflow: ellipsis;
  455. word-break: break-all;
  456. font-family: Microsoft YaHei, Microsoft YaHei;
  457. font-weight: bold;
  458. font-size: 18px;
  459. color: #333333;
  460. }
  461. }
  462. .right_top:hover {
  463. color: #a01c0e;
  464. a .title11 {
  465. color: #a01c0e;
  466. }
  467. }
  468. .right_bottom {
  469. width: 350px;
  470. height: 165px;
  471. margin-top: 20px;
  472. .bottom_left {
  473. float: left;
  474. width: 165px;
  475. height: 130px;
  476. a img {
  477. width: 165px;
  478. height: 96px;
  479. }
  480. a .title22 {
  481. margin-top: 10px;
  482. width: 165px;
  483. height: 48px;
  484. display: -webkit-box;
  485. -webkit-box-orient: vertical;
  486. -webkit-line-clamp: 2;
  487. overflow: hidden;
  488. text-overflow: ellipsis;
  489. word-break: break-all;
  490. font-family: Microsoft YaHei, Microsoft YaHei;
  491. font-weight: 400;
  492. font-size: 18px;
  493. color: #333333;
  494. }
  495. }
  496. .bottom_left:hover {
  497. color: #a01c0e;
  498. a .title22 {
  499. color: #a01c0e;
  500. }
  501. }
  502. .bottom_left:first-child {
  503. margin-right: 20px;
  504. }
  505. }
  506. }
  507. }
  508. }
  509. .part2_right {
  510. float: right;
  511. width: 450px;
  512. // height: 1000px;
  513. .part2_right_title {
  514. width: 450px;
  515. height: 50px;
  516. line-height: 50px;
  517. .part2_right_title1_active {
  518. float: left;
  519. margin-right: 40px;
  520. font-family: Microsoft YaHei, Microsoft YaHei;
  521. font-weight: 400;
  522. font-size: 20px;
  523. color: #333333;
  524. position: relative;
  525. a {
  526. color: #333333;
  527. }
  528. .active_bg11 {
  529. display: inline-block;
  530. width: 8px;
  531. height: 8px;
  532. background-color: #a01c0e;
  533. border-radius: 4px;
  534. position: absolute;
  535. top: 7px;
  536. right: -5px;
  537. }
  538. }
  539. .part2_right_title1 {
  540. float: left;
  541. margin-right: 40px;
  542. font-family: Microsoft YaHei, Microsoft YaHei;
  543. font-weight: 400;
  544. font-size: 20px;
  545. color: #999999;
  546. position: relative;
  547. a {
  548. color: #999999;
  549. }
  550. }
  551. }
  552. .part2_right_content {
  553. width: 450px;
  554. margin-top: 20px;
  555. .part2_right_top11 {
  556. width: 450px;
  557. height: 170px;
  558. position: relative;
  559. .part2_right_content_top {
  560. float: left;
  561. width: 220px;
  562. height: 180px;
  563. a img {
  564. width: 220px;
  565. height: 130px;
  566. }
  567. a .content_top_title22 {
  568. display: inline-block;
  569. width: 220px;
  570. padding: 0 10px;
  571. box-sizing: border-box;
  572. white-space: nowrap;
  573. overflow: hidden;
  574. text-overflow: ellipsis;
  575. font-family: Microsoft YaHei, Microsoft YaHei;
  576. font-weight: 400;
  577. font-size: 18px;
  578. color: #333333;
  579. margin-top: 10px;
  580. }
  581. }
  582. .part2_right_content_top:hover {
  583. a .content_top_title22 {
  584. color: #a01c0e;
  585. }
  586. }
  587. .part2_right_content_top:nth-child(2) {
  588. margin-left: 10px;
  589. }
  590. }
  591. .part2_right_content_bottom {
  592. width: 450px;
  593. height: 300px;
  594. margin-top: 20px;
  595. overflow: hidden;
  596. .content_bottom_list {
  597. width: 450px;
  598. height: 22px;
  599. line-height: 21px;
  600. white-space: nowrap;
  601. overflow: hidden;
  602. text-overflow: ellipsis;
  603. margin-bottom: 28px;
  604. font-family: Microsoft YaHei, Microsoft YaHei;
  605. font-weight: 400;
  606. font-size: 18px;
  607. color: #333333;
  608. a {
  609. color: #333333;
  610. }
  611. }
  612. .content_bottom_list:hover {
  613. a {
  614. color: #a01c0e;
  615. }
  616. }
  617. }
  618. }
  619. }
  620. }
  621. }
  622. //第三部分
  623. .part3 {
  624. width: 100%;
  625. overflow: hidden;
  626. // height: 1200px;
  627. margin-top: 35px;
  628. margin-bottom: 40px;
  629. .inner {
  630. width: 1200px;
  631. height: 1200px;
  632. background-color: #fff;
  633. .part3_left {
  634. float: left;
  635. .part3_left_top {
  636. width: 720px;
  637. overflow: hidden;
  638. .part3_leftTitle {
  639. width: 720px;
  640. height: 50px;
  641. line-height: 50px;
  642. .part3_left_title:first-child {
  643. float: left;
  644. margin-right: 20px;
  645. width: 100px;
  646. height: 50px;
  647. line-height: 50px;
  648. position: relative;
  649. font-family: Microsoft YaHei, Microsoft YaHei;
  650. font-weight: 400;
  651. font-size: 20px;
  652. color: #333333;
  653. a {
  654. color: #333333;
  655. }
  656. em {
  657. display: inline-block;
  658. width: 8px;
  659. height: 8px;
  660. background-color: #a01c0e;
  661. border-radius: 4px;
  662. position: absolute;
  663. top: 9px;
  664. right: 6px;
  665. }
  666. }
  667. .part3_left_title {
  668. float: left;
  669. margin-right: 20px;
  670. width: 100px;
  671. height: 50px;
  672. line-height: 50px;
  673. position: relative;
  674. font-family: Microsoft YaHei, Microsoft YaHei;
  675. font-weight: 400;
  676. font-size: 20px;
  677. color: #999999;
  678. a {
  679. color: #999999;
  680. }
  681. // em{
  682. // display: inline-block;
  683. // width: 8px;
  684. // height: 8px;
  685. // background-color: #a01c0e;
  686. // border-radius: 4px;
  687. // position: absolute;
  688. // top: 9px;
  689. // right: 6px;
  690. // }
  691. }
  692. }
  693. .part3_left_content {
  694. width: 720px;
  695. margin-top: 20px;
  696. .part3_left_content_top {
  697. .content_top_left {
  698. float: left;
  699. width: 350px;
  700. height: 484px;
  701. .part3_photo_text {
  702. width: 350px;
  703. height: 280px;
  704. position: relative;
  705. img {
  706. width: 350px;
  707. height: 230px;
  708. }
  709. .littleTips {
  710. display: inline-block;
  711. width: 50px;
  712. height: 26px;
  713. line-height: 26px;
  714. text-align: center;
  715. background-color: #a01c0e;
  716. font-family: Microsoft YaHei, Microsoft YaHei;
  717. font-weight: 400;
  718. font-size: 16px;
  719. color: #fff;
  720. position: absolute;
  721. top: 0;
  722. right: 10px;
  723. }
  724. .part3_text {
  725. display: inline-block;
  726. width: 350px;
  727. height: 26px;
  728. white-space: nowrap;
  729. overflow: hidden;
  730. text-overflow: ellipsis;
  731. font-family: Microsoft YaHei, Microsoft YaHei;
  732. font-weight: bold;
  733. font-size: 18px;
  734. color: #333333;
  735. margin-top: 15px;
  736. }
  737. }
  738. .part3_photo_text:hover {
  739. .part3_text {
  740. color: #a01c0e;
  741. }
  742. }
  743. .part3_content {
  744. width: 350px;
  745. .part3_content_list:first-child {
  746. width: 350px;
  747. height: 25px;
  748. white-space: nowrap;
  749. overflow: hidden;
  750. text-overflow: ellipsis;
  751. font-family: Microsoft YaHei, Microsoft YaHei;
  752. font-weight: bold;
  753. font-size: 18px;
  754. color: #333333;
  755. line-height: 22px;
  756. margin-top: 35px;
  757. a {
  758. color: #333333;
  759. }
  760. }
  761. .part3_content_list:first-child:hover {
  762. a {
  763. color: #a01c0e;
  764. }
  765. }
  766. .part3_content_list:last-child {
  767. margin-bottom: 0;
  768. }
  769. .part3_content_list {
  770. width: 350px;
  771. height: 25px;
  772. white-space: nowrap;
  773. overflow: hidden;
  774. text-overflow: ellipsis;
  775. font-family: Microsoft YaHei, Microsoft YaHei;
  776. font-weight: 400;
  777. font-size: 18px;
  778. color: #333333;
  779. line-height: 22px;
  780. margin-bottom: 27px;
  781. a {
  782. color: #333333;
  783. }
  784. }
  785. .part3_content_list:hover {
  786. a {
  787. color: #a01c0e;
  788. }
  789. }
  790. }
  791. }
  792. .content_top_right {
  793. float: left;
  794. width: 350px;
  795. height: 542px;
  796. border: 1px solid #D9D9D9;
  797. margin-left: 20px;
  798. padding: 30px 25px;
  799. box-sizing: border-box;
  800. .content_right_list {
  801. width: 350px;
  802. height: 58px;
  803. line-height: 58px;
  804. margin-bottom: 48px;
  805. .part3_time {
  806. float: left;
  807. width: 77px;
  808. height: 58px;
  809. color: #a01c0e;
  810. .month {
  811. font-family: Microsoft YaHei, Microsoft YaHei;
  812. font-weight: 400;
  813. font-size: 26px;
  814. color: #A01C0E;
  815. line-height: 30px;
  816. }
  817. .xiegang {
  818. font-size: 22px;
  819. font-weight: 400;
  820. }
  821. .day {
  822. font-family: Microsoft YaHei, Microsoft YaHei;
  823. font-weight: 400;
  824. font-size: 16px;
  825. color: #A01C0E;
  826. line-height: 19px;
  827. }
  828. }
  829. .time_left_content {
  830. float: left;
  831. width: 231px;
  832. height: 58px;
  833. display: -webkit-box;
  834. -webkit-box-orient: vertical;
  835. -webkit-line-clamp: 2;
  836. overflow: hidden;
  837. text-overflow: ellipsis;
  838. word-break: break-all;
  839. line-height: 22px;
  840. padding-top: 12px;
  841. box-sizing: border-box;
  842. font-family: Microsoft YaHei, Microsoft YaHei;
  843. font-weight: 400;
  844. font-size: 18px;
  845. color: #333333;
  846. border-left: 1px solid #D9D9D9;
  847. padding-left: 22px;
  848. a {
  849. color: #333333;
  850. }
  851. a:hover {
  852. color: #a01c0e;
  853. }
  854. }
  855. }
  856. .content_right_list:hover {
  857. .time_left_content {
  858. color: #a01c0e;
  859. }
  860. }
  861. }
  862. }
  863. }
  864. }
  865. .part3_left_bottom {
  866. width: 720px;
  867. margin-top: 25px;
  868. .part3_leftTitle1 {
  869. width: 720px;
  870. height: 50px;
  871. line-height: 50px;
  872. margin-bottom: 25px;
  873. .part3_left_title_active {
  874. float: left;
  875. margin-right: 20px;
  876. width: 100px;
  877. height: 50px;
  878. line-height: 50px;
  879. position: relative;
  880. font-family: Microsoft YaHei, Microsoft YaHei;
  881. font-weight: 400;
  882. font-size: 20px;
  883. color: #333333;
  884. a.active {
  885. color: #333333;
  886. }
  887. em {
  888. display: inline-block;
  889. width: 8px;
  890. height: 8px;
  891. background-color: #a01c0e;
  892. border-radius: 4px;
  893. position: absolute;
  894. top: 9px;
  895. right: 6px;
  896. }
  897. }
  898. .part3_left_title {
  899. float: left;
  900. margin-right: 20px;
  901. width: 100px;
  902. height: 50px;
  903. line-height: 50px;
  904. position: relative;
  905. font-family: Microsoft YaHei, Microsoft YaHei;
  906. font-weight: 400;
  907. font-size: 20px;
  908. color: #999999;
  909. a {
  910. color: #999999;
  911. }
  912. // em{
  913. // display: inline-block;
  914. // width: 8px;
  915. // height: 8px;
  916. // background-color: #a01c0e;
  917. // border-radius: 4px;
  918. // position: absolute;
  919. // top: 9px;
  920. // right: 6px;
  921. // }
  922. }
  923. }
  924. .part3_left_content1 {
  925. width: 720px;
  926. .content_bottom_left {
  927. float: left;
  928. width: 350px;
  929. // height: 350px;
  930. .content_top {
  931. width: 350px;
  932. img {
  933. width: 350px;
  934. height: 230px;
  935. }
  936. .part3_text {
  937. display: inline-block;
  938. width: 350px;
  939. height: 50px;
  940. line-height: 22px;
  941. display: -webkit-box;
  942. -webkit-box-orient: vertical;
  943. -webkit-line-clamp: 2;
  944. overflow: hidden;
  945. text-overflow: ellipsis;
  946. word-break: break-all;
  947. margin-top: 15px;
  948. font-family: Microsoft YaHei, Microsoft YaHei;
  949. font-weight: bold;
  950. font-size: 18px;
  951. color: #333333
  952. }
  953. }
  954. .content_top:hover {
  955. .part3_text {
  956. color: #a01c0e;
  957. }
  958. }
  959. .content_bottom {
  960. width: 350px;
  961. margin-top: 20px;
  962. .content_bottom_1 {
  963. float: left;
  964. width: 165px;
  965. img {
  966. width: 165px;
  967. height: 96px;
  968. }
  969. .part3_text {
  970. display: inline-block;
  971. width: 165px;
  972. height: 44px;
  973. line-height: 22px;
  974. display: -webkit-box;
  975. -webkit-box-orient: vertical;
  976. -webkit-line-clamp: 2;
  977. overflow: hidden;
  978. text-overflow: ellipsis;
  979. word-break: break-all;
  980. font-family: Microsoft YaHei, Microsoft YaHei;
  981. font-weight: 400;
  982. font-size: 18px;
  983. color: #333333;
  984. margin-top: 10px;
  985. }
  986. }
  987. .content_bottom_1:hover {
  988. .part3_text {
  989. color: #a01c0e;
  990. }
  991. }
  992. .content_bottom_1:first-child {
  993. margin-right: 20px;
  994. }
  995. }
  996. }
  997. .content_bottom_right {
  998. float: left;
  999. margin-left: 20px;
  1000. width: 350px;
  1001. .bottom_content_1 {
  1002. width: 350px;
  1003. .bottom_content_list:nth-child(5n+1) {
  1004. font-weight: bold;
  1005. }
  1006. .bottom_content_list {
  1007. width: 350px;
  1008. height: 25px;
  1009. white-space: nowrap;
  1010. overflow: hidden;
  1011. text-overflow: ellipsis;
  1012. font-family: Microsoft YaHei, Microsoft YaHei;
  1013. font-weight: 400;
  1014. font-size: 18px;
  1015. color: #333333;
  1016. line-height: 21px;
  1017. margin-bottom: 25px;
  1018. a {
  1019. color: #333333;
  1020. }
  1021. }
  1022. .bottom_content_list:hover {
  1023. a {
  1024. color: #a01c0e;
  1025. }
  1026. }
  1027. }
  1028. .bottom_content_1:first-child {
  1029. margin-bottom: 20px;
  1030. }
  1031. .bottom_content_1:last-child {
  1032. .bottom_content_list:last-child {
  1033. margin-bottom: 0;
  1034. }
  1035. }
  1036. }
  1037. }
  1038. }
  1039. }
  1040. .part3_right {
  1041. float: right;
  1042. width: 451px;
  1043. .part3_rightTitle {
  1044. width: 451px;
  1045. height: 50px;
  1046. line-height: 50px;
  1047. .part3_right_title:first-child {
  1048. float: left;
  1049. margin-right: 20px;
  1050. width: 100px;
  1051. height: 50px;
  1052. line-height: 50px;
  1053. position: relative;
  1054. font-family: Microsoft YaHei, Microsoft YaHei;
  1055. font-weight: 400;
  1056. font-size: 20px;
  1057. color: #333333;
  1058. a {
  1059. color: #333333;
  1060. }
  1061. em {
  1062. display: inline-block;
  1063. width: 8px;
  1064. height: 8px;
  1065. background-color: #a01c0e;
  1066. border-radius: 4px;
  1067. position: absolute;
  1068. top: 9px;
  1069. right: 6px;
  1070. }
  1071. }
  1072. .part3_right_title {
  1073. float: left;
  1074. margin-right: 20px;
  1075. width: 100px;
  1076. height: 50px;
  1077. line-height: 50px;
  1078. position: relative;
  1079. font-family: Microsoft YaHei, Microsoft YaHei;
  1080. font-weight: 400;
  1081. font-size: 20px;
  1082. color: #999999;
  1083. a {
  1084. color: #999999;
  1085. }
  1086. // em{
  1087. // display: inline-block;
  1088. // width: 8px;
  1089. // height: 8px;
  1090. // background-color: #a01c0e;
  1091. // border-radius: 4px;
  1092. // position: absolute;
  1093. // top: 9px;
  1094. // right: 6px;
  1095. // }
  1096. }
  1097. .rightMore {
  1098. float: right;
  1099. font-family: Microsoft YaHei, Microsoft YaHei;
  1100. font-weight: 400;
  1101. font-size: 12px;
  1102. color: #999999;
  1103. a {
  1104. color: #999999;
  1105. }
  1106. }
  1107. }
  1108. .part3_right_content_top {
  1109. width: 451px;
  1110. height: 325px;
  1111. position: relative;
  1112. margin-top: 20px;
  1113. .part3_right_contentlist_top {
  1114. font-family: Microsoft YaHei, Microsoft YaHei;
  1115. font-weight: 400;
  1116. font-size: 18px;
  1117. color: #333333;
  1118. width: 425px;
  1119. height: 25px;
  1120. white-space: nowrap;
  1121. overflow: hidden;
  1122. text-overflow: ellipsis;
  1123. margin-bottom: 25px;
  1124. a {
  1125. color: #333333;
  1126. }
  1127. .numStyle {
  1128. display: inline-block;
  1129. width: 22px;
  1130. height: 22px;
  1131. background-color: #f6f6f6;
  1132. text-align: center;
  1133. margin-right: 20px;
  1134. font-family: Protest Strike, Protest Strike;
  1135. font-weight: 400;
  1136. font-size: 16px;
  1137. color: #CCCCCC;
  1138. border-radius: 4px;
  1139. }
  1140. }
  1141. .part3_right_contentlist_top:hover {
  1142. color: #a01c0e;
  1143. a {
  1144. color: #a01c0e;
  1145. }
  1146. }
  1147. .part3_right_contentlist_top:nth-child(1) {
  1148. .numStyle {
  1149. background-color: #a01c0e;
  1150. color: #fff;
  1151. }
  1152. }
  1153. .part3_right_contentlist_top:nth-child(2) {
  1154. .numStyle {
  1155. background-color: #FFC62E;
  1156. color: #fff;
  1157. }
  1158. }
  1159. .part3_right_contentlist_top:nth-child(3) {
  1160. .numStyle {
  1161. background-color: #e98008;
  1162. color: #fff;
  1163. }
  1164. }
  1165. .part3_right_contentlist_top:last-child {
  1166. margin-bottom: 10px;
  1167. }
  1168. }
  1169. .part3_photo_text_right {
  1170. width: 451px;
  1171. height: 120px;
  1172. margin-top: 35px;
  1173. margin-bottom: 35px;
  1174. background-color: #f6f3f0;
  1175. .part3_text11 {
  1176. float: left;
  1177. width: 271px;
  1178. height: 96px;
  1179. display: -webkit-box;
  1180. -webkit-box-orient: vertical;
  1181. -webkit-line-clamp: 3;
  1182. overflow: hidden;
  1183. text-overflow: ellipsis;
  1184. word-break: break-all;
  1185. font-family: Microsoft YaHei, Microsoft YaHei;
  1186. font-weight: 400;
  1187. font-size: 18px;
  1188. color: #333333;
  1189. padding: 25px 20px;
  1190. box-sizing: border-box;
  1191. }
  1192. img {
  1193. float: left;
  1194. width: 180px;
  1195. height: 120px;
  1196. }
  1197. }
  1198. .part3_photo_text_right:hover {
  1199. color: #a01c0e;
  1200. .part3_text11 {
  1201. color: #a01c0e;
  1202. }
  1203. }
  1204. .part3_right_content_11 {
  1205. width: 451px;
  1206. height: 70px;
  1207. position: relative;
  1208. .part3_right_contentlist_11 {
  1209. width: 451px;
  1210. height: 25px;
  1211. white-space: nowrap;
  1212. overflow: hidden;
  1213. text-overflow: ellipsis;
  1214. font-family: Microsoft YaHei, Microsoft YaHei;
  1215. font-weight: 400;
  1216. font-size: 18px;
  1217. color: #333333;
  1218. line-height: 21px;
  1219. .erjibiaoti {
  1220. display: inline-block;
  1221. width: 87px;
  1222. height: 24px;
  1223. font-family: Microsoft YaHei, Microsoft YaHei;
  1224. font-weight: 400;
  1225. font-size: 18px;
  1226. color: #A01C0E;
  1227. border-right: #D3D5D8 1px solid;
  1228. margin-right: 10px;
  1229. }
  1230. a {
  1231. color: #333333;
  1232. }
  1233. }
  1234. .part3_right_contentlist_11:hover {
  1235. color: #a01c0e;
  1236. a {
  1237. color: #a01c0e;
  1238. }
  1239. }
  1240. .part3_right_contentlist_11:first-child {
  1241. margin-bottom: 25px;
  1242. }
  1243. }
  1244. }
  1245. }
  1246. }