news.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .top{
  2. height: 132px;
  3. width: 100%;
  4. background: #0083cc;
  5. text-align: center;
  6. }
  7. .tab{
  8. width: 100%;
  9. height: 50px;
  10. margin-bottom: 96px;
  11. background: #f0f0f0;
  12. }
  13. .tab ul{
  14. width: 945px;
  15. margin: 0 auto;
  16. }
  17. .tab ul.ul{
  18. width: 795px;
  19. }
  20. .tab ul li{
  21. width: 233px;
  22. height: 50px;
  23. background: #d2d2d2;
  24. font-size: 18px;
  25. color:#fff;
  26. text-align: center;
  27. line-height: 50px;
  28. float: left;
  29. cursor: pointer;
  30. font-family: "微软雅黑";
  31. }
  32. .tab ul li.cur{
  33. background: #00bfd9;
  34. }
  35. .tab ul li.hover:hover{
  36. background: #00bfd9;
  37. }
  38. .news ul{
  39. width: 945px;
  40. margin: 0 auto;
  41. }
  42. .news ul li{
  43. margin-top: 45px;
  44. overflow: hidden;
  45. padding-bottom: 45px;
  46. border-bottom: 2px dashed #d9d9d9;
  47. }
  48. .news ul li .lf{
  49. float: left;
  50. width: 234px;
  51. margin-right: 18px;
  52. }
  53. .news ul li .lf img{
  54. border: 5px solid #f0f0f0;
  55. }
  56. .news ul li .rh{
  57. float: left;
  58. width: 693px;
  59. }
  60. .news ul li .rh_1{
  61. overflow: hidden;
  62. }
  63. .news ul li .rh_1 h1{
  64. width: 614px;
  65. font-weight: bold;
  66. height: 28px;
  67. line-height: 28px;
  68. display: block;
  69. float: left;
  70. font-size: 20px;
  71. font-family: "微软雅黑";
  72. color: #363636;
  73. overflow: hidden;
  74. white-space: nowrap;
  75. text-overflow: ellipsis;
  76. }
  77. .news ul li .rh_1 h1:hover{
  78. color: #00bfd9;
  79. }
  80. .news ul li .rh_1 span{
  81. line-height: 28px;
  82. float: right;
  83. font-family: "微软雅黑";
  84. color: #969696;
  85. font-size: 14px;
  86. }
  87. .news ul li .rh_2{
  88. height: 82px;
  89. overflow: hidden;
  90. margin-top: 14px;
  91. }
  92. .news ul li .rh_2 p{
  93. font-size: 16px;
  94. color: #646464;
  95. font-family: "微软雅黑";
  96. line-height: 26px;
  97. }
  98. .news ul li .rh_3{
  99. float: right;
  100. }
  101. .news ul li .rh_3 a{
  102. display: block;
  103. width: 118px;
  104. height: 33px;
  105. line-height: 35px;
  106. text-align: center;
  107. background: #fff;
  108. font-family: "微软雅黑";
  109. color: #00bfd9;
  110. border: 1px solid #00bfd9;
  111. }
  112. .news ul li .rh_3 a:hover{
  113. color: #fff;
  114. background: #00bfd9;
  115. }
  116. .news span{
  117. text-align: center;
  118. }
  119. /*新闻详情*/
  120. .news_con{
  121. width: 795px;
  122. margin: 0 auto;
  123. }
  124. .news_con .con_tp{
  125. overflow: hidden;
  126. margin-bottom: 28px;
  127. border-bottom: 1px dashed #d9d9d9;
  128. }
  129. .news_con .con_tp h1{
  130. font-family: "微软雅黑";
  131. font-weight: bold;
  132. font-size: 26px;
  133. color: #363636;
  134. line-height: 30px;
  135. text-align: center;
  136. }
  137. .news_con .con_tp span{
  138. text-align: center;
  139. display: block;
  140. margin-top: 16px;
  141. margin-bottom: 30px;
  142. }
  143. .news_con .con_tp span i{
  144. margin-right: 25px;
  145. font-family: "微软雅黑";
  146. color: #969696;
  147. font-size: 14px;
  148. }
  149. .news_con .con_cn{
  150. overflow: hidden;
  151. padding-bottom: 28px;
  152. border-bottom: 1px dashed #d9d9d9;
  153. }
  154. .news_con .con_cn p{
  155. font-family: "微软雅黑";
  156. color: #646464;
  157. line-height: 28px;
  158. text-indent:2em;
  159. font-size: 16px;
  160. }
  161. .news_con .con_cn img{
  162. display: block;
  163. text-align: center;
  164. margin: 36px auto;
  165. max-width: 795px;
  166. }
  167. .news_con .con_bt{
  168. overflow: hidden;
  169. margin-top: 25px;
  170. margin-bottom: 60px;
  171. }
  172. .news_con .con_bt a{
  173. float: left;
  174. width: 81px;
  175. height: 24px;
  176. }
  177. .news_con .con_bt a.a1{
  178. background: url(../images/a1_bg.png) no-repeat;
  179. }
  180. .news_con .con_bt a.a1:hover{
  181. background: url(../images/a1_bg_hover.png) no-repeat;
  182. }
  183. .news_con .con_bt a.a2{
  184. width: 121px;
  185. height: 24px;
  186. margin: 0 256px;
  187. background: url(../images/a2_bg.png) no-repeat;
  188. }
  189. .news_con .con_bt a.a2:hover{
  190. background: url(../images/a2_bg_hover.png) no-repeat;
  191. }
  192. .news_con .con_bt a.a3{
  193. float: right;
  194. background: url(../images/a3_bg.png) no-repeat;
  195. }
  196. .news_con .con_bt a.a3:hover{
  197. background: url(../images/a3_bg_hover.png) no-repeat;
  198. }
  199. .news_con .about_news h1 {
  200. width: 1180px;
  201. margin: 0 auto;
  202. font-family: "微软雅黑";
  203. font-size: 22px;
  204. color: #363636;
  205. padding-bottom: 12px;
  206. margin-bottom: 46px;
  207. background: url(../images/n1_bg.png) no-repeat 0 bottom;
  208. }
  209. .news_con .about_news ul li{
  210. height: 31px;
  211. width: 591px;
  212. border-bottom: 1px dashed #d9d9d9;
  213. }
  214. .news_con .about_news ul li.num1{
  215. border-top: 1px dashed #d9d9d9;
  216. }
  217. .news_con .about_news ul li a{
  218. display: block;
  219. line-height: 31px;
  220. font-family: "微软雅黑";
  221. color: #646464;
  222. font-size: 16px;
  223. overflow: hidden;
  224. white-space: nowrap;
  225. text-overflow: ellipsis;
  226. }
  227. .news_con .about_news ul li a:hover{
  228. color: #00bfd9;
  229. }
  230. /*新闻详情*/