.contact_t {
    width: 1400rem;
    margin: 0 auto;
}
.swiper-slide {
    height: 620rem;
}
.center {
    display: flex;
    justify-content: center;
    /* background-color: #f8f9fa; */
}
body {
    background: #f8f9fa !important;
}

/* 头部 */
.new_btn {
    height: 71rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new_btn > div {
    font-size: 24rem;
    width: 140rem;
    height: 71rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activate {
    background: #00a1a1;
    color: #fff;
}

/* 详情 左*/
.new_left {
    margin-top: 38rem;
    width: 930rem;
}

.new_cart {
    height: 254rem;
    width: 930rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: 20rem;
}

.new_img {
    width: 330rem;
    height: 210rem;
}

.new_t {
    margin-left: 30rem;
    width: 494rem;
    height: 210rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_time {
    font-size: 16rem;
    font-weight: 400;
    color: #999999;
}

.new_p > a {
    font-size: 22rem;
    font-weight: 500;
    color: #00a1a1;
}

.new_d {
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.btn {
    background: linear-gradient(to left, #03c4c4, #007171);
    width: 100rem;
    height: 32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25rem;
}

.btn > a {
    color: #fff;
}

/* 详情 右*/
.new_right {
    margin-top: 38rem;
    margin-left: 78rem;
    width: 392rem;
}
.bgc {
    background: #fff;
    padding-bottom: 30rem;
}
.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: start;
    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;
    width: 300rem;
    color: #333333;
    margin-left: 27rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_list:hover .new_z,
.new_list:hover .new_data,
.new_list:hover .new_yue {
    color: #00a1a1;
}
/* 清除原有的分页样式 */
dir {
    display: flex;
    justify-content: end;
    /* margin: 36rem 12rem 52rem 0; */
}
dir > ol > li:last-child,
dir > ol > li:first-child {
    display: none;
}
dir > ol > li {
    width: 48rem;
    height: 48rem;
    background: #fff;
}
dir > ol > li:hover {
    /* border: 0.2rem solid #00a1a1; */
    color: #00a1a1;
    background: #fff;
}
dir > ol > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
dir > ol > li > a.on {
    background: #fff;
    color: #000;
    border: 1rem solid #00a1a1;
}
dir > ol > li > a:hover {
    color: #00a1a1;
    background: none;
    border: 1rem solid #00a1a1;
}
