You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1078 lines
18 KiB

  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. font-family: "Microsoft YaHei", "微软雅黑" !important;
  5. }
  6. .publicTitle {
  7. margin-bottom: 20px;
  8. position: relative;
  9. height: 30px;
  10. }
  11. .publicTitle:after {
  12. content: '';
  13. width: 100%;
  14. height: 1px;
  15. position: absolute;
  16. top: 0;
  17. bottom: 0;
  18. left: 0;
  19. margin: auto;
  20. background: #F1F1F1;
  21. }
  22. .publicTitle .publicTbox {
  23. position: relative;
  24. z-index: 3;
  25. width: 150px;
  26. background: #fff;
  27. line-height: 0;
  28. }
  29. .publicTitle .publicTbox > * {
  30. display: inline-block;
  31. vertical-align: middle;
  32. }
  33. .publicTitle img {
  34. width: 26px;
  35. margin-right: 15px;
  36. }
  37. .publicTitle span {
  38. line-height: 30px;
  39. font-size: 18px;
  40. }
  41. .publicMoreBox {
  42. position: absolute;
  43. right: 0;
  44. top: 0;
  45. bottom: 0;
  46. margin: auto;
  47. background: #fff;
  48. width: 74px;
  49. text-align: right;
  50. z-index: 9;
  51. height: 24px;
  52. line-height: 0;
  53. }
  54. .publicMore {
  55. display: inline-block;
  56. width: 53px;
  57. height: 100%;
  58. line-height: 22px;
  59. border-radius: 12px;
  60. border: 1px solid #EAEAEA;
  61. text-align: center;
  62. font-size: 14px;
  63. color: #9C9B9B;
  64. }
  65. .noLogin {
  66. position: absolute;
  67. top: 0;
  68. left: 0;
  69. bottom: 0;
  70. right: 0;
  71. margin: auto;
  72. width: 110px;
  73. height: 130px;
  74. text-align: center;
  75. }
  76. .noLoginImg {
  77. line-height: 0;
  78. }
  79. .noLoginImg img {
  80. width: 88px;
  81. }
  82. .noLoginTxt {
  83. margin-top: 10px;
  84. font-size: 14px;
  85. color: #B8B8B8;
  86. }
  87. /*index.html*/
  88. /*****header*******/
  89. .header {
  90. height: 70px;
  91. position: relative;
  92. background-size: 100% 100%;
  93. -moz-background-size: 100% 100%;
  94. -webkit-background-size: 100% 100%;
  95. -o-background-size: 100% 100%;
  96. padding: 0 30px;
  97. }
  98. .headLogin {
  99. width: 70px;
  100. height: 30px;
  101. text-align: center;
  102. line-height: 30px;
  103. background: #fff;
  104. border-radius: 15px;
  105. font-size: 14px;
  106. margin-left: 25px;
  107. }
  108. .headLine2 {
  109. height: 100%;
  110. width: 1px;
  111. }
  112. .headLogo {
  113. float: left;
  114. font-size: 24px;
  115. color: #fff;
  116. line-height: 70px;
  117. }
  118. .headTab {
  119. float: left;
  120. overflow: hidden;
  121. margin-left: 20px;
  122. height: 100%;
  123. }
  124. .headTab li {
  125. float: left;
  126. height: 100%;
  127. width: 70px;
  128. text-align: center;
  129. line-height: 0;
  130. position: relative;
  131. }
  132. .headTab li:after {
  133. content: "";
  134. width: 100%;
  135. height: 5px;
  136. position: absolute;
  137. left: 0;
  138. bottom: 0;
  139. transition: all 0.3s;
  140. -moz-transition: all 0.3s;
  141. -ms-transition: all 0.3s;
  142. -o-transition: all 0.3s;
  143. -webkit-transition: all 0.3s;
  144. background: #fff;
  145. filter: alpha(opacity=0);
  146. -moz-opacity: 0;
  147. -khtml-opacity: 0;
  148. opacity: 0;
  149. }
  150. .headTab a {
  151. display: block;
  152. height: 100%;
  153. }
  154. .headTab img {
  155. height: 28px;
  156. margin-top: 21px;
  157. filter: alpha(opacity=70);
  158. -moz-opacity: .7;
  159. -khtml-opacity: .7;
  160. opacity: .7;
  161. transition: all 0.3s;
  162. -moz-transition: all 0.3s;
  163. -ms-transition: all 0.3s;
  164. -o-transition: all 0.3s;
  165. -webkit-transition: all 0.3s;
  166. }
  167. .headTab li.active:after, .headTab li.active img, .headTab li:hover:after, .headTab li:hover img {
  168. filter: alpha(opacity=100);
  169. -moz-opacity: 1;
  170. -khtml-opacity: 1;
  171. opacity: 1;
  172. }
  173. .headSearch {
  174. width: 505px;
  175. height: 36px;
  176. position: absolute;
  177. top: 0;
  178. left: 0;
  179. bottom: 0;
  180. right: 0;
  181. margin: auto;
  182. background: rgba(255,255,255,0.5);
  183. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);
  184. border-radius: 18px;
  185. overflow: hidden;
  186. }
  187. .headSearch img {
  188. height: 18px;
  189. position: absolute;
  190. top: 0;
  191. bottom: 0;
  192. left: 210px;
  193. margin: auto;
  194. transition: all 0.3s;
  195. -moz-transition: all 0.3s;
  196. -ms-transition: all 0.3s;
  197. -o-transition: all 0.3s;
  198. -webkit-transition: all 0.3s;
  199. }
  200. .headSearch input {
  201. border: 0;
  202. background: transparent;
  203. height: 100%;
  204. display: block;
  205. width: 100%;
  206. line-height: 24px;
  207. padding: 6px 10px 6px 40px;
  208. text-align: center;
  209. font-size: 14px;
  210. color: #fff;
  211. }
  212. .headSearch input::-webkit-input-placeholder {
  213. color: #fff;
  214. }
  215. .headSearch.active img {
  216. left: 10px;
  217. }
  218. .headUser {
  219. float: right;
  220. padding: 8px 0;
  221. height: 100%;
  222. }
  223. .headUser > * {
  224. display: inline-block;
  225. vertical-align: middle;
  226. }
  227. .skinBox {
  228. position: relative;
  229. cursor: pointer;
  230. z-index: 9;
  231. width: 27px;
  232. }
  233. .skinBox > img {
  234. height: 20px;
  235. }
  236. .skin {
  237. position: absolute;
  238. top: 0;
  239. right: 100%;
  240. width: 0;
  241. color: #fff;
  242. line-height: 20px;
  243. transition: all .5s;
  244. -moz-transition: all .5s;
  245. -ms-transition: all .5s;
  246. -o-transition: all .5s;
  247. -webkit-transition: all .5s;
  248. overflow: hidden;
  249. height: 20px;
  250. }
  251. .skinBox.active .skin {
  252. width: 150px;
  253. }
  254. .skin div {
  255. float: left;
  256. }
  257. .skins {
  258. width: 20px;
  259. height: 20px;
  260. border-radius: 2px;
  261. margin-left: 5px;
  262. border: 1px solid #fff;
  263. }
  264. .blue {
  265. background: #198BE3;
  266. }
  267. .red {
  268. background: #C42016;
  269. }
  270. .green {
  271. background: #01A566;
  272. }
  273. .headUserImg {
  274. height: 54px;
  275. width: 54px;
  276. border-radius: 50%;
  277. line-height: 0;
  278. overflow: hidden;
  279. margin: 0 12px 0 25px;
  280. }
  281. .headUserImg img {
  282. width: 100%;
  283. }
  284. .headUserTxt {
  285. font-size: 20px;
  286. color: #fff;
  287. }
  288. .headLine1 {
  289. width: 1px;
  290. height: 100%;
  291. background: #fff;
  292. filter: alpha(opacity=30);
  293. -moz-opacity: .3;
  294. -khtml-opacity: .3;
  295. opacity: .3;
  296. margin: 0 15px;
  297. }
  298. .headNumBox {
  299. font-size: 12px;
  300. text-align: center;
  301. color: #fff;
  302. }
  303. .headNum{
  304. height: 24px;
  305. width: 140px;
  306. border-radius: 12px;
  307. background: #fff;
  308. margin-bottom: 8px;
  309. line-height: 24px;
  310. }
  311. .headNumTxt span {
  312. display: inline-block;
  313. width: 2px;
  314. height: 13px;
  315. background: #fff;
  316. margin: 0 7px;
  317. position: relative;
  318. top: 3px;
  319. }
  320. /*****header*******/
  321. /*****sec1*******/
  322. .index_sec {
  323. position: absolute;
  324. top: 92px;
  325. bottom: 22px;
  326. background: #fff;
  327. }
  328. .index_sec1s, .index_sec1 {
  329. width: 370px;
  330. }
  331. .index_sec1 {
  332. left: 0;
  333. }
  334. .index_sec1s {
  335. left: 22px;
  336. }
  337. .inSec1Top {
  338. padding: 15px;
  339. }
  340. .inSec1Top .inSec1T {
  341. padding-top: 0;
  342. padding-bottom: 0;
  343. margin-top: 0;
  344. margin-left: 0;
  345. }
  346. .inSec1T {
  347. margin-bottom: 15px;
  348. font-size: 18px;
  349. line-height: 24px;
  350. padding: 0 15px 0 25px;
  351. margin-top: 15px;
  352. margin-left: 15px;
  353. background-repeat: no-repeat;
  354. background-size: auto 17px;
  355. background-position: 0 4px;
  356. }
  357. .inSec1T * {
  358. display: inline-block;
  359. vertical-align: middle;
  360. }
  361. /*.inSec1T img{
  362. height: 17px;
  363. margin-right: 10px;
  364. }*/
  365. .inSec1Serch {
  366. position: relative;
  367. z-index: 9;
  368. height: 36px;
  369. border: 1px solid #E3E3E3;
  370. border-radius: 18px;
  371. }
  372. .inSec1SerchList {
  373. float: left;
  374. width: 110px;
  375. text-align: center;
  376. padding: 0 20px 0 10px;
  377. line-height: 34px;
  378. cursor: pointer;
  379. position: relative;
  380. z-index: 2;
  381. background: #fff;
  382. border-radius: 18px;
  383. }
  384. .inSec1SerchList i {
  385. position: absolute;
  386. top: 1px;
  387. left: 90px;
  388. font-size: 18px;
  389. color: #424242;
  390. line-height: 36px;
  391. }
  392. .inSec1SerchList span {
  393. overflow: hidden;
  394. white-space: nowrap;
  395. text-overflow: ellipsis;
  396. display: block;
  397. }
  398. .inSec1SerchLists {
  399. display: none;
  400. background: #fff;
  401. width: 100%;
  402. max-height: 260px;
  403. overflow: auto;
  404. position: absolute;
  405. top: 50%;
  406. left: -1px;
  407. padding: 20px 0 0;
  408. line-height: 30px;
  409. cursor: pointer;
  410. border: 1px solid #E3E3E3;
  411. }
  412. .inSec1SerchLists li {
  413. padding: 0 15px;
  414. transition: all 0.3s;
  415. -moz-transition: all 0.3s;
  416. -ms-transition: all 0.3s;
  417. -o-transition: all 0.3s;
  418. -webkit-transition: all 0.3s;
  419. }
  420. .inSec1Serch input {
  421. width: 180px;
  422. float: left;
  423. margin-top: 7px;
  424. line-height: 22px;
  425. border: 0;
  426. padding: 0 10px;
  427. border-left: 1px solid #E3E3E3;
  428. position: relative;
  429. z-index: 2;
  430. }
  431. .inSec1btn {
  432. width: 50px;
  433. text-align: center;
  434. line-height: 0;
  435. cursor: pointer;
  436. position: absolute;
  437. top: -1px;
  438. right: -1px;
  439. bottom: -1px;
  440. border-radius: 18px;
  441. z-index: 2;
  442. }
  443. .inSec1btn img {
  444. height: 14px;
  445. margin-top: 11px;
  446. }
  447. .inSec1Box {
  448. position: absolute;
  449. top: 105px;
  450. left: 0;
  451. bottom: 0;
  452. width: 100%;
  453. overflow: hidden;
  454. }
  455. .inSec1List1 {
  456. width: 130px;
  457. float: left;
  458. height: 100%;
  459. overflow: auto;
  460. }
  461. .inSec1List1 li {
  462. padding: 5px 12px 5px;
  463. cursor: pointer;
  464. transition: all 0.3s;
  465. -moz-transition: all 0.3s;
  466. -ms-transition: all 0.3s;
  467. -o-transition: all 0.3s;
  468. -webkit-transition: all 0.3s;
  469. }
  470. .inSec1List1 a {
  471. display: block;
  472. font-size: 14px;
  473. line-height: 0;
  474. transition: all 0.3s;
  475. -moz-transition: all 0.3s;
  476. -ms-transition: all 0.3s;
  477. -o-transition: all 0.3s;
  478. -webkit-transition: all 0.3s;
  479. }
  480. .inSec1List1 span {
  481. display: inline-block;
  482. vertical-align: middle;
  483. line-height: 24px;
  484. }
  485. .inSec1List1 span:first-child {
  486. width: 85%;
  487. }
  488. .inSec1List1 span:last-child {
  489. width: 11%;
  490. }
  491. .inSec1List2 {
  492. margin-left: 130px;
  493. height: 100%;
  494. overflow: auto;
  495. position: relative;
  496. }
  497. .inSec1List2 li {
  498. padding: 5px 12px;
  499. transition: all 0.3s;
  500. -moz-transition: all 0.3s;
  501. -ms-transition: all 0.3s;
  502. -o-transition: all 0.3s;
  503. -webkit-transition: all 0.3s;
  504. }
  505. .inSec1List2 a {
  506. display: block;
  507. line-height: 25px;
  508. font-size: 14px;
  509. }
  510. .inSec1List2 span {
  511. display: block;
  512. margin-left: 30px;
  513. }
  514. .inSec1List2 img {
  515. width: 22px;
  516. float: left;
  517. }
  518. /*****sec1*******/
  519. .more {
  520. width: 35px;
  521. height: 20px;
  522. text-align: center;
  523. line-height: 0;
  524. cursor: pointer;
  525. display: block;
  526. border-radius: 10px;
  527. float: right;
  528. margin-top: 2px;
  529. }
  530. .more span {
  531. display: inline-block;
  532. width: 4px;
  533. height: 4px;
  534. border-radius: 50%;
  535. background: #fff;
  536. margin: 8px 2px 0;
  537. }
  538. .inSec1T i {
  539. font-style: normal;
  540. display: inline-block;
  541. width: 29px;
  542. height: 18px;
  543. text-align: center;
  544. line-height: 18px;
  545. border-radius: 9px;
  546. font-size: 12px;
  547. color: #fff;
  548. margin-left: 8px;
  549. margin-top: 4px;
  550. }
  551. /*****sec2*******/
  552. .index_sec2 {
  553. margin: 0 332px 0 392px;
  554. }
  555. .inSec2Row {
  556. margin: 18px -11px 0;
  557. padding: 4px 0;
  558. overflow: hidden;
  559. }
  560. .inSec2Row:last-child {
  561. margin-top: 14px;
  562. }
  563. .inSec2Col9 {
  564. width: 66.666667%;
  565. padding: 0 11px;
  566. float: left;
  567. }
  568. .inSec2Col3 {
  569. width: 33.333333%;
  570. padding: 0 11px;
  571. float: left;
  572. }
  573. .index_sec2 .inSec1T {
  574. color: #fff;
  575. margin-top: 0;
  576. margin-bottom: 0;
  577. padding: 5px 15px;
  578. margin-left: 0;
  579. }
  580. .inSec2Row2 {
  581. padding: 0 15px 30px;
  582. overflow: hidden;
  583. background: #fff;
  584. height: 250px;
  585. position: relative;
  586. }
  587. .inSec2Col7 {
  588. float: left;
  589. width: 14.285714%;
  590. padding: 0 15px;
  591. margin-top: 30px;
  592. }
  593. .inSec2Con, .inSec2Con span {
  594. display: block;
  595. }
  596. .inSec2Con {
  597. font-size: 14px;
  598. text-align: center;
  599. }
  600. .inSec2Img {
  601. /*margin: 0 auto 10px;
  602. line-height: 0;
  603. width: 50px;
  604. height: 50px;
  605. border-radius: 50%;
  606. overflow: hidden;*/
  607. margin: 0 auto 10px;
  608. line-height: 50px;
  609. width: 50px;
  610. overflow: hidden;
  611. font-size: 30px;
  612. color: #fff;
  613. border-radius: 8px;
  614. }
  615. .inSec2Img i {
  616. line-height: 50px;
  617. }
  618. .inSec2Img span {
  619. width: 100%;
  620. height: 0;
  621. padding-bottom: 100%;
  622. overflow: hidden;
  623. border-radius: 50%;
  624. background: #985CE2;
  625. }
  626. .inSec2Img img {
  627. width: 100%;
  628. }
  629. .inSec2Txt {
  630. overflow: hidden;
  631. white-space: nowrap;
  632. text-overflow: ellipsis;
  633. }
  634. .inSec2List {
  635. padding: 0 10px;
  636. background: #fff;
  637. height: 250px;
  638. }
  639. .inSec2List li {
  640. padding: 8px 0;
  641. border-top: 1px dashed #E7E7E7;
  642. }
  643. .inSec2List li:first-child {
  644. border: 0;
  645. }
  646. .inSec2List a, .inSec2List span {
  647. display: block;
  648. }
  649. .inSec2List a {
  650. font-size: 14px;
  651. }
  652. .inSec2T {
  653. width: 80%;
  654. overflow: hidden;
  655. white-space: nowrap;
  656. text-overflow: ellipsis;
  657. margin-bottom: 6px;
  658. }
  659. .inSec2T img {
  660. float: left;
  661. margin-right: 8px;
  662. width: 18px;
  663. margin-top: 3px;
  664. }
  665. .inSec2Time {
  666. text-align: right;
  667. color: #C2C2C2;
  668. }
  669. .noLoginLi {
  670. height: 250px;
  671. position: relative;
  672. }
  673. .noLoginLi2 {
  674. height: 100%;
  675. position: relative;
  676. }
  677. /*****sec2*******/
  678. /*****sec3*******/
  679. .index_sec3 {
  680. right: 0;
  681. width: 310px;
  682. position: absolute;
  683. }
  684. .inSec3List{
  685. border-bottom: 1px solid #EDEDED;
  686. padding: 0 20px;
  687. overflow: hidden;
  688. height: 41px;
  689. }
  690. .inSec3ListTxt{
  691. line-height: 40px;
  692. position: relative;
  693. font-size: 14px;
  694. text-align: center;
  695. cursor: pointer;
  696. transition:all 0.3s;
  697. -moz-transition:all 0.3s;
  698. -ms-transition:all 0.3s;
  699. -o-transition:all 0.3s;
  700. -webkit-transition:all 0.3s;
  701. }
  702. .inSec3ListTxt:after{
  703. content: "";
  704. position: absolute;
  705. width: 100%;
  706. height: 5px;
  707. left: 0;
  708. bottom: -1px;
  709. background: transparent;
  710. transition:all 0.3s;
  711. -moz-transition:all 0.3s;
  712. -ms-transition:all 0.3s;
  713. -o-transition:all 0.3s;
  714. -webkit-transition:all 0.3s;
  715. }
  716. .inSec3Box {
  717. position: absolute;
  718. top: 100px;
  719. left: 0;
  720. right: 0;
  721. bottom: 0;
  722. overflow: auto;
  723. }
  724. .inSec3Row {
  725. padding: 0 24px 30px;
  726. overflow: hidden;
  727. }
  728. .inSec3Col6 {
  729. width: 50%;
  730. float: left;
  731. padding: 0 24px;
  732. margin-top: 24px;
  733. }
  734. .inSec3Con, .inSec3Con span {
  735. display: block;
  736. }
  737. .inSec3Con {
  738. font-size: 14px;
  739. text-align: center;
  740. }
  741. .inSec3Img {
  742. line-height: 0;
  743. padding: 15px;
  744. height: 70px;
  745. width: 70px;
  746. margin: 0 auto 10px;
  747. border: 1px solid #EDEDED;
  748. border-radius: 8px;
  749. }
  750. .inSec3Img img {
  751. width: 100%;
  752. }
  753. .inSec3Txt {
  754. overflow: hidden;
  755. white-space: nowrap;
  756. text-overflow: ellipsis;
  757. }
  758. /*****sec3*******/
  759. /*index.html*/
  760. /*index2.html*/
  761. .inSec4T {
  762. margin: 0 15px;
  763. height: 40px;
  764. line-height: 38px;
  765. text-align: center;
  766. font-size: 14px;
  767. border-radius: 5px;
  768. }
  769. .inSec4T i {
  770. display: inline-block;
  771. margin: 0 20px;
  772. height: 17px;
  773. width: 2px;
  774. vertical-align: middle;
  775. position: relative;
  776. top: -1px;
  777. }
  778. .inSec4Row {
  779. padding: 0 7px;
  780. overflow: hidden;
  781. }
  782. .inSec4Col4 {
  783. width: 33.333333%;
  784. float: left;
  785. padding: 0 8px;
  786. margin-top: 16px;
  787. }
  788. .inSec4Box, .inSec4Box span {
  789. display: block;
  790. }
  791. .inSec4Box {
  792. font-size: 14px;
  793. text-align: center;
  794. border-radius: 5px;
  795. border: 1px solid #EAEAEA;
  796. padding: 12px 0;
  797. }
  798. .inSec4Line {
  799. height: 2px;
  800. margin: 8px auto;
  801. width: 24px;
  802. border-radius: 2px;
  803. filter: alpha(opacity=50);
  804. -moz-opacity: .5;
  805. -khtml-opacity: .5;
  806. opacity: .5;
  807. }
  808. .index_sec5 {
  809. background: #fff;
  810. margin: 22px 22px 10px 414px;
  811. padding: 35px;
  812. overflow: auto;
  813. }
  814. .inSec5Box {
  815. margin-top: 30px;
  816. }
  817. .inSec5Box:first-child {
  818. margin-top: 0;
  819. }
  820. .inSec5Row {
  821. overflow: hidden;
  822. }
  823. .inSec5Con, .inSec5Con span {
  824. display: block;
  825. }
  826. .inSec5Con {
  827. width: 14.285714%;
  828. float: left;
  829. text-align: center;
  830. }
  831. .inSec5Img {
  832. width: 50px;
  833. height: 50px;
  834. margin: 0 auto;
  835. border-radius: 50%;
  836. overflow: hidden;
  837. line-height: 0;
  838. }
  839. .inSec5Img img {
  840. width: 100%;
  841. }
  842. .inSec5T {
  843. font-size: 14px;
  844. margin: 6px 0;
  845. overflow: hidden;
  846. white-space: nowrap;
  847. text-overflow: ellipsis;
  848. }
  849. .inSec5Num {
  850. font-size: 12px;
  851. color: #ABABAB;
  852. margin-bottom: 6px;
  853. }
  854. .inSec5Score {
  855. line-height: 0;
  856. }
  857. .inSec5Score i {
  858. margin: 0 1px;
  859. font-size: 12px;
  860. }
  861. .inSec5Score .fa-star {
  862. color: #ECBD02;
  863. }
  864. .inSec5Score .fa-star-o {
  865. color: #D4D4D4;
  866. }
  867. /*index2.html*/
  868. @media(max-width:1680px) {
  869. .index_sec1, .index_sec1s {
  870. width: 300px;
  871. }
  872. .inSec1List1 {
  873. width: 110px;
  874. }
  875. .inSec1List1 span:first-child {
  876. width: 82%;
  877. }
  878. .inSec1List2 {
  879. margin-left: 110px;
  880. }
  881. .index_sec2 {
  882. margin: 0 302px 0 322px;
  883. }
  884. .index_sec3 {
  885. width: 280px;
  886. }
  887. .index_sec5, .news_sec2 {
  888. margin: 22px 22px 10px 344px;
  889. }
  890. .inSec1Serch input {
  891. width: 150px;
  892. }
  893. .inSec1SerchList {
  894. width: 90px;
  895. }
  896. .inSec1SerchList i {
  897. left: 74px;
  898. }
  899. .inSec2Row2 {
  900. padding: 0 8px 20px;
  901. height: 220px;
  902. }
  903. .inSec2Col7 {
  904. width: 16.666667%;
  905. padding: 0 8px;
  906. margin-top: 20px;
  907. }
  908. .inSec2Row:first-child .inSec2List {
  909. height: 220px;
  910. }
  911. .inSec2Row:first-child .inSec2List li:last-child {
  912. display: none;
  913. }
  914. }
  915. @media(max-width:1600px) {
  916. .inSec2Row:last-child .inSec2List {
  917. overflow: auto;
  918. }
  919. }
  920. @media(max-width:1440px) {
  921. .index_sec3 {
  922. right: inherit;
  923. left: 1160px;
  924. }
  925. }