news_center.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .news_contain {
  2. padding: 0 0.31rem;
  3. }
  4. .recom_li {
  5. display: flex;
  6. }
  7. .news_contain {
  8. color: #8c8b8b;
  9. }
  10. .news_cttl {
  11. margin-top: 0.79rem;
  12. padding-bottom: 0.43rem;
  13. border-bottom: 1px solid #E2E2E2;
  14. }
  15. .ct_title {
  16. line-height: 0.48rem;
  17. color: #3D3C40;
  18. text-align: left;
  19. font-size: 3.0em;
  20. }
  21. .news_cttl>p {
  22. line-height: 0.36rem;
  23. font-size: 2.2em;
  24. }
  25. .news_ctct p {
  26. margin-top: 0.56rem;
  27. font-size: 2.4em;
  28. }
  29. .news_ctct {
  30. border-bottom: 1px solid #E2E2E2;
  31. padding-bottom: 0.8rem;
  32. }
  33. .recom_title {
  34. font-size: 3.6em;
  35. margin-top: 0.78rem;
  36. padding-left: 0.21rem;
  37. border-left: 0.04rem solid #5EA7EC;
  38. color: #5ea7ec;
  39. }
  40. .recom_li {
  41. padding: 0.59rem 0;
  42. border-bottom: 1px solid #E2E2E2;
  43. }
  44. .reli_img img {
  45. width: 3.22rem;
  46. }
  47. .reli_right {
  48. padding-left: 0.25rem;
  49. }
  50. .retitle {
  51. font-size: 2.8em;
  52. color: #3d3c40;
  53. }
  54. .retime {
  55. margin-top: 0.5rem;
  56. font-size: 2.4em;
  57. }
  58. .re_nxbtn{
  59. width: 100%;
  60. height: 0.66rem;
  61. font-size: 2.6em;
  62. line-height: 0.66rem;text-align: center;
  63. border: solid 1px #5ea7ec;
  64. color: #5ea7ec;
  65. border-radius: 0.33rem;
  66. margin-top: 0.53rem;
  67. white-space:nowrap;
  68. overflow:hidden;
  69. text-overflow:ellipsis;
  70. }
  71. .recom_li:last-child{
  72. border: none;
  73. }
  74. .news_ctct img{
  75. max-width: 100%;
  76. height: auto;
  77. }