news.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{
  4. background-color: #eceff0;
  5. }
  6. .crumbs{
  7. margin: 0 auto;
  8. margin-top: 35px;
  9. padding: 0 30px;
  10. width: 1200px;
  11. height: 60px;
  12. line-height: 60px;
  13. background-color: #fff;
  14. box-sizing: border-box;
  15. }
  16. .crumbs li{
  17. float: left;
  18. font-size: 16px;
  19. color: #575757;
  20. }
  21. .crumbs li.on,.crumbs li.on a{
  22. color: #018bc0;
  23. }
  24. .crumbs li span{
  25. margin: 0 10px;
  26. }
  27. .box_main_news{
  28. margin: 0 auto;
  29. margin-top: 25px;
  30. margin-bottom: 100px;
  31. padding-bottom: 50px;
  32. width: 1200px;
  33. overflow: hidden;
  34. background-color: #fff;
  35. }
  36. .box_main_news .column_title{
  37. height: 60px;
  38. line-height: 60px;
  39. border-bottom: #e7e7e7 1px solid;
  40. padding: 0 30px;
  41. box-sizing: border-box;
  42. color: #575757;
  43. font-size: 16px;
  44. }
  45. .box_main_news .column_title h2{
  46. font-weight: 300;
  47. }
  48. .box_main_news ul{
  49. overflow: hidden;
  50. padding: 0 30px;
  51. }
  52. .box_main_news ul li{
  53. height: 60px;
  54. line-height: 60px;
  55. padding: 0 35px;
  56. border-bottom: #e7e7e7 1px solid;
  57. font-size: 14px;
  58. color: #8c8c8c;
  59. }
  60. .box_main_news ul li h3{
  61. display: inline-block;
  62. font-size: 14px;
  63. color: #2a98ff;
  64. }
  65. .box_main_news ul li span{
  66. display: inline-block;
  67. color: #8c8c8c;
  68. float: right;
  69. }
  70. .box_main_content{
  71. margin: 0 auto;
  72. margin-top: 25px;
  73. width: 1200px;
  74. overflow: hidden;
  75. background-color: #fff;
  76. }
  77. .box_main_content .column_title{
  78. padding: 20px 30px;
  79. overflow: hidden;
  80. border-bottom: #e7e7e7 1px solid;
  81. text-align: center;
  82. }
  83. .box_main_content .column_title h2{
  84. font-weight: 300;
  85. font-size: 30px;
  86. line-height: 45px;
  87. }
  88. .box_main_content .column_title p{
  89. margin-top: 10px;
  90. font-size: 18px;
  91. color: #a8a8a8;
  92. line-height: 30px;
  93. }
  94. .box_main_content .content{
  95. overflow: hidden;
  96. padding: 30px 30px 80px 30px;
  97. }