img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;
  z-index: 9;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide a{
  display: block;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
  position: relative;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;

}


.banner .banner_button{
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
  left: 0%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  z-index: 11;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.08rem;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/bannerico1.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 0.9rem;
}





.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico2.png) no-repeat center;
  background-size: 100% 100%;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}





/* title */

.titlecon{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
} 

.title img{
  display: block;
  width: 0.46rem;
  height: 0.4rem;
  margin-right: 0.05rem;
}

.title h3{


}

.title h3 span{
  display: inline-block;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.38rem;
  margin-right: 0.08rem;
}

.title h3 i{
  display: inline-block;
  font-size: 0.2rem;
  color: #BCCBDB;
  font-family: "canela";
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 0.15rem;
  background: url(../images/titlext.png) no-repeat left center;
  background-size: 0.06rem 0.15rem;
}

.titlemore{

  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.titlemore a{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.16rem;
  color: #0069B7;
}

.titlemore a i{
  display: inline-block;
  background: #0069B7 url(../images/more1.png) no-repeat  center;
  background-size: 0.1rem 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  margin-left: 0.08rem;

  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* news */


.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/pagebg.png) no-repeat top center;
  background-size: 100% 100%;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.65rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l{
  width: 60%;


}


.newsbg .news .news_l .news_show{
  margin-top: 0.27rem;
  background: #F3F9FF;
  height: 2.8rem;
}

.newsbg .news .news_l .news_show .swiper-slide{
  position: relative;
}

.newsbg .news .news_l .news_show .swiper-slide a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .news_show .swiper-slide .pic{
  position: relative;
  width: 4.97rem;
  height: 2.8rem;
  overflow: hidden;

}

.newsbg .news .news_l .news_show .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .news_show .swiper-slide .time{
  position: absolute;
  z-index: 9;
  left: 0.1rem;
  top: 0.1rem;
  background: rgba(238, 155, 17, 0.9);
  text-align: center;
  font-family: "canela";
  padding: 0.07rem 0.06rem;
}

.newsbg .news .news_l .news_show .swiper-slide .time i{
  display: block;
  font-size: 0.3rem;
  color: #FFFFFF;
}

.newsbg .news .news_l .news_show .swiper-slide .time span{
  font-size: 0.14rem;
  color: #FFFFFF;
  display: block;
  margin-top: 0.03rem;
}

.newsbg .news .news_l .news_show .swiper-slide .txt{
  width: calc((100% - 5.85rem));
  margin-right: 0.45rem;
  margin-top: 0.4rem;
  position: relative;
  z-index: 5;
}

.newsbg .news .news_l .news_show .swiper-slide .txt h5{
  color: #025C9F;
  font-size: 0.2rem;
  font-family: "AlibabaPuHuiTi-Medium";
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .news_show .swiper-slide .txt p{
  color: #888F98;
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}

.newsbg .news .news_l .news_show .swiper-slide .txt::after{

}

.newsbg .news .news_l .news_show .news-pagination{
  position: absolute;
  z-index: 5;
  left: auto;
  right: 0;
  width: auto;
  right: 0.45rem;
  bottom: 0.2rem;

}






/* 2. 单个分页圆点（原始结构） */
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet {
  margin-left: 0;
  width: 0.4rem;   /* 图标大小 */
  height: 0.4rem;
  background: none;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  cursor: pointer; /* 鼠标悬停提示 */
  transition: all 0.3s ease;
}

/* 3. 原始小圆点背景（::before） */
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background: #C8DAED;
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  z-index: 1; /* 底层，被进度条覆盖 */
  transition: all 0.3s ease;
}

/* 4. 图片图标（原::after，调整为更合理的结构） */
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/newsico.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 2; /* 中间层，在进度条下方 */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 5. 环形进度条（新::after，覆盖图标和背景） */
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 45%;
  top: 45%;
  content: "";
  transform: translate(-45%, -45%) rotate(45deg); /* 初始角度0 */
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid transparent;
  border-top: 1px solid #0069B7; /* 蓝色进度条（仅顶部） */
  border-radius: 50%;
  z-index: 3; /* 顶层，覆盖图标和背景 */
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1); /* 平滑旋转 */
  opacity: 0;
}

/* 6. 激活状态（保持原逻辑） */
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.4rem;
}
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet-active .icon {
  opacity: 1; /* 激活时显示图标 */
}
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet-active::before {
  opacity: 0; /* 激活时隐藏小圆点 */
}

