class.less 48 KB

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