law.css 622 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .top{
  2. height: 132px;
  3. width: 100%;
  4. background: #0083cc;
  5. text-align: center;
  6. }
  7. .content{
  8. width: 1179px;
  9. margin: 0 auto;
  10. }
  11. .content h1{
  12. text-align: center;
  13. font-size: 26px;
  14. color: #363636;
  15. font-weight: bold;
  16. font-family: "微软雅黑";
  17. line-height: 30px;
  18. margin-top: 50px;
  19. padding-bottom: 18px;
  20. border-bottom: 1px dashed #d9d9d9;
  21. }
  22. .content h2{
  23. text-align: center;
  24. font-size: 16px;
  25. color: #646464;
  26. font-weight: bold;
  27. font-family: "微软雅黑";
  28. line-height: 30px;
  29. margin-top: 26px;
  30. }
  31. .content p{
  32. margin-top: 30px;
  33. font-family: "微软雅黑";
  34. font-size: 16px;
  35. line-height: 26px;
  36. color: #646464;
  37. }