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.

style.css 6.5 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. /*公共部分*/
  2. .index_box {
  3. width: 84%;
  4. margin: 0 auto;
  5. }
  6. .paging {
  7. margin-top: 60px;
  8. overflow: hidden;
  9. font-size: 14px;
  10. }
  11. .pagingBox {
  12. padding: 10px 0;
  13. float: right;
  14. overflow: hidden;
  15. }
  16. .pagingBox * {
  17. display: block;
  18. float: left;
  19. width: 70px;
  20. height: 34px;
  21. line-height: 34px;
  22. margin-left: 7px;
  23. border-radius: 3px;
  24. text-align: center;
  25. }
  26. .pagingBox a {
  27. -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .7);
  28. -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .7);
  29. box-shadow: 0 0px 5px rgba(0, 0, 0, .7);
  30. background: url('../images/paging.png');
  31. background-size: 100% 100%;
  32. -moz-background-size: 100% 100%;
  33. -webkit-background-size: 100% 100%;
  34. -o-background-size: 100% 100%;
  35. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/paging.png', sizingMethod='scale');
  36. color: #fff;
  37. }
  38. .pagingBox span {
  39. text-align: right;
  40. color: #676767;
  41. }
  42. .pagingBox input {
  43. border: 1px solid #D9D9D9;
  44. font-size: 14px;
  45. line-height: 32px;
  46. }
  47. .padingTxt {
  48. float: right;
  49. color: #676767;
  50. line-height: 54px;
  51. margin-right: 80px;
  52. }
  53. /*公共部分*/
  54. /*listDot.html*/
  55. .listDotT {
  56. text-align: center;
  57. font-size: 40px;
  58. color: #2A2A2A;
  59. }
  60. .listDotTime {
  61. color: #C0C0C0;
  62. font-size: 14px;
  63. text-align: center;
  64. margin: 20px 0 70px;
  65. }
  66. .listDotTime span {
  67. margin: 0 25px;
  68. }
  69. .listDotTime img {
  70. width: 22px;
  71. margin-right: 10px;
  72. position: relative;
  73. top: -1px;
  74. }
  75. .listDotImg {
  76. width: 70%;
  77. margin: 0 auto;
  78. font-size: 0;
  79. }
  80. .listDotImg img {
  81. width: 100%;
  82. }
  83. .listDotTxt {
  84. text-indent: 35px;
  85. line-height: 32px;
  86. margin: 40px auto;
  87. font-size: 14px;
  88. color: #2A2A2A;
  89. }
  90. /*listDot.html*/
  91. @media(max-width:1280px) {
  92. .index_box, .banSeach, .banTxtCon {
  93. width: 86%;
  94. }
  95. }
  96. @media(max-width:1280px) {
  97. .listSec1T span:last-child {
  98. font-size: 18px;
  99. }
  100. .listDotT {
  101. font-size: 28px;
  102. }
  103. .listDotTxt {
  104. margin: 20px auto;
  105. }
  106. .listDotTime {
  107. margin: 20px 0 50px;
  108. }
  109. .footer {
  110. margin-top: 100px;
  111. }
  112. .headerTopImg img:first-child {
  113. width: 44px;
  114. margin-right: 5px;
  115. }
  116. .headerTopImg img:last-child {
  117. height: 38px;
  118. }
  119. .headerSeach {
  120. margin-top: 6px;
  121. }
  122. .headerSeach img {
  123. width: 35px;
  124. }
  125. .listSec1Box {
  126. margin-left: 250px;
  127. }
  128. }
  129. @media(max-width:1024px) {
  130. .listSec1T span:last-child {
  131. width: 65%;
  132. }
  133. .padingTxt {
  134. margin-right: 20px;
  135. }
  136. .crumbs {
  137. margin-top: 30px;
  138. }
  139. .list_sec1 {
  140. margin-top: 25px;
  141. }
  142. .listSec1List li {
  143. padding: 15px 0;
  144. }
  145. .listSec1Img {
  146. float: left;
  147. width: 190px;
  148. }
  149. .listSec1Box {
  150. margin-left: 220px;
  151. }
  152. .listSec1T {
  153. margin-bottom: 8px;
  154. line-height: 36px;
  155. height: 36px;
  156. font-size: 20px;
  157. color: #2A2A2A;
  158. }
  159. .paging {
  160. margin-top: 40px;
  161. }
  162. .footer {
  163. margin-top: 60px;
  164. }
  165. .listDotTxt {
  166. text-indent: 35px;
  167. line-height: 24px;
  168. margin: 10px auto;
  169. }
  170. .listDotTime {
  171. margin: 10px 0 30px;
  172. }
  173. .listDotT {
  174. font-size: 20px;
  175. }
  176. }
  177. @media(max-width:768px) {
  178. .index_box, .banSeach, .banTxtCon {
  179. width: 100%;
  180. padding: 0 15px;
  181. }
  182. .banner {
  183. margin-top: 50px;
  184. }
  185. .warpper {
  186. margin-top: 0;
  187. }
  188. .footer {
  189. margin-top: 50px;
  190. padding-bottom: 0;
  191. padding-top: 0;
  192. -webkit-box-shadow: 0 5px 10px transparent inset;
  193. -moz-box-shadow: 0 5px 10px transparent inset;
  194. box-shadow: 0 5px 30px transparent inset;
  195. }
  196. .crumbs span..crumbs a {
  197. font-size: 13px;
  198. }
  199. .crumbs i {
  200. margin: 0 5px;
  201. }
  202. .list_sec1 {
  203. margin-top: 30px;
  204. }
  205. .listDotT {
  206. font-size: 18px;
  207. }
  208. .listDotTime {
  209. font-size: 13px;
  210. overflow: hidden;
  211. margin-top: 5px;
  212. }
  213. .listDotTime span {
  214. margin: 0 10px;
  215. }
  216. .padingTxt {
  217. display: none;
  218. }
  219. }
  220. @media(max-width:600px) {
  221. .listSec1Img {
  222. width: 100px;
  223. }
  224. .listSec1Box {
  225. margin-left: 115px;
  226. margin-top: 4px;
  227. }
  228. .listSec1T {
  229. margin-bottom: 5px;
  230. line-height: 26px;
  231. height: 26px;
  232. font-size: 15px;
  233. }
  234. .listSec1T span:last-child {
  235. font-size: 15px;
  236. width: 100%;
  237. }
  238. .listSec1Time {
  239. font-size: 13px;
  240. display: none !important;
  241. }
  242. .listSec1Txt {
  243. color: #A8A8A8;
  244. font-size: 13px;
  245. -webkit-line-clamp: 1;
  246. line-height: 20px;
  247. height: 20px;
  248. }
  249. .paging {
  250. margin-top: 30px;
  251. font-size: 12px;
  252. }
  253. .pagingBox * {
  254. width: 42px;
  255. height: 30px;
  256. line-height: 30px;
  257. margin-left: 5px;
  258. }
  259. .padingTxt {
  260. line-height: 20px;
  261. margin-right: 0;
  262. margin-top: 10px;
  263. }
  264. .listDotTime span {
  265. margin: 0;
  266. width: 50%;
  267. display: block;
  268. float: left;
  269. margin-top: 5px;
  270. }
  271. .listDotImg {
  272. width: 100%;
  273. }
  274. .listDotTxt {
  275. text-indent: 0;
  276. line-height: 20px;
  277. font-size: 13px;
  278. }
  279. .banner span {
  280. right: 20px;
  281. font-size: 22px;
  282. }
  283. }
  284. .listSec2sTitle {
  285. font-size: 20px;
  286. margin: 30px 0 10px;
  287. }
  288. .listSec2sList {
  289. overflow: hidden;
  290. margin-bottom: 100px;
  291. }
  292. .listSec2sList li {
  293. margin-top: 10px;
  294. font-size: 15px;
  295. line-height: 24px;
  296. width: 33.333333%;
  297. float: left;
  298. text-align: center;
  299. }
  300. .listSec2sTime {
  301. margin-left: 5px;
  302. }
  303. .inSec1T {
  304. position: relative;
  305. margin-bottom: 50px;
  306. line-height: 0;
  307. text-align: center;
  308. }
  309. .inSec1T:after, .inSec1T:before {
  310. height: 1px;
  311. width: 40%;
  312. content: '';
  313. position: absolute;
  314. top: 0;
  315. bottom: 0;
  316. margin: auto;
  317. background: #D8D8D7;
  318. }
  319. .inSec1T:after {
  320. left: 0;
  321. }
  322. .inSec1T:before {
  323. right: 0;
  324. }
  325. .inSec1T span {
  326. display: inline-block;
  327. height: 30px;
  328. line-height: 30px;
  329. padding: 0 80px;
  330. position: relative;
  331. z-index: 2;
  332. font-size: 20px;
  333. }