.list {
    background-color: #fff;
    width: 100%;
    padding: .3rem;
    box-sizing: border-box
}

.list .list-item {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: 1.25rem;
    margin-bottom: .3rem;
    border-radius: .04rem
}

.list .list-item .img-container {
    width: 2rem;
    height: 1.25rem;
    border-radius: .04rem
}

.list .list-item .img-container img {
    display: block;
    width: 100%;
    height: 100%
}

.list .list-item .list-content {
    width: 4.55rem;
    height: 100%;
    font-size: .2rem;
    font-family: PingFang SC;
    color: #B1B1B1
}

.list .list-item .list-content p {
    margin-bottom: .2rem;
    font-size: .3rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #505050;
    line-height: .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.list .list-item .list-content i {
    float: right;
    color: #3D7EFF
}
.list .look_more{
    display: block;
    width: 100%;
    height: .76rem;
    background: #F6F6F6;
    margin-top: .4rem;
    border: .02rem solid #EEEEEE;
    font-size: .28rem;
    font-weight: bold;
    color: #999999;
    text-align: center;
    line-height: .76rem;
}