/* 分类导航left*/
.left_c {
    width: 770px;
    margin-right: 40px;
}

.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;
}
.xx_box{
    width: 100px;
    height: 20px;
    background: url(../image/xingxing_1.png) no-repeat left/cover;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.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;
    max-width: 396px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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;
}
.tiwen_bt .dianp{
    color: #06cc71;
    background-color: white;
    border: 1px solid #06cc71;
    margin-top: 15px;
}
.tiwen_bt .yiyzhang{
    background-color: #dbf1e1;
    color: #06cc71;
    margin-top: 15px;
    border: 1px solid #06cc71;
    display: block;
    font-size: 15px;
    border: none;
    width: 84px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #06cc71;
    border-radius: 1000px;
    cursor: pointer;
}
/* 医院首页 */
.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;
    margin-bottom: 30px;
}
.jiejian_box .text_box .lis_m li{
    margin-bottom: 10px;
}
.jiejian_box .text_box .jianjie_yiy p{
    max-width: 636px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
}
.jiejian_box .text_box .jianjie_yiy a:hover{
    color: #cc3606;
    font-weight: 700;
}


/* 项目分类right*/
.right_box {
    width: 390px;
}

.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;
}
/* 医生团队 */
.zx_hospital img{
    width: 224px;
    height: 224px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.zx_hospital a{
    display: block;
}
.zx_hospital .hospital_name{
    color: #444;
    font-size: 20px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zx_hospital p,.zx_doctor p{
    color: #777;
    font-size: 16px;
    padding-top: 8px;
}
.zx_hospital li,.zx_doctor li{
    padding: 8px 8px 16px 8px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.zx_hospital li:nth-of-type(3n) {
    margin-right: 0;
}
.zx_hospital li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.zx_doctor p{
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.zx_doctor .zixun{
    background-color: #06cc71;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 28px;
    padding: 2px 6px;
    color: white;
}
.zx_doctor .zhuangj{
    background-color: #DBF1E1;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 28px;
    padding: 2px 6px;
    color: #06cc71;
}
/* 医院问问 */
.index_title span {
    padding-right: 10px;
    border-left: 6px solid #06cc71;
    padding-left: 8px;
    box-sizing: border-box;
}
.zx_ww .ww_tx img {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}
.zx_ww .text {
    color: #444;
    font-size: 16px;
    max-width: 258px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.da_box .text {
    color: #777;
    font-size: 16px;
    max-width: 328px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wenwen_box .lists li {
    margin-bottom: 30px;
    padding: 8px;
    cursor: pointer;
    box-sizing: border-box;
}
.wenwen_box .lists li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.riqi_box div{
    color: #b3b3b3;
    line-height: 20px;
    margin-left: 40px;
    margin-top: 8px;
}
.riqi_box div i{
    display: block;
    padding-right: 6px;
}
.riqi_box .icon-chakan{
    font-size: 20px;
}
.riqi_box .icon-pinglun{
    font-size: 12px;
}
/* 医院口碑 */
.doctor_koubei .tx_img img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 8px;
}
.doctor_koubei  .text{
    font-size: 14px;
    line-height: 22px;
}
.zhanshi_box img{
    width: 100px;
    height: 100px;
    margin-right: 8px;
    margin-top: 10px;
}
.doctor_koubei .kb_lis{
    margin-bottom: 30px;
}
