homePage.scss 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. .return-top{
  2. background:url(../img/return_top.png) no-repeat;
  3. width:52px;
  4. height:52px;
  5. }
  6. .m-box{
  7. // background:url(../img/con_bg_blue.png) #f1fafc top no-repeat;
  8. width:100%;
  9. .mt{
  10. display: flex;
  11. height: 35px;
  12. line-height: 35px;
  13. h4{
  14. font-family: 'Microsoft YaHei';
  15. font-weight: bold;
  16. font-size: 18px;
  17. color: #1c6ab3;
  18. }
  19. hr{
  20. border: none;
  21. border-top: 1px solid #ccc;
  22. width: 88%;
  23. margin: 18px 0 0 10px;
  24. }
  25. }
  26. .m-con{
  27. background:#fff;
  28. .m1-box{
  29. height: 360px;
  30. margin-top: 10px;
  31. .m1-box-fl{
  32. width: 64%;
  33. .m1-news-img{
  34. width:100%;
  35. margin: auto;
  36. position:relative;
  37. overflow: hidden;
  38. .swiper-container {
  39. width: 100%;
  40. height: 300px;
  41. margin-left: auto;
  42. margin-right: auto;
  43. }
  44. .swiper-slide {
  45. background-size: cover;
  46. background-position: center;
  47. background-color: #fff;
  48. }
  49. .gallery-top {
  50. // height: 80%;
  51. width: 90%;
  52. img{
  53. margin-top: 65px;
  54. // height: 480px;
  55. height: 432px;
  56. }
  57. p{
  58. position: absolute;
  59. top: 0px;
  60. //height:36px;
  61. //line-height:36px;
  62. color: #9D1518;
  63. font-size: 24px;
  64. font-weight: bold;
  65. width: 100%;
  66. text-align: center;
  67. margin: 15px 0;
  68. }
  69. }
  70. .gallery-thumbs {
  71. height: 20%;
  72. box-sizing: border-box;
  73. padding: 10px 0;
  74. position: absolute;
  75. top:350px;
  76. }
  77. .gallery-thumbs .swiper-slide {
  78. height: 100%;
  79. opacity: 0.4;
  80. }
  81. .gallery-thumbs .swiper-slide-active {
  82. opacity: 1;
  83. }
  84. }
  85. }
  86. .m1-box-fr{
  87. width:32%;
  88. margin-right: 15px;
  89. .m1-fr-news-list{
  90. li{
  91. border-bottom: 1px solid #ccc;
  92. a{
  93. font-size:16px;
  94. color:#393939;
  95. line-height:67px;
  96. display:block;
  97. cursor: pointer;
  98. white-space:nowrap;
  99. overflow:hidden;
  100. text-overflow:ellipsis;
  101. font-weight: bold;
  102. // margin-left: 10px;
  103. }
  104. .remark{
  105. // display:none;
  106. font-size: 14px;
  107. margin: 0 0 10px 0;
  108. color: #aaaaaa;
  109. }
  110. }
  111. li:last-child{
  112. border:none;
  113. }
  114. }
  115. }
  116. }
  117. .m-list{
  118. .list-both-width-l{
  119. width: 58%;
  120. margin: 14px 67px 4px 38px;
  121. .english{
  122. .en-title{
  123. display: flex;
  124. height: 60px;
  125. width: 100%;
  126. display: flex;
  127. padding: 10px 0;
  128. border-bottom: 1px dashed #ccc;
  129. img{
  130. width: 100px;
  131. margin-right: 10px;
  132. }
  133. .en-title-a{
  134. overflow: hidden;
  135. font-weight: bold;
  136. text-overflow: ellipsis;
  137. display: -webkit-box;
  138. -webkit-line-clamp: 2;
  139. height: 40px;
  140. line-height: 20px;
  141. }
  142. }
  143. .ivu-col:nth-of-type(odd){
  144. margin-right: 8%;
  145. }
  146. }
  147. .blue-line{
  148. border: 2px solid #1c6ab3;
  149. display: block;
  150. margin: 10px 0;
  151. }
  152. .content-item{
  153. display: inline-flex;
  154. padding: 19px 0;
  155. border-bottom: 1px solid #ccc;
  156. width: 100%;
  157. .img-a{
  158. width: 35%;
  159. img{
  160. height: 150px;
  161. border-radius: 10px;
  162. margin-right: 10px;
  163. }
  164. }
  165. .content-text{
  166. position: relative;
  167. margin-left: 10px;
  168. width: 62%;
  169. a{
  170. font-size: 20px;
  171. float: left;
  172. width: 100%;
  173. margin-bottom:4px;
  174. }
  175. p{
  176. font-size: 14px;
  177. margin: 0 0 10px 0;
  178. color: #aaaaaa;
  179. width: 100%;
  180. height: 85px;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. display: -webkit-box;
  184. -webkit-line-clamp: 4;
  185. }
  186. span{
  187. float: left;
  188. font-size: 12px;
  189. margin-top: 15px;
  190. }
  191. .source{
  192. position: absolute;
  193. bottom: 0px;
  194. left: 0px;
  195. width: 100%;
  196. a{
  197. font-size: 13px;
  198. width: auto;
  199. color: #515a6e;
  200. margin: auto;
  201. }
  202. span{
  203. float: left;
  204. font-size: 12px;
  205. margin: auto;
  206. }
  207. }
  208. }
  209. }
  210. .more-art{
  211. height: 60px;
  212. line-height: 60px;
  213. text-align: center;
  214. }
  215. // .video-ul{
  216. // display: inline-flex;
  217. // width: 100%;
  218. // ul{
  219. // width: 50%;
  220. // li{
  221. // background:url(../img/video-icon.jpg) no-repeat left center;
  222. // margin-left: 10px;
  223. // padding-left: 15px;
  224. // line-height: 24px;
  225. // a {
  226. // color: #c00;
  227. // text-decoration: none;
  228. // font-size:15px;
  229. // line-height:33px;
  230. // display:block;
  231. // cursor: pointer;
  232. // white-space:nowrap;
  233. // overflow:hidden;
  234. // text-overflow:ellipsis;
  235. // margin:0 5px;
  236. // }
  237. // }
  238. // }
  239. // }
  240. }
  241. .list-both-width{
  242. width:32%;
  243. margin:20px 10px 0 0;
  244. .sidepartList{
  245. padding-left: 22px;
  246. background: url(../img/number_ad1.jpg) no-repeat;
  247. overflow: hidden;
  248. li{
  249. height: 24px;
  250. line-height: 24px;
  251. overflow: hidden;
  252. a{
  253. font-size: 13px;
  254. text-decoration: none;
  255. }
  256. }
  257. }
  258. .add-img{
  259. li{
  260. overflow: hidden;
  261. a{
  262. font-size: 13px;
  263. text-decoration: none;
  264. img{
  265. margin: 10px 0;
  266. }
  267. }
  268. }
  269. }
  270. .column-item{
  271. border: 1px solid #ccc;
  272. margin-top: 10px;
  273. .column-title{
  274. // display: inline-flex;
  275. margin: 10px 5% 10px 5%;
  276. height: 24px;
  277. line-height: 24px;
  278. display: block;
  279. span{
  280. border: 2px solid #1c6ab3;
  281. margin-right: 10px;
  282. height: 20px;
  283. float: left;
  284. }
  285. h4{
  286. float: left;
  287. color: #1c6ab3;
  288. font-weight: bold;
  289. width: 50px;
  290. }
  291. div{
  292. float: right;
  293. a{
  294. color: #333;
  295. // margin-left: 200px;
  296. font-size: 12px;
  297. line-height: 24px;
  298. }
  299. }
  300. }
  301. li:last-child .content-li{
  302. border:none;
  303. }
  304. .column-content{
  305. width: 90%;
  306. margin: 0 5%;
  307. .column-video{
  308. position: relative;
  309. a.icon-bofang:before{
  310. font-size:50px;
  311. color:#fff;
  312. position: absolute;
  313. top:50%;
  314. left:50%;
  315. margin:-37.5px 0 0 -25px;
  316. opacity: 0.7;
  317. }
  318. .icon-bofang:hover:before{
  319. opacity:1
  320. }
  321. p{
  322. width: 100%;
  323. color: #fff;
  324. position: absolute;
  325. bottom: 0px;
  326. text-align: center;
  327. margin: 0 auto;
  328. }
  329. }
  330. .video{
  331. //margin-top: 10px;
  332. .video-list{
  333. padding:20px 0;
  334. border-bottom:1px solid #e0e0e0;
  335. &:last-child{
  336. border-bottom:0
  337. }
  338. }
  339. .ivu-col{
  340. // margin-bottom: 10px;
  341. img{
  342. height: 87.22px;
  343. }
  344. .content-li{
  345. // line-height: 100px;
  346. // height: 66px;
  347. // padding-top: 10px;
  348. // display: block;
  349. // border-bottom: 1px solid #ccc;
  350. // position: relative;
  351. a.icon-bofang:before{
  352. font-size:26px;
  353. color:#fff;
  354. position: absolute;
  355. top:24px;
  356. left:65px;
  357. opacity: 0.7;
  358. }
  359. .icon-bofang:hover:before{
  360. opacity:1
  361. }
  362. .vid-til{
  363. font-size: 14px;
  364. line-height: 20px;
  365. //height: 20px;
  366. height:80px;
  367. margin: 5px 0 0px 0;
  368. white-space: normal;
  369. overflow: hidden;
  370. text-overflow: ellipsis;
  371. display: -webkit-box;
  372. //-webkit-line-clamp: 1;
  373. -webkit-line-clamp: 3;
  374. }
  375. img{
  376. height: 87.22px;
  377. }
  378. // a:last-child{
  379. // float: left;
  380. // width: 230px;
  381. // /* display: block; */
  382. // line-height: 20px;
  383. // // white-space: normal;
  384. // margin-left: 10px;
  385. // font-size: 14px;
  386. // }
  387. }
  388. }
  389. .ivu-col:nth-of-type(odd){
  390. //margin-right: 8%;
  391. margin-right:10px;
  392. }
  393. }
  394. .life{
  395. .ivu-col{
  396. margin-bottom: 10px;
  397. img{
  398. height: 87.22px;
  399. }
  400. .img-a{
  401. font-size: 14px;
  402. line-height: 20px;
  403. height: 40px;
  404. margin-top: 5px;
  405. white-space: normal;
  406. overflow: hidden;
  407. text-overflow: ellipsis;
  408. display: -webkit-box;
  409. -webkit-line-clamp: 2;
  410. }
  411. }
  412. .ivu-col:nth-of-type(odd){
  413. margin-right: 8%;
  414. }
  415. }
  416. .culture{
  417. margin-bottom: 10px;
  418. li{
  419. height: 30px;
  420. line-height: 30px;
  421. padding: 0 10px;
  422. }
  423. li:nth-of-type(odd){
  424. background-color: #eaeaea;
  425. }
  426. a{
  427. font-size: 14px;
  428. }
  429. }
  430. .cul-top{
  431. img{
  432. height: 229.19px;
  433. }
  434. a{
  435. display: inline-block;
  436. margin: 10px 0;
  437. font-size: 16px;
  438. color:#1d4187
  439. }
  440. }
  441. .service{
  442. .service-list{
  443. border: 1px solid #ccc;
  444. padding: 10px;
  445. border-radius: 5px;
  446. margin-bottom: 10px;
  447. img{
  448. width: 80px;
  449. float: left;
  450. margin-right: 10px;
  451. }
  452. li{
  453. a{
  454. font-size: 12px;
  455. }
  456. }
  457. }
  458. }
  459. .wiki{
  460. li{
  461. margin: 10px 0;
  462. list-style:none;
  463. a{
  464. display: block;
  465. height: 30px;
  466. line-height: 30px;
  467. img{
  468. width: 20px;
  469. margin-right: 10px;
  470. }
  471. }
  472. }
  473. }
  474. .wiki-top{
  475. p{
  476. font-size: 14px;
  477. }
  478. }
  479. }
  480. }
  481. }
  482. // .list-both-width,.list-both-width-l{
  483. // :last-child{
  484. // margin-right:0px;
  485. // }
  486. // }
  487. }
  488. .m-act-img{
  489. display: inline-flex;
  490. width: 100%;
  491. .ads-l{
  492. width: 64%;
  493. margin-right: 1%;
  494. }
  495. .ads-r{
  496. margin-left: 1%;
  497. width: 34%;
  498. }
  499. img{
  500. width: 100%;
  501. height: 80px;
  502. }
  503. }
  504. .public-tit{
  505. height:42px;
  506. line-height:42px;
  507. border-top:1px solid #cecece;
  508. h4{
  509. font-size:16px;
  510. //font-weight: bold;
  511. padding:0 10px;
  512. border-top: 2px solid;
  513. margin-top:-1px;
  514. display: inline-block;
  515. }
  516. a{
  517. float: right;
  518. color:#999;
  519. font-size: 15px
  520. }
  521. }
  522. .photoText,.photoText-v{
  523. height: 96px;
  524. padding-bottom: 10px;
  525. border-bottom: 1px dashed #c6c6c6;
  526. display: inline-flex;
  527. width: 100%;
  528. a{
  529. color: #214b75;
  530. text-decoration: none;
  531. font-size: 16px;
  532. }
  533. img{
  534. width: 120px;
  535. height: 80px;
  536. }
  537. .textInfo,.textInfo-v{
  538. width: 205px;
  539. float: right;
  540. dt{
  541. height: 22px;
  542. width:100%;
  543. padding-left: 8px;
  544. line-height: 22px;
  545. font-size: 15px;
  546. //font-weight: bold;
  547. overflow: hidden;
  548. text-overflow:ellipsis;
  549. white-space: nowrap;
  550. }
  551. dd{
  552. margin-top: 2px;
  553. padding: 0 8px;
  554. line-height: 20px;
  555. font-size: 12px;
  556. color: #27496e;
  557. }
  558. }
  559. .textInfo-v{
  560. width: 100%;
  561. dd{
  562. height: 60px;
  563. }
  564. }
  565. }
  566. .photoText-v{
  567. height: 85px;
  568. display: inline-block;
  569. width: 100%;
  570. }
  571. .public-ul-li{
  572. li {
  573. display: grid;
  574. white-space:nowrap;
  575. overflow:hidden;
  576. text-overflow:ellipsis;
  577. a{
  578. font-size:13px;
  579. color:#393939;
  580. line-height:30px;
  581. display:block;
  582. cursor: pointer;
  583. margin:0 5px;
  584. white-space:nowrap;
  585. overflow:hidden;
  586. text-overflow:ellipsis;
  587. }
  588. }
  589. }
  590. .text4adlist{
  591. display: inline-grid;
  592. li {
  593. height: 26px;
  594. display: block;
  595. padding-left: 10px;
  596. font-size: 14px;
  597. line-height: 26px;
  598. background: url(../img/blue_ico.jpg)no-repeat left center;
  599. overflow: hidden;
  600. a{
  601. line-height: 26px;
  602. font-size: 13px;
  603. color: #393939;
  604. }
  605. }
  606. }
  607. .public-content{
  608. display: inline-flex;
  609. width: 100%;
  610. padding-left:10px;
  611. .public-content-l{
  612. width: 49%;
  613. margin-right: 1%;
  614. }
  615. .public-content-r{
  616. width: 49%;
  617. margin-left: 1%;
  618. margin-right: 2%;
  619. }
  620. .gxgd1,.gxgd2,.gxgd3{
  621. padding-bottom: 0px;
  622. padding-top: 0px;
  623. margin-bottom: 15px;
  624. height: 120px;
  625. border-bottom: 1px dashed #ccc;
  626. width: 100%;
  627. dt{
  628. width: 100%;
  629. overflow: hidden;
  630. text-overflow:ellipsis;
  631. white-space: nowrap;
  632. a{
  633. font-family: "微软雅黑";
  634. font-size: 16px;
  635. //font-weight: bold;
  636. line-height: 36px;
  637. color: #1d4187;
  638. }
  639. }
  640. dd{
  641. font-family: "宋体";
  642. font-size: 12px;
  643. padding-bottom: 10px;
  644. line-height: 18px;
  645. }
  646. }
  647. .gxgd3 {height: auto;}
  648. .public-list-img{
  649. margin:0px 0 10px;
  650. position:relative;
  651. img{
  652. width:310px;
  653. height: 172px;
  654. }
  655. p{
  656. color:#fff;
  657. font-weight: bold;
  658. height:38px;
  659. line-height:38px;
  660. background:rgba(0,0,0,0.3);
  661. position:absolute;
  662. bottom:0px;
  663. width:93%;
  664. padding:0 3%;
  665. overflow: hidden;
  666. text-overflow:ellipsis;
  667. white-space: nowrap;
  668. }
  669. }
  670. .attention{
  671. h4{
  672. background: url(../img/attention_ico.jpg) no-repeat left center;
  673. height: 24px;
  674. padding-left: 10px;
  675. line-height: 24px;
  676. font-size: 14px;
  677. //font-weight: bold;
  678. color: #1c6ab3;
  679. margin-bottom: 10px;
  680. }
  681. a{
  682. float: right;
  683. color: #999;
  684. }
  685. }
  686. }
  687. /**返回顶部**/
  688. .return-top{
  689. position:fixed;
  690. bottom:130px;
  691. right:50%;
  692. margin-right:-700px;
  693. }
  694. .f-friend{
  695. background-color: #eee;
  696. width: 1200px;
  697. margin: auto;
  698. .declaration{
  699. width: 90%;
  700. margin: auto;
  701. padding: 10px 0;
  702. p:first-child{
  703. font-size: 16px;
  704. font-weight: bold;
  705. }
  706. }
  707. }
  708. }
  709. }