special.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. .specialLeft{
  2. width: 888px;
  3. float: left;
  4. padding-top: 40px;
  5. }
  6. body{
  7. user-select: none;
  8. -webkit-user-select: none;
  9. -moz-user-select: none;
  10. -ms-user-select: none;
  11. }
  12. .specialLeft .input-append{
  13. width: 100%;
  14. height: 44px;
  15. }
  16. .specialLeft .search{
  17. width: 765px;
  18. height: 44px;
  19. line-height: 440px;
  20. border: 1px solid #bcd6e6;
  21. padding: 0 10px;
  22. float: left;
  23. margin: 0;
  24. }
  25. .specialLeft .search:focus{
  26. box-shadow: 0 0 10px #ccc;
  27. }
  28. .specialLeft .btn{
  29. width: 80px;
  30. height: 44px;
  31. background: #f68704;
  32. color: #fff;
  33. font-size: 16px;
  34. border-radius: 0;
  35. float: left;
  36. }
  37. .spType{
  38. margin-top: 40px;
  39. width: 100%;
  40. clear: both;
  41. overflow: hidden;
  42. border-bottom:1px solid #eeeeee;
  43. padding-bottom: 18px
  44. }
  45. .spType li {
  46. cursor: pointer;
  47. float: left;
  48. margin-right:35px;
  49. font-size: 16px;
  50. color: #333333;
  51. }
  52. .spType li.active{
  53. color: #f68704;
  54. }
  55. .proType{
  56. clear: both;
  57. margin-top: 16px;
  58. overflow: hidden;
  59. width: 100%;
  60. height: 40px;
  61. line-height: 40px;
  62. border: 1px solid #eeeeee;
  63. padding-left: 10px;
  64. margin-bottom: 20px;
  65. }
  66. .proType li{
  67. float: left;
  68. margin-right: 28px;
  69. font-size: 14px;
  70. color: #333333;
  71. cursor: pointer;
  72. }
  73. .proType li.active{
  74. color: #f68704;
  75. }
  76. .proType li:hover,.spType li:hover{
  77. color: #f68704;
  78. }
  79. .proType li:first-child:hover{
  80. color: #333333;
  81. }
  82. /* 列表 */
  83. .spList{
  84. padding-top: 26px;
  85. }
  86. .spList ul li {
  87. margin-bottom: 50px;
  88. border-bottom: 1px solid #eeeeee;
  89. clear: both;
  90. width: 100%
  91. }
  92. .spList ul li:last-child{
  93. margin-bottom:25px;
  94. }
  95. .spList ul li .title{
  96. overflow: hidden;
  97. }
  98. .spList ul li .title h3{
  99. width: 100%;
  100. font-size: 16px;
  101. color: #f68704;
  102. float: left;
  103. font-weight: normal;
  104. }
  105. .spList ul li .title span{
  106. float: right;
  107. font-size: 14px;
  108. color: #666666;
  109. }
  110. .ql-editor{
  111. white-space: inherit;
  112. }
  113. .spList ul li p{
  114. clear: both;
  115. font-size: 14px;
  116. color: #666666;
  117. margin-top: 24px;
  118. overflow: hidden;
  119. white-space:nowrap;
  120. text-overflow:ellipsis;
  121. -o-text-overflow:ellipsis;
  122. }
  123. .spList .guide{
  124. text-align: right;
  125. color: #666666;
  126. text-align: right;
  127. margin-top: 30px;
  128. height: 20px;
  129. margin-bottom: 20px;
  130. }
  131. .spList .guide .guideRight>span{
  132. cursor: pointer;
  133. position: relative;
  134. margin-left: 20px;
  135. height: 20px;
  136. line-height: 20px;
  137. z-index: 1200;
  138. }
  139. .spList .guide .guideRight>span>img{
  140. width: 18px;
  141. height: 18px;
  142. margin-right:3px;
  143. vertical-align: top;
  144. margin-top: 1px;
  145. }
  146. .guideLeft{
  147. float: left;
  148. }
  149. .guideLeft .keyword{
  150. display: inline-block;
  151. margin-left: 40px;
  152. }
  153. .guideLeft .keyword span{
  154. display: inline-block;
  155. margin-right: 28px;
  156. color: #ffb46b;
  157. font-size: 12px;
  158. }
  159. .guideRight{
  160. float: right;
  161. }
  162. .fxWrap{
  163. position: absolute;
  164. right: 20px;
  165. width:120px;
  166. height: 34px;
  167. top:20px;
  168. opacity: 1;
  169. line-height: 26px;
  170. box-shadow: 0 0 10px #ccc;
  171. z-index: 1222;
  172. border-radius: 4px;
  173. background: #ffffff;
  174. display: none;
  175. transition: all .1s ease-in-out
  176. }
  177. .fxWrap.active{
  178. width: 120px;
  179. right: 0;
  180. opacity: 1;
  181. transition: all .3s ease-in
  182. }
  183. .guideRight span:hover{
  184. color: #f68704;
  185. }
  186. .spList li .title time{
  187. font-size: 14px;
  188. float: right;
  189. display: inline-block;
  190. margin-left: 45px;
  191. color: #999999;
  192. }
  193. .fxWrap img{
  194. width: 20px;
  195. height: 20px;
  196. margin-right: 12px;
  197. }
  198. .fxWrap::before{
  199. width: 8px;
  200. height: 8px;
  201. content: '';
  202. background: #fff;
  203. transform: rotate(45deg);
  204. position: absolute;
  205. top: -5px;
  206. right: 20px;
  207. z-index: 1220;
  208. box-shadow: -4px -4px 10px #ccc;
  209. }
  210. /* 右边 */
  211. .specialRight {
  212. width: 280px;
  213. float: right;
  214. margin-bottom: 100px;
  215. padding-top: 40px;
  216. }
  217. .specialRight .writeXF{
  218. height: 134px;
  219. border: 1px solid #cccccc;
  220. padding: 30px 72px;
  221. margin-bottom: 18px;
  222. }
  223. .specialRight .writeXF div{
  224. display: inline-block;
  225. text-align: center;
  226. color: #333333;
  227. font-size: 16px;
  228. cursor: pointer;
  229. }
  230. .specialRight .writeXF div:nth-child(1){
  231. float: left;
  232. }
  233. .specialRight .writeXF div:nth-child(2){
  234. float: right;
  235. }
  236. .specialRight .writeXF div img{
  237. margin-bottom: 10px;
  238. }
  239. .specialRight .collection{
  240. border: 1px solid #cccccc;
  241. height: 146px;
  242. padding: 35px 60px;
  243. margin-bottom: 18px;
  244. }
  245. .specialRight .collection p{
  246. color: #333333;
  247. cursor: pointer;
  248. }
  249. .specialRight .collection p:hover{
  250. color: #f68704;
  251. }
  252. .specialRight .collection p img{
  253. width: 20px;
  254. height: 20px;
  255. margin-right: 12px;
  256. vertical-align: top;
  257. }
  258. .specialRight .collection p:first-child{
  259. margin-bottom: 30px;
  260. }
  261. .videoZs h3{
  262. width: 100%;
  263. font-size: 16px;
  264. font-weight: normal;
  265. margin-bottom: 8px
  266. }
  267. .videoZs h3 a{
  268. float: right;
  269. font-size: 14px;
  270. color: #666666;
  271. }
  272. .videoZs h3 a:hover{
  273. color: #f68704;
  274. }
  275. .videoZs .videoImg{
  276. width: 100%;
  277. border: 1px solid #ccc;
  278. }
  279. .videoZs .videoImg img{
  280. position: absolute;
  281. width: 100%;
  282. height: 238px;
  283. z-index: -1;
  284. top: 0;
  285. left: 0
  286. }
  287. .videoZs .videoImg a>div{
  288. position: relative;
  289. width: 100%;
  290. height: 238px;
  291. z-index: 22;
  292. }
  293. .videoZs .videoImg a>div div{
  294. width: 100%;
  295. height: 100%;
  296. background: url(../../../img/newMenu/videoZHE_03.png)no-repeat;
  297. background-size:100% 100%;
  298. z-index: 24;
  299. }
  300. .videoZs .videoImg div h4{
  301. position: absolute;
  302. bottom: 0;
  303. height: 40px;
  304. line-height: 40px;
  305. overflow: hidden;
  306. white-space:nowrap;
  307. text-overflow:ellipsis;
  308. -o-text-overflow:ellipsis;
  309. padding: 0 10px;
  310. background: rgba(0, 0, 0, .7);
  311. width: 100%;
  312. font-weight: normal;
  313. z-index: 25;
  314. font-size: 14px;
  315. color: #fff;
  316. }
  317. .videoZs p{
  318. width: 100%;
  319. padding: 14px 10px;
  320. }
  321. .videoZs p span{
  322. display: inline-block;
  323. font-size: 14px;
  324. color: #999999;
  325. overflow: hidden;
  326. display: -webkit-box;
  327. text-overflow: ellipsis;
  328. -webkit-box-orient: vertical;
  329. -webkit-line-clamp:2;
  330. text-align: justify
  331. }
  332. .policy{
  333. margin-top: 22px;
  334. margin-bottom: 22px;
  335. }
  336. .policy .videoImg a>div div{
  337. background: rgba(0, 0, 0, .5);
  338. }
  339. .policy p span{
  340. overflow: hidden;
  341. display: -webkit-box;
  342. text-overflow: ellipsis;
  343. -webkit-box-orient: vertical;
  344. -webkit-line-clamp:3;
  345. }
  346. .policy ul{
  347. padding: 22px;
  348. border: 1px solid #ccc;
  349. margin-top: 12px;
  350. }
  351. .policy ul li{
  352. margin-bottom: 14px;
  353. }
  354. .policy ul li a{
  355. color: #666666;
  356. }
  357. .policy ul li a:hover{
  358. color: #f68704;
  359. }
  360. /* 顾问 */
  361. .nubCollect{
  362. margin-left: 10px;
  363. }
  364. .adviserList{
  365. display: none;
  366. }
  367. .adviserList ul li{
  368. margin-bottom: 35px;
  369. height: 192px;
  370. padding-top: 30px;
  371. border: 1px solid #eaeaea;
  372. background: #fbfbfb;
  373. border-radius: 15px;
  374. }
  375. .adviserList ul li:hover{
  376. box-shadow: 0 0 20px #ccc;
  377. }
  378. .adviserList ul li div a{
  379. width: 100%;
  380. display: inline-block;
  381. }
  382. .adviserList ul li div img{
  383. width:118px;
  384. height: 118px;
  385. border-radius: 50%;
  386. float: left;
  387. margin-left: 23px;
  388. border-radius: 50%;
  389. }
  390. .adviserList ul li div .txt{
  391. width: 670px;
  392. margin-right: 27px;
  393. float: right;
  394. }
  395. .txt .address{
  396. color: #1697e9!important;
  397. clear: both;
  398. margin-bottom: 5px;
  399. }
  400. .adviserList ul li div .txt>div{
  401. height: 50px;
  402. line-height: 50px;
  403. overflow: hidden;
  404. }
  405. .adviserList ul li div .txt>div h4{
  406. float: left;
  407. line-height: 50px;
  408. color: #1f1f1f;
  409. font-size: 22px;
  410. }
  411. .adviserList ul li div .txt>div h4 span{
  412. display: inline-block;
  413. margin-left: 18px;
  414. color: #f68704;
  415. font-size: 18px;
  416. }
  417. .adviserList ul li div .txt>div p{
  418. float: right;
  419. }
  420. .adviserList ul li div .txt>div p{
  421. color: #ff6b26;
  422. font-size: 12px;
  423. }
  424. .adviserList ul li div .txt>div p .heart{
  425. display: inline-block;
  426. width: 20px;
  427. height: 16px;
  428. margin-left: 8px;
  429. vertical-align: top;
  430. margin-top: 16px;
  431. background: url(../../../img/newMenu/serviceDetal_03.jpg)no-repeat;
  432. background-size:100% 100%;
  433. }
  434. .adviserList ul li div .txt>div p .heart.active{
  435. background: url(../../../img/newMenu/serviceDetal_Ok.jpg)no-repeat;
  436. background-size:100% 100%;
  437. }
  438. .adviserList ul li div .txt>p{
  439. font-size: 14px;
  440. color: #707070;
  441. overflow: hidden;
  442. display: -webkit-box;
  443. text-overflow: ellipsis;
  444. -webkit-box-orient: vertical;
  445. -webkit-line-clamp:3;
  446. text-align: justify;
  447. }
  448. .pagination_box{
  449. display: none;
  450. }
  451. .pagination_box ul,.pagination_box .clearfix>span,.pagination_box .inp{
  452. float: right;
  453. }
  454. .pagination_box .inp{
  455. height: 34px;
  456. margin: 20px 0;
  457. }
  458. .pagination_box .clearfix>span{
  459. height: 34px;
  460. line-height: 34px;
  461. margin: 20px 0;
  462. margin-right: 15px;
  463. display: inline-block;
  464. }
  465. .pagination_box .inp button{
  466. line-height: 0;
  467. float: right;
  468. }
  469. .pagination_box .inp input{
  470. float: left;
  471. width: 50px;
  472. margin-left: 10px;
  473. }
  474. .pagination a span,.pagination a {
  475. color: #666666;
  476. }
  477. .list_none {
  478. width: 550px;
  479. height: 150px;
  480. background: url("../../../img/all_null.png") no-repeat;
  481. margin: 50px auto;
  482. }
  483. /* 专栏详情 */
  484. .hr{
  485. margin-top: 30px;
  486. }
  487. .detaiTitle{
  488. text-align: center;
  489. }
  490. .detaiTitle h3{
  491. font-size: 18px;
  492. color: #333333;
  493. font-weight: normal;
  494. margin-bottom: 18px;
  495. margin-top: 12px;
  496. }
  497. .detaiTitle p{
  498. color: #666666;
  499. font-size: 14px;
  500. margin-bottom:18px;
  501. }
  502. .detaiTitle>img{
  503. width: 800px;
  504. height: 400px;
  505. margin-bottom: 20px;
  506. display: inline-block;
  507. }
  508. .detailWrapper P{
  509. text-align: justify;
  510. }
  511. .comment{
  512. width: 100%;
  513. height: 48px;
  514. line-height: 48px;
  515. background: #eeeeee;
  516. margin: 36px 0 10px;
  517. padding: 0 40px;
  518. }
  519. .comment ul li{
  520. cursor: pointer;
  521. float: left;
  522. margin-right: 20px;
  523. position: relative;
  524. z-index: 20;
  525. }
  526. .comment li.fengX{
  527. width: 80px;
  528. }
  529. .comment li .fxWrap{
  530. right:-80px;
  531. top: 8px;
  532. padding-left: 10px;
  533. }
  534. .comment li .fxWrap span img{
  535. margin-left: 5px;
  536. margin-right: 5px;
  537. }
  538. .comment li .fxWrap::before{
  539. right: 116px;
  540. top: 15px;
  541. }
  542. .commentList {
  543. border: 1px solid #d1d1d1;
  544. margin-top: 10px;
  545. margin-bottom: 100px;
  546. }
  547. .commentList>p{
  548. height: 40px;
  549. line-height: 40px;
  550. border-bottom: 1px solid #d1d1d1;
  551. padding-left: 15px;
  552. }
  553. .commentBody{
  554. display:none;
  555. }
  556. .commentBody .search{
  557. width: 808px;
  558. }
  559. .commentList ul li{
  560. padding: 0 15px;
  561. padding-top:20px;
  562. }
  563. .commentList ul li time{
  564. margin-left: 64px;
  565. }
  566. .commentList ul li p{
  567. margin-top: 20px;
  568. text-align: justify;
  569. border-bottom: 1px solid #ccc;
  570. padding-bottom: 20px;
  571. }
  572. .commentList ul li:last-child p{
  573. border: none;
  574. }
  575. .commentList .totalCount{
  576. margin-right: 15px;
  577. display: inline-block;
  578. }