/* 分类导航left*/
.m_m_0 {
    margin-bottom: 0;
}
/* 医生详情 */
 .ysxq_box{
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
    padding: 14px;
 }
 .ysxq_box .ys_img img{
     width: 122px;
     height: 122px;
     border-radius: 4px;
     margin-right: 10px;
 }
 .ysxq_box .name span{
     font-size: 20px;
     color: #444;
     margin-bottom: 10px;
 }
 .ysxq_box .name i{
     width: 46px;
     height: 20px;
     font-size: 12px;
     color: #06cc71;
     border: 1px solid #06cc71;
     border-radius: 1000px;
     line-height: 22px;
     text-align: center;
     display: block;
     margin-top: 3px;
     margin-left: 10px;
 }
 .ysxq_box .jingyan span{
    font-size: 12px;
    color: #777;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
}
.ysxq_box .xx_box{
    width: 100px;
    height: 20px;
    background: url(../image/xingxing_1.png) no-repeat left/cover;
    position: relative;
    margin-bottom: 10px;
}
.ysxq_box .xx_box i{
    width: 100%;
    height: 20px;
    background: url(../image/xingxing.png) no-repeat left/cover;
    position: absolute;
    top: 0px;
     left: 0px;
}

.ysxq_box .pf{
    color: #FE8A2B;
    color: 12px;
    font-weight: bold;
    /* padding-top: 3px; */
    padding-left: 3px;
    /* margin-bottom: 10px; */
}
.ysxq_box .yiyuan span{
    font-size: 16px;
    color: #777;
    padding-right: 4px;
}
.ysxq_box .yiyuan p{
    font-size: 16px;
    color: #444;
}
.tiwen_bt button{
    display: block;
    font-size: 15px;
    border: none;
    width: 84px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #06cc71;
    border-radius: 1000px;
    cursor: pointer;
}
.tiwen_bt .tiwen{
    background-color: #06cc71;
    color: white;
    margin-top: 22px;
}
.tiwen_bt .dianp{
    color: #06cc71;
    background-color: white;
    border: 1px solid #06cc71;
    margin-top: 20px;
}
/* 医生简?? */
.jiejian_box{
    margin-top: 30px;
}
.yis_nav a{
    font-size: 16px;
    color: #444;
    display: block;
    margin-right: 30px;
}
.yis_nav .dangqian i{
    width: 28px;
    height: 6px;
    background-color: #06cc71;
    display: block;
    border-radius: 1000px;
    margin: 0 auto;
}
.yis_nav .dangqian span{
    color: #06cc71;
}
.jiejian_box .text_box h6{
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin: 30px 0;
}
.jiejian_box .text_box li{
    font-size: 14px;
    color: #777;
    line-height: 24px;
}

/* 项目分类right*/
.right_box .right_mk {
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
}

.right_box .right_mk li {
    margin-top: 20px;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_box .right_mk li a {
    color: #444;
}

.right_box .right_mk:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}