jmb.min.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. i, em {
  2. font-style: normal;
  3. margin: 0px;
  4. padding: 0px
  5. }
  6. .flname {
  7. height: 62px;
  8. line-height: 62px;
  9. background: #fff;
  10. border-radius: 4px 4px 0 0;
  11. color: #2054ae;
  12. font-size: 20px;
  13. font-family: "微软雅黑";
  14. font-weight: 600;
  15. }
  16. .flimg {
  17. margin: 0 12px 0 10px
  18. }
  19. .flimg img {
  20. margin-bottom: -7px
  21. }
  22. .duansp_list_fl {
  23. border-right: 1px #eee solid;
  24. border-left: 1px #eee solid;overflow:hidden
  25. }
  26. .duansp_list_fl li {
  27. width: 153px;
  28. float: left;
  29. text-align: center;
  30. margin-bottom: 18px;
  31. margin-top: 11px; margin-left:10px;border:#ccc 1px solid; padding:2px;
  32. }
  33. .duansp_list_flnr .dsp_title {
  34. display: -webkit-box;
  35. text-overflow: ellipsis;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. -webkit-line-clamp: 2;
  39. -webkit-box-orient: vertical;
  40. line-height: 26px;
  41. height: 26px;
  42. margin: 0 auto;
  43. text-align:center; overflow:hidden
  44. }
  45. .duansp_list_flnr .dsp_photo {
  46. position: relative;
  47. width: 100%;
  48. height: 100px;
  49. margin: 0 auto
  50. }
  51. .duansp_list_flnr .dsp_photo span {
  52. width: 100%;
  53. height: 90px;
  54. display: block
  55. }
  56. .duansp_list_flnr .dsp_photo span img {
  57. width: 100%;
  58. height: 90px;
  59. display: block;
  60. border-radius: 6px
  61. }
  62. .duansp_list_flnr .dsp_photo .covermask {
  63. position: absolute;
  64. left: 0;
  65. top: 0;
  66. width: 100%;
  67. height: 100%;
  68. background-color: #000;
  69. opacity: 0;
  70. -webkit-transition: opacity .5s;
  71. transition: opacity .5s
  72. }
  73. .duansp_list_flnr .dsp_photo:hover .covermask {
  74. opacity: .2;
  75. -webkit-transition: opacity .5s;
  76. transition: opacity .5s
  77. }
  78. .duansp_list_flnr .dsp_photo .playbtn {
  79. position: absolute;
  80. left: 50%;
  81. top: 50%;
  82. margin-left: -25px;
  83. margin-top: -25px;
  84. width: 49px;
  85. height: 49px;
  86. background: url(../img/dspleft_ico.png) no-repeat 0 0;
  87. opacity: 0;
  88. -webkit-transform: scale(.7);
  89. -webkit-transition-property: opacity,-webkit-transform;
  90. -webkit-transition-duration: .5s;
  91. transform: scale(.7);
  92. transition-property: opacity,transform;
  93. transition-duration: .5s;
  94. zoom: 1;
  95. background-size: 100% 100%
  96. }
  97. .duansp_list_flnr .dsp_photo:hover .playbtn {
  98. opacity: .9;
  99. -webkit-transform: scale(1);
  100. -webkit-transition-property: opacity,-webkit-transform;
  101. -webkit-transition-duration: .5s;
  102. transform: scale(1);
  103. transition-property: opacity,transform;
  104. transition-duration: .5s;
  105. cursor: pointer
  106. }
  107. .chakanmore {
  108. padding: 30px 0
  109. }
  110. .chakanmore p {
  111. width: 367px;
  112. height: 38px;
  113. line-height: 38px;
  114. color: #2054ae;
  115. border: 1px #2054ae solid;
  116. border-radius: 38px;
  117. text-align: center;
  118. margin: 0 auto;
  119. cursor: pointer
  120. }
  121. .flname a {
  122. float: right;
  123. margin-right: 5px;
  124. font-size: 14px;
  125. }
  126. .jmb_list_fl {
  127. margin-left: 1%;
  128. margin-top: 15px;
  129. width: 98%;
  130. margin-bottom: 10px;
  131. overflow: hidden
  132. }
  133. .jmb_list_fl li {
  134. margin-left: 12px;
  135. margin-right: 12px;
  136. float: left;
  137. margin-bottom: 15px;
  138. text-align: center;
  139. }
  140. .jmb_list_fl li a {
  141. float: left;
  142. height: 43px;
  143. line-height: 43px;
  144. font-size: 14px;
  145. border: 1px solid #DADADA;
  146. background: #E8E8E8;
  147. color: #333333;
  148. width: 113px;
  149. overflow: hidden;
  150. }
  151. .jmb_list_fl li a:hover {
  152. float: left;
  153. height: 43px;
  154. line-height: 43px;
  155. font-size: 14px;
  156. width: 113px;
  157. overflow: hidden;
  158. border: 1px solid #DADADA;
  159. background: #2054ae;
  160. color: #fff;
  161. text-decoration: none;
  162. }
  163. .dhtext_ln {
  164. border-radius: 5px 5px 0 0;
  165. overflow: hidden
  166. }
  167. .dhtext_ln li {
  168. height: 34px;
  169. border-bottom: 1px #edeef0 solid;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. background: #fff;
  174. color: #2054ae;
  175. padding: 0 10px
  176. }
  177. .dhtext_ln li a {
  178. color: #333
  179. }
  180. .dhtext_ln li a:hover {
  181. color: #2054ae
  182. }
  183. .dhtext_ln li.zbhover {
  184. background: #2054ae;
  185. color: #fff
  186. }
  187. .dhtext_ln li.zbhover a {
  188. color: #fff
  189. }
  190. .zhoubox {
  191. width: 100%;
  192. height: 52px;
  193. background: #899099;
  194. }
  195. .zhouul {
  196. width: 1200px;
  197. height: 52px;
  198. margin: 0 auto;
  199. }
  200. .zhouul li {
  201. width: 115px;
  202. height: 52px;
  203. float: left;
  204. text-align: center;
  205. line-height: 52px;
  206. font-size: 18px;
  207. }
  208. .zhouul li:hover {
  209. background: #2054ae;
  210. }
  211. .zhouul li:hover a span {
  212. color: #fff;
  213. }
  214. .zhouul .select {
  215. background: #2054ae;
  216. }
  217. .zhouul .select a {
  218. color: #fff;
  219. }
  220. .zhouul .select a span {
  221. color: #fff;
  222. }
  223. .zhouul li a {
  224. display: block;
  225. width: 115px;
  226. height: 52px;
  227. position: relative;
  228. color: #000
  229. }
  230. .zhouul li a span {
  231. float: left;
  232. width: 100%;
  233. }
  234. .zhouul li a .select-span1 {
  235. font-size: 18px;
  236. height: 30px;
  237. line-height: 34px;
  238. }
  239. .zhouul li a .select-span2 {
  240. font-size: 12px;
  241. height: 22px;
  242. line-height: 15px;
  243. }
  244. .qhbox {
  245. width: 100%;
  246. height: 90px;
  247. }
  248. .qhbox ul {
  249. width: 1200px;
  250. height: 90px;
  251. margin: 0 auto;
  252. }
  253. .qhbox ul li {
  254. float: left;
  255. height: 90px;
  256. line-height: 90px;
  257. overflow: hidden;
  258. }
  259. .qhbox ul .qhbox-li1 {
  260. width: 30%;
  261. text-align: left;
  262. font-size: 18px;
  263. }
  264. .qhbox ul .qhbox-li2 {
  265. width: 40%;
  266. text-align: center;
  267. font-size: 30px;
  268. }
  269. .qhbox ul .qhbox-li3 {
  270. width: 30%;
  271. text-align: right;
  272. font-size: 18px;
  273. }
  274. .qhbox span {
  275. color: #899099;
  276. }
  277. .qhbox ul li a {
  278. display: inline-block;
  279. height: 90px;
  280. color: #000
  281. }
  282. .qhbox ul li a span {
  283. float: left;
  284. }
  285. .qhbox-li1-span1,.qhbox-li3-span1 {
  286. width: 40px;
  287. height: 40px;
  288. border: 2px solid #899099;
  289. border-radius: 100%;
  290. float: left;
  291. text-align: center;
  292. font-size: 42px;
  293. line-height: 36px;
  294. margin-top: 22px;
  295. }
  296. .qhbox-li1-span1 {
  297. margin-right: 12px;
  298. }
  299. .qhbox-li3-span1 {
  300. margin-left: 12px;
  301. }
  302. .qhbox ul .qhbox-li3 a,.qhbox ul .qhbox-li3 a span {
  303. color: #899099;
  304. }
  305. .qhbox-li1 a:hover .qhbox-li1-span2,.qhbox-li3 a:hover .qhbox-li3-span2 {
  306. color: #2054ae;
  307. }
  308. .qhbox-li1 a:hover .qhbox-li1-span1,.qhbox-li3 a:hover .qhbox-li3-span1 {
  309. border-color: #2054ae;
  310. background: #2054ae;
  311. color: #fff;
  312. }
  313. .contbox {
  314. width: 100%;
  315. margin-bottom: 60px;
  316. overflow: hidden;
  317. }
  318. .cont {
  319. width: 1200px;
  320. margin: 0 auto;
  321. }
  322. .conts {
  323. width: 157px;
  324. border: 1px solid #dbe2ea;
  325. float: left;
  326. background: #FFF
  327. }
  328. .conts ul {
  329. width: 100%;
  330. overflow: hidden;
  331. }
  332. .conts ul li {
  333. width: 100%;
  334. height: 76px;
  335. text-align: center;
  336. line-height: 76px;
  337. overflow: hidden;
  338. }
  339. .conts ul li a {
  340. color: #626972;
  341. font-size: 18px;
  342. display: block;
  343. background: #f1f4f8;
  344. }
  345. .conts ul li a.gl {
  346. color: #fff;
  347. background: #2054ae;
  348. }
  349. .conts ul li a:hover {
  350. color: #fff;
  351. background: #2054ae;
  352. }
  353. .conts .gdpd {
  354. width: 100%;
  355. height: 32px;
  356. overflow: hidden;
  357. font-size: 14px;
  358. cursor: pointer;
  359. color: #fff;
  360. text-align: center;
  361. line-height: 32px;
  362. background: #97a0ad;
  363. }
  364. .shijian {
  365. width: 701px;
  366. float: left;
  367. margin: 0 20px;
  368. background: #FFF
  369. }
  370. .shijian ul {
  371. float: left;
  372. width: 50%;
  373. }
  374. .shijian ul li {
  375. width: 340px;
  376. padding-left: 9px;
  377. height: 53px;
  378. line-height: 53px;
  379. border-left: 1px solid #dbe2ea;
  380. border-right: 1px solid #dbe2ea;
  381. border-bottom: 1px solid #dbe2ea;
  382. color: #3b5162;
  383. font-size: 14px;
  384. overflow: hidden;
  385. }
  386. .shijian ul .shijian-ul1-li1,.shijian ul .shijian-ul1-li1 {
  387. border-top: 1px solid #dbe2ea;
  388. font-size: 18px;
  389. color: #000;
  390. height: 75px;
  391. background: #f5f6f7;
  392. line-height: 75px;
  393. }
  394. .shijian ul li em {
  395. float: left;
  396. height: 53px;
  397. width: 16%;
  398. }
  399. .shijian ul li span {
  400. float: left;
  401. height: 53px;
  402. width: 84%;
  403. overflow: hidden;
  404. text-overflow: ellipsis;
  405. white-space: nowrap;
  406. }
  407. .rebox {
  408. width: 298px;
  409. border: 1px solid #dbe2ea;
  410. float: right;
  411. background: #FFF
  412. }
  413. .rebox .rmdsj {
  414. width: 100%;
  415. height: 53px;
  416. border-bottom: 1px solid #dbe2ea;
  417. font-size: 18px;
  418. line-height: 53px;
  419. text-indent: 20px;
  420. }
  421. .rebox ul {
  422. width: 281px;
  423. padding-top: 25px;
  424. padding-left: 17px;
  425. border-bottom: 1px solid #dbe2ea;
  426. overflow: hidden;
  427. }
  428. .rebox ul li {
  429. float: left;
  430. margin-right: 17px;
  431. width: 123px;
  432. height: 122px;
  433. margin-bottom: 14px;
  434. }
  435. .rebox ul li a {
  436. display: block;
  437. width: 100%;
  438. }
  439. .rebox ul li .rebox-ul-a1 {
  440. height: 83px;
  441. }
  442. .rebox ul li .rebox-ul-a1 img {
  443. display: block;
  444. width: 123px;
  445. height: 83px;
  446. }
  447. .rebox ul li .rebox-ul-a2 {
  448. width: 100%;
  449. height: 30px;
  450. line-height: 30px;
  451. text-align: center;
  452. font-size: 14px;
  453. overflow: hidden;
  454. text-overflow: ellipsis;
  455. white-space: nowrap;
  456. }
  457. .rebox ul li .rebox-ul-a2:hover {
  458. color: red;
  459. }
  460. .rebox ul li p {
  461. width: 100%;
  462. height: 30px;
  463. line-height: 12px;
  464. text-align: center;
  465. font-size: 12px;
  466. color: #acacac;
  467. overflow: hidden;
  468. text-overflow: ellipsis;
  469. white-space: nowrap;
  470. }
  471. .jbm_tit {
  472. width: 1200px;
  473. height: 50px;
  474. margin: 0 auto;
  475. line-height: 50px;
  476. }
  477. .jbm_tit h1 {
  478. font-size: 16px;
  479. display: inline
  480. }
  481. .vde_tit_new{position:relative;padding-left:50px}
  482. .vde_tit_new>.flimg{position:absolute;top:10px;left:0;height:40px}
  483. .vde_tit_new{position:relative;padding-left:50px}