.doctor-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.doctor-item{
    position: relative;
    width: 18%;
    height: 266px;
    margin:0 2.5% 2% 0;
}
.doctor-item:nth-child(5n){
    margin-right: 0;
}
.doctor-item-img{
    width: 100%;
    height: 100%;
}
.doctor-item-info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    color: #fcfcfc;
    background-color: rgba(0, 0, 0, 0.4);
} 
.doctor-item span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yyfc-item{
    position: relative;
    width: 23%;
    height: 173px;
    margin:0 2.6667% 3% 0;
}

.yyfc-item:nth-child(4n){
    margin-right: 0;
}
@media screen and (max-width: 768px){
    .doctor-item {
        width: 30%;
        height: 130px;
        margin:0 5% 5% 0;
    }
    .doctor-item:nth-child(3n){
    margin-right: 0;
    
}
.doctor-item:nth-child(5n){
    margin-right: 5%;
}
.yyfc-item{
    position: relative;
    width: 45%;
    height: 115px;
    margin:0 10% 5% 0;
}

.yyfc-item:nth-child(2n){
    margin-right: 0;
}
}


