.thistext.globalwrap {
  overflow: unset;
}
.thistext .al-title {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 15px;
}
.thistext .al-title span {
  display: inline-block;
  padding-right: 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.thistext .al-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #11428e 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
.thistext .al-title2 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  line-height: 40px;
  margin-bottom: 30px;
  background-image: linear-gradient(90deg, #11428e 0%, transparent 100%);
}
.alumn-or-wrap {
  padding-bottom: 50px;
}
.alumn-or-wrap p {
  margin-bottom: 15px;
}
.alumn-or-wrap img {
  max-width: 100%;
}
.alumn-or-wrap ul {
  list-style: none;
  padding: 0;
}
.alumn-or-wrap ul li {
  list-style-type: none;
  display: block;
}
.alumn-or-wrap .al-t-list {
  display: flex;
  flex-wrap: wrap;
}
.alumn-or-wrap .al-t-list .al-t-item {
  list-style-type: none;
  width: 20%;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0 6px;
  box-sizing: border-box;
}
.alumn-or-wrap .al-t-list .al-t-item .al-t-photo {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.alumn-or-wrap .al-t-list .al-t-item .al-t-text {
  text-align: center;
}
.alumn-or-wrap .al-t-list .al-t-item .al-t-name {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.alumn-or-wrap .al-t-list .al-t-item .al-t-name::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: #039;
  margin: 5px auto;
}
.alumn-or-wrap .al-t-list .al-t-item .al-t-title {
  font-size: 15px;
  line-height: 25px;
}
.alumn-or-wrap .al-jj-wrap {
  text-align: center;
  position: relative;
}
.alumn-or-wrap .al-jj-wrap .al-jj-btn {
  display: block;
  text-align: center;
  color: #fff;
  width: 280px;
  line-height: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #11428e;
  position: relative;
  margin-top: -50px;
}
.alumn-or-wrap .al-swiper-outer {
  position: relative;
}
.alumn-or-wrap .al-swiper-outer .swiper-container {
  height: 220px;
  margin-bottom: 15px;
  z-index: 11;
}
.alumn-or-wrap .al-swiper-outer .swiper-button-wrap {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.alumn-or-wrap .al-swiper-outer .swiper-button-wrap .sw-prev,
.alumn-or-wrap .al-swiper-outer .swiper-button-wrap .sw-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.alumn-or-wrap .al-swiper-outer .swiper-button-wrap .sw-prev {
  left: -60px;
}
.alumn-or-wrap .al-swiper-outer .swiper-button-wrap .sw-next {
  right: -60px;
}
.toTop img {
  width: 50px !important;
}

.team_administrator-banner {
  margin-bottom: 2rem;
}
.swiper-container .swiper-slide img{
  max-width: 98%;
}
.thistext img {
  max-width: 100%;
}

.thistext {
  margin-bottom: 2rem;
  overflow: hidden;
}
.classModel-wrap {
  width: 100% ;
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}

.classModel-wrap > div {
  /*flex-shrink: 0;*/
  margin: 0 2%;
}

.classModel-wrap > div img {
  max-width: 100%;
}
.classModel-wrap > div .mouse{
  width: 1rem;
  animation: mymove 5s infinite;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 1;
}
@keyframes mymove {
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.2);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }

}
.thistext h2 {
  color: #11428e;
  font-size: 24px;
  padding-left: 0px;
  margin-bottom: 10px;
  font-weight: normal;
}

.thistext h3 {
  color: #11428e;
  font-size: 18px;
  padding-left: 0px;
  font-weight: normal;
  position: relative;
}
.thistext h4 {
  cursor: pointer;
  background: url(/resources/portal/alum/images/mouse_3.png) no-repeat right 50%;
  display: inline-block;
  padding-right: 1.8rem;
  background-size: 22px;
  color: #666666;
}

.thistext p {
  line-height: 2;
  color: #666666;
}

.thistext ul li {
  list-style: disc;
  display: list-item;
  margin-left: 1rem;
}

.h3child,
.h4child {
  display: none;
  margin: 0 2%;
  padding: 0.5rem 0;
}
.classModel-wrapdown{
  background: #f9f9f9;
}

@media only screen and  (max-width: 640px) {
  .thistext h2 {
    font-size: 20px;
  }

  .thistext h3 {
    font-size: 16px;
  }

  .thistext ul li {
    margin-left: 2rem;
  }

  .thistext img {
    /*max-width: 100% !important;*/
    height: auto;
  }
}
@media (max-width: 1440px) {
  .alumn-or-wrap .al-swiper-outer .swiper-button-wrap .sw-prev {
    left: 30px;
  }
  .alumn-or-wrap .al-swiper-outer .swiper-button-wrap .sw-next {
    right: 30px;
  }
}
@media (max-width: 1280px) {
  .alumn-or-wrap .al-t-list .al-t-item .al-t-title {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .alumn-or-wrap .al-t-list .al-t-item {
    width: 25%;
  }
  .alumn-or-wrap .al-t-list .al-t-item .al-t-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .thistext .al-title {
    font-size: 20px;
  }
  .alumn-or-wrap .al-t-list {
    justify-content: space-between;
  }
  .alumn-or-wrap .al-t-list .al-t-item {
    width: 46%;
    padding: 0;
    margin-bottom: 15px;
  }
  .alumn-or-wrap .al-t-list .al-t-item .al-t-photo {
    width: 110px;
    height: 110px;
  }
  .alumn-or-wrap .al-t-list .al-t-item .al-t-name {
    font-size: 16px;
  }
  .alumn-or-wrap .al-t-list .al-t-item .al-t-title {
    font-size: 12px;
  }
  .alumn-or-wrap .al-swiper-outer .swiper-container {
    height: 220px;
    margin-bottom: 15px;
  }
  .alumn-or-wrap .al-swiper-outer .swiper-container .swiper-slide {
    text-align: center;
  }
  .alumn-or-wrap .al-swiper-outer .swiper-container .swiper-slide img {
    width: 100% !important;
  }
}
