news-pages.component.css 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .newsPages-w{
  2. width: 100%;
  3. display: inline-block;
  4. }
  5. .newContent {
  6. width: 100%;
  7. padding: 12px 0;
  8. display: inline-block;
  9. border-bottom: 1px solid #aba9a9;
  10. }
  11. .imgNew-w {
  12. width: 100%;
  13. height: 200px;
  14. overflow: hidden;
  15. }
  16. .imgNew-w img {
  17. width: 100%;
  18. /* height: 200px;*/
  19. }
  20. .content {
  21. width: 100%;
  22. text-align: right;
  23. }
  24. .content h1{
  25. font-size: 18px;
  26. color: #036b63;
  27. cursor: pointer;
  28. }
  29. .content p {
  30. color: #9c8565;
  31. font-size: 16px;
  32. margin: 0px 0;
  33. cursor: pointer;
  34. }
  35. .content p span {
  36. color: red;
  37. font-weight: bold;
  38. }
  39. .englishContent-w {
  40. direction: ltr;
  41. padding: 40px 0;
  42. }
  43. .englishContent-w h1 {
  44. font-size: 20px;
  45. color: #888;
  46. }
  47. englishContent-w p {
  48. color: #bda380;
  49. font-size: 18px;
  50. margin: 10px 0;
  51. cursor: pointer;
  52. }
  53. .contentPage-w {
  54. width: 95%;
  55. display: block;
  56. border-top: 0;
  57. margin: 0 auto;
  58. margin-bottom: 20px;
  59. padding: 10px 20px;
  60. background: rgba(255, 255, 255, 0.5);
  61. }