/* 导师队伍分栏（正高/副高/中级） */
.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.2rem;}
.list-ld .fl-sec + .fl-sec {
  margin-top: 0.55rem;}

.list-ld .list-ld + .list-ld {
  margin-top: 0.55rem;}

.list-ld .fl-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;}

.list-ld .fl-tit .fl-num {
  flex: none;
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  background: #0848A7;
  margin-right: 0.14rem;}

.list-ld .fl-tit h3 {
  flex: none;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #0848A7;}

.list-ld .fl-tit em {
  flex: none;
  font-style: normal;
  font-size: 0.16rem;
  line-height: normal;
  letter-spacing: normal;
  color: #7C7C7C;
  margin-left: 0.12rem;}

.list-ld .fl-tit::after {
  content: "";
  flex: 1;
  border-top: 1px solid #D8D8D8;
  margin-left: 0.2rem;}

