.__About-news-wrap {
  padding-bottom: 100px;
}
.__About-news-wrap ._About-news-container {
    width: 90%;
    max-width: 960px;
    margin: 20px auto;
    text-align: center;
}
.__About-news-wrap ._About-news-container .news-item {
      background: #ffffff;
      padding: 20px 30px 20px 250px;
      position: relative;
      border-radius: 5px;
      margin: 30px 0;
}
.__About-news-wrap ._About-news-container .news-item .item-img {
        position: absolute;
        width: 200px;
        height: 150px;
        float: left;
        display: block;
        top: 50%;
        margin-top: -75px;
        left: 30px;
}
.__About-news-wrap ._About-news-container .news-item .item-text {
        min-height: 150px;
        text-align: left;
}
.__About-news-wrap ._About-news-container .news-item .item-text .title {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 10px;
          color: #000;
}
.__About-news-wrap ._About-news-container .news-item .item-text .summary {
          font-size: 16px;
          color: #666;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          margin-bottom: 10px;
}
.__About-news-wrap ._About-news-container .news-item .item-text .link {
          color: #00ae66;
          font-size: 16px;
          -ms-flex-pack: end;
              justify-content: flex-end;
          cursor: pointer;
}
.__About-news-wrap ._news-pagination {
    text-align: center;
}
@media (max-width: 640px) and (min-width: 0) {
.__About-news-wrap {
    margin-top: -40px;
    padding-bottom: 60px;
}
.__About-news-wrap ._About-news-container .news-item {
      padding: 180px 20px 20px;
}
.__About-news-wrap ._About-news-container .news-item .item-img {
        top: 20px;
        margin-top: 0px;
        width: 90%;
        left: 20px;
}
}

