.newDetails_content{
    width: 100%;
    min-height: 1000px ;
    background-color: #f5f5f5;
    height: auto;
}
.newDetails_block{
    margin: 0 auto;
    padding:  0 20px;
    width: 1300px;
}
.newDetails_link{
    height: 60px;
    font-size: 14px;
    padding: 20px 0
}
.content_info_block{
    background-color: white
}
.content_info_title{
    padding: 30px;
    font-size: 24px;
    font-weight: 600
}
.content_info_time{
    font-size: 12px;
    padding: 0  30px 20px 30px;
    border-bottom: 1px solid #e5e5e5
}
.content_info_all{
    padding: 30px
}
.content_hot_title{
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5
}
.new_list{
    background-color: white;
    padding: 0 0 30px 0
}

.new_list_title{
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
    height: 30px;

}
@media (max-width: 800px) {
    .newDetails_block{
        margin: 0 0;
        padding: 0 10px;
        width: 100%;
    }

}
