.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  padding: 70px 0;
  background: #fff;
}
.page1 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page1 .item .txt {
  padding-left: 8%;
  padding-right: 4%;
  width: 50%;
}
.page1 .item .txt .tit {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #172033;
}
.page1 .item .txt .des {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  text-align: justify;
  margin-top: 15px;
}
.page1 .item .img {
  width: 50%;
}
.page2 {
  padding: 60px 0;
  background: #fafafa;
}
.page2 .tit {
  font-weight: 500;
  color: #172033;
  text-align: center;
}
.page2 .credential {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page2 .credential li {
  width: 24.5%;
  margin-bottom: 0.5%;
  transition: all 0.3s;
}
.page2 .credential li:hover {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.08);
}
.page3 {
  padding: 60px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
}
.page3 .tit {
  font-weight: 500;
  color: #172033;
  text-align: center;
}
.page3 .sw-box {
  position: relative;
  margin: 40px auto 0;
  width: 90%;
}
.page3 .sw-box .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 140px;
  font-size: 0;
  background: transparent;
}
.page3 .sw-box .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
}
.page3 .sw-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc782c;
}
.page3 .sw-box .tab {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  padding: 35px 40px;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.23) 0%, rgba(7, 13, 48, 0.3) 100%);
  backdrop-filter: blur(4px);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page3 .sw-box .tab .tab-l {
  display: flex;
  flex-wrap: wrap;
  width: 680px;
}
.page3 .sw-box .tab .tab-l a {
  width: 32.35%;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.page3 .sw-box .tab .tab-l a:nth-child(3n) {
  margin-right: 0;
}
.page3 .sw-box .tab .tab-l a.on {
  background: #fff;
  color: #fc782c;
}
.page3 .sw-box .tab .tab-l a:hover {
  color: #fc782c;
}
.page3 .sw-box .tab .tab-r {
  display: flex;
  justify-content: space-between;
  width: 110px;
}
.page3 .sw-box .tab .tab-r .next {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(247, 249, 252, 0.36);
  border-radius: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page3 .sw-box .tab .tab-r .next::after {
  content: "next";
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
}
.page3 .sw-box .tab .tab-r .next:hover {
  background: #fc782c;
  border: 2px solid #fc782c;
}
.page3 .sw-box .tab .tab-r .prev {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(247, 249, 252, 0.36);
  border-radius: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page3 .sw-box .tab .tab-r .prev::after {
  content: "prev";
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
}
.page3 .sw-box .tab .tab-r .prev:hover {
  background: #fc782c;
  border: 2px solid #fc782c;
}
.page4 {
  padding: 60px 0 0;
  background: #fff;
}
.page4 .tit {
  font-weight: 500;
  text-align: center;
  color: #172033;
}
.page4 .list-box {
  overflow: hidden;
  margin: 40px 0;
  width: 100%;
}
.page4 .list {
  width: 90%;
  margin: 0 auto;
}
.page4 .list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  padding: 12px;
  margin-bottom: 30px;
  border: 1px solid #fafafa;
  transition: all 0.3s;
}
.page4 .list li .img {
  width: 50%;
  padding-right: 12px;
}
.page4 .list li .txt {
  display: block;
  width: 50%;
  padding: 0 4%;
}
.page4 .list li .txt .title {
  font-size: 18px;
  font-weight: 400;
  color: #0c101a;
}
.page4 .list li .txt .des {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
}
.page4 .list li .txt .time {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page4 .list li .txt .time span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fc782c;
}
.page4 .list li .txt .time em {
  font-style: initial;
  display: inline-block;
  border-radius: 2px;
  background: rgba(252, 120, 44, 0.08);
  color: #fc782c;
  font-weight: 400;
  padding: 2px 6px;
  margin-left: 10px;
}
.page4 .list li .txt .more {
  width: 90px;
  display: block;
  margin: 20px 0 0;
}
.page4 .list li .txt .more p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  color: #8f8f8f;
  font-size: 12px;
  width: 100%;
  transition: all 0.3s;
}
.page4 .list li .txt .more p svg {
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
.page4 .list li .txt .more p svg path {
  transition: all 0.3s;
  fill: #8f8f8f;
}
.page4 .list li .txt:hover .more p {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.page4 .list li .txt:hover .more p svg path {
  fill: #fc782c;
}
.page4 .list li:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.13);
}
.page4 .loading {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.page4 .loading::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #fc782c;
  margin-top: 8px;
}
.page4 .loading .rollmore {
  display: inline-block;
  color: #8f8f8f;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.page4 .loading .rollmore:hover {
  color: #fc782c;
}
.page4 .loading .more {
  display: none;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page1 .item .txt .des {
    line-height: 1.4;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
    margin-bottom: 0;
  }
  .anchor {
    display: none;
  }
  .page1 {
    padding: 35px 0 40px;
  }
  .page1 .item {
    width: 90%;
    margin: 0 auto;
  }
  .page1 .item .txt {
    padding: 0;
    width: 100%;
  }
  .page1 .item .txt .tit {
    color: #0c101a;
  }
  .page1 .item .txt .des {
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 300;
  }
  .page1 .item .img {
    width: 100%;
    margin-top: 20px;
  }
  .page2 {
    padding: 35px 0 40px;
  }
  .page2 .tit {
    color: #0c101a;
    font-size: 24px;
  }
  .page3 {
    padding: 35px 0 40px;
  }
  .page3 .tit {
    color: #0c101a;
    font-size: 24px;
  }
  .page3 .sw-box .tab {
    position: static;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .page3 .sw-box .tab .tab-l {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
  }
  .page3 .sw-box .tab .tab-l a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #8f8f8f;
    position: relative;
    margin: 0;
    height: auto;
    line-height: 1.5;
    border: 0;
    width: auto;
    border-radius: 0;
  }
  .page3 .sw-box .tab .tab-l a.on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fc782c;
  }
  .page3 .sw-box .tab .tab-r {
    width: 0;
  }
  .page3 .sw-box .tab .tab-r .prev,
  .page3 .sw-box .tab .tab-r .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 28px;
    height: 28px;
  }
  .page3 .sw-box .tab .tab-r .prev::after,
  .page3 .sw-box .tab .tab-r .next::after {
    font-size: 8px;
  }
  .page3 .sw-box .tab .tab-r .prev {
    left: 12px;
  }
  .page3 .sw-box .tab .tab-r .next {
    right: 12px;
  }
  .page3 .sw-box .swiper-pagination {
    bottom: 15px;
  }
  .page4 {
    padding: 35px 0 40px;
  }
  .page4 .tit {
    color: #0c101a;
    font-size: 24px;
  }
  .page4 .loading .rollmore {
    display: none;
  }
  .page4 .loading {
    margin-top: 0px;
  }
  .page4 .loading::after {
    display: none;
  }
  .page4 .loading .more {
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    transition: all 0.3s;
  }
  .page4 .loading .more i {
    display: inline-block;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 10px;
  }
  .page4 .loading .more svg {
    margin-left: 5px;
    width: 7px;
    height: 7px;
    transition: all 0.3s;
  }
  .page4 .loading .more:hover {
    border: 1px solid #fc782c;
  }
  .page4 .loading .more:hover i {
    color: #fc782c;
  }
  .page4 .loading .more:hover svg path {
    fill: #fc782c;
  }
  .page4 .loading .more.on svg {
    transform: rotate(180deg);
  }
  .page4 .list-box {
    margin: 12px auto 0;
  }
  .page4 .list li {
    flex-wrap: wrap;
    padding: 0;
    background: #fff;
    border: 0;
    margin-bottom: 20px;
  }
  .page4 .list li:hover {
    box-shadow: none;
    border: 0;
  }
  .page4 .list li .img {
    width: 100%;
    padding: 0;
  }
  .page4 .list li .txt {
    width: 100%;
    padding: 0 0 12px 0;
    margin-top: 12px;
  }
  .page4 .list li .txt .title {
    font-size: 12px;
    font-weight: 400;
    color: #0c101a;
  }
  .page4 .list li .txt .des {
    font-size: 8px;
    font-weight: 300;
    color: #8f8f8f;
    margin-top: 5px;
  }
  .page4 .list li .txt .btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
  }
  .page4 .list li .txt .btm .time {
    margin-top: 0;
  }
  .page4 .list li .txt .btm .time span {
    font-size: 12px;
  }
  .page4 .list li .txt .btm .time em {
    font-size: 10px;
  }
  .page4 .list li .txt .more {
    margin: 0;
  }
  .page4 .list li .txt .more p {
    font-size: 10px;
    padding: 4px 0;
  }
  .page4 .list li .txt .more p svg {
    margin-left: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page2 .credential li {
    width: 49%;
    margin-bottom: 2%;
  }
  .page2 .credential {
    margin: 15px auto 0;
  }
}
/*# sourceMappingURL=./ExaminationCenter.css.map */