body{
    width:100%;
    height:100%;
}
.wrap{
    width:100%;
    height:100%;
    background:#ffffff;
    padding:0 0.8rem;
    box-sizing: border-box;
}
.list{
    width:100%;
}
.list ul{
    width:100%;
}
.list ul li{
    width:100%;
    height:2.2rem;
    line-height: 2.2rem;
    border-bottom:1px solid #EBEBEB;

}
.list ul li a{
    display:flex;
    justify-content: space-between;
}
.text{
    width:8rem;
    overflow: hidden;
    font-size:0.75rem;
    color:#333333;
    font-weight:bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.time{
    font-size:0.6rem;
    color:#999999;
    font-weight:400;
}