main {
    width: 100%;
    min-height: 300px;
    background-image: url("../img/content-bg2.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .container-box-main {
    background: linear-gradient(0deg, #fff 0%, #fff 100%),
      linear-gradient(290deg, #fff -3.21%, rgba(255, 255, 255, 0) 74.84%);
    padding: 60px;
    margin-top: 12px;
    margin-bottom: 36px;
  }

  .news-title {
    overflow: hidden;
    color: #231815;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .news-title2 {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 0;
    margin-bottom: 36px;
  }

  .news-content {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .news-content img {
    max-width: 100%;
  }

  .news-footer-text a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }