.news_read_main_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;
}

.news_read_main {
    max-width: 1360px;
    width: 85%;
    margin: auto;
}

.news_read_title {
    font-family: albb_reqular;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(8px + 2rem);
    text-align: center;
    font-style: normal;
}

.news_read_time {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;
    line-height: calc(5px + 1rem);
    text-align: center;
    font-style: normal;
    margin-top: calc(1px + 1rem);
}

.news_read_line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.7);
    margin-top: calc(4px + 1.5rem);
}

.news_read_detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1rem);
    padding-top: calc(20px + 2rem);
}

.news_read_detail p {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: justify;
    font-style: normal;
    text-indent: 4ch;
}

.news_read_detail img {
    width: calc(80px + 30rem);
    height: calc(61px + 15rem);
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: calc(8px + 1.5rem);
}

.news_prev_next_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 0.5rem);
    margin-top: calc(2px + 1.5rem);
}

.news_prev_next {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(5px + 1rem);
    text-align: justify;
    font-style: normal;
    transition: .3s;
}

.news_prev_next:hover {
    color: #1B65BA;
}

.back_news_list {
    width: calc(60px + 5rem);
    line-height: calc(5px + 2rem);
    background: #333333;
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    margin: auto;
    margin-top: calc(20px + 2rem);
}