.swiper-container,.swiper-container1 {
  width: 100%;
  /* height: 100vh; */

}
.swiper-container1{
  position: relative;
  max-width: 1400px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-swiper1 .swiper-wrapper .swiper-slide img{
  height: 250px;
  /* width: 100%; */
}
.content-swiper1{
  /* height: 400px; */
  max-width: 1400px;
  margin: 0 auto;
}
.content-swiper .swiper-container,.content-swiper1 .swiper-container1{
  height: 100%;
}
.content-swiper .swiper-container img, .content-swiper1 .swiper-container1 img{
  height: 100%;
  /* width: 100%; */
  /* object-fit: cover; */
  overflow: hidden;
}
.content-swiper1 .swiper-container1{
  overflow: hidden;
}
.content-swiper1 .swiper-container1 img{
  /* width: 100%; */
  height: 200px;
  /* height: 100%; */
  object-fit: cover;
}
.content-swiper1 .swiper-container1 .swiper-button-prev{
  width: 80px;
  height: 80px;
  left: 160px;
  background: rgba(255, 255,255,0.5);
  border-radius: 50%;
  color: #000;
}
.content-swiper1 .swiper-container1 .swiper-button-next{
  width: 80px;
  height: 80px;
  right: 160px;
  background: rgba(255, 255,255,0.5);
  border-radius: 50%;
  color: #000;
}
.content-swiper1 .swiper-container1 .swiper-slide{
  position: relative;
  cursor: pointer;
  height: 320px;
}
.content-swiper1 .swiper-container1 .swiper-slide p{
  position: absolute;
  bottom: 0px;
  color: #666;
  height: 25px;
  margin: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255,255,0.5);
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.content-swiper1 .swiper-container1 .swiper-slide p span{
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content-swiper1 .swiper-container1 .swiper-button-prev:hover,.content-swiper1 .swiper-container1 .swiper-button-next:hover{
  background: rgba(255, 255,255,0.7);
}
.content-swiper1 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 10px !important;
  height: 10px;
}
.content-swiper .swiper-pagination-bullet{
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255,255,0.8);
}
.content-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 100px !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 4px;
}
.life{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;

  box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
  background: #fff;
}
.knowledge{
  max-width: 1400px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 0 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0 ;
}
.knowledge .knowledgeContent{
  max-width: 1400px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
.knowledge dl{
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 6px;
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  box-shadow:  0px 64px 200px 0px rgb(0 0 0 / 8%);;
}
.knowledge dl img{
  width: 80%;
  border-radius: 6px;
  height: 200px;
}
.knowledge dl dd h3{
  font-size: 20px;
}
.knowledge dl dd p{
  font-size: 16px;
}
.knowledge dl:nth-child(1),.knowledge dl:nth-child(4){
  margin-left: 0;
}
.knowledge dl:nth-child(3),.knowledge dl:nth-child(6){
  margin-right: 0;
}
.teacher{
  background: rgba(51,57,73,0.05);
  margin: 0 auto;
}
.teacher .content-title{
  margin-bottom: 30px;
}
.skill{
  max-width: 1400px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.skill .content-title{
  padding-top: 30px;
}
.news dl,.community dl,.skill dl{
  cursor: pointer;
}
@media screen and (min-width: 1400px){
  .content-title{
    width: 100%;
    /* margin-top: 120px; */
    text-align: center;
    max-width: 1400px;
    background: #FFAB5E33;
    margin: 0 auto 0;
  }
  .content-title span{
    font-size: 30px;
    line-height: 80px;
    font-weight: bold;
    /* border-bottom: 6px solid #F3A025; */
  }
  .contentSwiper{
    max-width: 1400px;
    margin: 50px auto 50px;
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .news{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    border-radius: 6px;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .news .newsContent{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    border-radius: 6px;
    /* flex-wrap: wrap; */
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .news dl{
    /* width: 40%; */
    flex: 1;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 4px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%); 
    
  }
  .news dl dt img{
    height: 200px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .life .lifeContent{
    max-width: 1400px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    background: #fff;
  }
  .life dl{
    cursor: pointer;
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 13px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .life dl:nth-child(1),.life dl:nth-child(4){
    margin-left: 0;
  }
  .life dl:nth-child(3),.life dl:nth-child(6){
    margin-right: 0;
  }
  .life dl dt img{
    width: 174px;
    height: 174px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  .life dl dd{
    flex: 1;
    padding: 27px 20px 7px 20px;
    position: relative;
  }
  .life dl dd h3{
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: none;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .life dl dd p{
    position: absolute;
    bottom: 0;
    text-align: right;
    /* width: 100%; */
    color: #999;
    font-size: 18px;
    right: 20px;
    line-height: 26px;
  }
  .triangle{
    display: inline-block;   
    width:0;
    height:0;
    border: 4px solid transparent;
    border-left-color: #fff;
  }
  .education{
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 50px;
    background: #fff;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .educationContent{

    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 30px auto 0;
  }
  .education dl{
    /* width: 30%; */
    flex: 1;
    margin-left: 14px;
    margin-right: 14px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
    cursor: pointer;
    background: #fff;
  }
  .education dt{
    width: 100%;
    text-align: center;
    height: 200px;
    overflow: hidden;
  }
  .education dt img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .education dd{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .education dl:first-child{
    margin-left: 0;
  }
  .education dl:last-child{
    margin-right: 0;
  }
  .teacher .teacher-list{
    display: flex;
    margin-top: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .teacher .teacher-list dl{
    flex: 1;
    margin-left: 80px;
    margin-right: 80px;
  }
  .teacher .teacher-list dl dt img{
    width: 100%;
    border-radius: 10px;
  }
  .teacher .teacher-list dl dd{
    margin-top: 16px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
  }
  .teacher .teacher-list dl dd h4{
    font-size: 24px;
    color: #333;
    margin: 0;
    line-height: 36px;
  }
  .teacher .teacher-list dl dd p{
    font-size: 18px;
    margin: 0;
    color: #333;
    line-height: 28px;
  }
  .teacher .teacher-list dl dd .more{
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #F3A025;
    color: #333;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 14px;
    line-height: 28px;
    cursor: pointer;
  }
  .teacher .teacher-list dl dd .triangle{
    border-left-color: #333;
  }
  .skill .lists{
    display: flex;
    padding: 0 10px;
  }
  .skill .lists dl{
    flex: 1;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
  }
  .skill .lists dl dt{
    margin-bottom: 20px;
    width: 100%;
  }
  .skill .lists dl dt img{
    width: 100%;
    border-radius: 10px;
  }
  .skill .lists dl dd{
    font-size: 18px;
    line-height: 28px;
  }
  .communityE{
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .communityEContent{
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 15px;
  }
  .communityE dl{
    width: 32%;
    margin-right: 1%;
    background: #fff;
    margin-left: 1%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .communityE dl:nth-child(1),.communityE dl:nth-child(4){
    margin-left: 0;
  }
  .communityE dl:nth-child(3),.communityE dl:nth-child(6){
    margin-right: 0;
  }
  .communityE dl dt img{
    /* width: 80%; */
    height: 220px;
    /* border-radius: 10px; */
    margin: 0 auto;
    padding-top: 20px;
  }
  .communityE dl dd{
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .content-swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 70px !important;
    border-radius: 10px;
    background: #F3A025;
  }
}
@media screen and (min-width:720px) and (max-width:1400px){
  /* .content-title{
    margin-top: 80px;
    text-align: center;
    margin-bottom: 34px;
  }
  .content-title span{
    font-size: 30px;
    line-height: 54px;
    border-bottom: 4px solid #F3A025;
  } */
  .content-title{
    /* margin-top: 120px; */
    text-align: center;
    width: 100%;
    background: #FFAB5E33;
    margin: 0 auto 0;
  }
  .content-title span{
    font-size: 24px;
    line-height: 70px;
    font-weight: bold;
    /* border-bottom: 6px solid #F3A025; */
  }
  .news{
    width: 720px;
    margin: 80px auto 0;
    flex-wrap: wrap;
    display: flex;
    background: #fff;
    border-radius: 6px;
    flex-wrap: wrap;
    box-sizing: border-box;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .newsContent{
    width: 720px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    background: #fff;
    border-radius: 6px;
    flex-wrap: wrap;
    padding-top: 50px;
    box-sizing: border-box;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .news dl{
    width: 40%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 4px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .news dl dt img{
    height: 160px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .contentSwiper{
    background: #fff;
    max-width: 720px;
    margin: 40px auto 40px;
    padding-bottom: 30px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .content-swiper{
    height: 300px;
  }
  .content-swiper1{
    max-width: 90%;
  }
  .content-swiper1 .swiper-container1 .swiper-button-prev{
    width: 60px;
    height: 60px;
    font-size: 20px;
    left: 100px;
  }
  .content-swiper1 .swiper-container1 .swiper-button-next{
    width: 60px;
    height: 60px;
    font-size: 20px;
    right: 100px;
  }
  .content-swiper1 .swiper-button-next:after, .swiper-button-prev:after,.content-swiper1 .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px !important;
  }
  .content-swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 70px !important;
    border-radius: 10px;
    background: #fff;
  }
  .content-swiper1 .swiper-container1 .swiper-slide p span{
    max-width: 720px;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .life{
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    /* background: #fff; */
  }
  .life .lifeContent{
    max-width: 720px;
    margin: 30px auto 0;
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .life dl{
    width: 45%;
    cursor: pointer;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 13px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .life dl dt img{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  .life dl dd{
    flex: 1;
    padding: 17px 20px 7px 20px;
    position: relative;
  }
  .life dl dd h3{
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: none;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .life dl dd p{
    position: absolute;
    bottom: 0;
    text-align: right;
    /* width: 100%; */
    color: #999;
    font-size: 14px;
    right: 20px;
    line-height: 26px;
  }
  
  .more span{
    display: inline-block;   
    width:0;
    height:0;
    border: 3px solid transparent;
    border-left-color: #fff;
  }
  .education{
    display: flex;
    max-width: 720px;
    flex-wrap: wrap;
    margin: 50px auto 50px;

  background: #fff;
  box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
}
.educationContent{

  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 30px auto 0;
}
  .education dl{
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;

  box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
  }
  .education dt {
    height: 200px;
  }
  .education dt img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .education dd{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .teacher .teacher-list{
    display: flex;
    margin-top: 20px;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .teacher .teacher-list dl{
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
  }
  .teacher .teacher-list dl dt img{
    width: 100%;
  }
  .teacher .teacher-list dl dd{
    margin-top: 16px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
  }
  .teacher .teacher-list dl dd h4{
    font-size: 18px;
    color: #333;
    margin: 0;
    line-height: 24px;
  }
  .teacher .teacher-list dl dd p{
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: 20px;
  }
  .teacher .teacher-list dl dd .more{
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #F3A025;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    padding: 0 14px;
    border-radius: 14px;
    line-height: 28px;
  }
  .teacher .teacher-list dl dd .triangle{
    border-left-color: #333;
  }
  .skill{
    max-width: 720px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .skill .lists{
    display: flex;
    padding: 0 10px;
  }
  .skill .lists dl{
    flex: 1;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
  }
  .skill .lists dl dt{
    margin-bottom: 20px;
    width: 100%;
  }
  .skill .lists dl dt img{
    width: 100%;
    border-radius: 10px;
  }
  .skill .lists dl dd{
    font-size: 16px;
    line-height: 24px;
  }
  .communityE{
    max-width: 720px;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    background: #fff;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .communityEContent{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .communityE dl{
    width: 45%;
    margin-right: 2.5%;
    background: #fff;
    margin-left: 2.5%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .communityE dl dt img{
    /* width: 80%; */
    height: 180px;
    border-radius: 0px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .communityE dl dd{
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .knowledge{
    max-width: 720px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 0px 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0 ;
  }
  .knowledge dl{
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border-radius: 6px;
    cursor: pointer;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    box-shadow:  0px 64px 200px 0px rgb(0 0 0 / 8%);;
  }
  .knowledge dl img{
    width: 80%;
    border-radius: 6px;
    height: 160px;
  }
  .knowledge dl dd h3{
    font-size: 16px;
  }
  .knowledge dl dd p{
    font-size: 14px;
  }
  .knowledge dl:nth-child(3), .knowledge dl:nth-child(6){
    margin-right: 2.5%;
  }
  .knowledge dl:nth-child(1), .knowledge dl:nth-child(4){
    margin-left: 2.5%;
  }
}
@media screen and (max-width:720px){
  
  .content-swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px !important;
    border-radius: 10px;
    background: #fff;
  }
  .content-title{
    /* margin-top: 120px; */
    text-align: center;
    width: 100%;
    background: #FFAB5E33;
    margin: 0 auto 0;
  }
  .content-title span{
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    /* border-bottom: 6px solid #F3A025; */
  }
  .news{
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 6px;
    margin-top: 40px;
    box-sizing: border-box;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  
  .news dl{
    width: 100%;
  }
  .news dl dt{
    width: 100%;
  }
  .news dl dt img{
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .news dl dd{
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .news dl h3{
    margin: 0;
    font-size: 16px !important;
    text-align: center;
    padding-right: 15px;
    padding-bottom: 15px;
    line-height: 26px;
  }
  .news dl dd p{
    margin: 0;
    font-size: 14px;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 21px;
    color: #333;
  }

  .news dl{
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 4px;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .news dl dt img{
    width: 170px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .contentSwiper{
    max-width: 90%;
    padding-bottom: 30px;
    background: #fff;
    margin: 30px auto 30px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .content-swiper{
    height: 200px;
  }
  .content-swiper1 .swiper-container1 .swiper-button-prev{
    width: 40px;
    height: 40px;
    left: 40px;
  }
  .content-swiper1 .swiper-container1 .swiper-button-next{
    width: 40px;
    height: 40px;
    right: 40px;
  }
  .content-swiper .swiper-button-next:after, .swiper-button-prev:after,.content-swiper .swiper-button-next:after, .swiper-button-next:after{
    font-size: 16px !important;
  }
  .content-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 50px !important;
  }
  .content-swiper1 .swiper-container1 .swiper-slide p span{
    max-width: 680px;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .life{
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    /* background: #fff; */
  }
  .life .lifeContent{
    max-width: 100%;
    padding-bottom: 30px;
    margin: 30px auto 0;
  }
  .life dl{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 13px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .life dl dt img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  .life dl dd{
    flex: 1;
    padding: 0px 20px 7px 20px;
    position: relative;
  }
  .life dl dd h3{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: none;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .life dl dd p{
    position: absolute;
    bottom: 0;
    text-align: right;
    /* width: 100%; */
    color: #999;
    font-size: 14px;
    right: 20px;
    line-height: 26px;
  }
  
  .more span{
    display: inline-block;   
    width:0;
    height:0;
    border: 3px solid transparent;
    border-left-color: #fff;
  }
  .education{
    max-width: 90%;
    margin: 30px auto 30px;
    padding-bottom: 30px;
    background: #fff;
  box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .education dl{
    width: 80%;
    background: #fff;
  box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
  }
  .education dt img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .education dd{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
  }
  .teacher .teacher-list{
    width: 80%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .teacher .teacher-list dl dt img{
    width: 100%;
  }
  .teacher .teacher-list dl dd{
    margin-top: 16px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
  }
  .teacher .teacher-list dl dd h4{
    font-size: 18px;
    color: #333;
    margin: 0;
    line-height: 24px;
  }
  .teacher .teacher-list dl dd p{
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: 20px;
  }
  .teacher .teacher-list dl dd .more{
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #F3A025;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    padding: 0 14px;
    border-radius: 14px;
    line-height: 28px;
  }
  .teacher .teacher-list dl dd .triangle{
    border-left-color: #333;
  }
  .skill{
    width: 80%;
    padding-bottom: 30px;
  }
  .skill .lists{
    text-align: center;
  }
  .skill .lists dl{
    width: 100%;
  }
  .skill .lists dl dt{
    margin-bottom: 20px;
  }
  .skill .lists dl dt img{
    width: 100%;
  }
  .skill .lists dl dd{
    font-size: 14px;
    line-height: 20px;
  }
  .communityE{
    max-width: 90%;
    margin: 30px auto;
    background: #fff;
    padding-bottom: 30px;
    /* padding-top: 30px; */
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .communityE dl{
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    box-shadow: 0px 64px 200px 0px rgb(0 0 0 / 8%);
  }
  .communityE dl dt img{
    width: 80%;
    /* border-radius: 10px; */
    margin: 0 auto;
    padding-top: 20px;
  }
  .communityE dl dd{
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
  }



  .knowledge{
    max-width: 90%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 0 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 30px  auto 0 ;
    text-align: center;
  }
  .knowledge dl{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 6px;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    box-shadow:  0px 64px 200px 0px rgb(0 0 0 / 8%);;
  }
  .knowledge dl img{
    width: 80%;
    border-radius: 6px;
    height: 160px;
  }
  .knowledge dl dd h3{
    font-size: 16px;
  }
  .knowledge dl dd p{
    font-size: 14px;
  }
  .knowledge dl:nth-child(1), .knowledge dl:nth-child(4){
    margin-left: 5%;
  }
  .knowledge dl:nth-child(3), .knowledge dl:nth-child(6){
    margin-right: 5%;
  }
  .educationContent{
    padding-top: 30px;
  }
}