case.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. .case {
  2. height: 80px;
  3. background: #fff;
  4. box-shadow: 0px 0px 10px 0px rgba(47, 47, 47, 0.3);
  5. margin: 0 auto !important;
  6. width: 100%;
  7. }
  8. .case ul {
  9. max-width: 1420px;
  10. margin: 0 auto;
  11. }
  12. .case ul a {
  13. width: 6%;
  14. height: 80px;
  15. line-height: 80px;
  16. float: left;
  17. color: #333;
  18. font-size: 18px;
  19. text-align: center;
  20. margin: 0 1%;
  21. cursor: default;
  22. display: inline-block;
  23. }
  24. /* .menuactive2 {
  25. border-bottom: 4px solid #1D2088;
  26. font-weight: 700;
  27. } */
  28. .list {
  29. width: 100%;
  30. }
  31. .list div {
  32. width: 100%;
  33. }
  34. .oneBox {
  35. width: 100%;
  36. padding: 65px 40px;
  37. margin-top: 40px;
  38. box-shadow: 0px 0px 2px 0px rgba(47, 47, 47, 0.3);
  39. }
  40. .oneBox:hover {
  41. width: 100%;
  42. box-shadow: 0px 0px 6px 0px rgba(47, 47, 47, 0.3);
  43. }
  44. .oneBox .img {
  45. /* margin-top: 25px; */
  46. width: 30.6%;
  47. display: inline-block;
  48. vertical-align: top;
  49. }
  50. .oneBox .info {
  51. display: inline-block;
  52. margin-left: 4%;
  53. width: 64.7%
  54. }
  55. .top .title {
  56. font-size: 18px;
  57. color: #333;
  58. font-weight: 700;
  59. margin-top: -25px;
  60. line-height: 25px;
  61. position: absolute;
  62. }
  63. .top .title span {
  64. margin-left: 40px;
  65. }
  66. .nr p {
  67. margin-top: 20px;
  68. }
  69. /* .nr {
  70. font-size: 16px;
  71. margin-top: 28px;
  72. }
  73. .nr p {
  74. margin-top: 20px;
  75. font-weight: 700;
  76. }
  77. .nr span {
  78. margin-top: 10px;
  79. text-indent: 30px;
  80. }
  81. .nr ul {
  82. margin-top: 15px;
  83. }
  84. .nr ul li {
  85. width: calc(25% - 20px);
  86. float: left;
  87. list-style-type: disc;
  88. line-height: 30px;
  89. margin-left: 20px !important;
  90. box-sizing: border-box;
  91. } */
  92. .nr ul {
  93. margin: 10px 0;
  94. display: block !important;
  95. background-color: red;
  96. }
  97. .nr ul li {
  98. width: calc(25% - 20px);
  99. float: left;
  100. list-style-type: disc;
  101. line-height: 30px;
  102. margin-left: 20px !important;
  103. box-sizing: border-box;
  104. vertical-align: middle;
  105. }
  106. .nr ul li span {
  107. vertical-align: top;
  108. }
  109. /* .nr ul li:nth-child(4n + 1) {
  110. margin-left: 0px !important;
  111. box-sizing: border-box;
  112. } */
  113. .nr p {
  114. clear: left
  115. }