.doctor {
    width: 1050px;
    margin: auto;
    padding: 30px;
    display: flex;
}

.doctor__avater {
    display: block;
    width: 193px;
    height: 228px;
}

.doctor__btu {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.doctor__btu__item {
    width: 95px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    line-height: 56px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.doctor__btu__item1 {
    background-color: #a25b0b;
}

.doctor__btu__item2 {
    background-color: #de7a0a;
}

.doctor__info {
    margin-left: 18px;
    flex-grow: 1;
}

.doctor__info1 {
    display: flex;
    align-items: center;
}

.doctor__info__name {
    font-size: 26px;
    line-height: 26px;
    color: #a25b0b;
}

.doctor__info__position {
    margin-left: 14px;
    font-size: 18px;
    color: #232323;
}

.doctor__info2 {
    margin-top: 22px;
    min-height: 70px;
}

.doctor__info__title {
    min-width: 300px;
    height: 18px;
    margin: 0 auto 17px auto;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #5c5c5c;
}


.doctor__info3 {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #232323;
}

.doctor__intro__link {
    text-decoration: none;
    color: #d19047;
}

.doctor__time {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 132px 100px 100px 100px 100px 100px 100px 100px;
    justify-content: center;
    gap: 1px;
    padding: 1px 1px 0 1px;
    background-color: #cfcfcf;
}

.doctor__time__item div {
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 1px;
}

.doctor__time__item img {
    padding-top: 3px;
}

/* 项目标题 */
.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;
}

.feature__background {
    background-image: url('/static/p/img/feature-bg1.jpg');
}

.feature {
    width: 1200px;
    margin: auto;
    padding: 42px 0 60px 0;
}

.feature__list {
    margin-top: 88px;
    padding: 0 38px 0 38px;
    display: flex;
    justify-content: space-between;
}

.feature__item:hover {
    transform: translateY(-26px);
}

.answer__background {
    background-color: #f7f7f7;
}

.answer {
    width: 1200px;
    margin: auto;
    padding: 40px 0 40px 0;
}

.answer__project {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.answer__project_item {
    box-sizing: border-box;
    width: 128px;
    height: 108px;
    padding: 16px 0 0 0;
    border: 1px solid #aa4711;
    border-radius: 14px;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.answer__project_item:hover {
    color: #f32626
}

.answer__project_item img {
    display: block;
    margin: auto;
}

.answer__tag {
    margin-top: 32px;
    display: flex;
}

.answer__row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.answer__list {
    display: flex;
}

.answer__list a {
    flex-grow: 1;
    margin: 0 2px 0 2px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #464646;
    text-decoration: none;
    background-color: #f7e4ce;
}

.answer__list a:hover {
    color: #f32626;
    text-decoration: underline;
}