﻿.yy-left {
    width: -webkit-calc(71.5%);
    width: -moz-calc(71.5%);
    width: calc(65.5%);
    float: left;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-menu {
    border: 2px solid #07d0c4;
    padding: 10px 64px 10px 100px;
    height: 60px;
    overflow: hidden;
    width: 100%;
    
    margin-top: 20px;
    box-sizing: border-box;
}
.top-menu .label {
    position: absolute;
    left: 0;
    top: 10px;
}
.top-menu li {
    line-height: 40px;
    padding: 0 10px;
}
.clr:after, .clr:before {
    content: "";
    display: table;
}
.top-menu .check-all {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}
.top-menu .check-all .fll {
    width: 49%;
    line-height: 24px;
    text-align: right;
}
.doctor:last-child {
    border-bottom: none;
}
.doctor .head-pic {
    height: 140px;
    width: 140px;
    margin-right: 20px;
    overflow: hidden;
}
.db {
    display: block;
}
.fll {
    float: left;
}

.doctor .head-pic img {
    width: 100%;
    vertical-align: top;
}
.doctor .doctor-infos {
    width: calc(100% - 160px);
}
.fll {
    float: left;
}
.doctor .doctor-infos .title-info {
    padding-top: 5px;
    line-height: 20px;
    margin-bottom: 10px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fc0 {
    color: #000;
}
.f18 {
    font-size: 18px;
}
.doctor .doctor-infos .title-info span {
    margin-left: 10px;
}
.fc6 {
    color: #666;
}
.f14 {
    font-size: 14px;
}
.doctor .doctor-infos .shanchang {
    line-height: 28px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.doctor .doctor-infos .btns .btn {
    height: 40px;
    width: 48%;
    line-height: 40px;
    background-color: #07d0c4;
    margin-right: 2%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 180px;
}
.fcf {
    color: #fff;
}

.f16 {
    font-size: 16px;
}
.tac {
    text-align: center;
}
.fll {
    float: left;
}
.fcb {
    color: #6596FF;
}
.f14 {
    font-size: 14px;
}
.flr {
    float: right;
}