/******医生医院榜单******/
.hospitalAndDoctoyPutList .ul {
  padding: 15px 15px 13px;
  font-size: 0;
}
.hospitalAndDoctoyPutList .ul li {
  padding: 7px 0;
}
.hospitalAndDoctoyPutList .ul li .num {
  margin-left: 5px;
  width: 20px;
  line-height: 28px;
  font-size: 16px;
  color: #999999;
}
.hospitalAndDoctoyPutList .ul li:nth-child(1) .num {
  color: #ff0000;
}
.hospitalAndDoctoyPutList .ul li:nth-child(2) .num {
  color: #ff6c00;
}
.hospitalAndDoctoyPutList .ul li:nth-child(3) .num {
  color: #ffc037;
}
.hospitalAndDoctoyPutList .ul .Box {
  width: 225px;
  width: calc(100% - 25px);
}
.hospitalAndDoctoyPutList .ul .Box:hover .title {
  color: #00bfbf;
}
.hospitalAndDoctoyPutList .ul .imgBox {
  width: 60px;
  height: 60px;
  border: solid 1px #e4e4e4;
  border-radius: 50%;
}
.hospitalAndDoctoyPutList .ul .imgBox::before {
  padding-top: 100%;
}
.hospitalAndDoctoyPutList .ul .imgBox img {
  transition: all 0.3s;
}
.hospitalAndDoctoyPutList .ul .cont {
  width: 163px;
  width: calc(100% - 60px);
  padding-left: 9px;
}
.hospitalAndDoctoyPutList .ul .cont .title {
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}
.hospitalAndDoctoyPutList .ul .cont .txt {
  line-height: 20px;
}
.hospitalAndDoctoyPutList .ulA .txt {
  font-size: 12px;
  color: #666666;
}
.hospitalAndDoctoyPutList .ulB .txt {
  font-size: 13px;
  color: #999999;
}
