#news_detail {
    min-height: 50rem;
    background-color: #fff;
    padding: 1.2rem 1.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.banner{
    width: 100%;
    margin-bottom: 2rem;
}

.banner img {
    width: 100%;
}

#news_detail .title {
    font-size: 1.6rem;
    text-align: center;
    color: #333;
    font-weight: bold;
}

#news_detail .date_time{
    font-size: 1rem;
    color: #999;
    text-align: center;
    margin-top: 1rem;
}

#news_detail .text-content {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}

#news_detail img{
    /* width: 100%; */
}