
.banner-img {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  .marginAuto {
    padding-top: 86px;
    height: 100%;
    .text-box {
      height: 100%;
      .text {
        max-width: 960px;
        font-size: 48px;
        color: #ffffff;
        font-family: "Poppins-Bold";
      }
    }
  }
}
.page-list {
  padding: 100px 0;
  background-color: #F5F5F5;
  .cell {
    width: 33.3333%;
    padding-right: 24px;
    margin-bottom: 48px;
    .new-cell {
      width: 100%;
      height: 487px;
      background: #ffffff;
      cursor: pointer;
      .img {
        height: 280px;
        width: 100%;
        overflow: hidden;
        /deep/img {
          transform: translateX(0) scale(1);
          transition: all 0.5s;
        }
      }
      .info{
        padding: 24px;
        .time {
          font-size: 16px;
          color: #999999;
          font-family: "Poppins-Regular";
          padding-bottom: 8px;
        }
        .des {
          font-size: 20px;
          color: #000000;
          font-family: "Poppins-Bold";
          padding-bottom: 8px;
          max-height: 60px;

          overflow:hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
        }
        .more {
          padding-top: 48px;
          .text {
            font-size: 14px;
            color: #000000;
            font-family: "Poppins-Regular";
          }
          .icon {
            width: 18px;
            height: 19px;
            background-size: cover;
            margin-left: 8px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc1IDkuNjY2NUgyLjI1IiBzdHJva2U9IiMxOTJGNTgiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjI1IDUuMTY2NUwxNS43NSA5LjY2NjVMMTEuMjUgMTQuMTY2NSIgc3Ryb2tlPSIjMTkyRjU4IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
            transform: translateX(0) scale(1);
            transition: all 0.5s;
          }
        }
      }
    }
    .new-cell:hover {
      .img {
        /deep/img {
          transform: translateX(0) scale(1.2);
        }
      }
      .info{
        .more {
          .icon {
            transform: translateX(8px) scale(1);
          }
        }
      }
    }
  }
  .cell:nth-child(3n) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width:1200px) {
  .banner-img {
    height: 700px;
    .marginAuto {
      .text-box {
        .text {
          font-size: 40px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1200px) and (min-width:1024px) {
  .banner-img {
    height: 500px;
    .marginAuto {
      .text-box {
        .text {
          font-size: 34px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
  .banner-img {
    height: 500px;
    .marginAuto {
      padding-top: 48px;
      .text-box {
        .text {
          font-size: 24px;
          max-width: 100%;
        }
      }
    }
  }
  .page-list {
    padding: 40px 0;
    .marginAuto {
      display: block;
      .cell {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
        .new-cell {
          width: 100%;
          height: auto;
          background: #ffffff;
          .img {
            height: 220px;
          }
          .info{
            padding: 24px;
            .time {
              font-size: 16px;
            }
            .des {
              font-size: 20px;
            }
          }
        }
      }
    }
  }
}


@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 950px) {

}




@media only screen and (max-width: 950px) {

}