.press_detail_container {
    margin-top: 78px;
    max-width: 1200px;
}

.press_detail_container .notice {
    color: rgba(241, 150, 0, 1);
}

.press_detail_container .detail_title {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.press_detail_box {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(224, 226, 230, 1);
}
.press_detail_type {
    float: right;
    padding: 4px 6px;
    background: rgba(248, 233, 234, 1);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    color: rgba(184, 28, 38, 1);
    vertical-align: top;
}

.press_detail_container .detail_date {
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
    margin-bottom: 20px;
    float: left;
}

.press_detail_container p {
    color: rgba(77, 77, 77, 1);
    font-size: 18px;
    margin: 20px 0;
}

.press_detail_container .next_passage {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.next_passage .p_items {
    display: flex;
    justify-content: space-between;
    max-width: 50%;
}
.p_items .p_next {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(241, 150, 0, 1);
}

.p_next span {
    color: black;
}

.next_passage .p_items .p_pre {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-left: 2px;
}

.next_passage .p_items .p_pre_img2 {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-left: 5px;
}
.article_content p,
span {
    font-family: SourceHanSansSCRegular !important;
}

.article_content img {
    width: 100%;
    border-radius: 8px;
    height: auto !important;
}

@media screen and (max-width: 750px) {
    .press_detail_container {
        margin-top: 30px;
    }

    .press_detail_container p {
        font-size: 16px;
        margin: 0;
    }
    .press_detail_container .detail_title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .next_passage .p_items {
        display: flex;
        justify-content: space-between;
    }

    .p_items .p_next {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgba(241, 150, 0, 1);
    }
    .p_next span {
        color: black;
    }

    .next_passage .p_items .p_pre {
        width: 16px;
        height: 16px;
        margin-top: 5px;
        margin-left: 2px;
    }
    .next_passage .p_items .p_pre_img2 {
        width: 16px;
        height: 16px;
        margin-top: 4px;
        margin-left: 5px;
    }
}
