.contact_t {
    width: 1400rem;
    margin: 0 auto;
}

.center {
    display: flex;
    justify-content: center;
}

.p_p {
    height: 59rem;
    background: #333333;
}

/* 头部 */
/* .tlite {
    height: 60rem;
    line-height: 60rem;
}

.tlite > li {
    color: #fff;
    list-style: none;
    display: inline-block;
}

.tlite > li::after {
    content: "/";
    margin-left: 5rem;
}

.tlite > li > a {
    color: #fff;
    text-decoration: none;
}

.tlite > li:last-child > a {
    color: rgba(0, 160, 160, 1);
}

.tlite > li:last-child::after {
    content: "";
} */

/* 详情 左*/
.new_left {
    /* margin-top: 38rem; */
    width: 1400rem;
    background-color: #fff;
    padding: 40rem 30rem;
}

.details_tlite {
    height: 65rem;
    width: 100%;
}

.details_t {
    height: 30rem;
    font-size: 30rem;
    color: #333333;
}

.details_xg {
    margin-top: 24rem;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14rem;
    font-weight: 400;
    color: #999999;
}

.details_xg > div {
    margin-right: 10rem;
}

.text {
    margin: 0 5rem;
}

.details_text {
    width: 100%;
}

.details_w {
    margin-top: 40rem;
    line-height: 2;
    word-spacing: 3rem;
}

.details_w p {
    font-size: 16rem;
    line-height: 2.3;
}
/* .details_fp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80rem;
} */
.details_fp {
    margin-top: 80rem;
    line-height: 1.5;
    font-size: 16rem;
}
.details_fp > div {
    margin: 20rem 0;
}

/* 详情 右*/
.new_right {
    margin-top: 38rem;
    margin-left: 78rem;
    width: 392rem;
    line-height: 1.5;
}

.recommend {
    color: #fff;
    height: 67rem;
    line-height: 67rem;
    background: linear-gradient(242deg, #00b1b1 0%, #007474 100%);
    font-size: 24rem;
    display: flex;
    align-items: center;
    padding-left: 24rem;
}

.new_list {
    margin: 22rem 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_data_box {
    width: 90rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.new_yue {
    font-weight: 500;
    color: #999999;
    font-size: 36rem;
}

.new_data {
    font-size: 14rem;
    font-weight: 400;
    color: #999999;
}

.new_z {
    font-size: 20rem;
    font-weight: 500;
    color: #333333;
    margin-left: 27rem;
    line-height: 1.5;
}
