
.red{
    color: #e23333 ;
}

#main{
    background: #eeeeee;
    padding: 10px 0;
}



.list_box .list_title {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #222;
    margin: 41px 0px 4px 0px;
}

#no_list{
    min-height: 500px;
}

#no_list li{
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
}

#no_list li .left{
    width: 100px;
    height: 85px;
}
#no_list li .left img{
    width: 100px;
    height: 85px;
}
#no_list li .right{
    padding-left: 120px;
}

#no_list li .no_title{
    line-height: 36px;
    font-size: 16px;
}

#no_list li .no_title a{
    display: block;
    float: left;
    color: #222;
    max-width: 890px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#no_list li .no_title a:hover{
    color: #e23333 ;
}
#no_list li .no_title .no_title_t a:hover{
    color: #e23333 ;
}

#no_list li .no_title .no_time{
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#no_list li .no_content{
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.detail_page{
    display: none;
}

.data_no{
    text-align: center;
    line-height: 100px;
    background: #fff;
    display: none;
}