mc.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body, dl, dt, dd, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  4. padding: 0px;
  5. margin: 0px;
  6. }
  7. html, body {
  8. overflow-y: hidden;
  9. }
  10. body {
  11. background-color: #666666
  12. }
  13. .login {
  14. background: url(blackimg/login_bg.png) left top no-repeat;
  15. width: 480px;
  16. height: 215px;
  17. position: absolute;
  18. margin-left: -270px;
  19. *margin-left: -242px !important;
  20. margin-top: -180px;
  21. *margin-top: -162px !important;
  22. padding-top: 145px;
  23. padding-left: 60px;
  24. left: 50%;
  25. top: 50%;
  26. }
  27. .winMask {
  28. position: absolute;
  29. z-index: 9998;
  30. background-color: #555;
  31. left: 0px;
  32. top: 0px;
  33. filter: alpha(opacity = 100);
  34. -moz-opacity: 1;
  35. -khtml-opacity: 1;
  36. opacity: 1;
  37. }
  38. .login p {
  39. padding: 4px 0px;
  40. font-size: 14px
  41. }
  42. .login p span {
  43. display: inline-block;
  44. padding-right: 8px
  45. }
  46. .login input {
  47. font-size: 12px
  48. }
  49. .login p input {
  50. border: 1px solid #a8a9ab;
  51. height: 21px;
  52. width: 240px;
  53. line-height: 21px
  54. }
  55. .loginbtn input {
  56. border: 1px solid #313131;
  57. background-color: #6d7273;
  58. color: #fff;
  59. font-weight: bold;
  60. padding: 3px 5px;
  61. *padding-top: 3px;
  62. cursor: pointer;
  63. *padding: 2px 3px;
  64. *padding-top: 5px;
  65. }
  66. .l {
  67. float: left
  68. }
  69. .m-l8 {
  70. margin-left: 8px
  71. }
  72. .Left-list, .Right-list {
  73. margin: 0 5px
  74. }
  75. .Left-list dt, .Right-list dt {
  76. background: url(blackimg/title_bg.jpg) repeat-x;
  77. height: 28px;
  78. line-height: 28px;
  79. padding-left: 15px;
  80. border-bottom: 1px solid #000000
  81. }
  82. .Left-list dt span {
  83. background: url(blackimg/Myicon.gif) -7px 1px no-repeat;
  84. float: left;
  85. display: inline-block;
  86. text-indent: 20px;
  87. margin-right: 5px;
  88. font-weight: bold
  89. }
  90. .Left-list a {
  91. color: #fff;
  92. text-decoration: none
  93. }
  94. .Left-list a:hover {
  95. color: #fff;
  96. text-decoration: underline
  97. }
  98. .Right-list dt span {
  99. background: url(blackimg/Myicon.gif) -7px -95px no-repeat;
  100. float: left;
  101. display: inline-block;
  102. text-indent: 20px;
  103. margin-right: 5px;
  104. font-weight: bold
  105. }
  106. .Left-list dt b, .Right-list dt b {
  107. display: inline-block;
  108. float: right;
  109. background: url(blackimg/Myicon.gif) -11px -63px no-repeat;
  110. width: 7px;
  111. height: 29px;
  112. margin-right: 8px;
  113. cursor: pointer
  114. }
  115. .Left-list dd {
  116. background: url(blackimg/point.jpg) 18px center no-repeat;
  117. background-color: #666666;
  118. border-bottom: 1px solid #000;
  119. border-top: 1px solid #b9b9b9;
  120. height: 29px;
  121. line-height: 29px;
  122. text-indent: 30px
  123. }
  124. .myborder {
  125. border: 1px solid #000000
  126. }
  127. .myborder2 {
  128. border: 1px solid #000000;
  129. border-top: none
  130. }
  131. .Right-list {
  132. background-color: #666666
  133. }
  134. .Right-list li {
  135. background: url(blackimg/point.jpg) 18px center no-repeat;
  136. background-color: #666666;
  137. border-top: 1px solid #b9b9b9;
  138. border-bottom: 1px solid #000
  139. }
  140. .Matter {
  141. border-top: 2px solid #000000;
  142. }
  143. .Mat {
  144. border: none
  145. }
  146. .Matter h4 {
  147. background: url(blackimg/Myicon.gif) -281px 19px no-repeat;
  148. height: 27px;
  149. line-height: 27px;
  150. text-indent: 15px;
  151. font-size: 12px
  152. }
  153. .Matter h4 span {
  154. background: url(blackimg/Myicon.gif) -7px -144px no-repeat;
  155. display: inline-block;
  156. float: right;
  157. width: 15px;
  158. height: 25px;
  159. margin-right: 8px;
  160. cursor: pointer
  161. }
  162. .Matter h4 span.l {
  163. float: left;
  164. background: none;
  165. display: inline-block;
  166. width: 70px;
  167. height: 25px;
  168. margin-right: 8px;
  169. }
  170. .Matter p {
  171. background: url(blackimg/point.jpg) 5px center no-repeat;
  172. height: 25px;
  173. line-height: 25px;
  174. border-bottom: 1px dashed #ccc;
  175. margin: 0 5px;
  176. text-indent: 15px
  177. }
  178. .Matter p span {
  179. margin-left: 5px;
  180. cursor: pointer
  181. }
  182. .more {
  183. background: url(blackimg/Myicon.gif) -281px -147px no-repeat;
  184. text-align: right;
  185. height: 28px;
  186. line-height: 31px;
  187. padding-right: 15px
  188. }
  189. .top-posi b {
  190. display: inline-block;
  191. width: 9px;
  192. height: 9px;
  193. font-size: 8px;
  194. margin-left: 5px;
  195. float: left;
  196. margin-top: 5px;
  197. cursor: pointer
  198. }
  199. .top-posi span {
  200. display: inline-block;
  201. margin-left: 15px
  202. }
  203. .menu-tr {
  204. height: 29px;
  205. background: url(blackimg/main_bg.jpg) left top repeat-x;
  206. border: 1px solid #000000;
  207. border-bottom: none;
  208. color: #1758ba;
  209. line-height: 29px;
  210. padding-left: 5px
  211. }
  212. .menu-tr li {
  213. display: inline-block;
  214. float: left;
  215. width: 82px;
  216. text-align: center;
  217. overflow: hidden;
  218. cursor: pointer;
  219. margin-left: 3px
  220. }
  221. /* .menu-tr li.chk{ background:url(blackimg/menutr-bg.jpg) repeat-x; border-left:1px solid #d1d1d1; border-right:1px solid #d1d1d1}*/
  222. .menu-tr li a.chk {
  223. background: url(blackimg/menutr-bg.jpg) repeat-x;
  224. border-left: 1px solid #000000;
  225. border-right: 1px solid #000000;
  226. font-weight: bold;
  227. }
  228. .menu-tr li a {
  229. display: block;
  230. width: 80px;
  231. height: 29px;
  232. text-decoration: none;
  233. color: #fff;
  234. }
  235. .menu-tr li a:hover {
  236. background: url(blackimg/menutr-bg.jpg) repeat-x;
  237. font-weight: bold;
  238. border-left: 1px solid #000000;
  239. border-right: 1px solid #000000;
  240. text-decoration: none
  241. }
  242. .MyCenter {
  243. margin-top: 5px
  244. }
  245. .termExp {
  246. background-color: #666666;
  247. padding: 8px;
  248. line-height: 24px
  249. }
  250. .termExp span {
  251. background: url(blackimg/Myicon.gif) -7px -35px no-repeat;
  252. display: inline-block;
  253. float: left;
  254. width: 15px;
  255. height: 30px;
  256. padding-right: 8px;
  257. }
  258. .MainContent {
  259. padding-top: 5px
  260. }
  261. .index-fl {
  262. width: 80%;
  263. margin: 0 auto;
  264. margin-top: 20px
  265. }
  266. .index-fl li {
  267. border: 1px solid #dcdcdc;
  268. float: left;
  269. margin-left: 15px;
  270. background-color: #f5f5f5;
  271. list-style: none;
  272. width: 40%;
  273. margin-right: 3%;
  274. height: 50px;
  275. margin-bottom: 15px;
  276. padding: 18px
  277. }
  278. .index-fl li p, .index-fl img {
  279. float: left
  280. }
  281. .index-fl img {
  282. width: 36px;
  283. height: 33px
  284. }
  285. .index-fl li p {
  286. padding-left: 12px;
  287. line-height: 20px
  288. }
  289. .index-fl li span {
  290. display: block;
  291. font-size: 14px;
  292. font-weight: bold
  293. }
  294. .index-fl li span.c1 {
  295. color: #2175d1
  296. }
  297. .index-fl li span.c2 {
  298. color: #d98a00
  299. }
  300. .bottom-bg {
  301. height: 30px;
  302. line-height: 27px;
  303. text-align: center;
  304. color: #fff;
  305. background: url(blackimg/bottom_bg.jpg) repeat-x;
  306. }
  307. .top-posi {
  308. background: url(blackimg/top_img.jpg) left top no-repeat;
  309. height: 76px;
  310. padding-bottom: 5px
  311. }
  312. .northCss {
  313. background: url(blackimg/top_bg.jpg) left top repeat-x
  314. }
  315. /* */
  316. .self_td {
  317. font-size: 12px;
  318. color: #fff;
  319. height: 16px;
  320. line-height: 16px;
  321. }
  322. .redStyle {
  323. color: #FF0000;
  324. font-size: 12px;
  325. }