@charset "UTF-8";
body{
    background: #F7F8FA;
}
.list{
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem 0 0.1rem;
}

.list .article-list>a{
    width: 47%;
    margin: 0.1rem 0.1rem 0.2rem 0.1rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}
.list .cover{

}
.list .cover>img{
    height: 4.6rem;
    width: 100%;
}
.list .title{
    background-color: #fff;
    color: #686868;
    padding: 0.18rem 0.18rem 0.18rem 0.18rem;
}

.list .title .title-name{
    font-size: 0.26rem;
    height: 0.78rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    line-height: 1.5;
}
.list .title .user-block{
    padding-top: 0.16rem;
    line-height: 0.48rem;
}
.list .title .user-block>p{
    font-size: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list .title .user>img{
    width: 0.5rem;
    height:0.5rem;
    border-radius: 100rem;
    -moz-border-radius: 100rem;
    -webkit-border-radius: 100rem;
}
.list .title .user>span{
    padding-left: 0.1rem;
    font-size: 0.24rem;
    color: #686868;
}
.list .title .view{
    text-align: right;
    color: #686868;
}
.list .title .view>i{
    position: relative;
    top: 0.03rem;
    padding-right: 0.06rem;
    font-size: 0.30rem;
}
