.news {
    margin: 50rem auto 0 auto;
}

.news__title {
    margin: 0 15rem 0 20rem;
    padding-left: 8rem;
    border-left: 8rem solid #cf7e21;
    line-height: 38rem;
    font-size: 32rem;
    color: #cf7e21;
    display: flex;
    justify-content: space-between;
}

.news__title__link {
    width: 132rem;
    height: 34rem;
    border-radius: 17rem;
    background-color: #cf7e21;
    line-height: 34rem;
    text-align: center;
    font-size: 24rem;
    color: #ffffff;
}

.news__list {
    padding: 34rem 38rem 0 38rem;
}

.news__item {
    line-height: 48rem;
    display: block;
    border-bottom: 1rem solid #f5f5f5;
    font-size: 20rem;
    color: #5c5c5c;
}

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

/* 项目标题 */
.project-title {
    padding-left: 5rem;
    border-bottom: 3rem solid #ecceac;
    line-height: 38rem;
    font-size: 30rem;
    color: #a25b0b;
}

.project-title__line {
    width: 158rem;
    height: 8rem;
    background-color: #cf7e21;
    position: relative;
    top: 5rem;
    left: -5rem;
}

/* 专家团队 */
.team {
    padding: 66rem 18rem 0 14rem;
}

.team__list {
    padding: 34rem 0 0 0;
}

.team__item {
    padding: 18rem 0 10rem 20rem;
    display: flex;
    border-bottom: 1rem solid #dfdfdf;
}

.team__img {
    width: 128rem;
    height: 128rem;
}

.team__info {
    flex-grow: 1;
    padding: 0 20rem 0 10rem;
}

.team__name {
    font-size: 34rem;
}

.team__position {
    font-size: 24rem;
    color: #444242;
}

.team__intro {
    margin-top: 20rem;
    font-size: 22rem;
    color: #353535;
}

.team__btu {
    margin-top: 12rem;
    text-align: right;
}

.team__btu__item {
    display: inline-block;
    width: 135rem;
    border-radius: 17rem;
    line-height: 38rem;
    text-align: center;
    font-size: 18rem;
    color: #f8f8f5;
}

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

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

.feature {
    padding: 48rem 18rem 0 14rem;
}

.feature__swiper {
    padding: 35rem 35rem 0 35rem;
}

.feature__swiper .swiper-pagination {
    --swiper-pagination-color: #a25b0b;
    position: relative;
}

.feature .img {
    display: block;
    width: 100%;
    height: auto;
}


.article {
    background-image: url(/static/m/img/article-bj.jpg);
}

.article__list {
    margin: auto;
    width: 645rem;
}

.article__type {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    justify-content: space-between;
    /* 两端对齐 */
}

.article__type__text {
    display: inline-block;
    margin-bottom: 20rem;
    padding: 0 16rem 0 16rem;
    background-color: #eeeded;
    line-height: 48rem;
    font-size: 30rem;
    color: #a25b0b;
    text-decoration: none;
}

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

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

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

.article__title__item:hover {
    color: #814603;
}

.article__dot {
    width: 6rem;
    height: 6rem;
    margin: 0 12rem 0 6rem;
    background-color: #cf7e21;
}

.answer {
    padding: 48rem 18rem 0 14rem;
}

.answer__project {
    padding: 38rem 0 0 18rem;
    display: flex;
    flex-wrap: wrap;
}

.answer__project_item {
    box-sizing: border-box;
    width: 122rem;
    height: 104rem;
    margin: 0 6rem 30rem 0;
    padding: 14rem 0 0 0;
    border: 1rem solid #aa4711;
    border-radius: 9rem;
    line-height: 32rem;
    font-size: 22rem;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.answer__project_item:hover {
    color: #f32626
}

.answer__project_item img {
    width: 52rem;
    height: 52rem;
    display: block;
    margin: auto;
}
