暫無描述
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. .list-s-5-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. margin-top: 10px;
  6. }
  7. /*
  8. 兼容样式
  9. */
  10. #document-index .list-s-5-content{
  11. margin-top: 0px !important;
  12. margin-bottom: 10px !important;
  13. }
  14. #detail-index .list-s-5-content{
  15. margin-top: 0px !important;
  16. margin-bottom: 10px !important;
  17. }
  18. #down-index .list-s-5-content{
  19. margin-top: 0px !important;
  20. margin-bottom: 10px !important;
  21. }
  22. .list-s-5-content .box{
  23. width: 100%;
  24. heigth: 458px;
  25. margin: 0px auto;
  26. background: rgba(255, 255, 255, 0.7);
  27. }
  28. .list-s-5-content .row{
  29. /**
  30. * 定义宽高
  31. */
  32. width: 95%;
  33. height: auto;
  34. float: left;
  35. /**
  36. * 边距
  37. */
  38. margin: 5px 0px;
  39. padding: 0% 2% 2% 3%;
  40. /**
  41. * 定义边框
  42. */
  43. border-radius: 5px;
  44. /*
  45. * 定义背景
  46. */
  47. border-radius: 5px;
  48. /* 面板阴影 */
  49. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  50. background: rgba(255, 255, 255, 0.7);
  51. /**
  52. ** 定位属性
  53. */
  54. position: relative;
  55. }
  56. /*
  57. * 内部布局样式
  58. */
  59. .list-s-5-content .top{
  60. width:100%;
  61. height: 50px;
  62. float: left;
  63. line-height: 50px;
  64. /*border-bottom: 1px solid rgb(168, 172, 217);*/
  65. position: relative;
  66. text-align: center;
  67. }
  68. .list-s-5-content .top a{
  69. color: rgb(40, 45, 108);
  70. font-family: "HarmonyOS Sans SC" !important;
  71. font-size: 18px;
  72. font-weight: bold;
  73. line-height: 100%;
  74. letter-spacing: 0px;
  75. text-align: center;
  76. }
  77. .list-s-5-content .top span{
  78. position: absolute;
  79. width: 89px;
  80. height: 3px;
  81. left: 36%;
  82. top: 74%;
  83. border-radius: 10px;
  84. background: rgb(255, 137, 36);
  85. }
  86. .list-s-5-content .center{
  87. width:332px;
  88. min-height: 160px;
  89. float: left;
  90. position: relative;
  91. margin-top:15px;
  92. overflow:hidden;
  93. }
  94. .list-s-5-content .center li{
  95. width: 100px;
  96. height: 158px;
  97. float: left;
  98. margin-right: 3px;
  99. margin-left: 5px;
  100. border-radius: 5px;
  101. text-align: center;
  102. background: #fff;
  103. margin-bottom: 10px;
  104. border-radius: 5px 5px 0px 0px;
  105. /* 小卡片 */
  106. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  107. background: rgba(255, 255, 255, 0.7);
  108. }
  109. #detail-index .list-s-5-content .center li{
  110. width: 140px !important;
  111. height: 176px !important;
  112. margin-right: 8px !important;
  113. margin-left: 13px !important;
  114. }
  115. #document-index .list-s-5-content .center li{
  116. width: 140px !important;
  117. height: 176px !important;
  118. margin-right: 8px !important;
  119. margin-left: 13px !important;
  120. }
  121. #down-index .list-s-5-content .center li{
  122. width: 140px !important;
  123. height: 176px !important;
  124. margin-right: 8px !important;
  125. margin-left: 13px !important;
  126. }
  127. #provincial-index .list-s-5-content .center li{
  128. width: 140px !important;
  129. height: 176px !important;
  130. margin-right: 7px !important;
  131. margin-left: 8px !important;
  132. }
  133. .list-s-5-content .center li img{
  134. /* display: block;*/
  135. width: 100px;
  136. height: 133px;
  137. /*
  138. 垂直居中
  139. */
  140. /* border-top-left-radius:5px;
  141. border-top-right-radius:5px;*/
  142. }
  143. #detail-index .list-s-5-content .center li img{
  144. width: auto !important;
  145. height: 148px !important;
  146. }
  147. #down-index .list-s-5-content .center li img{
  148. width: auto !important;
  149. height: 148px !important;
  150. }
  151. #document-index .list-s-5-content .center li img{
  152. width: 140px !important;
  153. height: 148px !important;
  154. }
  155. #provincial-index .list-s-5-content .center li img{
  156. width: auto !important;
  157. height: 148px !important;
  158. }
  159. .list-s-5-content .center li a{
  160. display: block;
  161. width: 100%;
  162. height: 24px;
  163. line-height: 24px;
  164. color: rgb(40, 45, 108);
  165. font-family: "HarmonyOS Sans SC";
  166. font-size: 16px;
  167. font-weight: 400;
  168. letter-spacing: 0px;
  169. }
  170. .list-s-5-content .bottom{
  171. width:100%;
  172. height: 40px;
  173. float: left;
  174. position: relative;
  175. margin-top:15px;
  176. }
  177. .bottom-row{
  178. width:88%;
  179. margin:0 auto;
  180. text-align: center;
  181. }
  182. .list-s-5-content .bottom a{
  183. color: rgb(0, 165, 120);
  184. font-family: "HarmonyOS Sans SC";
  185. font-size: 14px;
  186. font-weight: 400;
  187. line-height: 100%;
  188. letter-spacing: 0px;
  189. text-align: left;
  190. }
  191. .list-s-5-content .bottom a img{
  192. margin-top:-4px;
  193. }
  194. /**
  195. ** 内容标签样式
  196. */
  197. .list-s-5-content img{
  198. }
  199. .list-s-5-content a,span{
  200. }