.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.about {
  padding-top: 100px;
}
.about .about-box {
  max-width: 1380px;
  margin: auto;
}
.about .about-box .search {
  position: relative;
  margin-bottom: 40px;
}
.about .about-box .search input {
  width: 100%;
  height: 60px;
  background: #F6F8F9;
  border-radius: 16px;
  padding: 0 130px 0 30px;
  border: none;
  outline: none;
  font-size: 20px;
}
.about .about-box .search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 60px;
  background: #0077CB;
  border-radius: 16px;
  border: none;
}
.about .about-box .search button img {
  width: 24px;
  height: 22px;
}
.about .about-box .news {
  margin-bottom: 40px;
}
.about .about-box .news .new {
  height: 371.81px;
  background: #FFFFFF;
  border: 1px solid #EBEEF0;
  border-radius: 20px;
  padding: 66px 16px 0 30px;
  margin-bottom: 20px;
}
.about .about-box .news .new .new-title {
  font-size: 36px;
  color: #363636;
  line-height: 26px;
  font-weight: 700;
}
.about .about-box .news .new .new-subtitle {
  font-size: 20px;
  color: #363636;
  line-height: 26px;
  font-weight: 700;
  margin: 40px 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
.about .about-box .news .new .new-text {
  font-size: 14px;
  color: #656D6F;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.about .about-box .news .new .new-btn {
  width: 100px;
  height: 40px;
  background: #0077CB;
  border-radius: 20px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-top: 38px;
  display: none;
}
.about .about-box .news .new .new-btn img {
  width: 6px;
  margin-left: 2px;
}
.about .about-box .news .new.active {
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.1);
}
.about .about-box .news .new.active .new-subtitle {
  color: #0077CB;
}
.about .about-box .news .new.active .new-btn {
  display: block;
}
#pc-pagination {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-weight: 400;
  line-height: 32px;
}
#pc-pagination > a,
#pc-pagination > .active {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
}
#pc-pagination > .active {
  background: #0077CB;
  border: none;
  color: #FFFFFF;
}
#pc-pagination .jump-ipt {
  width: 48px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  margin-right: 8px;
  text-align: center;
}
#pc-pagination .jump-btn {
  border: none;
}
#pc-pagination .jumpTo {
  margin-right: 8px;
}
#pc-pagination .lastPage {
  width: auto;
  padding: 0 11px;
}
#ipad-pagination {
  display: none;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 30px 0;
  }
  .about .about-box .search {
    margin-bottom: 30px;
  }
  .about .about-box .search input {
    padding: 0 100px 0 30px;
    font-size: 14px;
  }
  .about .about-box .search button {
    width: 100px;
  }
  .about .about-box .search button img {
    width: 22px;
    height: 22px;
  }
  .about .about-box .news {
    margin-bottom: 40px;
  }
  .about .about-box .news .new {
    height: 235px;
    box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
    padding: 58px 32px 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .about .about-box .news .new .new-title {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .about .about-box .news .new .new-subtitle {
    margin: 28px 0 7px;
    color: #0077CB;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
  }
  .about .about-box .news .new .new-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
    font-size: 12px;
    color: #656D6F;
    line-height: 28px;
  }
  .about .about-box .news .new .new-btn {
    width: 120px;
    height: 120px;
    position: absolute;
    background: #0077CB;
    top: -60px;
    right: -60px;
    transform: rotate(45deg);
    border-radius: 0;
    margin-top: 0;
    font-size: 18px;
    display: block;
    line-height: 50px;
  }
  .about .about-box .news .new .new-btn span {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 120px;
    text-align: center;
  }
  .about .about-box .news .new .new-btn img {
    display: none;
  }
  #pc-pagination {
    display: none!important;
  }
  #ipad-pagination {
    display: block;
  }
}
@media (max-width: 576px) {
  .bannerBox {
    height: 165px;
  }
  .about {
    padding: 30px 15px 0;
  }
  .about .about-box .search {
    margin-bottom: 15px;
  }
  .about .about-box .search input {
    padding: 0 50px 0 15px;
    border-radius: 8px;
    height: 30px;
    font-size: 10px;
  }
  .about .about-box .search button {
    width: 50px;
    border-radius: 8px;
    height: 30px;
  }
  .about .about-box .search button img {
    width: 11px;
    height: 11px;
  }
  .about .about-box .news {
    margin-bottom: 20px;
  }
  .about .about-box .news .new {
    height: 140px;
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 31px 15px 0;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .about .about-box .news .new .new-title {
    font-size: 18px;
    line-height: 1;
  }
  .about .about-box .news .new .new-subtitle {
    margin: 17px 0 7px;
    font-size: 13px;
    line-height: 17px;
  }
  .about .about-box .news .new .new-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    font-size: 10px;
    line-height: 14px;
  }
  .about .about-box .news .new .new-btn {
    font-size: 9px;
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
    line-height: 25px;
  }
  .about .about-box .news .new .new-btn span {
    width: 60px;
  }
}
