.currentLocation,.currentLocation span{
    line-height: 50px;
    color: #777;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.hospitalList li {
    width: 33%;
    float: left;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
}
.hospitalList li:hover {
    box-shadow: 1px 4px 8px 4px #ebebeb;
}
.hospitalList li a {
    display: block;
}
.hospitalList li a:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}
.hospital_img {
    width: 120px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.hospital_img img {
    width: 100%;
    height: auto;
}
.hospitalList .hospital_name {
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
.hospitalList .hospital_name span {
    display: inline-block;
    padding: 0 5px;
    background: #F2B50C;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 20px;
}
.phone {
    background: url(../common/images/phone.png) no-repeat 0 center;
    background-size: 15px;
}
.address {
    background: url(../common/images/address.png) no-repeat 0 center;
    background-size: 15px;
}
.hospital_infor {
    float: left;
    overflow: hidden;
    width: calc(100% - 135px);
}
.hospital_infor p{
    color: #777;
    font-size: 12px;
    line-height: 25px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}