
.doctor-box .doctor-title{
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: 2px solid #2EADA2;
  font-weight: 700;
}

.doctor-imgLi{
  display: flex;
  padding: 15px;
}

.doctor-imgLi .left{
  width: 100px;
  height: 100px;
}
.doctor-imgLi .left img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ccc;
}
.doctor-imgLi .right{
  flex: 1;
  padding-left: 20px;
}
.doctor-imgLi .title{
  font-size: 16px;
}
.doctor-imgLi .title span{
  font-size: 20px;
  font-weight: 700;
  color: #2BB09D;
}
.doctor-imgLi .ulBox{
  padding: 0;
}
.doctor-imgLi .ulBox li{
  font-size: 15px;
  line-height: 2;
}

.doctor-desc{
  line-height: 2;
  padding: .3rem;
}