/* 分类导航left*/
.left_c {
    width: 770px;
    margin-right: 40px;
}

.m_m_0 {
    margin-bottom: 0;
}

.doctor_box .list {
    width: 243px;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.doctor_box .list:nth-of-type(3n){
    margin-right: 0;
}

.doctor_box .list:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.doctor_box .list img {
    width: 243px;
    height: 243px;
}

.doctor_box .list span a {
    font-size: 20px;
    color: #444;
    margin: 0 6px;
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.doctor_box .list p a {
    font-size: 14px;
    color: #777;
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 22px;
    padding-top: 6px;
    box-sizing: border-box;
    margin: 0 6px;
}

/* 项目分类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;
}