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

.news__cover {
    cursor: pointer;
}

.news__video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.news__player {
    position: relative;
}

.news__video__close {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: -5vw;
    right: 0;
    line-height: 5vw;
    font-size: 5vw;
    text-align: center;
    color: #cccccc;
    cursor: pointer;
}

.news__video video {
    display: block;
    max-width: 50vw;
    height: auto;
}

.news__list {
    width: 614px;
}

.news__title {
    display: block;
    line-height: 76px;
    font-size: 36px;
    color: #a25b0b;
    text-decoration: none;
}

.news__title:hover {
    font-size: 38px;
}

.news__item {
    height: 59px;
    line-height: 60px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    color: #5c5c5c;
    text-decoration: none;
}

.news__item:hover {
    color: #814603;
    background-color: #f8f8f6;
}

.news__item:hover .news__arrow {
    margin-right: 6px;
}

.news__arrow {
    float: right;
    margin-right: 15px;
}

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

.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);
}

.article {
    width: 1200px;
    margin: auto;
    padding: 10px 0 48px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.article__list {
    padding-top: 38px;
}

.article__type {
    background: linear-gradient(to right, #f4f4f4, #f4f4f4, #ffffff);

}

.article__type__text {
    display: inline-block;
    padding: 0 20px 0 20px;
    line-height: 42px;
    font-size: 28px;
    color: #a25b0b;
    text-decoration: none;
}

.article__type__text--active {
    background-color: #cf7e21;
    color: #ffffff;
}

.article__title {
    margin-top: 20px;
    min-height: 200px;
}

.article__title__item {
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #b6b5b5;
    font-size: 20px;
    color: #464646;
    text-decoration: none;
}

.article__title__item:hover {
    color: #814603;
}

.article__dot {
    width: 5px;
    height: 5px;
    margin: 0 8px 0 8px;
    background-color: #cf7e21;
}

.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;
}