.list{

}
.list_cont{
    margin-bottom: 80px;
}
.item{
    max-height: 200px;
    min-height: 150px;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}
.item .title{
    margin-top: 10px;
    color: #454545;

}
.item a {
    text-decoration: none;
}
.item .sub{
    color: #A4A4A4;
    margin-top: 20px;
    font-size: 13px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1!important;
    line-clamp:1!important;
    -webkit-box-orient: vertical;
}
.item .time{
    color:#A4A4A4 ;
    position: absolute;
    bottom: 25px;
}
.img_item{
    width: 20%;
    height: 100%;
    background-color: pink;
}
.img_item img{
    width: 100%;
    height: 100%;
}
.list_font{
    width: 70%;
    height: 100%;
    margin-left: 40px;
}

