.doctors
{
    display: flex;
    margin: 0 0 1.5625rem;
    overflow: hidden;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.doc-block
{
    flex: 0 0 33%;
}

.news-detail .detail_picture {
    max-width: 200px;
    height: auto;
}
.doc-block-ph-a {
    height: 190px;
}