
.aimei_doctor_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aimei_doctor_item {
  width: 590px;
  margin-top: 15px;
  height: 230px;
  border: 1px solid #dcdcdc;
  display: flex;
}

.aimei_doctor_item_img {
  width: 200px;
  height: 200px;
  margin: 15px;
}
.aimei_doctor_item_img img{
  display: block;
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  margin: 0 auto;
}

.aimei_doctor_item_desc {
  margin: 15px 20px 15px 20px;
}

.aimei_doctor_item_name {
  font-size: 24px;
  margin-bottom: 10px;
}
.aimei_doctor_item_name span,
.aimei_doctor_item_name span i
{
  display: inline-block;
  vertical-align: middle;
}

.aimei_doctor_item_star {
  font-size:0;
}


.aimei_doctor_item_js {
  font-size: 14px;
  margin-top: 9px;
  display: flex;
}

.aimei_doctor_item_js_left {
  color: #6f6e6e;
  width: 72px;
}

.aimei_doctor_item_js_right {
  width: 215px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_doctor_item_btn {
  font-size: 14px;
  color: #6f6e6e;
  border: 1px solid #dcdcdc;
  width: 85px;
  line-height: 24px;
  margin-top: 18px;
  text-align: center;
}
.dsnone0{
  display: none;
} 
.dsblock0{
  display: block !important;
  height: 153px;
  overflow: hidden;
}
#aimei_hosp_search{
  width: 290px;
  height: 33px;
  border: 0;
}
.more{
  display: block;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
  text-align: center;
}