news_detail.css 818 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .head_bg {
  2. height: 80px;
  3. background: none;
  4. }
  5. .news_back {
  6. margin-top: 53px;
  7. margin-bottom: 45px;
  8. }
  9. .news_back img {
  10. width: 8px;
  11. height: 13px;
  12. vertical-align: middle;
  13. }
  14. .news_back a {
  15. font-size: 16px;
  16. font-family: Source Han Sans CN;
  17. font-weight: 400;
  18. color: #333333;
  19. line-height: 25px;
  20. margin-left: 10px;
  21. vertical-align: middle;
  22. }
  23. .news_detail_con {
  24. width: 890px;
  25. margin: 0 auto;
  26. }
  27. .news_detail_con h4 {
  28. font-size: 24px;
  29. font-family: Source Han Sans CN;
  30. font-weight: 500;
  31. color: #333333;
  32. line-height: 25px;
  33. margin-bottom: 54px;
  34. text-align: center;
  35. }
  36. .news_detail_con p {
  37. font-size: 14px;
  38. font-family: Source Han Sans CN;
  39. font-weight: 400;
  40. color: #666666;
  41. line-height: 24px;
  42. margin-bottom: 20px;
  43. }