.list{
    width: 100%;
    min-height: 400px;
    margin-top: 30px;
}
.list .downlist a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    background: rgba(238, 238, 238, 1);
}
.list .downlist a .name{
    width: 80%;
    line-height: 1.5;
}
.list .downlist a .date{
    color: rgba(125, 125, 125, 1);
    white-space: nowrap;
}
@media screen and (max-width: 780px) {
    .list{
        min-height: 50px;
    }
}
