.banner{
    width: 100%;
    height: 4.5rem;
    margin-top: 1.2rem;
}
.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.list .list-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-ul .list-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.01rem solid #cccccc;
}
.list-li .list-img{
    width: 100%;
    height: 4.45rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.4rem;
}
.list-li .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-time{
    width: 100%;
    height: 0.44rem;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.44rem;
    margin-top: 0.26rem;
}
.list-box .list-head{
    width: 100%;
    height: 0.8rem;
    font-size: 0.45rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.8rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.list-box .list-text{
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.38rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent:2em
}


.page{
    width: 100%;
    height: 0.6rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
