.file-container{
    padding-top:280px ;
    background: #FFFEFC;
}

.file-content{
    width: 100%;
    padding: 80px 240px 0;
    min-height:300px;
}

.file-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: calc(100vh - 670px);
}
.file-list li{
    width: 48%;
    border: 1px solid rgba(197,196,195,0.75);
    font-size: 16px;
    color: #282D29;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.file-list li span{
    color: #282D29;
}
.file-list  li span i{
    color: #008A71;
    font-size: 18px;
}
.file-list li a{
    color: #008A71 !important;
}

@media screen and (max-width: 768px){
    .news-bread-nav{
        display: none;
    }
    .news-tabs{
        width: 100%;
        background: #F7F7F0;
        padding: 0 50px;
        bottom: -90px;
        display: none;
    }
    .file-container{
        padding-top: 250px;

    }
    .file-content{
        background: #FFFEFC;
        padding: 0 15px;
    }
    .file-list li{
        width: 100%;
        font-size: 12px;
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1670px) {
    .file-content{
        padding: 80px 30px 0;
    }
}
