list.less 47 KB

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