.news_read_box {
    width: 100%;
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(80px + 5rem);
}

.news_read {
    max-width: 1440px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.news_read_main {
    width: 66.3194%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.news_read_title {
    font-family: pingfang_medium;
    font-weight: 600;
    font-size: calc(10px + 1rem);
    color: #333333;
    line-height: calc(2px + 2rem);
    text-align: justify;
}

.news_read_time {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: rgba(119, 119, 119, 0.85);
    line-height: calc(5px + 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(5px + 0.25rem);
    margin-top: calc(5px + 2rem);
}

.news_read_time img {
    width: calc(7px + 0.5rem);
}

.news_read_con {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
    border-top: 1px solid rgba(229, 229, 229, 0.7);
    border-bottom: 1px solid rgba(229, 229, 229, 0.7);
    padding-top: calc(10px + 3rem);
    padding-bottom: calc(20px + 4rem);
    margin-top: calc(2px + 1rem);
}

.news_read_con img {
    width: 100%;
}

.prev_next_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 0.5rem);
    margin-top: calc(2px + 1.5rem);
}

.prev_next_box p {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(5px + 1rem);
    text-align: justify;
    transition: .3s;
}

.prev_next_box p:hover {
    color: #971D32;
}

.to_list {
    width: calc(60px + 5rem);
    height: calc(5px + 2rem);
    background: #971D32;
    margin-top: calc(20px + 2rem);
}

.to_list a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;

}

.news_hot{
    width: 23.9583%;
}
.news_hot_title{
font-family: pingfang_medium;
font-weight: 600;
font-size: calc(4px + 1rem);
color: #333333;
line-height: calc(3px + 1.5rem);
}
.news_hot_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1.5rem);
    margin-top: calc(2px + 1.5rem);
}
.news_hot_item{
    border-top: 1px #D8D8D8 solid;
    padding-top: calc(2px + 1.5rem);
}
.news_hot_item .p1{
font-family: pingfang_regular;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: calc(10px + 1rem);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news_hot_item .p2{
font-family: pingfang_regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #777777;
line-height: calc(10px + 1rem);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-top: calc(5px + 0.25rem);
}
.news_hot_item .p3{
font-family: pingfang_regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #777777;
line-height: calc(2px + 1rem);
display: flex;
justify-content: flex-start;
align-items: center;
gap: calc(3px + 0.25rem);
margin-top: calc(7px + 0.5rem);

}

.news_hot_item .p3 img{
    width: calc(7px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .news_read{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 7rem);
    }
    .news_read_main{
        width: 100%;
    }
    .news_read_title{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .news_read_time{
        font-size: calc(10px + 1rem);
    }
    .news_read_time img {
        width: calc(12px + 0.5rem);
    }
    .news_read_con{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .prev_next_box p{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .to_list a{
        font-size: calc(10px + 1rem);
    }
    .to_list {
        width: calc(64px + 5rem);
        height: calc(23px + 2rem);
    }
    .news_hot{
        width: 100%;
    }
    .news_hot_title{
        font-size: calc(14px + 1rem);
    }
    .news_hot_item .p1{
        font-size: calc(12px + 1rem);
    }
    .news_hot_item .p2{
        font-size: calc(10px + 1rem);
        margin-top: calc(12px + 0.25rem);
    }
    .news_hot_item .p3{
        font-size: calc(9px + 1rem);
        margin-top: calc(12px + 0.25rem);
    }
    .news_hot_item .p3 img{
        width: calc(12px + 0.5rem);
    }
    .news_hot_item {
        
        padding-top: calc(10px + 1.5rem);
    }
    .news_hot_list {
        margin-top: calc(20px + 1.5rem);
    }
}