policyList.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. /* 搜索 */
  2. .banner {
  3. width: 100%;
  4. }
  5. .banner img {
  6. width: 100%;
  7. }
  8. @media screen and(max-width:1200px) {
  9. .banner {
  10. width: 1200px;
  11. }
  12. }
  13. .indexSearch {
  14. width: 630px;
  15. height: 36px;
  16. margin: 37px auto;
  17. }
  18. /* footer{
  19. display: none;
  20. } */
  21. .form-control {
  22. border-radius: 0;
  23. }
  24. .indexSearch .search-inp {
  25. clear: both;
  26. width: 630px;
  27. height: 36px;
  28. float: left;
  29. }
  30. .indexSearch>span {
  31. width: 140px;
  32. display: inline-block;
  33. height: 36px;
  34. text-align: center;
  35. color: #fff;
  36. background: #5cb85c;
  37. font-size: 16px;
  38. line-height: 36px;
  39. float: right;
  40. border-radius: 5px;
  41. cursor: pointer;
  42. }
  43. .searchBtn {
  44. width: 104px;
  45. font-size: 18px;
  46. }
  47. .indexSearch .demandSearch {
  48. width: 530px;
  49. height: 36px;
  50. line-height: 34px;
  51. border-color: #bbd5e5;
  52. }
  53. .indexSearch .searchBtn {
  54. height: 36px;
  55. line-height: 22px;
  56. background: #1697e9;
  57. border: 1px solid #1697e9;
  58. color: #ffffff;
  59. }
  60. .indexSearch .searchBtn img {
  61. width: 25px;
  62. height: 24px;
  63. vertical-align: top
  64. }
  65. .indexSearch .search-inp .input-group {
  66. width: 530px;
  67. }
  68. /* 分页 */
  69. .pagination_box {
  70. width: 100%;
  71. line-height: 74px
  72. }
  73. .pagination_box nav {
  74. float: right;
  75. clear: both;
  76. }
  77. .pagination_box ul li a {
  78. color: #333
  79. }
  80. .pagination_box .pagination {
  81. float: right;
  82. margin-right: 20px;
  83. margin-top: 25px;
  84. }
  85. .pagination_box .totalCount {
  86. float: right;
  87. line-height: 84px;
  88. display: inline-block;
  89. margin-right: 15px;
  90. }
  91. .inp {
  92. float: right;
  93. }
  94. .pagination_box {
  95. display: none;
  96. }
  97. .list_none {
  98. width: 550px;
  99. height: 150px;
  100. background: url("../../../img/all_null.png") no-repeat;
  101. margin: 50px auto;
  102. }
  103. .inp {
  104. display: none;
  105. }
  106. .inp input {
  107. vertical-align: middle;
  108. width: 40px;
  109. height: 32px;
  110. text-align: center;
  111. border-radius: 5px;
  112. border: 1px solid #ccc;
  113. }
  114. .inp button {
  115. margin: 0 10px;
  116. width: 50px;
  117. }
  118. .search {
  119. width: 100%;
  120. height: 52px;
  121. line-height: 52px;
  122. background: #f9f9f9;
  123. }
  124. .pagination_box .pagePre a {
  125. margin-right: 10px
  126. }
  127. .pagination_box .pageNext a {
  128. margin-left: 10px;
  129. }
  130. /* 主体内容 */
  131. .policyContent {
  132. clear: both;
  133. overflow: hidden;
  134. border: 1px solid #eeeeee;
  135. margin-bottom: 52px;
  136. box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  137. }
  138. .policyContent div {
  139. display: flex;
  140. display: -webkit-flex;
  141. }
  142. .policyContent div p {
  143. width: 115px;
  144. background: #f9f9f9;
  145. font-size: 18px;
  146. color: #1f1f1f;
  147. text-align: center;
  148. }
  149. .policyContent .type p {
  150. line-height: 54px;
  151. border-bottom: 1px dotted #dedede;
  152. }
  153. .policyContent .type ol {
  154. overflow: hidden;
  155. border-bottom: 1px dotted #dedede;
  156. }
  157. .policyContent .type ol li {
  158. width: 130px;
  159. text-align: center;
  160. }
  161. .policyContent .area p {
  162. line-height: 108px;
  163. transition: all .2s ease-in;
  164. }
  165. .policyContent .area ol {
  166. width: 950px;
  167. }
  168. .policyContent .area .more {
  169. width: 80px;
  170. display: inline-block;
  171. line-height: 34px;
  172. height: 34px;
  173. float: right;
  174. text-align: center;
  175. background: #1697e9;
  176. color: #fff;
  177. margin-top: 10px;
  178. cursor: pointer;
  179. margin-left: 20px;
  180. }
  181. .policyContent .area {
  182. height: 108px;
  183. overflow: hidden;
  184. transition: all .2s ease-in;
  185. }
  186. .policyContent .area.active {
  187. height: 275px;
  188. transition: all .2s ease-in-out
  189. }
  190. .imgbg {
  191. width: 550px !important;
  192. height: 150px;
  193. background: url(../../../img/all_null.png) no-repeat;
  194. margin: 0px auto;
  195. }
  196. .policyContent .area.active p {
  197. line-height: 275px;
  198. transition: all .2s ease-in-out
  199. }
  200. .policyContent div ol {
  201. width: 1085px;
  202. padding: 0 15px;
  203. }
  204. .policyContent div ol li {
  205. float: left;
  206. padding: 0 15px;
  207. line-height: 54px;
  208. cursor: pointer;
  209. }
  210. .policyContent .area ol li {
  211. border-bottom: 1px dotted #dedede;
  212. }
  213. .policyContent .area ol li span {
  214. width: 100px;
  215. text-align: center;
  216. height: 34px;
  217. line-height: 34px;
  218. display: inline-block;
  219. padding: 0 15px;
  220. }
  221. .policyContent .area ol li.active span {
  222. background: #1697e9;
  223. color: #fff;
  224. }
  225. .listContent {
  226. clear: both;
  227. overflow: hidden;
  228. box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  229. }
  230. .listContent .newLsit {
  231. width: 780px;
  232. float: left;
  233. }
  234. .listContent .newLsit>div:first-of-type {
  235. width: 96%;
  236. height: 80px;
  237. margin-left: 22px;
  238. border-bottom: 6px solid #cccecd;
  239. position: relative;
  240. }
  241. .listContent .newLsit>div>p{
  242. font-size: 17px;
  243. position: absolute;
  244. bottom: 14px;
  245. margin-left: 4px;
  246. }
  247. .listContent .newLsit>ul{
  248. margin-top: 20px;
  249. margin-left: 16px;
  250. }
  251. .listContent .newLsit ul li a {
  252. display: flex;
  253. display: -webkit-flex;
  254. justify-content: space-around
  255. }
  256. .listContent .hotNew {
  257. width: 350px;
  258. float: right;
  259. margin-right: 40px;
  260. border-left: 1px solid rgb(230,230,230);
  261. }
  262. .listContent .newLsit ul li a .yearTime {
  263. width: 74px;
  264. height: 74px;
  265. padding: 13px 0;
  266. background: #f4f4f4;
  267. }
  268. .listContent .newLsit ul li a .yearTime p {
  269. font-size: 16px;
  270. color: #000;
  271. text-align: center;
  272. line-height: 24px;
  273. }
  274. .listContent .newLsit ul li a .txt {
  275. width: 665px;
  276. }
  277. .listContent .newLsit ul li a .txt h4 {
  278. width: 470px;
  279. overflow: hidden;
  280. white-space: nowrap;
  281. text-overflow: ellipsis;
  282. -o-text-overflow: ellipsis;
  283. font-weight: normal;
  284. color: #1f1f1f;
  285. font-size: 16px;
  286. margin-bottom: 10px;
  287. margin-top: 5px;
  288. }
  289. .listContent .newLsit ul li a .txt p {
  290. font-size: 14px;
  291. font-family: "宋体";
  292. color: #7a7878;
  293. overflow: hidden;
  294. display: -webkit-box;
  295. text-overflow: ellipsis;
  296. -webkit-box-orient: vertical;
  297. -webkit-line-clamp: 2;
  298. }
  299. .listContent .newLsit ul li {
  300. margin-bottom: 42px;
  301. }
  302. .listContent .hotNew>p {
  303. border-bottom: 3px solid #cccecd;
  304. height: 80px;
  305. position: relative;
  306. margin-left: 40px;
  307. }
  308. .listContent .hotNew>p span {
  309. display: block;
  310. /* width: 86px; */
  311. /* line-height: 38px; */
  312. /* text-align: center; */
  313. /* background: #1797e9; */
  314. /* color: #fff; */
  315. position: absolute;
  316. bottom: 13px;
  317. font-size: 17px;
  318. margin-left: 4px;
  319. }
  320. .listContent .hotNew ul {
  321. overflow: hidden;
  322. margin-left: 40px;
  323. }
  324. .listContent .hotNew ul li {
  325. height: 70px;
  326. border-bottom: 1px solid #ededed;
  327. overflow: hidden;
  328. }
  329. .listContent .hotNew ul li p {
  330. width: 100%;
  331. font-size: 14px;
  332. color: #7a7878;
  333. margin-top: 12px;
  334. margin-bottom: 6px;
  335. overflow: hidden;
  336. white-space: nowrap;
  337. text-overflow: ellipsis;
  338. -o-text-overflow: ellipsis;
  339. }
  340. .listContent .hotNew ul li time {
  341. font-size: 14px;
  342. color: #a0a0a0;
  343. }
  344. .policyContent .type ol li:hover {
  345. color: #1797e9;
  346. }
  347. .policyContent .type ol li.active {
  348. color: #1797e9;
  349. font-weight: bold;
  350. }
  351. .hotNew ul li:hover p {
  352. color: #1697e9;
  353. }
  354. .newLsit>ul>li:hover a .yearTime {
  355. background: #1697e9;
  356. }
  357. .newLsit>ul>li:hover a .yearTime p {
  358. color: #fff;
  359. }
  360. .newLsit>ul>li:hover a .txt h4 {
  361. color: #1697e9;
  362. }