.area_name {
font-size: 12px;
color: #999;
width: 100%;
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: 12px;
}
.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;
}