.dks-list-bt b {
    float: left;
}
.dks-list-bt a {
    color: #999;
    margin-right: 40px;
    float: right;
}
.dks-list ul {
    display: flex;
    clear: both;
}
.doctor-list-wrap .doctor-list {
    margin-left: -2%;
}
.doctor-list{
    width: 100%;
    display: flex!important;
    justify-content: flex-start;
}

.dks-list li {
    float: left;
    width: 21%;
    /* margin-right: 4%; */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.doctor-list-wrap .doctor-list li {
    position: relative;
    float: left;
    width: 158px;
    margin: 2% 2% 2% 1%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    transition: border-color .3s,box-shadow .3s;
    line-height: 28px;
    overflow: hidden;
    padding: 1% 2% .5% 2%;
    min-height: 213px;
}
.doctor-list li:nth-child(n+7) {
    display: none;
}
