.breadcrumb {
    box-sizing: border-box;
    width: 1200px;
    margin: 58px auto 0 auto;
    padding-left: 12px;
    line-height: 50px;
    font-size: 20px;
    color: #727070;
    background: linear-gradient(to right, #f4f4f4, #f4f4f4, #ffffff);
}

.breadcrumb a {
    color: initial;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #a25b0b;
    text-decoration: underline
}

.disease {
    width: 1200px;
    margin: 85px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.disease__info {
    width: 610px;
}

/* 疾病标题 */
.disease__title {
    border-bottom: 7px solid #ecceac;
    line-height: 60px;
    font-size: 42px;
    color: #a25b0b;
}

.disease__title__line {
    width: 130px;
    height: 9px;
    background-color: #cf7e21;
    position: relative;
    top: 7px;
}

.disease__intro {
    margin-top: 26px;
    line-height: 40px;
    font-size: 20px;
    color: #171716;
}

/* 项目标题 */
.project-title {
    border-bottom: 3px solid #ecceac;
    line-height: 60px;
    font-size: 42px;
    color: #a25b0b;
    text-align: center;
}

.project-title__line {
    width: 227px;
    height: 10px;
    margin: auto;
    background-color: #cf7e21;
    position: relative;
    top: 5px;
}

/* 专家团队 */
.team {
    width: 1200px;
    margin: auto;
    padding: 56px 0 70px 0;
}

.team__list {
    padding: 26px 0 0 0;
    display: flex;
}

.team__avater__img {
    display: block;
    margin-bottom: 7px;
    border-radius: 22px;
    background-color: #f4f6f6;
    cursor: pointer;
}

.team__avater__img--active {
    background-color: #f8e7d3;
}

.team__details {
    margin-left: 26px;
}

.team__doctor {
    display: flex;
}

.team__doctor__con {
    width: 562px;
}

.team__doctor__info {
    display: flex;
    margin-top: 54px;
}

.team__doctor__name {
    line-height: 52px;
    font-size: 52px;
    font-weight: bold;
    color: #484848;
}

.team__doctor__position {
    height: 52px;
    margin-left: 14px;
    padding: 0 0 0 20px;
    border-left: 7px solid #cf7e21;
    line-height: 26px;
    font-size: 24px;
    color: #cf7e21;
}

.team__doctor__title {
    margin-top: 35px;
}

.team__doctor__title__item {
    display: flex;
    line-height: 34px;
    font-size: 20px;
    color: #464646;
}

.team__doctor__title__item img {
    margin-right: 10px;
    object-fit: none;
}

.team__doctor__btu {
    margin-top: 35px;
    padding: 0 50px 0 0;
    text-align: right;
}

.team__doctor__btu__item {
    display: inline-block;
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #f8f8f5;
    text-decoration: none;
}

.team__doctor__btu__item--color1 {
    background-color: #cf7e21;
}

.team__doctor__btu__item--color2 {
    background-color: #e1a15b;
}

.team__doctor__specialty {
    display: flex;
    align-items: center;
    background-color: #f7f6f3;
    line-height: 36px;
    font-size: 20px;
    color: #464646;
}

.team__doctor__specialty--text {
    padding: 0 30px 0 30px;
}

.team__doctor__specialty--link {
    color: #aa4711;
    text-decoration: none;
}