.news_read_box {
    width: 100%;
    padding-top: calc(2px + 3rem);
    padding-bottom: calc(20px + 5rem);
}

.news_read {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}

.news_read .p1 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 500;
    font-size: calc(6px + 1.5rem);
    color: #000000;
    line-height: calc(10px + 2rem);
}

.news_read .p2 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #999999;
    line-height: calc(4px + 1.5rem);
    margin-top: calc(3px + 1rem);
    margin-bottom: calc(2px + 1rem);
}

.news_read .p3 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 0.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(8px + 0.5rem);
}

.news_read .p3 strong {
    font-weight: 600;
}

.news_read .p4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(8px + 0.5rem);
    margin-top: calc(2px + 2rem);
}

.news_read .p4 p {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #000000;
    line-height: calc(2px + 1rem);
}

.news_read .p4 .line {
    flex: 1;
    height: 1px;
    background: #D8D8D8;
}

.news_prev_next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(2px + 1rem);
}

@media screen and (max-width: 1100px){
    .news_read_box {
        padding-top: calc(15px + 3rem);
    }
    .news_read .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .news_read .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read .p4 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read .p4 {
        margin-top: calc(20px + 2rem);
    }
}