.layer_read_box {
    width: 100%;
    padding-top: calc(2px + 3rem);
    padding-bottom: calc(20px + 5rem);
}

.layer_read {
    max-width: 1280px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    gap: calc(6px + 1.5rem);
}

.layer_read_pic {
    width: 38.4375%;

}

.layer_read_pic img {
    width: 100%;
    object-fit: cover;
}

.layer_read_right {
    width: 58.75%;
    padding-top: calc(2px + 1.5rem);
}

.layer_read_right .p1 {
    display: flex;
    justify-content: flex-start;
    gap: calc(6px + 0.5rem);
    align-items: flex-end;
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: calc(2px + 0.5rem);
}

.layer_read_right .p1 p:nth-of-type(1) {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(8px + 2rem);
    color: #CEB25A;
    line-height: calc(7px + 3rem);
}

.layer_read_right .p1 p:nth-of-type(2) {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #999999;
    line-height: calc(10px + 1.5rem);
}

.layer_read_right .p2 {
    margin-top: calc(4px + 1rem);
}

.layer_read_right .p2 p:nth-of-type(1) {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: calc(8px + 1rem);
}

.layer_read_right .p2 p:nth-of-type(2) {
    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);
    margin-top: calc(3px + 0.25rem);
}

@media screen and (max-width: 1100px){
    .layer_read{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(10px + 1rem);
    }
    .layer_read_pic{
        width: 80%;
    }
    .layer_read_right .p1 p:nth-of-type(1){
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .layer_read_right .p1 p:nth-of-type(2){
        font-size: calc(9px + 1rem);
        line-height: 1.5;
    }
    .layer_read_right .p2 p:nth-of-type(1){
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .layer_read_right .p2 p:nth-of-type(2){
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .layer_read_right{
        width: 100%;
    }
}