.news_read_box{
    width: 100%;
    padding: calc(20px + 5rem) 0;
}

.news_read{
    max-width: 1400px;
    width: 85%;
    margin: auto;
}

.news_read_title{
    font-family: OPPOSans-M;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #333333;
    padding: 0 calc(5px + 0.5rem);
    margin-top: calc(5px + 0.5rem);
    text-align: center;
}

.news_read_time{
    font-family: OPPOSans-M;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    padding: 0 calc(5px + 0.5rem);
    margin-top: calc(5px + 0.5rem);
    text-align: center;
}
.news_read_con{
    margin-top: calc(20px + 2rem);
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    gap: calc(5px + 0.5rem);
}
.news_read_con p{
    font-family: OPPOSans-M;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    padding: 0 calc(5px + 0.5rem);
    margin-top: calc(5px + 0.5rem);
    
}
.news_read_con img{
    width: 60%;
    position: relative;

}
.cc_newslist_read{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
    margin-top: calc(10px + 2rem);

}
.lis1 a{
    font-size: calc(10px + 0.5rem);
    font-family: OPPOSans-R;
    color: #666666;
}

.lis2 a{
    font-size: calc(10px + 0.5rem);
    font-family: OPPOSans-R;
    color: #666666;
}