.information-con {
  background: #FFFFFF;
  border-radius: 6px;
}

.info-con-list {
  padding: 31px 34px 29px 30px;
  box-sizing: border-box;
}

.info-con-list ul {
  display: none;
}

.info-con-list ul:first-child {
  display: block;
}

.info-con-list li {
  margin-bottom: 40px;
}

.info-con-list li:last-child {
  margin-bottom: 0;
}

.info-con-list li a {
  display: flex;
  align-items: center;
  height: 118px;
}

.info-con-list li a .item-img {
  width: 216px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.info-con-list li a .item-img.item-logo {
  border: 1px solid #EBEBEB;
}

.info-con-list li a .item-img.item-logo img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.info-con-list li a .item-img .item-img-mask {
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  z-index: 0;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.info-con-list li a .item-img .item-img-mask img {
  width: 100%;
  height: 100%;
}
/*.info-con-list li a .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}*/
.info-con-list li a .item-img>img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.info-con-list li a .item-r {
  flex: 1;
  min-width: 0;
  height: 100%;
  position: relative;
}

.info-con-list li a .item-r h4 {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #303133;
  line-height: 21px;
}

.info-con-list li a .item-r p {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #606266;
  line-height: 16px;
  margin-top: 16px;
}

.info-con-list li a .item-r div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #909399;
}

.info-con-list li a .item-r div .item-label {
  background: #F8F9FA;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  padding: 5px 12px;
  color: #606266;
}

.teacher-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 20px;
}

.teacher-list li {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}

.teacher-list li:nth-child(3n) {
  margin-right: 0;
}

.teacher-list li:nth-child(n+4) {
  margin-top: 16px;
}

.teacher-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #EBEEF5;
}

.teacher-list li a .teacher-img {
  width: 100%;
  display: block;
  /*height: 244px;*/
  border-radius: 6px 6px 0px 0px;
  object-fit: cover;
  object-position: center;
}

.teacher-list li a .teacher-info {
  width: 100%;
  padding: 16px 10px;
}

.teacher-list li a .teacher-info h4 {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #303133;
  line-height: 21px;
}

.teacher-list li a .teacher-info .teacher-subject {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #606266;
  line-height: 24px;
}

.teacher-list li a .teacher-info .teacher-post {
  height: 32px;
  background: rgba(255, 150, 69, 0.05);
  border-radius: 6px;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF9645;
  padding: 7px 10px;
  margin-top: 6px;
}

.teacher-list li a .teacher-info .teacher-experience {
  font-size: 14px;
  height: 40px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #909399;
  line-height: 20px;
  margin-top: 16px;
}

.about-content-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 50px;
}

.about-content-box ul {
  display: none;
}

.about-content-box ul:first-child {
  display: block;
}

.about-content-box ul li .title {
  font-size: 32px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #303133;
  text-align: center;
  line-height: 38px;
}

.about-content-box ul li .rich-text {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #606266;
  line-height: 16px;
  text-align: justify;
}

.about-content-box ul li .rich-text p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #606266;
  line-height: 16px;
}

.about-content-box ul li .rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.curr-content-box {
  padding: 30px;
  background: #fff;
}

.curr-content-box ul {
  display: none;
}

.curr-content-box ul:first-child {
  display: block;
}
