.area_name {
font-size: 12px;
color: #999;
width: calc(100%-15px);
padding-top: 3px;
padding-bottom: 2px;
padding-left: 10px;
background: #eee;
}
.hospital_item {
display: flex;
background: #fff;
height: 58px;
line-height: 58px;
}
.icon {
height: 36px;
width: 36px;
margin-left: 10px;
margin-top: 8px;
border-radius: 50%;
border: 3px solid white;
}
.hospital_name {
font-size: 14px;
color: #333;
margin-left: 10px;
left: 51px;
position: absolute;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
right: 60px;
}
.distance {
font-size: 14px;
color: #666;
right: 10px;
position: absolute;
}
.divider {
height: 1px;
background: #e6e6e6;
}
.loadmore{
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
}