.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}

/* 7. 鼠标悬停时：进度条旋转360度（完整一圈） */
.newsbg .news .news_l .news_show .news-pagination .swiper-pagination-bullet-active:hover::after {
  transform: translate(-45%, -45%) rotate(360deg); /* 旋转一周 */
}



.newsbg .news .news_l .newslist{
  margin-top: 0.3rem;

}

.newsbg .news .news_l .newslist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newslist ul li{
  width: 47.5%;
  margin-bottom: 0.23rem;

}

.newsbg .news .news_l .newslist ul li a{
  display: block;

}

.newsbg .news .news_l .newslist ul li h5{
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newslist ul li .time{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.11rem;
}

.newsbg .news .news_l .newslist ul li .time span{
  color: #0069B7;
  font-size: 0.14rem;
  font-family: "canela";
  padding-left: 0.25rem;
  background: url(../images/timeico1.png) no-repeat left 0.03rem;
  background-size: 0.15rem 0.15rem ;
  line-height: 0.26rem;
}

.newsbg .news .news_l .newslist ul li .time em{
  border-bottom: 1px dashed #D8D8D8;
  width: 2.95rem;
  height: 1px;
  display: inline-block;

}


.newsbg .news .news_r{
  width: 36%;
  
}


.newsbg .news .news_r .noticebox{
  margin-top: 0.27rem;
}



.newsbg .news .news_r .noticebox ul li{
  width: 100%;
  height: 1.11rem;
  background: url(../images/noticelist1.png) no-repeat top right;
  background-size: 4.82rem 100% ;
  position: relative;
  z-index: 5;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .noticebox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.newsbg .news .news_r .noticebox ul li .time{
  font-family: "canela";
  width: 0.81rem;
  height: 0.81rem;
  background: url(../images/time2.png) no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .noticebox ul li .time span{
  display: block;
  color: #0069B7;
  font-size: 0.32rem;
  padding-top: 0.11rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .noticebox ul li .time i{
  display: block;
  color: #0069B7;
  font-size: 0.14rem;
  margin-top: 0.04rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .noticebox ul li .txt{
  width: calc((100% - 1.05rem));
  padding-right: 0.2rem;
} 


.newsbg .news .news_r .noticebox ul li .txt h5{
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* ACHIEVEMENTS */


.ACHIEVEMENTSbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/ACHIEVEMENTSbg.jpg) no-repeat  center;
  background-size: 100% 100%;
  padding-bottom: 0.75rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS{
  margin: 0 auto;
  padding-top: 1.15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .title h3 span{
  color: #fff;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .titlemore a {
  color: #fff;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .titlemore a i {

  background: #fff url(../images/more.png) no-repeat center;
  background-size: 0.1rem 0.1rem;

}


.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l{
  width: 48.5%;

}


.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox{
  margin-top: 0.27rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-container{
  padding-bottom: 0.3rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide{
  position: relative;
  z-index: 5;
  height: 4.18rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide::after{
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0.28rem;
  background: url(../images/ACHIEVEMENTSico.png) no-repeat center;
  background-size: 100% 100%;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide a{
  display: block;
  position: relative;
  z-index: 5;
  height: 100%;
  background: #FFFFFF;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .pic{
  width: 100%;
  height: 1.94rem;
  position: relative;
  overflow: hidden;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .time{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 1rem;
  line-height: 0.32rem;
  background: rgba(226, 151, 23, 0.9);

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .time i{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  font-family: "canela";
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .txt{
  padding: 0.3rem 0.3rem 0 0.3rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .txt h5{
  color: #333333;
  font-size: 0.18rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .txt p{
  color: #888F98;
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide:nth-child(2n) .time{

  background: rgba(76, 171, 255, 0.9);

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .ACHIEVEMENTS-pagination{
  margin: 0.15rem auto 0 auto;
  bottom: 0;
  text-align: center;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .ACHIEVEMENTS-pagination .swiper-pagination-bullet{
  margin: 0 0.13rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .ACHIEVEMENTS-pagination .swiper-pagination-bullet-active{
  background: #E29717;
}


.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r{
  width: 48.3%;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox{
  margin-top: 0.27rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l{
  width: 48.2%;
  position: relative;
  z-index: 5;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l::after {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0.28rem;
  background: url(../images/ACHIEVEMENTSico.png) no-repeat center;
  background-size: 100% 100%;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr{
  background: #fff url(../images/txtbg.jpg) no-repeat bottom center;
  background-size: 100% ;
  border-top: 3px solid #E29717;
  height: 4.18rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr a{
  display: block;
  padding: 0.25rem  0.3rem 0 0.3rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .time{
  background: url(../images/timext.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.2rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .time span{
  display: block;
  font-family: "canela";
  color: #E29717;
  font-size: 0.32rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .time i{
  color: #E29717;
  font-size: 0.16rem;
  margin-left: 0.07rem;
  padding-left: 0.17rem;
  background: url(../images/timext4.png) no-repeat left center;
  background-size: 0.09rem 0.13rem;
  position: relative;
  top: -0.015rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr h5{
  color: #333333;
  font-size: 0.2rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr ul{
  margin-top: 0.2rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr ul li{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr ul li img{
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  margin-top: 0.065rem;


}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr ul li p{
  color: #888F98;
  font-size: 0.16rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: calc((100% - 0.27rem));
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .more{
  margin-top: 0.5rem;
  padding: 0 0.24rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 45px;
  background: #E29717;
  display: inline-block;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr  .more i{
  display: block;
  color: #FFFFFF;
  font-size: 0.16rem;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.07rem 0.12rem;
  padding-right: 0.22rem;
}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r{
  width: 48.2%;
  position: relative;
  z-index: 5;
  
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r::after {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0.28rem;
  background: url(../images/ACHIEVEMENTSico.png) no-repeat center;
  background-size: 100% 100%;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li{
  width: 100%;
  height: 1.26rem;
  background: #FFFFFF;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.4rem 0 0.3rem;
  position: relative;
  z-index: 5;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li a{
  display: block;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li h5{
  color: #333333;
  font-size: 0.18rem;
  font-family: "AlibabaPuHuiTi-Medium";
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li .time{
  display: block;
  color: #0069B7;
    font-size: 0.14rem;
    font-family: "canela";
    padding-left: 0.25rem;
    background: url(../images/timeico1.png) no-repeat left 0.03rem;
    background-size: 0.15rem 0.15rem;
    line-height: 0.26rem;
    margin-top: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0%;
  height: 100%;
  background: url(../images/ACADEMIClist.jpg) no-repeat left center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* TEACHING */


.TEACHINGbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/pagebg.png) no-repeat  center;
  background-size: 100% 100%;
  padding-bottom: 0.7rem;
}

.TEACHINGbg .TEACHING{
  margin: 0 auto;
  padding-top: 0.3rem;

}

.TEACHINGbg .TEACHING .TEACHINGbox{
  margin: 0 auto;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-container{
  padding: 0.25rem 0;
  margin: 0 -0.15rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide{
  position: relative;
  z-index: 5;

}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide a{
  display: block;
  padding: 0.25rem 0.2rem 0 0.2rem;
  width: 94%;
  height: 4.4rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  position: relative;
  z-index: 6;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t{
  margin: 0 auto;

}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t span{
  display: block;
  font-family: "canela";
  color: #0069B7;
  font-size: 0.32rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t span i{
  color: #0069B7;
  font-size: 0.14rem;
  margin-left: 0.07rem;
  padding-left: 0.17rem;
  background: url(../images/timext2.png) no-repeat left center;
  background-size: 0.09rem 0.13rem;
  position: relative;
  top: -0.015rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t h5 {
  color: #333333;
  font-size: 0.18rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .pic{
  width: 100%;
  height: 1.65rem;
  position: relative;
  overflow: hidden;
  margin: 0.2rem auto 0 auto;
} 

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt{
  color: #888F98;
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.17rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide a::after{
  position: absolute;
  left: 0;
  top: 0.25rem;
  z-index: -1;
  content: "";
  width: 2px;
  height: 0.91rem;
  background: #0069B7;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide a::before{
  position: absolute;
  left: 0;
  top: 0rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #0069B7 0%, #0578CD 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  height: 0.52rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton::after{
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  width: calc((100% - 1.6rem));
  height: 3px;
  background: #EDF3F9;
}

.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton .TEACHING-next{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 0.52rem;
  height: 0.52rem;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100% 100%;
}

.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton .TEACHING-prev{
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 0.52rem;
  height: 0.52rem;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100% 100%;
}



@media (min-width: 1024px){
  .titlemore:hover{
    transform: translateX(-0.1rem);
   
  
  }

  .newsbg .news .news_l .news_show .swiper-slide:hover .txt h5{
    text-decoration: underline;

  }

  .newsbg .news .news_l .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }


  .newsbg .news .news_l .newslist ul li:hover h5{
    color: #0069B7;
  }

  .newsbg .news .news_r .noticebox ul li:hover{
    background: url(../images/noticelist2.png) no-repeat top right;
    background-size: 4.82rem 100% ;
  }

  .newsbg .news .news_r .noticebox ul li:hover .time{

    background: url(../images/time1.png) no-repeat top center;
    background-size: 100% 100%;

  }

  .newsbg .news .news_r .noticebox ul li:hover .time span{
    color: #fff;

  }

  .newsbg .news .news_r .noticebox ul li:hover .time i{
    color: #fff;
  }

  .newsbg .news .news_r .noticebox ul li:hover .txt h5{
    color: #0069B7;
  }

  .ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li:hover::after{
    width: 100%;
  }

  .ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li:hover h5{
    color: #fff;
  }

  .ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li:hover .time {

    color: #fff;
    background: url(../images/timeico2.png) no-repeat left 0.03rem;
    background-size: 0.15rem 0.15rem;

}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover a::before{
  height: 100%;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover a::after{
  height: 100%;
  width: 3px;
  top: 0;
  background: #E29717;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover .txt_t span{
  color: #FFFFFF;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover .txt_t span i{
  color: #FFFFFF;
  background: url(../images/timext3.png) no-repeat left center;
    background-size: 0.09rem 0.13rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover .txt_t h5{
  color: #FFFFFF;
}


.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover .txt{
  color: rgba(255, 255, 255, 0.8);
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide:hover .txt h5{
  color: #0069B7;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l:hover .nr h5{
  color: #0069B7;
}

}


@media (max-width: 1024px){




.title img{
  display: block;
  width: 0.46rem;
  height: 0.4rem;
  margin-right: 0.05rem;
}



.title h3 span{

  font-size: 0.32rem;

}

.title h3 i{

  font-size: 0.24rem;

}



.titlemore a{

  font-size: 0.26rem;

}

.titlemore a i{
  background: #0069B7 url(../images/more1.png) no-repeat  center;
  background-size: 0.12rem 0.12rem;
  width: 0.25rem;
  height: 0.25rem;

}





.newsbg .news{

  padding-top: 0.5rem;

}

.newsbg .news .news_l{
  width: 100%;


}


.newsbg .news .news_l .news_show{
  margin-top: 0.27rem;
  height: auto;
}



.newsbg .news .news_l .news_show .swiper-slide .pic{

  width: 100%;
  height: auto;
  padding-top: 56%;

}



.newsbg .news .news_l .news_show .swiper-slide .time{
  padding: 0.1rem 0.1rem;
}

.newsbg .news .news_l .news_show .swiper-slide .time i{
  font-size: 0.36rem;

}

.newsbg .news .news_l .news_show .swiper-slide .time span{
  font-size: 0.24rem;

}

.newsbg .news .news_l .news_show .swiper-slide .txt{
  width: calc((100% - 0rem));
  margin-right: 0rem;
  margin-top: 0.4rem;
  padding: 0 0.3rem 0.5rem 0.3rem;

}

.newsbg .news .news_l .news_show .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.newsbg .news .news_l .news_show .swiper-slide .txt p{

  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;
}

.newsbg .news .news_l .news_show .swiper-slide .txt::after{

  right: auto;
  left: 0.3rem;
  bottom: 0.4rem;
  width: 50%;

}


.newsbg .news .news_l .newslist{
  margin-top: 0.4rem;

}



.newsbg .news .news_l .newslist ul li{
  width: 100%;
  margin-bottom: 0.3rem;

}



.newsbg .news .news_l .newslist ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.newsbg .news .news_l .newslist ul li .time{

  margin-top: 0.15rem;
}

.newsbg .news .news_l .newslist ul li .time span{
  font-size: 0.26rem;
  padding-left: 0.45rem;
  background: url(../images/timeico1.png) no-repeat left 0rem;
  background-size: 0.3rem 0.3rem ;
  line-height: 0.4rem;
}

.newsbg .news .news_l .newslist ul li .time em{

  width: 70%;


}


.newsbg .news .news_r{
  width: 100%;
  margin-top: 0.3rem;
  
}


.newsbg .news .news_r .noticebox{
  margin-top: 0.35rem;
}



.newsbg .news .news_r .noticebox ul li{

  height: 1.6rem;
  background: url(../images/noticelist1.png) no-repeat top right;
  background-size: 100% 100% ;

  margin-bottom: 0.2rem;

}



.newsbg .news .news_r .noticebox ul li .time{

  width: 1rem;
  height: 1rem;
}

.newsbg .news .news_r .noticebox ul li .time span{

  font-size: 0.32rem;
  padding-top: 0.15rem;

}

.newsbg .news .news_r .noticebox ul li .time i{

  font-size: 0.24rem;
  margin-top: 0.04rem;

}

.newsbg .news .news_r .noticebox ul li .txt{
  width: calc((100% - 1.25rem));

} 


.newsbg .news .news_r .noticebox ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}




.ACHIEVEMENTSbg{

  background: url(../images/ACHIEVEMENTSbg1.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.5rem;
  margin-top: -0.2rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS{

  padding-top: 1.5rem;

}




.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l{
  width: 100%;

}


.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox{
  margin-top: 0.27rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-container{
  padding-bottom: 0.3rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide{

  height: auto;

}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .pic{

  height: auto;
  padding-top: 63%;


}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .time{

  width: 1.5rem;
  line-height: 0.42rem;


}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .time i{

  font-size: 0.24rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .txt{
  padding: 0.3rem 0.3rem 0.5rem 0.3rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .swiper-slide .txt p{

  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;

}


.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .ACHIEVEMENTS-pagination{
  margin: 0.35rem auto 0 auto;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .ACHIEVEMENTS-pagination .swiper-pagination-bullet{

  width: 0.18rem;
  height: 0.18rem;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_l .ACHIEVEMENTSbox .ACHIEVEMENTS-pagination .swiper-pagination-bullet-active{
  background: #E29717;
}


.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r{
  width: 100%;

}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox{
  margin-top: 0.27rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l{
  width: 100%;

}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr{

  height: auto;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr a{

  padding: 0.25rem  0.3rem 0.5rem 0.3rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .time{
  background: url(../images/timext.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.2rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .time span{
  font-size: 0.36rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .time i{
  font-size: 0.24rem;
  top: -0.01rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr h5{

  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr ul li img{
  width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.065rem;


}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr ul li p{
  font-size: 0.26rem;
  line-height: 0.5rem;
  max-height: 1rem;
  width: calc((100% - 0.45rem));
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr .more{
  margin-top: 0.4rem;
  padding: 0 0.3rem;
  height: 0.56rem;
  line-height: 0.56rem;


}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_l .nr  .more i{

  font-size: 0.24rem;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.14rem 0.24rem;
  padding-right: 0.35rem;
}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r{
  width: 100%;
  margin: 0.3rem auto 0 auto;
  
}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li{

  height: auto;

  padding: 0.2rem 0.4rem 0.4rem 0.3rem;


}



.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.ACHIEVEMENTSbg .ACHIEVEMENTS .ACHIEVEMENTS_r .ACADEMICbox .ACADEMIC_r ul li .time{
  font-size: 0.26rem;
  padding-left: 0.45rem;
  background: url(../images/timeico1.png) no-repeat left 0rem;
  background-size: 0.3rem 0.3rem;
  line-height: 0.4rem;

}






.TEACHINGbg{

  padding-bottom: 0.7rem;
}





.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide a{

  padding: 0.25rem 0.2rem 0.25rem 0.2rem;
  width: 94%;
  height: auto;

}



.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t span{

  font-size: 0.32rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t span i{
  font-size: 0.24rem;

}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt_t h5 {

  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .pic{

  height: auto;
  padding-top: 56%;

} 



.TEACHINGbg .TEACHING .TEACHINGbox .swiper-slide .txt{

  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;

}




.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton{

  height: 0.62rem;
}

.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton::after{

  left: 0.9rem;
  width: calc((100% - 1.8rem));

}

.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton .TEACHING-next{
  width: 0.62rem;
  height: 0.62rem;

}

.TEACHINGbg .TEACHING .TEACHINGbox .TEACHINGbutton .TEACHING-prev{
  width: 0.62rem;
  height: 0.62rem;
}

}