service.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. *{
  2. padding: :0;
  3. margin:0;
  4. font-family: "微软雅黑";
  5. text-decoration: none;
  6. }
  7. ul{
  8. padding:0px;
  9. list-style: none;
  10. }
  11. .clear {
  12. clear:both;
  13. height: 0;
  14. line-height: 0;
  15. font-size: 0;
  16. }
  17. .wrapper{
  18. background-image:url('../../img/homepage/bg.jpg');
  19. background-repeat: no-repeat;
  20. background-attachment: fixed;
  21. background-size:100% 100%;
  22. -moz-background-size:100% 100%;
  23. clear:both;
  24. overflow:hidden;
  25. }
  26. .topbar{
  27. width: 100%;
  28. height: 40px;
  29. /*position: absolute;*/
  30. /*background-color: #0b3a7d;*/
  31. /*opacity: .8; */
  32. background: rgba(11, 58, 125, 0.8);
  33. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80b3a7d,endColorstr=#C80b3a7d);/*rgba不起作用的时候执行*/
  34. font-size: 14px;
  35. }
  36. .some{
  37. width: 1200px;
  38. margin: 0 auto;
  39. padding-top: 9px;
  40. }
  41. .date{
  42. float: left;
  43. color: #fff;
  44. }
  45. .sign{
  46. float: right;
  47. margin-right: 10px;
  48. }
  49. .sign a{
  50. color: #fff;
  51. margin-left:10px;
  52. }
  53. .contents{
  54. width: 1200px;
  55. margin: 0 auto;
  56. clear:both;
  57. }
  58. .logo{
  59. height: 205px;
  60. display: table-cell;
  61. vertical-align:middle;
  62. }
  63. .nav{
  64. height: 70px;
  65. text-align: center;
  66. line-height: 70px;
  67. font-size: 23px;
  68. }
  69. .nav a{
  70. /*background-color: #000;*/
  71. /*opacity: .4;*/
  72. background: rgba(0, 0, 0, 0.4);
  73. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  74. width: 132px;
  75. color: #fff;
  76. display: inline-block;
  77. border-left:1px solid #6b6c70;
  78. }
  79. .nav a:nth-child(1),.nav a:nth-child(2){
  80. width: 134px;
  81. }
  82. .nav a:nth-child(6){
  83. background-color: #215299;
  84. border-left:0;
  85. }
  86. /*ie*/
  87. .nav a:first-child,.nav a:first-child+a{
  88. width: 134px;
  89. }
  90. .nav a:first-child{
  91. /*background-color: #215299;*/
  92. border-left:0;
  93. }
  94. /*ie*/
  95. .nav a:hover{
  96. background-color: #215299;
  97. }
  98. .main{
  99. margin-top: 10px auto;
  100. width: 1200px;
  101. height:320px;
  102. }
  103. .partone{
  104. height: 300px;
  105. width:394px;
  106. margin: 10px 0;
  107. float:left;
  108. margin-right:10px;
  109. background:#fff;
  110. }
  111. h2 {
  112. font-size: 22px;
  113. color: #2c3350;
  114. }
  115. .dian{
  116. width:4px;
  117. height:4px;
  118. margin:8px 10px 6px 0;
  119. background:#95a3c0;
  120. float:left;
  121. }
  122. .tt{
  123. max-width:90px;
  124. float:left;
  125. margin-right:30px;
  126. width:90px !important;
  127. overflow: hidden;
  128. text-overflow: clip;
  129. white-space: nowrap;
  130. }
  131. .nam{
  132. max-width:210px;
  133. float:left;
  134. width:210px !important;
  135. overflow: hidden;
  136. text-overflow: ellipsis;
  137. white-space: nowrap;
  138. }
  139. .partone h2{
  140. height:60px;
  141. line-height:60px;
  142. margin:0 20px 0 20px;
  143. }
  144. .notification2{
  145. background:#fff;
  146. margin-bottom: 10px;
  147. }
  148. .notification2 ul{
  149. margin:8px 20px;
  150. width: 354px;
  151. overflow:hidden
  152. }
  153. .notification2 ul li {
  154. height:31px;
  155. overflow:hidden
  156. }
  157. .notification2 a{
  158. font-size: 16px;
  159. /* font-family:'宋体'; */
  160. color:#60626e;
  161. }
  162. .notification2 ul li:nth-child(n+7) {display:none;}
  163. .contentlist ul li:nth-child(n+7) {display:none;}
  164. .entermore{
  165. width:354px;
  166. margin-left:20px;
  167. height:30px;
  168. line-height:30px;
  169. text-align:center;
  170. background:#f5f5f5;
  171. font-size:16px;
  172. color:#60636d;
  173. }
  174. .parttwo{
  175. height: 300px;
  176. width:796px;
  177. background:#fff;
  178. float:left;
  179. margin: 10px 0;
  180. }
  181. .latestinfo{
  182. height: 300px;
  183. width:796px;
  184. /* margin-top:10px; */
  185. background-color: #fff;
  186. overflow:hidden
  187. }
  188. .title{
  189. width: 567px;
  190. height: 22px;
  191. font-size: 22px;
  192. font-weight: bold;
  193. margin:15px 20px 20px 20px;
  194. /* margin: 20px; */
  195. }
  196. .title li{
  197. float: left;
  198. margin-right:10px;
  199. }
  200. .title a{
  201. display: block;
  202. padding-right: 10px;
  203. color: #7c808c;
  204. }
  205. .title span{
  206. display: inline-block;
  207. height: 4px;
  208. width: 4px;
  209. text-align: center;
  210. background-color: #2b324e;
  211. margin: -16px 0px 0 2px;
  212. }
  213. .active a{
  214. color:#2c3350;
  215. }
  216. .content{
  217. margin:0 20px;
  218. margin-top:24px;
  219. }
  220. .content a {
  221. color: #6d6d77;
  222. }
  223. .contentlist ul{
  224. margin-top:5px;
  225. }
  226. .main1{
  227. margin-top: 10px auto;
  228. width: 1200px;
  229. height:412px;
  230. background:#fff;
  231. margin-bottom:10px;
  232. }
  233. .maintop{
  234. height:60px;
  235. line-height:60px;
  236. margin:0 20px 0 20px;
  237. }
  238. .fuwu{
  239. overflow:hidden;
  240. margin-left:35px;
  241. width:1154px;
  242. height:337px;
  243. }
  244. .fuwui{
  245. float:left;
  246. width:389px;
  247. height:110px;
  248. }
  249. .w355{
  250. width:355px !important;
  251. }
  252. .content .contentlist{display: none;}
  253. .content .contentlist:nth-child(1){display: block;}
  254. /*有备无患...*/
  255. .side1 ul li:nth-child(n+7) {display:none; }
  256. .contentlist ul li:nth-child(n+7) {display:none;}
  257. /* */
  258. .clear {
  259. clear:both;
  260. height: 0;
  261. line-height: 0;
  262. font-size: 0;
  263. }
  264. .contentlist span{
  265. }
  266. .notification1 ul{
  267. margin:8px 20px;
  268. width: 354px;
  269. overflow:hidden
  270. }
  271. .latestinfo li span:first-child{
  272. display: inline-block;
  273. max-width:420px;
  274. overflow: hidden;
  275. text-overflow: ellipsis;
  276. white-space: nowrap;
  277. }
  278. .notification1 li span:first-child{
  279. display: inline-block;
  280. max-width: 230px;
  281. overflow: hidden;
  282. text-overflow: ellipsis;
  283. white-space: nowrap;
  284. }
  285. /* .contentlist li:before,.notification li:before{
  286. content: "";
  287. before: '';
  288. display: inline-block;
  289. width: 4px;
  290. height: 4px;
  291. background-color: #95a3c0;
  292. border-radius: 50%;
  293. margin:0px 10px 6px 0;
  294. } */
  295. .notification a,.side a{
  296. font-size: 14px;
  297. color:#60626e;
  298. }
  299. .latestinfo ul span:nth-child(2),.latestinfo h2 span{
  300. color:#60636d;
  301. float: right;
  302. }
  303. .footer{
  304. clear:both;
  305. color: #858f9b;
  306. font-size: 14px;
  307. height: 120px;
  308. background: rgba(0, 0, 0, 0.4);
  309. margin-top: 10px;
  310. overflow: hidden;
  311. }
  312. .footer div{
  313. width: 650px;
  314. margin: 20px auto;
  315. }
  316. .footer p{
  317. float: left;
  318. margin-right: 24px;
  319. line-height: 24px;
  320. }
  321. .footer p:first-child{
  322. float: none;
  323. }
  324. .content .contentlist{display: none;}
  325. .content .contentlist:nth-child(1){display: block;}
  326. /*有备无患...*/
  327. .side1 ul li:nth-child(n+7) {display:none; }
  328. .nono{
  329. display: none;
  330. }
  331. .look{
  332. display: block;
  333. }
  334. .active a{
  335. color:#2c3350;
  336. }