/*clinic*/
.list-clinic {
    background: #fff;
    overflow: hidden;
    /*margin-bottom: 90px;*/
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.detail-explicit {
    float: left;
    padding: 20px;
    position: relative;
}

.detail-explicit .clinic-img {
    display: block;
    float: left;
    width: 154px;
    height: 100px;
}

.detail-explicit .explicit {
    float: left;
    margin-left: 14px;
    width: 190px;
}

.detail-explicit .explicit strong {
    font-size: 18px;
    line-height: 25px;
}

.detail-explicit .explicit h2{
    height: 26px;
    line-height: 26px;
}
.detail-explicit .explicit h2 span{
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.detail-explicit .explicit h2 .online{
    background: #ffa462;
    margin-right: 4px;
}
.detail-explicit .explicit h2 .medicare{
    background: #97c0f3;
}


.detail-explicit .explicit p {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}