.section {
    padding-top: 214px;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.section .wrap {
    width: 1260px;
    margin: auto;
}
.section .wrap .title h1 {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
    text-align: center;
    margin-bottom: 36px;
}
.section .wrap .newsLinks {
    width: fit-content;
    margin: 0 auto 75px;
    display: flex;
    align-items: center;
    height: 56px;
    background: #FAFAFA;
    border-radius: 28px;
    padding: 0 5px;
    position: relative;
}
.section .wrap .newsLinks a {
    display: block;
    width: 110px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4D4D4D;
    transition: 0.6s;
    position: relative;
    z-index: 2;
}
.section .wrap .newsLinks a p {
    transition: 0.6s;
}
.section .wrap .newsLinks a:hover p {
    opacity: 0;

}
.section .wrap .newsLinks a.on p {
    opacity: 0;
}
.section .wrap .newsLinks a:after {
    content: attr(data-text);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 700;
    color: #2A2A2A;
    opacity: 0;
    transition: 0.6s;
}
.section .wrap .newsLinks a:hover:after {
    opacity: 1;
}
.section .wrap .newsLinks a.on:after {
    opacity: 1;
}
.section .wrap .newsLinks .cir {
    content: "";
    width: 110px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.1);
    border-radius: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.6s;
}
.section .wrap .content {
    display: flex;
    justify-content: space-between;
}
.section .wrap .content .left {
    width: 745px;
}
.section .wrap .content .right  {
    width: 406px;
}
.section .wrap .content .item {
    display: block;
    width: 100%;
}
.section .wrap .content .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}
.section .wrap .content .img img {
    display: block;
    transition: 3s;
    width: 100%;
}
.section .wrap .content .img:hover img {
    transform: scale(1.1);
}
.section .wrap .content .item .time {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.section .wrap .content .item .time p:nth-child(1) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #323232;
    padding-right: 7px;
    position: relative;
}
.section .wrap .content .item .time p:nth-child(1):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    border: 1px solid #DCDCDC;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.section .wrap .content .item .time p:nth-child(2) {
    font-size: 14px;
    font-family: MiSans;
    font-weight: 400;
    color: #404040;
    margin-left: 10px;
}
.section .wrap .content .item h1 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #212121;
    transition: 0.6s;
    margin-bottom: 24px;
}
.section .wrap .content .item:hover h1 {
    color: #F6AB00!important;
}
.section .wrap .content .item p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #272727;
    line-height: 28px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section .wrap .content .item {
    margin-bottom: 75px;
}
.section .wrap .content .left .item h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .wrap .content .right .item h1 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #212121;
    line-height: 25px;

}
.section .page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    margin-bottom: 100px;
}
.section .page a:nth-child(1),.section .page a:nth-last-child(1) {
    width: 40px;
    height: 40px;
    background: #C89B5D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .page a:nth-child(1) .iconfont,.section .page a:nth-last-child(1) .iconfont {
    color: #fff;
    font-size: 12px;
}
.section .page a:nth-last-child(1) {
    background: rgba(0, 0, 0, 0.18);
}
footer {
    background: #FAFAFA;
}
.section .page a:not(:nth-last-child(1)) {
    margin-right: 24px;
}
.section .page a:nth-last-child(1)  .iconfont {
    color: #fff;
    transform: rotate(180deg);
}
.section .page a {
    color: rgba(174, 173, 173, 1);
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    transition: 0.6s;
}
.section .page a:hover ,.section .page a.on {
    color: #000;
}
@media screen and (max-width: 1440px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content .left {
        width: 63%;
    }
    .section .wrap .content .right {
        width: 32%;
    }
    .section {
        padding-top: 140px;
    }
    .section .wrap .newsLinks {
        margin: 0 auto 40px;
    }
    .section .wrap .title h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .section .wrap .content .item h1 {
        font-size: 20px;
    }
    .section .wrap .content .item .time {
        margin-bottom: 15px;
    }
    .section {
        padding-top: 160px;
    }
}
@media screen and (max-width: 1023px) {
    .section {
        padding-top: 110px;
    }
    .section .wrap .content .item h1 {
        font-size: 16px;
    }
    .section .wrap .title h1 {
        font-size: 24px;
    }
    .section .wrap .content .right .item h1 {
        font-size: 14px;
    }
    .section .wrap .content .item .time p:nth-child(1),.section .wrap .content .item .time p:nth-child(2) {
        font-size: 12px;
    }
    .section .wrap .content .img {
        margin-bottom: 10px;
    }
    .section .wrap .content .item .time {
        margin-bottom: 5px;
    }
    .section .wrap .content .item h1 {
        margin-bottom: 10px;
    }
    .section .wrap .content .item {
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 900px) {
    .section .wrap .content {
        flex-direction: column;
    }
    .section .wrap .content .left {
        width: 100%;
    }
    .section .wrap .content .right {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .section .wrap .content .item h1 {
        font-size: 14px;
    }
    .section .wrap .content .item p {
        font-size: 12px;
        line-height: 24px;
    }
    .section .wrap .newsLinks a {
        width: 90px;
    }
    .section .wrap .newsLinks .cir {
        width: 90px;
    }
    .section .wrap .content .right .item {
        width: 48%;
    }
}
