/* 鍏叡閮ㄥ垎css */
.dis_f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dis_f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public {
  margin-top: 1.49rem;
}
.public .apply .public_title {
  font-size: 0.88rem !important;
  color: #ffffff !important;
  line-height: 0.8rem !important;
}
.public .apply .public_title2 {
  font-size: 0.88rem;
  color: #f57f00;
}
.public .apply .public_title img {
  width: 1.38rem;
  margin-left: 0.6rem;
  vertical-align: middle;
}
.public {
  margin-top: 1rem;
}
.public .apply {
  width: 100%;
  background: #4c34ff !important;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  position: relative;
}
.public .apply ul {
  margin-top: 0.7rem;
}
.public .apply li {
  margin-bottom: 0.5rem;
}
.public .apply li:last-child {
  margin: 0;
}
.public .apply li:nth-child(2n   1) {
  justify-content: flex-end;
}
.public .apply li:nth-child(2n) {
  justify-content: flex-start;
}
.public .apply li .img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: #ffffff;
  border: 0.3rem solid #4c34ff;
  position: absolute;
  left: 0;
}
.public .apply li:nth-child(2n   1) .img {
  left: 0.5rem;
}
.public .apply li:nth-child(2n) .img {
  left: auto;
  right: 0.5rem;
}
.public .apply .img img {
  height: 1.98rem;
}
.public .apply .right {
  width: 13.5rem;
  height: 4.5rem;
  background-color: #ffffff;
  font-size: 0.6rem;
  padding-top: 0.55rem;
  padding-right: 0.3rem;
}
.public .apply li:nth-child(2n   1) .right {
  padding-left: 2.42rem;
}
.public .apply li:nth-child(2n) .right {
  padding-left: 0.8rem;
  padding-right: 2rem;
}
.public .apply .right h2 {
  font-size: 0.7rem;
  margin-bottom: 0.35rem;
}
.public .apply .right span {
  font-size: 0.6rem;
  font-weight: normal;
}
.public .apply .right p {
  color: #666666;
}

/* 鑰佸笀 */
.teacher .public_title {
  font-size: 0.88rem;
  color: #ffffff;
  line-height: 0.8rem;
}
.teacher .public_title2 {
  font-size: 0.88rem;
  color: #000000;
}
.teacher .public_title img {
  width: 1.38rem;
  margin-left: 0.6rem;
  vertical-align: middle;
}
.teacher .swiper-container {
  margin-top: 0.6rem;
  padding-bottom: 1rem;
}
.teacher .swiper-slide {
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
  background: #ffffff;
  font-size: 0.6rem;
  font-weight: 700;
  color: #000000;
}
.teacher .swiper-slide .left {
  width: 4.5rem;
  height: 6rem;
  flex-shrink: 0;
  margin-right: 0.95rem;
}
.teacher .swiper-slide img {
  width: 100%;
  height: 100%;
}
.teacher .swiper-slide .right {
  width: 7.65rem;
}
.teacher .swiper-slide .right p {
  line-height: 0.85rem;
  margin-bottom: 0.2rem;
}
.teacher .swiper-slide .right p:nth-child(1) {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
/*  .teacher .swiper-slide .right p:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/
.teacher .swiper-slide .right p:nth-child(2) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 4;
}
.teacher .swiper-slide .right p span {
  font-weight: normal;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  background: #aaa9a9;
}
.swiper-pagination-bullet-active {
  background: #4c34ff;
}
