.doctor_contentmain {
    width: 100%;
    overflow: hidden;
    padding:  0% 0px 0%;
}
.docUser {
    width: 94%;
    padding: 15px 3%;
    background: #4ec0e5;
    overflow: hidden;
}
.docUser .pic {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
    border: 2px solid #FFF;
}
.docUser .pic img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    display: block;
}
.docUser .divText {
    overflow: hidden;
    height: 75px;
    text-align: left;
    padding-top: 5px;
}
.docUser .divText h3 {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #FFF;
}
.docUser .divText h3 b {
    font-weight: normal;
    padding: 0 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}
.docUser .ks {
    padding-top: 5px;
    overflow: hidden;
}
.docUser .ks span {
    background: #FFF;
    padding: 3px 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4ec0e5;
    border-radius: 15px;
}
.docUser .ks i {
    padding: 0 10px;
    font-style: normal;
}
.docUser .gz {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    color: #FFF;
    padding-top: 5px;
}
.docbox{
    width:100%;
    overflow:hidden;
    margin-top:10px;
    background:#FFF;
    text-align:left;
}
.docTit {
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}
.docTextBox {
    padding: 10px;
    overflow: hidden;
    line-height: 22px;
}
.doctime {
    width:96%;
    overflow: hidden;
    padding:0 2%;
}
.doctime  tr td{
    overflow:hidden;
    height:25px;
    border-bottom:1px solid #e5e5e5;
    padding:7px 0;
    line-height:25px;
    text-align:left;
}
.doc_btn{
    height:25px;
    overflow:hidden;
    color:#FFF;
    border-radius: 5px;
    border:0;
    text-align:center;
    padding: 0 3px;
}
.gray{
    background:#999;
}
.blue{
    background:#4ec0e5;
}
