p{
    color: #888;
}
.deta-banner {
    background: url("../images/deta-banner.jpg") no-repeat center;
    background-size: cover;
    height: 712px;
    position: relative;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-text p {
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
.banner-text .en-text {
    font-family: 'Light';
    font-size: 20px;
    letter-spacing: 2px;
}
.banner-text .cn-text {
    font-size: 48px;
}
.center {
    width: 100%;
    margin: 110px auto;
    display: flex;
    justify-content: space-around;
}
.new-detail {
    width: 1015px;
}
.new-detail .new-title {
    font-size: 38px;
    letter-spacing: 1px;
    color: #000;
}
.new-detail .time {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
}
.new-detail .time p {color: #999;}
.content .text {
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
}
.content .img {
    margin: 60px 0;
}
img {
    display: block;
    object-fit: cover;
    object-position: center;
}
.page .page-btn {
    width: 522px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin: 30px 0;
    cursor: pointer;
    display: block;
}
.new-detail img {
    width: 100%;
}
.page .prev {
    background-color: #005cd3;
}
.page .next {
    background-color: #3ecd58;
}
.page .fx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fx p {
    color: #000;
    font-size: 24px;
}
.fx .img {
    display: flex;
    gap: 20px;
}
.fx .img img {
    width: 21px;
    height: 18px;
    cursor: pointer;
}
@media screen and (max-width: 1670px){
    .center{width: 95%}
    .page .page-btn{
        width: auto;
    }
    .new-detail{width: 68%}
    .page{width: 30%;padding-left: 30px}
}

@media screen and (max-width: 1370px) {
    .center {
        width: 77.6%;
        flex-direction: column;
        align-items: center;
    }

    .new-detail,
    .page {width: 100%;}
    .page {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .page .page-btn{
        /*width: 382px;*/
        width: 36%;
    }
    .page .fx {width: 100%}
}
@media screen and (max-width: 940px) {
    .center{width: 88%}
    .page .page-btn{width: 35%}
}
@media screen and (max-width: 768px) {
    .new-detail .new-title{
        font-size: 33px;
    }
    .page .page-btn {
        width: auto;
        padding: 15px 25px;
    }
    .page .page-btn span {
        display: none;
    }
    .deta-banner {
        height: 408px;
    }
}
@media screen and (max-width: 390px) {
    .banner-text .en-text{font-size: 14px}
    .banner-text .cn-text{font-size: 28px}
    .new-detail .new-title{font-size: 26px}
}
