ten.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. /* 头部内容 */
  2. header{
  3. width: 100%;
  4. height: 110px;
  5. background: #fff;
  6. }
  7. header{height: 110px;}
  8. header h1{float: left;width: 400px;height: 110px;margin-left: -20px;}
  9. header h1>a{display: block;width: 230px;height: 110px;float: left;}
  10. header h1 span{display: block;width: 170px;height: 48px;float: left;margin-top: 33px;border-left: 1px solid #ccc;padding-left: 15px;}
  11. header h1 span strong{ display: block; font-size: 25px; font-weight: bold; margin-bottom: 8px; }
  12. header h1 span a{font-size: 12px;}
  13. header h1 span a:hover{color: #333;}
  14. header h1 img{width: 100%;height: 100%;}
  15. /* 搜索下拉提示 */
  16. header .header_l{
  17. position: relative;
  18. float: left;
  19. width: 500px;
  20. height: 45px;
  21. margin: 30px 0 0 90px;
  22. background: #f5f5f5;
  23. }
  24. header .header_l .form_down{
  25. position: absolute;
  26. top: 44px;
  27. left: 0;
  28. width: 390px;
  29. background: #fff;
  30. z-index: 9;
  31. border: 1px solid #eee;
  32. border-radius: 0 0 5px 5px;
  33. display: none;
  34. }
  35. header .header_l .form_down span{
  36. display: block;
  37. color: #666;
  38. line-height: 30px;
  39. cursor: pointer;
  40. text-indent: 15px;
  41. }
  42. header .header_l .form_down span:hover{
  43. background: #eee;
  44. }
  45. /* 搜索下拉提示结束 */
  46. header p{
  47. width: 500px;
  48. height: 45px;
  49. }
  50. header p input{
  51. float: left;
  52. width: 220px;
  53. height: 35px;
  54. color: #999;
  55. margin: 5px 0 0 10px;
  56. outline: none;
  57. background: #f5f5f5;
  58. }
  59. header p span{
  60. display: block;
  61. float: left;
  62. width: 70px;
  63. height: 25px;
  64. line-height: 25px;
  65. text-align: center;
  66. border: 1px solid #eee;
  67. background: #fff;
  68. margin: 10px 5px 0 0;
  69. cursor: pointer;
  70. }
  71. header p a{
  72. display: block;
  73. width: 110px;
  74. height: 45px;
  75. line-height: 45px;
  76. text-indent: 40px;
  77. font-size: 16px;
  78. color: #fff;
  79. background: #e1181e;
  80. float: right;
  81. position: relative;
  82. }
  83. header p a:hover{color: #fff;}
  84. header p a::after{
  85. position: absolute;
  86. content: "";
  87. width: 22px;
  88. height: 45px;
  89. top: 0;
  90. left: 12px;
  91. background: url(../images/news_big.png) no-repeat;
  92. }
  93. .head_div{
  94. height: 45px;
  95. margin-top: 22px;
  96. }
  97. .head_div a{
  98. display: block;
  99. float: left;
  100. width: 65px;
  101. height: 60px;
  102. margin-right: 15px;
  103. }
  104. .head_div a img{
  105. width: 65px;
  106. height: 40px;
  107. }
  108. .head_div a span{
  109. display: block;
  110. height: 20px;
  111. line-height: 20px;
  112. text-align: center;
  113. }
  114. /* 导航栏 */
  115. nav{width: 100%;height: 40px;background: #db0f21;}
  116. nav ul li{width: 120px;height: 40px;line-height: 40px;float: left;text-align: center;cursor: pointer;}
  117. nav ul li a{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;}
  118. nav ul li span{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;}
  119. nav ul .active{background: #99131a;}
  120. nav ul li:hover{background: #99131a;}
  121. nav ul li a:hover{color: #fff;}
  122. /* 位置 */
  123. .weizhi{
  124. height: 45px;
  125. line-height: 45px;
  126. font-size: 12px;
  127. }
  128. .weizhi em{margin: 0 5px;}
  129. .weizhi p{
  130. float: right;
  131. color: #ca1222;
  132. }
  133. /* 第一部分内容 */
  134. .news_one{
  135. height: 500px;
  136. }
  137. .news_one_left{
  138. width: 840px;
  139. height: 500px;
  140. background: #fff;
  141. }
  142. .one_l{
  143. width: 360px;
  144. height: 500px;
  145. float: left;
  146. margin-right: 30px;
  147. }
  148. /* 左边 */
  149. .main_left{
  150. width: 950px;
  151. height: 1920px;
  152. }
  153. .main_left_title{
  154. height: 120px;
  155. background: #fff;
  156. padding: 10px 0;
  157. }
  158. .main_left_title h2{
  159. height: 35px;
  160. line-height: 35px;
  161. font-size: 22px;
  162. color: #333;
  163. text-align: center;
  164. position: relative;
  165. }
  166. .main_left_title h2::before{
  167. position: absolute;
  168. content: "";
  169. width: 100px;
  170. height: 1px;
  171. background: #666;
  172. top: 17px;
  173. left: 60px;
  174. }
  175. .main_left_title h2::after{
  176. position: absolute;
  177. content: "";
  178. width: 100px;
  179. height: 1px;
  180. background: #666;
  181. top: 17px;
  182. right: 60px;
  183. }
  184. .main_left_title p{
  185. width: 700px;
  186. margin: 10px auto;
  187. line-height: 25px;
  188. text-align: center
  189. }
  190. .main_left ul li{
  191. height: 170px;
  192. margin-top: 10px;
  193. background: #fff;
  194. padding: 25px 20px;
  195. }
  196. .main_left ul li .li_sum{
  197. float: left;
  198. width: 40px;
  199. margin-top: 37px;
  200. }
  201. .main_left ul li .li_sum em{
  202. display: block;
  203. text-align: center;
  204. font-size: 30px;
  205. color: #f9a411;
  206. font-weight: 700;
  207. }
  208. .main_left ul li .li_sum span{
  209. display: block;
  210. text-align: center;
  211. font-weight: 600;
  212. color: #999;
  213. }
  214. .main_left ul li .li_logo{
  215. width: 155px;
  216. height: 120px;
  217. float: left;
  218. overflow: hidden;
  219. margin-left: 30px;
  220. }
  221. .main_left ul li .li_logo img{ width: 100%; }
  222. .main_left ul li .li_cont{
  223. width: 420px;
  224. height: 120px;
  225. float: left;
  226. margin-left: 40px;
  227. }
  228. .main_left ul li .li_cont h5{
  229. font-size: 20px;
  230. font-weight: bold;
  231. line-height: 30px;
  232. }
  233. .main_left ul li .li_cont h4{
  234. color: #999;
  235. line-height: 30px;
  236. line-height: 30px;
  237. }
  238. .main_left ul li .li_cont p{
  239. height: 50px;
  240. line-height: 25px;
  241. overflow : hidden;
  242. text-overflow: ellipsis;
  243. display: -webkit-box;
  244. -webkit-line-clamp: 2;
  245. -webkit-box-orient: vertical;
  246. color: #666;
  247. }
  248. .main_left ul li .li_right{
  249. width: 140px;
  250. height: 120px;
  251. float: right;
  252. margin-right: 10px;
  253. }
  254. .main_left ul li .li_right p{
  255. height: 30px;
  256. line-height: 30px;
  257. color: #999;
  258. }
  259. .main_left ul li .li_right a{
  260. display: block;
  261. width: 120px;
  262. height: 40px;
  263. line-height: 40px;
  264. background: #dd4144;
  265. text-align: center;
  266. color: #fff;
  267. font-size: 16px;
  268. margin-top: 10px;
  269. }
  270. /* 右边 */
  271. .main_right{
  272. width: 235px;
  273. height: 1920px;
  274. }
  275. aside{
  276. background: #fff;
  277. padding: 5px 0;
  278. }
  279. aside h4{
  280. height: 40px;
  281. line-height: 40px;
  282. text-indent: 30px;
  283. font-weight: bold;
  284. font-size: 18px;
  285. color: #333;
  286. border-bottom: 1px solid #f0f0f0;
  287. position: relative;
  288. }
  289. aside h4::after{
  290. position: absolute;
  291. content: "";
  292. width: 4px;
  293. height: 20px;
  294. background: #e00b0b;
  295. top: 10px;
  296. left: 15px;
  297. }
  298. .aside_cont{
  299. padding: 5px 15px;
  300. }
  301. /* 热门推荐 */
  302. .hot{margin-bottom: 10px;/* height: 480px; */}
  303. .hot dl dt{
  304. width: 205px;
  305. /*height: 165px; */
  306. overflow: hidden;
  307. }
  308. /* .hot dl dd{
  309. height: 30px;
  310. line-height: 30px;
  311. color: #333;
  312. font-size: 16px;
  313. margin-top: 10px;
  314. } */
  315. .hot ul li:first-child{
  316. height: 30px;
  317. line-height: 30px;
  318. color: #333;
  319. font-size: 16px;
  320. margin-top: 10px;
  321. }
  322. .hot ul li{
  323. width: 205px;
  324. height: 38px;
  325. line-height: 38px;
  326. position: relative;
  327. text-indent: 15px;
  328. overflow: hidden;
  329. text-overflow: ellipsis;
  330. white-space: nowrap;
  331. }
  332. .hot ul li::after{
  333. position: absolute;
  334. content: "";
  335. width: 4px;
  336. height: 4px;
  337. background: #e00b0b;
  338. top: 16px;
  339. left: 0;
  340. }
  341. .hot ul li a{color: #666;}
  342. /* 教育加盟品牌 */
  343. .jiaoyu{margin-bottom: 10px;height: 350px;}
  344. .jiaoyu ul li{
  345. width: 50%;
  346. float: left;
  347. height: 42px;
  348. line-height: 42px;
  349. text-align: center;
  350. }
  351. .jiaoyu ul li a:hover{
  352. padding: 5px 12px;
  353. background: #edf6ff;
  354. color: #499dff;
  355. }
  356. .jiaoyu_activer{
  357. padding: 5px 12px;
  358. background: #edf6ff;
  359. color: #499dff;
  360. }
  361. /* 教育加盟品牌排行 */
  362. .jyph{margin-bottom: 10px;height: 435px;}
  363. .jyph ul li{
  364. height: 24px;
  365. line-height: 24px;
  366. margin: 12px 0;
  367. }
  368. .jyph ul li em{
  369. display: block;
  370. float: left;
  371. width: 24px;
  372. height: 24px;
  373. line-height: 24px;
  374. text-align: center;
  375. background: #d80518;
  376. color: #fff;
  377. margin-right: 8px;
  378. }
  379. .jyph ul li a{
  380. display: block;
  381. float: left;
  382. width: 105px;
  383. overflow: hidden;
  384. text-overflow: ellipsis;
  385. white-space: nowrap;
  386. }
  387. .jyph ul li span{
  388. display: block;
  389. float: right;
  390. color: #e63f4d;
  391. }
  392. /* 广告位 */
  393. .banners{
  394. width: 235px;
  395. height: 70px;
  396. margin-bottom: 10px;
  397. }
  398. /* 教育加盟品牌排行 */
  399. .as3{height: 465px;}
  400. .as3 ul li{
  401. height: 37px;
  402. line-height: 37px;
  403. position: relative;
  404. overflow: hidden;
  405. text-overflow: ellipsis;
  406. white-space: nowrap;
  407. text-indent: 15px;
  408. }
  409. .as3 ul li::after{
  410. position: absolute;
  411. content: "";
  412. width: 4px;
  413. height: 4px;
  414. background: #e00b0b;
  415. top: 15.5px;
  416. left: 0;
  417. }
  418. /* 更多相关行业榜单 */
  419. .bangdan{height: 370px;margin-top: 20px;}
  420. .bangdan h4{
  421. margin: 0 auto;
  422. width: 300px;
  423. height: 60px;
  424. line-height: 60px;
  425. font-size: 22px;
  426. color: #333;
  427. text-align: center;
  428. position: relative;
  429. }
  430. .bangdan h4::before{
  431. position: absolute;
  432. content: "";
  433. width: 30px;
  434. height: 1px;
  435. background: #ccc;
  436. top: 29px;
  437. left: 0;
  438. }
  439. .bangdan h4::after{
  440. position: absolute;
  441. content: "";
  442. width: 30px;
  443. height: 1px;
  444. background: #ccc;
  445. top: 29px;
  446. right: 0;
  447. }
  448. .bangdan_cont{
  449. height: 310px;
  450. background: #fff;
  451. padding: 0 20px;
  452. }
  453. .bangdan_cont a{
  454. display: block;
  455. float: left;
  456. width: 215px;
  457. height: 40px;
  458. line-height: 40px;
  459. font-size: 16px;
  460. color: #666;
  461. background: #eee;
  462. border-radius: 20px;
  463. text-align: center;
  464. margin: 30px 20px 0 0;
  465. }
  466. .bangdan_cont a:nth-child(5n){margin-right: 0;}
  467. .bangdan_cont a em{
  468. float: right;
  469. margin-right: 20px;
  470. }
  471. /* 火热招商 */
  472. .love{
  473. margin-top: 20px;
  474. height: 575px;
  475. }
  476. .love h4{
  477. height: 50px;
  478. line-height: 50px;
  479. background: url(../images/nan1.png) no-repeat 10px center;
  480. }
  481. .love h4 span{
  482. font-size: 20px;
  483. font-weight: 600;
  484. margin-left: 50px;
  485. }
  486. .love h4 p{float: right;}
  487. .love h4 a{
  488. display: block;
  489. float: left;
  490. margin: 0 15px;
  491. color: #bebcbb;
  492. }
  493. .fire{height: 525px;background: #fff;padding: 5px 10px;}
  494. .fire ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
  495. .fire ul li{
  496. width: 220px;
  497. height: 240px;
  498. margin: 8px 0;
  499. }
  500. .fire ul li img{
  501. width: 220px;
  502. height: 160px;
  503. }
  504. .fire ul li h5{
  505. height: 40px;
  506. line-height: 40px;
  507. text-align: center;
  508. font-size: 18px;
  509. font-weight: 600;
  510. }
  511. .fire ul li p{height: 30px;line-height: 30px;padding: 0 10px;color: #666;}
  512. .fire ul li p span{
  513. display: block;
  514. width: 90px;
  515. float: left;
  516. }
  517. .fire ul li p span em{color: #f2774a;}
  518. .fire ul li p span:first-child{
  519. margin-right: 10px;
  520. overflow: hidden;
  521. text-overflow: ellipsis;
  522. white-space: nowrap;
  523. }
  524. .fire_on{color: #f2774a !important;}
  525. /* 广告图 */
  526. .guanggao_banner{height: 70px;margin-top: 20px;}
  527. /* 十大新闻 */
  528. .ten_news{
  529. height: 430px;
  530. margin-top: 20px;
  531. background: #fff;
  532. padding: 20px 0;
  533. }
  534. .ten_news_cont{
  535. width: 390px;
  536. height: 410px;
  537. float: left;
  538. padding: 0 20px;
  539. }
  540. .ten_news_cont h4{
  541. height: 20px;
  542. line-height: 20px;
  543. font-size: 18px;
  544. border-left: 4px solid #e00b0b;
  545. text-indent: 15px;
  546. color: #333;
  547. margin-bottom: 20px;
  548. }
  549. .ten_news_cont ul li{
  550. height: 32px;
  551. line-height: 32px;
  552. position: relative;
  553. overflow: hidden;
  554. text-overflow: ellipsis;
  555. white-space: nowrap;
  556. text-indent: 15px;
  557. }
  558. .ten_news_cont ul li a{color: #666;}
  559. .ten_news_cont ul li::after{
  560. position: absolute;
  561. content: "";
  562. width: 4px;
  563. height: 4px;
  564. background: #e00b0b;
  565. top: 14px;
  566. left: 0;
  567. }
  568. .interest dl{
  569. float: left;
  570. width: 140px;
  571. height: 160px;
  572. margin: 0 35px 25px 0;
  573. }
  574. .interest dl dt{
  575. width: 140px;
  576. height: 110px;
  577. overflow: hidden;
  578. margin-bottom: 6px;
  579. }
  580. .interest dl dd{
  581. height: 22px;
  582. line-height: 22px;
  583. text-align: center;
  584. color: #999;
  585. }
  586. .interest dl dd a{color: #666;}
  587. .interest dl dd em{ margin-left: 20px; }
  588. /* 十大白酒点评 */
  589. .comment{margin-top: 20px;height: 720px;padding-bottom: 10px; background: #fff;overflow: hidden;}
  590. .comment_title{
  591. height: 60px;
  592. }
  593. .comment_title span{
  594. display: block;
  595. float: left;
  596. width: 160px;
  597. height: 40px;
  598. line-height: 40px;
  599. text-indent: 7px;
  600. color: #fff;
  601. font-weight: 700;
  602. background: url(../images/dianping.png) no-repeat;
  603. margin-top: 3px;
  604. }
  605. .txtMarquee-top ul li{
  606. height: 90px;
  607. padding: 0 10px;
  608. margin-bottom: 10px;
  609. }
  610. .txtMarquee-top ul li h5{
  611. width: 100%;
  612. height: 30px;
  613. line-height: 30px;
  614. background: #f7f7f7;
  615. font-weight: bold;
  616. }
  617. .txtMarquee-top ul li h5 em{
  618. display: block;
  619. width: 13px;
  620. height: 13px;
  621. background: url(../images/red_right.png) no-repeat;
  622. float: left;
  623. margin: 8px 7px 0 3px;
  624. }
  625. .txtMarquee-top ul li p{
  626. width: 100%;
  627. padding: 0 10px;
  628. height: 50px;
  629. line-height: 25px;
  630. margin-top: 10px;
  631. overflow : hidden;
  632. text-overflow: ellipsis;
  633. display: -webkit-box;
  634. -webkit-line-clamp: 2;
  635. -webkit-box-orient: vertical;
  636. color: #666;
  637. }
  638. /* 十大品牌首页 */
  639. /* 第一部分 */
  640. .section1{height: 570px;}
  641. .section1 h4{
  642. height: 50px;
  643. line-height: 50px;
  644. border-bottom: 1px solid #eee;
  645. }
  646. .section1 h4 i{
  647. float: left;
  648. display: block;
  649. width: 21px;
  650. height: 50px;
  651. background: url(../images/paihang.png) no-repeat center center;
  652. margin-right: 10px;
  653. }
  654. .section1 h4 strong{
  655. font-size: 20px;
  656. font-weight: bold;
  657. }
  658. .section1 h4 strong em{color: #df0303;}
  659. .section1 h4 a{float: right;color: #999;}
  660. .section1 h4 span{float: right;color: #999;} /* a 修改为span */
  661. /* 加盟排行榜 */
  662. .section1_left{
  663. width: 330px;
  664. height: 572px;
  665. background: #fff;
  666. border-top: 2px solid #df0303;
  667. padding: 0 15px;
  668. margin-top: -2px;
  669. }
  670. .section1_left ul{margin-top: 10px;}
  671. .section1_left ul li{
  672. float: left;
  673. width: 50%;
  674. height: 33px;
  675. line-height: 33px;
  676. text-indent: 10px;
  677. overflow: hidden;
  678. white-space: nowrap;
  679. text-overflow: ellipsis;
  680. }
  681. .section1_left ul li a{color: #666;}
  682. /* 十大品牌排行榜 */
  683. .section1_right{
  684. width: 420px;
  685. height: 570px;
  686. background: #fff;
  687. margin-left: 15px;
  688. padding: 0 15px;
  689. }
  690. .section1_right ul li{cursor: pointer;}
  691. .section1_right ul li:last-child h5{border: none;}
  692. .section1_right ul li:last-child .ph_box{border: none;}
  693. .ph_active h5{display: none !important;}
  694. .ph_active .ph_box{display: block !important;}
  695. .section1_right ul li h5{
  696. height: 43px;
  697. line-height: 43px;
  698. border-bottom: 1px dashed #ccc;
  699. }
  700. .section1_right ul li h5 em{
  701. display: block;
  702. width: 18px;
  703. height: 18px;
  704. line-height: 18px;
  705. text-align: center;
  706. background: #c2c2c2;
  707. border-radius: 2px;
  708. float: left;
  709. margin-top: 12px;
  710. color: #fff;
  711. }
  712. .red{background: #dd2f38 !important}
  713. .section1_right ul li h5 span{
  714. float: left;
  715. display: block;
  716. width: 230px;
  717. margin-left: 10px;
  718. color: #333;
  719. }
  720. .section1_right ul li h5 i{
  721. display: block;
  722. width: 60px;
  723. float: left;
  724. color: #999;
  725. text-align: right;
  726. }
  727. .section1_right ul li h5 a{float: right;}
  728. /* 详细内容 */
  729. .ph_box{
  730. height: 130px;
  731. padding: 20px 0;
  732. border-bottom: 1px solid #ccc;
  733. display: none;
  734. }
  735. .sm_logo{
  736. display: block;
  737. float: left;
  738. width: 120px;
  739. height: 94px;
  740. border: 4px solid #eee;
  741. position: relative;
  742. margin-right: 15px;
  743. }
  744. .sm_logo img{width: 100%;}
  745. .sm_logo div{
  746. position: absolute;
  747. width: 40px;
  748. height: 40px;
  749. background: #dd2f39;
  750. color: #fff;
  751. top: -4px;
  752. left: -4px;
  753. z-index: 9;
  754. padding: 5px 0;
  755. }
  756. .sm_logo div span{display: block;text-align: center;}
  757. .ph_box h4{
  758. width: 220px;
  759. height: 25px;
  760. line-height: 25px;
  761. float: left;
  762. margin-top: 8px;
  763. font-size: 16px;
  764. border-bottom: none;
  765. }
  766. .ph_box p{
  767. width: 220px;
  768. height: 25px;
  769. line-height: 25px;
  770. float: left;
  771. color: #999;
  772. }
  773. .ph_box p a{color: #4d88ce;margin-left: 10px;}
  774. /* 第二部分 */
  775. .section2{
  776. height: 250px;
  777. margin-top: 20px;
  778. background: #fff;
  779. }
  780. .tab_title{
  781. height: 40px;
  782. background: #eaeaea;
  783. }
  784. .tab_title span{
  785. width: 150px;
  786. float: left;
  787. height: 40px;
  788. line-height: 40px;
  789. color: #666;
  790. text-align: center;
  791. font-size: 16px;
  792. cursor: pointer;
  793. }
  794. .tab_title span i{font-size: 18px;margin-right: 5px;}
  795. .tab_title_active{background: #e60811 !important;color: #fff !important;}
  796. #tab_box li{display: none;}
  797. #tab_box li div{
  798. width: 1200px;
  799. height: 210px;
  800. padding: 20px;
  801. display: flex;
  802. justify-content: space-between;
  803. }
  804. #tab_box li dl{
  805. width: 140px;
  806. height: 170px;
  807. }
  808. #tab_box li dl dt{
  809. width: 140px;
  810. height: 110px;
  811. margin-bottom: 5px;
  812. }
  813. #tab_box li dl dt img{width: 100%;height: 100%;;}
  814. #tab_box li dl dd{
  815. height: 30px;
  816. line-height: 30px;
  817. color: #333;
  818. font-size: 16px;
  819. text-align: center;
  820. overflow: hidden;
  821. white-space: nowrap;
  822. text-overflow: ellipsis;
  823. }
  824. #tab_box li dl dd span{color: #e60811;}
  825. .tab_box_active{display: block !important;}
  826. /* 第三部分 */
  827. .section3{
  828. margin-top: 20px;
  829. border: 1px solid #ccc;
  830. background: #fff;
  831. }
  832. .section3 dl dt{
  833. height: 60px;
  834. line-height: 60px;
  835. background: url(../images/hua.png) no-repeat 20px center;
  836. text-indent: 60px;
  837. font-weight: bold;
  838. font-size: 20px;
  839. color: #666;
  840. border-bottom: 1px solid #ccc;
  841. }
  842. .section3 dl dd{width: 1200px; border-bottom: 1px solid #ccc;}
  843. .section3 dl dd span, .section3 dl span a{ display: block; float: left; width: 130px; text-align: center; font-size: 18px; color: #666; font-weight: bold; border-right: 1px solid #ccc; }
  844. .section3 dl dd p{ width: 995px; line-height: 25px; margin: 10px 0 0 40px; float: left;}
  845. .section3 dl dd:nth-of-type(1){height: 140px;line-height: 140px;}
  846. .section3 dl dd:nth-of-type(2){height: 85px;line-height: 85px;}
  847. .section3 dl dd:nth-of-type(3){height: 85px;line-height: 85px;}
  848. .section3 dl dd:nth-of-type(4){height: 60px;line-height: 60px;}
  849. .section3 dl dd:nth-of-type(5){height: 60px;line-height: 60px;}
  850. .section3 dl dd:nth-of-type(6){height: 60px;line-height: 60px;}
  851. .section3 dl dd:nth-of-type(7){height: 60px;line-height: 60px;}
  852. .section3 dl dd:nth-of-type(8){height: 60px;line-height: 60px;}
  853. .section3 dl dd:nth-of-type(9){height: 60px;line-height: 60px;}
  854. .section3 dl dd:nth-of-type(10){height: 60px;line-height: 60px;}
  855. .section3 dl dd:nth-of-type(11){height: 85px;line-height: 85px;}
  856. .section3 dl dd:nth-of-type(12){height: 60px;line-height: 60px;}
  857. .section3 dl dd:nth-of-type(13){height: 60px;line-height: 60px;}
  858. .section3 dl dd:nth-of-type(14){height: 60px;line-height: 60px;}
  859. .section3 dl dd:nth-of-type(15){height: 60px;line-height: 60px;}
  860. .section3 dl dd:nth-of-type(16){height: 60px;line-height: 60px;}
  861. .section3 dl dd:nth-of-type(17){height: 60px;line-height: 60px;}
  862. .section3 dl dd:nth-of-type(18){height: 60px;line-height: 60px;}
  863. .section3 dl dd:nth-of-type(19){height: 60px;line-height: 60px;}
  864. .section3 dl dd:nth-of-type(20){height: 60px;line-height: 60px;}
  865. .section3 dl dd:nth-of-type(21){height: 60px;line-height: 60px;}
  866. .section3 dl dd:nth-of-type(22){height: 60px;line-height: 60px;}
  867. .section3 dl dd:nth-of-type(23){height: 60px;line-height: 60px;}
  868. .section3 dl dd:nth-of-type(24){height: 60px;line-height: 60px;}
  869. .section3 dl dd:nth-of-type(25){height: 60px;line-height: 60px;border: 0;}
  870. .section3 dl dd:nth-of-type(25){border: 0;}
  871. .section3 dl dd p a{margin-right: 20px; color: #666;}
  872. .section3 dl dd p em{margin-right: 20px; color: #666;}
  873. /* 第四部分 */
  874. .section4{
  875. margin-top: 20px;
  876. background: #fff;
  877. height: 80px;
  878. }
  879. .section4 span{
  880. display: block;
  881. width: 85px;
  882. height: 80px;
  883. float: left;
  884. background: url(../images/ten_hot.png) no-repeat;
  885. }
  886. .section4 p{
  887. float: left;
  888. width: 1115px;
  889. height: 50px;
  890. padding: 0 15px;
  891. margin-top: 15px;
  892. border-left: 1px solid #c8c7c7;
  893. display: flex;
  894. flex-wrap: wrap;
  895. justify-content: space-between;
  896. }
  897. .section4 p a{
  898. display: block;
  899. width: 130px;
  900. height: 25px;
  901. line-height: 25px;
  902. overflow: hidden;
  903. white-space: nowrap;
  904. text-overflow: ellipsis;
  905. }