.list{

}
.list_cont{
    margin-bottom: 80px;
}
.item{
    height: 130px;
    background: #fff;
    padding: 25px;
    margin-top: 20px;
    border-radius: 5px;
    
}
.item .title{
    color: #454545;

}
.item a {
    text-decoration: none;
}
.item .sub{
    color: #A4A4A4;
    font-size: 13px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item .time{
    color:#A4A4A4 ;
    margin-top: 20px;
}
.dtbtn{
    width: 200px;
    height: 35px;
   
    background-color: #0CDBAF;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff ;
}