special.css 11 KB

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