homePage.scss 25 KB

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