.file_list_bbs ul li {
    float: left;
    margin-right: 20px;
    width: calc(50% - 10px);
}

.file_list_bbs ul li:nth-child(2n) {
    margin-right: 0;
}

.file_list_bbs ul li:nth-child(n+3) {
    margin-top: 20px;
}

.file_list_bbs a {
    display: block;
    border: solid 1px #e5e5e5;
    padding: 20px;
    font-size: 17px;
    letter-spacing: -.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file_list_bbs a.download {
    background: url('/skin/bbs/basic/4_bbs_downlist/images/icon_download.png') right 20px center no-repeat;
}

.file_list_bbs a:hover {
    background-color: #f5f5f5;
}

@media (max-width: 815px) {
    .file_list_bbs ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .file_list_bbs ul li:nth-child(n+3) {
        margin-top: 0;
    }

    .file_list_bbs a {
        font-size: 15px;
        padding: 15px 10px;
        padding-right: 50px;
    }

}