﻿.teachers-title-box {
    width: 92%;
    border-bottom: 1px solid #c7b593;
    flex: 1;
    text-align: left;
    padding-bottom: 14px;
  }
  
  .teachers-title-box span:nth-child(1) {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
  
    color: #3d3d3d;
  }
  
  .teachers-title-box span:nth-child(2) {
    font-family: PingFang HK;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #999999;
    margin-left: 16px;
  }
  
  .tab-pane {
    flex: 1;
    margin-bottom: 100px;
  }
  
.teachers-item {
    padding:10px;
}
.teachers-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
    transition: all 0.3s ease;
}
  @media (min-width: 768px) {
    .item-box {
      display: flex;
      flex-wrap: wrap;
      /* display: grid; */
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      /* grid-gap: 40px 102px; */
      margin-top: 30px;
    }
  
    .teachers-item {
      width: 24%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* margin-right: 102px; */
      margin-bottom: 32px;
      text-align: center;
    }
  }
  
  @media (max-width: 998px) {
    .teachers-item {
      width: 30% !important;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .item-box {
      display: flex;
      flex-wrap: wrap;
      /* display: grid; */
      /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
      /* grid-gap: 40px 102px; */
      margin-top: 30px;
    }
  
    .teachers-item {
      width: 50% !important;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
  
      margin-bottom: 20px;
    }
  }
  
  .teachers-item:hover {
    text-decoration: none;
  }
  
  .teachers-item img {
    width: 100px;
    height: 100px;
    background-color: #c7b593;
    border-radius: 50%;
  }
  
  .teachers-item div:nth-child(2) {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 14px;
    margin-bottom: 6px;
    color: #333333;
  }
  
  .teachers-item div:nth-child(2) .subName {
    font-size: 12px;
    font-weight: normal;
    color: #666;
  }
  
  .teachers-item:hover div:nth-child(2) {
    color: rgb(13,110,253);
  }
  
  .teachers-item div:nth-child(3) {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    white-space: pre-wrap;
  
    color: #666666;
  }
  
  .teachers-item div:nth-child(4) {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    white-space: pre-wrap;
    /* margin-top: 4px; */
    color: #666666;
  }
  
  .teachers-item div:nth-child(5) {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    white-space: pre-wrap;
  
    color: #666666;
  }
  
  .teachers_con {
    /* padding-left: 363px; */
    padding-bottom: 100px;
  }
  
  .teacher-content {
    margin-left: 260px;
  }
  
  .teacher-info {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 27px;
    color: #333333;
  }
  
  .separator {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 16px;
  }
  
  .separator:first-child{opacity:0 !important;margin:0;}
  
  .separator::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #4e369e;
    margin-right: 11px;
  }
  
  .background {
    padding: 0;
    
  }
  .hiden{display:none !important;}
  
  
  .list-paddingleft-2{
  padding-left: 20px;
      list-style: disc;
  }
  
  
  .background li {
    margin-bottom: 8px;
    color: #333333;
  }
  
  @media (min-width: 768px) {
    .title-root {
      margin-left: 60px;
      margin-top: 34px;
    }
  
    .teachers-item img {
      width: 100px;
      height: 100px;
      background-color: #c7b593;
      border-radius: 50%;
    }
  }
  
  @media (max-width: 768px) {
    .teacher-content {
      margin-left: 0px;
    }
  
    .teachers-title-box {
      width: 100%;
      padding: 24px 16px;
      padding-bottom: 12px;
    }
  
    .title-root {
      margin-left: 0px;
      margin-top: 0px;
      padding: 0px 16px;
  
      box-sizing: border-box;
    }
  
    .teachers-item img {
      width: 100px;
      height: 100px;
      background-color: #c7b593;
      border-radius: 50%;
    }
  
    .teachers_con {
      padding: 0;
      padding: 0 16px 100px 16px;
      width: 100%;
    }
  }
  .teacher-content IMG{border:none !important;}
  .teacher-content a{display:inline-block;word-break: break-all;}