.group {
    background: #f4f4f4;
  }
  .news-list {
    padding-bottom: 54px;
  }
  .news-list .inner {
    position: relative;
    margin-top: -50px;
    border-bottom: 1px solid #fff;
    background: #fff;
    z-index: 2;
  }
  .news-item {
    position: relative;
    display: flex;
    padding: 35px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
  }
  .news-item:hover {
    color: #fff;
    background: #00954d;
  }
  .news-item .image {
    margin-right: 30px;
    width: 230px;
    height: 142px;
    overflow: hidden;
  }
  .news-item .content {
    width: calc(100% - 260px);
    overflow: hidden;
  }
  .news-item .content p {
    transition: all 0.5s;
  }
  .news-item .content p:nth-of-type(1) {
    margin-bottom: 5px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
  }
  .news-item:hover .content p:nth-of-type(1) {
    color: #fff;
  }
  .news-item .content p:nth-of-type(2) {
     margin-bottom: 25px;
    height: 54px;
    color: #666;
    font-size: 16px;
    line-height: 29px;
  }
  .news-item:hover .content p:nth-of-type(2) {
    color: #fff;
  }
  .news-item .content p:nth-of-type(3) {
    color: #999;
    font-size: 14px;
    line-height: 26px;
  }
  .news-item:hover .content p:nth-of-type(3) {
    color: #fff;
  }
  .news-item .content p:nth-of-type(3) i {
    margin-right: 10px;
margin-left: 1px;
  }
  
  .project-list .news-item:hover {
    background: #fff;
  }
  .project-list .news-item .content p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .project-list .news-item:hover .content p:nth-of-type(1) {
    color: #00954d;
  }
  .project-list .news-item:hover .content p:nth-of-type(2) {
    color: #666;
  }
  .project-list .news-item .content p:nth-of-type(3) {
    font-size: 14px;
  }
  .project-list .news-item:hover .content p:nth-of-type(3) {
    color: #666;
  }
  .project-list .news-item .content p:nth-of-type(3) span {
    color: #00954d;
  }
  .project-list .news-item .content p:nth-of-type(3) span:nth-of-type(1) {
    margin-right: 6px;
  }
  .project-list .news-item .content p:nth-of-type(3) span:nth-of-type(2) {
    margin-right: 28px;
  }
  .project-btn {
  position: absolute;
    right: 35px;
    bottom: 36px;
    border-radius: 2px;
    width: 95px;
    height: 35px;
    color: rgba(255, 255, 255, 1);
    background: #00954d;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    transition: all 0.5s;
  }
  .project-btn:hover {
    background: #D18E31;
color:#fff;
  }
  
  @media (max-width: 1280px) {
  }
  
  @media (max-width: 1000px) {
    .news-list .inner {
      margin-top: 69px;
    }
  
    .project-btn {
      bottom: 10px;
    }
  }
  
  @media (max-width: 850px) {
  }
  
  @media (max-width: 650px) {
    .news-item {
      padding: 15px;
      flex-direction: column;
    }
    .news-item .image {
      margin-right: 0;
      width: 100%;
      height: 50.9vw;
    }
    .news-item .content {
      margin-top: 20px;
      width: 100%;
    }
  
    .project-btn {
      position: relative;
      right: 0;
      margin-top: 15px;
      width: 100%;
    }
  }
  
  @media (max-width: 500px) {
  }
  