

.right_detail{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    min-height: 500px;
}

.right_detail .de_title{
    font-size: 16px;
}
.right_detail .de_title span{
    color: #cc000c;
}

.right_detail .de_list{
    padding-left: 90px;
    margin-top: 10px;
}

.right_detail .de_list ul{
    /*display: none;*/
}
.right_detail .de_list li{
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.right_detail .de_list li .no_time{
    background: #f5f5f5;
    line-height: 30px;
    padding: 0 20px;
    color: #999;
}
.right_detail .de_list li .no_time span{
    display: inline-block;
    width: 20px;
}
.right_detail .de_list li .no_title{
    font-size: 15px;
    padding: 4px 20px 0 20px;
    line-height: 30px;
    font-weight: bold;
}

.right_detail .de_list li .no_content{
    font-size: 13px;
    padding:0 20px 10px 20px;
    line-height: 22px;
}



.data_no{
    text-align: center;
    line-height: 100px;
    background: #fff;
    display: none;
}
.detail_page{
    display: none;
}