.list{
    margin: 30px 10px 10px 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 12px rgba(0,0,0,.15);
    padding: 10px;
}
.list .header{
    display: flex;;
    margin: 5px 0;
}
.list .header .stat{
    position: absolute;
    right: 0;
    margin-right: 30px;
    color: #828282;
}
.list .header .title{
    font-weight: 700;
}
.list .split-line{
    height: 1px;
    background: #0000001a;
}
.list .content{
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.list .item{
    overflow: hidden;
    padding: 2px 2px;
    border-radius: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list .item:hover{
    background-color: #d2d2d2;
}
.list .item a{
    color: #424242;
    text-decoration: none;
    padding: 2px 5px;
}
.list .item:hover a{
    color:blue!important;
}
.list .item a:visited{
    color:red;
}
/*最近更新右键菜单*/
.wiy-rut-menu{
    display: none;
    user-select: none;
    z-index: 10;
    position: absolute;
    background-color: #fff;
    width: 200px;
    padding: 5px 0 5px 0;
    box-shadow: 5px 5px 12px rgba(0,0,0,.15);
}
.wiy-rut-menu ul li.separate{
    height: 1px;
    padding: 0;
    background: #d4d4d4;
}
.wiy-rut-menu ul{
    margin: 0;
}
.wiy-rut-menu ul li{
    padding: 5px 0 5px 35px;
}
.wiy-rut-menu ul span{
    font-size: 1.2rem;
    margin-left: 10px;
}
.wiy-rut-menu ul li i{
    font-size: 1.5rem;
    position: absolute;
    left: 10px;
}
.wiy-rut-menu li:hover{
    cursor: pointer;
    background-color: #d4d4d4;
}
.wiy-rut-menu .del i{
    color: #17a2b8;
}
.wiy-rut-menu .collect i{
    color: #ff8300;
}
.wiy-rut-menu .report i{
    color: #ff5555;
}
.wiy-rut-menu .feedback i{
    color: #007cff;
}
/*最近更新右键菜单结束*/
