base.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /**/
  2. *{margin: 0; padding: 0;}
  3. a{text-decoration: none;}
  4. ul{list-style: none;}
  5. img{ border: none;}
  6. .left{ float: left;}
  7. .right{float: right;}
  8. body,html{width: 100%;}
  9. .clearfix:after{content: "."; display: block; height: 0; clear: both; overflow: hidden; }
  10. .clearfix{zoom:1;}
  11. .wrapper{width: 960px; margin: 0 auto;}
  12. body{ font-family: "Microsoft Yahei"; color: #666666;}
  13. #ct{ margin:8px 0;}
  14. /*part1*/
  15. .part1{width: 660px; border: 1px solid #dddddd; background: #fff;}
  16. .head{ width: 615px; border-bottom:1px solid #dddddd; margin-bottom: 20px; overflow: hidden; background-color: #f9f9f9; padding: 15px 25px 20px 20px;}
  17. .part1 ul li{float: left; line-height: 23px;}
  18. .part1 ul li.one{padding: 0 5px; color: #cccccc;}
  19. .part1 ul li a{color: #0079c1;}
  20. h1{text-align: center; color: #000000; line-height: 60px; }
  21. .bigtitle{ font-size:24px; text-align:center;}
  22. .part1 .lai{text-align: center; color: #999999; }
  23. /*fen*/
  24. .fen{ width:250px; margin: 0 auto; }
  25. .fen ul li{ float: left; margin-right: 5px; }
  26. .fen .little{ line-height: 23px;}
  27. /**/
  28. .wen{ margin-top: 30px; padding-left: 25px; padding-right: 30px; color: #666666; font-size:14px; line-height:22px; text-indent:2em; }
  29. .wen p{ margin-bottom:25px; line-height:22px;}
  30. .yuan{color: #000000; text-align:left; margin-bottom:10px; margin-left:20px;}
  31. span{ color: #666666; }
  32. span.min{color: #000000; font-weight: normal; line-height:23px;}
  33. .part2{width: 282px; border: 1px solid #dddddd; background: #fff;}
  34. .head1{height: 42px; line-height:42px; border-bottom: 1px solid #dddddd; margin-bottom: 15px; background-color: #f9f9f9; font-weight: bold;}
  35. .head1 li{ padding-left: 14px; padding-right: 14px; }
  36. .head1 li.xun{font-size: 14px; color: #333333;}
  37. .head1 li.more{font-size: 12px;}
  38. .head1 li.more a{ color:#e2d3db;}
  39. .main{ font-size: 12px; text-indent: 17px; padding-left:15px; padding-right:5px; padding-bottom:15px;}
  40. .main li{ background:url(icon.png) no-repeat 5px 9px; width:250px; height:24px; overflow:hidden; }
  41. .main li a{color: #999999; font-size:12px; line-height:24px; }
  42. .main li a:hover{text-decoration:underline;}