.department .title {
    margin: 10rem 0 0 0;
    font-size: 28rem;
    border-bottom: 1px solid #a60000;
    color: #a60000;
    line-height: 60rem;
    position: relative;
    display: flex;
    align-items: center;
}

.department .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 150rem;
    height: 3px;
    background-color: #a60000;
    border-radius: 3px;
}

.department .title img {
    width: 32rem;
    height: 32rem;
    margin-right: 6rem;
}

.department {
    padding: 20rem;
}

.department .img {
    margin-top: 20rem;
    width: 100%;
}

.department .intro {
    font-size: 26rem;
    line-height: 46rem;
}

.doctor__list {
    margin-top: 20rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    overflow-x: auto;
}

.doctor__item {
    margin-right: 15rem;
}

.doctor__item .avatar {
    width: 260rem;
    height: 280rem;
    object-fit: cover;
}

.doctor__item .name {
    color: #565456;
    font-size: 30rem;
    font-weight: bold;
    padding-right: 5rem;
}

.doctor__item .position {
    font-size: 26rem;
    font-weight: normal;
    padding-right: 5rem;
}