
.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-content img{ padding-top: 30px; padding-bottom: 30px; }
.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;
            }
          }
        }
      }
    }
  }
}


.page-banner {
  width: 100%;
  height: 800px;
  background-size: cover;
  position: relative;
  .banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
  }
  .marginAuto {
    height: 100%;
    position: relative;
    z-index: 10;
    .info-box {
      padding-left: 110px;
      max-width: 1100px;
      padding-bottom: 80px;
      .title {
        font-size: 40px;
        color: #FFFFFF;
        font-family: "Poppins-Bold";
      }
      .time {
        font-size: 18px;
        color: #FFFFFF;
        font-family: "Poppins-Regular";
        padding-top: 20px;
      }
    }
  }
}
.page-content span{ font-size: 16px !important;}
.page-content {
  padding: 100px 0;
  background-color: #FFFFFF;
  .page-text-main {
    padding: 0 110px;
    font-size: 16px !important;
    color: #000000;
    font-family: "Poppins-Regular";
    line-height: 180%;
    img {
      max-width: 100%;
    }
  }

   .prev  a{  color: #000 !important;}
 .next  a{   color: #000 !important;}
  .page-nav-box {
    border-top: 1px solid #E8E8E8;
    padding-top: 60px;
    margin-top: 60px;
    .prev {
      cursor: pointer;
     
      .text {
        font-size: 16px;
        color: #000000;
        font-family: "Poppins-Regular";
      }
      .icon {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTAwMzkgMTJIMjAuOTAwNCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguOTAwMzggMThMMi45MDAzOSAxMkw4LjkwMDM4IDYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
        width: 24px;
        height: 24px;
        margin-right: 16px;
      }
    }
    .next {
      cursor: pointer;
      .text {
        font-size: 16px;
        color: #000000;
        font-family: "Poppins-Regular";
      }
      .icon {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDEySDMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNSA2TDIxIDEyTDE1IDE4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
        width: 24px;
        height: 24px;
        margin-left: 16px;
      }
    }
  }
}
@media only screen and (max-width: 1440px) and (min-width:1200px) {
  .page-banner {
    height: 700px;
    .marginAuto {
      .info-box {
        max-width: 90%;
        padding-left: 90px;
        padding-bottom: 60px;
        .title {
          font-size: 36px;
        }
        .time {
          font-size: 18px;
        }
      }
    }
  }
  .page-content {
    padding: 100px 0;
    .page-text-main {
      padding: 0 90px;
    }
    .page-nav-box {
      border-top: 1px solid #E8E8E8;
      padding-top: 60px;
      margin-top: 60px;
    }
  }
}
@media only screen and (max-width: 1200px) and (min-width:1024px) {
  .page-banner {
    height: 600px;
    .marginAuto {
      .info-box {
        max-width: 90%;
        padding-left: 60px;
        padding-bottom: 50px;
        .title {
          font-size: 36px;
        }
        .time {
          font-size: 18px;
        }
      }
    }
  }
  .page-content {
    padding: 100px 0;
    .page-text-main {
      padding: 0 60px;
    }
    .page-nav-box {
      border-top: 1px solid #E8E8E8;
      padding-top: 60px;
      margin-top: 60px;
    }
  }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
  .page-banner {
    height: 500px;
    .marginAuto {
      .info-box {
        max-width: 100%;
        padding-bottom: 30px;
        padding-left: 0px;
        .title {
          font-size: 24px;
        }
        .time {
          font-size: 14px;
        }
      }
    }
  }
  .page-content {
    padding: 60px 0;
    .page-text-main {
      padding: 0;
    }
    .page-nav-box {
      border-top: 1px solid #E8E8E8;
      padding-top: 40px;
      margin-top: 40px;
    }
  }
}

.page-text-main  h3{ font-size: 20px !important;}

















    .page-content .page-nav-box .prev .icon{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTIuOSAxMmgxOE04LjkgMThsLTYtNiA2LTYiLz48L3N2Zz4=);
    height: 24px;
    margin-right: 16px;
    width: 24px;
}


.page-content .page-nav-box .next .icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTIxIDEySDNNMTUgNmw2IDYtNiA2Ii8+PC9zdmc+);
    height: 24px;
    margin-left: 16px;
    width: 24px;
}