class.less 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480
  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. height: 62px;
  802. line-height: 62px;
  803. .part3_time {
  804. float: left;
  805. width: 77px;
  806. height: 58px;
  807. color: #a01c0e;
  808. .month {
  809. font-family: Microsoft YaHei, Microsoft YaHei;
  810. font-weight: 400;
  811. font-size: 26px;
  812. color: #A01C0E;
  813. line-height: 30px;
  814. }
  815. .xiegang {
  816. font-size: 22px;
  817. font-weight: 400;
  818. }
  819. .day {
  820. font-family: Microsoft YaHei, Microsoft YaHei;
  821. font-weight: 400;
  822. font-size: 16px;
  823. color: #A01C0E;
  824. line-height: 19px;
  825. }
  826. }
  827. .time_left_content {
  828. float: left;
  829. width: 295px;
  830. height: 32px;
  831. white-space: nowrap;
  832. overflow: hidden;
  833. text-overflow: ellipsis;
  834. line-height: 22px;
  835. padding-top: 12px;
  836. box-sizing: border-box;
  837. font-family: Microsoft YaHei, Microsoft YaHei;
  838. font-weight: 400;
  839. font-size: 18px;
  840. color: #333333;
  841. padding-left: 5px;
  842. a {
  843. color: #333333;
  844. }
  845. a:hover {
  846. color: #a01c0e;
  847. }
  848. }
  849. }
  850. .content_right_list:hover {
  851. .time_left_content {
  852. a{
  853. color: #a01c0e;
  854. }
  855. }
  856. }
  857. .content_right_list:nth-child(4n+1) {
  858. a {
  859. font-weight: bold;
  860. }
  861. }
  862. &:nth-child(1),
  863. &:nth-child(5) {
  864. a {
  865. color: #333;
  866. font-weight: bold;
  867. }
  868. }
  869. }
  870. }
  871. }
  872. }
  873. .part3_left_bottom {
  874. width: 720px;
  875. margin-top: 25px;
  876. .part3_leftTitle1 {
  877. width: 720px;
  878. height: 50px;
  879. line-height: 50px;
  880. margin-bottom: 25px;
  881. .part3_left_title_active {
  882. float: left;
  883. margin-right: 20px;
  884. width: 100px;
  885. height: 50px;
  886. line-height: 50px;
  887. position: relative;
  888. font-family: Microsoft YaHei, Microsoft YaHei;
  889. font-weight: 400;
  890. font-size: 20px;
  891. color: #333333;
  892. a.active {
  893. color: #333333;
  894. }
  895. em {
  896. display: inline-block;
  897. width: 8px;
  898. height: 8px;
  899. background-color: #a01c0e;
  900. border-radius: 4px;
  901. position: absolute;
  902. top: 9px;
  903. right: 6px;
  904. }
  905. }
  906. .part3_left_title {
  907. float: left;
  908. margin-right: 20px;
  909. width: 100px;
  910. height: 50px;
  911. line-height: 50px;
  912. position: relative;
  913. font-family: Microsoft YaHei, Microsoft YaHei;
  914. font-weight: 400;
  915. font-size: 20px;
  916. color: #999999;
  917. a {
  918. color: #999999;
  919. }
  920. // em{
  921. // display: inline-block;
  922. // width: 8px;
  923. // height: 8px;
  924. // background-color: #a01c0e;
  925. // border-radius: 4px;
  926. // position: absolute;
  927. // top: 9px;
  928. // right: 6px;
  929. // }
  930. }
  931. }
  932. .part3_left_content1 {
  933. width: 720px;
  934. .content_bottom_left {
  935. float: left;
  936. width: 350px;
  937. // height: 350px;
  938. .content_top {
  939. width: 350px;
  940. img {
  941. width: 350px;
  942. height: 230px;
  943. }
  944. .part3_text {
  945. display: inline-block;
  946. width: 350px;
  947. height: 50px;
  948. line-height: 22px;
  949. display: -webkit-box;
  950. -webkit-box-orient: vertical;
  951. -webkit-line-clamp: 2;
  952. overflow: hidden;
  953. text-overflow: ellipsis;
  954. word-break: break-all;
  955. margin-top: 15px;
  956. font-family: Microsoft YaHei, Microsoft YaHei;
  957. font-weight: bold;
  958. font-size: 18px;
  959. color: #333333
  960. }
  961. }
  962. .content_top:hover {
  963. .part3_text {
  964. color: #a01c0e;
  965. }
  966. }
  967. .content_bottom {
  968. width: 350px;
  969. margin-top: 20px;
  970. .content_bottom_1 {
  971. float: left;
  972. width: 165px;
  973. img {
  974. width: 165px;
  975. height: 96px;
  976. }
  977. .part3_text {
  978. display: inline-block;
  979. width: 165px;
  980. height: 44px;
  981. line-height: 22px;
  982. display: -webkit-box;
  983. -webkit-box-orient: vertical;
  984. -webkit-line-clamp: 2;
  985. overflow: hidden;
  986. text-overflow: ellipsis;
  987. word-break: break-all;
  988. font-family: Microsoft YaHei, Microsoft YaHei;
  989. font-weight: 400;
  990. font-size: 18px;
  991. color: #333333;
  992. margin-top: 10px;
  993. }
  994. }
  995. .content_bottom_1:hover {
  996. .part3_text {
  997. color: #a01c0e;
  998. }
  999. }
  1000. .content_bottom_1:first-child {
  1001. margin-right: 20px;
  1002. }
  1003. }
  1004. }
  1005. .content_bottom_right {
  1006. float: left;
  1007. margin-left: 20px;
  1008. width: 350px;
  1009. .bottom_content_1 {
  1010. width: 350px;
  1011. .bottom_content_list:nth-child(5n+1) {
  1012. font-weight: bold;
  1013. }
  1014. .bottom_content_list {
  1015. width: 350px;
  1016. height: 25px;
  1017. white-space: nowrap;
  1018. overflow: hidden;
  1019. text-overflow: ellipsis;
  1020. font-family: Microsoft YaHei, Microsoft YaHei;
  1021. font-weight: 400;
  1022. font-size: 18px;
  1023. color: #333333;
  1024. line-height: 21px;
  1025. margin-bottom: 25px;
  1026. a {
  1027. color: #333333;
  1028. }
  1029. }
  1030. .bottom_content_list:hover {
  1031. a {
  1032. color: #a01c0e;
  1033. }
  1034. }
  1035. }
  1036. .bottom_content_1:first-child {
  1037. margin-bottom: 20px;
  1038. }
  1039. .bottom_content_1:last-child {
  1040. .bottom_content_list:last-child {
  1041. margin-bottom: 0;
  1042. }
  1043. }
  1044. }
  1045. }
  1046. }
  1047. }
  1048. .part3_right {
  1049. float: right;
  1050. width: 451px;
  1051. .part3_rightTitle {
  1052. width: 451px;
  1053. height: 50px;
  1054. line-height: 50px;
  1055. .part3_right_title:first-child {
  1056. float: left;
  1057. margin-right: 20px;
  1058. width: 100px;
  1059. height: 50px;
  1060. line-height: 50px;
  1061. position: relative;
  1062. font-family: Microsoft YaHei, Microsoft YaHei;
  1063. font-weight: 400;
  1064. font-size: 20px;
  1065. color: #333333;
  1066. a {
  1067. color: #333333;
  1068. }
  1069. em {
  1070. display: inline-block;
  1071. width: 8px;
  1072. height: 8px;
  1073. background-color: #a01c0e;
  1074. border-radius: 4px;
  1075. position: absolute;
  1076. top: 9px;
  1077. right: 6px;
  1078. }
  1079. }
  1080. .part3_right_title {
  1081. float: left;
  1082. margin-right: 20px;
  1083. width: 100px;
  1084. height: 50px;
  1085. line-height: 50px;
  1086. position: relative;
  1087. font-family: Microsoft YaHei, Microsoft YaHei;
  1088. font-weight: 400;
  1089. font-size: 20px;
  1090. color: #999999;
  1091. a {
  1092. color: #999999;
  1093. }
  1094. // em{
  1095. // display: inline-block;
  1096. // width: 8px;
  1097. // height: 8px;
  1098. // background-color: #a01c0e;
  1099. // border-radius: 4px;
  1100. // position: absolute;
  1101. // top: 9px;
  1102. // right: 6px;
  1103. // }
  1104. }
  1105. .rightMore {
  1106. float: right;
  1107. font-family: Microsoft YaHei, Microsoft YaHei;
  1108. font-weight: 400;
  1109. font-size: 12px;
  1110. color: #999999;
  1111. a {
  1112. color: #999999;
  1113. }
  1114. }
  1115. }
  1116. .part3_right_content_top {
  1117. width: 451px;
  1118. height: 325px;
  1119. position: relative;
  1120. margin-top: 20px;
  1121. .part3_right_contentlist_top {
  1122. font-family: Microsoft YaHei, Microsoft YaHei;
  1123. font-weight: 400;
  1124. font-size: 18px;
  1125. color: #333333;
  1126. width: 425px;
  1127. height: 25px;
  1128. white-space: nowrap;
  1129. overflow: hidden;
  1130. text-overflow: ellipsis;
  1131. margin-bottom: 25px;
  1132. a {
  1133. color: #333333;
  1134. }
  1135. .numStyle {
  1136. display: inline-block;
  1137. width: 22px;
  1138. height: 22px;
  1139. background-color: #f6f6f6;
  1140. text-align: center;
  1141. margin-right: 20px;
  1142. font-family: Protest Strike, Protest Strike;
  1143. font-weight: 400;
  1144. font-size: 16px;
  1145. color: #CCCCCC;
  1146. border-radius: 4px;
  1147. }
  1148. }
  1149. .part3_right_contentlist_top:hover {
  1150. color: #a01c0e;
  1151. a {
  1152. color: #a01c0e;
  1153. }
  1154. }
  1155. .part3_right_contentlist_top:nth-child(1) {
  1156. .numStyle {
  1157. background-color: #a01c0e;
  1158. color: #fff;
  1159. }
  1160. }
  1161. .part3_right_contentlist_top:nth-child(2) {
  1162. .numStyle {
  1163. background-color: #FFC62E;
  1164. color: #fff;
  1165. }
  1166. }
  1167. .part3_right_contentlist_top:nth-child(3) {
  1168. .numStyle {
  1169. background-color: #e98008;
  1170. color: #fff;
  1171. }
  1172. }
  1173. .part3_right_contentlist_top:last-child {
  1174. margin-bottom: 10px;
  1175. }
  1176. }
  1177. .part3_photo_text_right {
  1178. width: 451px;
  1179. height: 120px;
  1180. margin-top: 35px;
  1181. margin-bottom: 35px;
  1182. background-color: #f6f3f0;
  1183. .part3_text11 {
  1184. float: left;
  1185. width: 271px;
  1186. height: 96px;
  1187. display: -webkit-box;
  1188. -webkit-box-orient: vertical;
  1189. -webkit-line-clamp: 3;
  1190. overflow: hidden;
  1191. text-overflow: ellipsis;
  1192. word-break: break-all;
  1193. font-family: Microsoft YaHei, Microsoft YaHei;
  1194. font-weight: 400;
  1195. font-size: 18px;
  1196. color: #333333;
  1197. padding: 25px 20px;
  1198. box-sizing: border-box;
  1199. }
  1200. img {
  1201. float: left;
  1202. width: 180px;
  1203. height: 120px;
  1204. }
  1205. }
  1206. .part3_photo_text_right:hover {
  1207. color: #a01c0e;
  1208. .part3_text11 {
  1209. color: #a01c0e;
  1210. }
  1211. }
  1212. .part3_right_content_11 {
  1213. width: 451px;
  1214. height: 70px;
  1215. position: relative;
  1216. .part3_right_contentlist_11 {
  1217. width: 451px;
  1218. height: 25px;
  1219. white-space: nowrap;
  1220. overflow: hidden;
  1221. text-overflow: ellipsis;
  1222. font-family: Microsoft YaHei, Microsoft YaHei;
  1223. font-weight: 400;
  1224. font-size: 18px;
  1225. color: #333333;
  1226. line-height: 21px;
  1227. .erjibiaoti {
  1228. display: inline-block;
  1229. width: 87px;
  1230. height: 24px;
  1231. font-family: Microsoft YaHei, Microsoft YaHei;
  1232. font-weight: 400;
  1233. font-size: 18px;
  1234. color: #A01C0E;
  1235. border-right: #D3D5D8 1px solid;
  1236. margin-right: 10px;
  1237. }
  1238. a {
  1239. color: #333333;
  1240. }
  1241. }
  1242. .part3_right_contentlist_11:hover {
  1243. color: #a01c0e;
  1244. a {
  1245. color: #a01c0e;
  1246. }
  1247. }
  1248. .part3_right_contentlist_11:first-child {
  1249. margin-bottom: 25px;
  1250. }
  1251. }
  1252. }
  1253. }
  1254. }