#filecontent {
    margin-top: 50px;
    display: none;
}

.bgs_one .list {
    padding: 0 0 3% 0;
}

.bgs_one .list li {
    width: 100%;
    background: #fff;
    font-size: 20px;
    height: 9em;
    padding-left: 8em;
    position: relative;
    overflow: hidden;
    margin: 3% 0 0 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.bgs_one .list li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.5em;
    height: 9em;
    overflow: hidden;
}

.bgs_one .list li .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.bgs_one .list li .table {
    width: 100%;
    display: table;
    height: 9em;
    table-layout: fixed;
    overflow: hidden;
}

.bgs_one .list li .table .cell {
    display: table-cell;
    vertical-align: middle;
    height: 9em;
    overflow: hidden;
    padding: 3%;
}

.bgs_one .list li .table .cell.last {
    width: 160px;
}

.bgs_one .list li .table .cell p {
    font-size: 20px;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.bgs_one .list li .table .cell > a {
    text-decoration: none;
}

.bgs_one .list li .table .cell span {
    font-size: 16px;
    color: #999999;
    line-height: 2em;
    display: block;
}

.bgs_one .list li .table .cell span.bottom {
    margin: 10px 0 0 0;
    height: 38px;
    line-height: 38px;
    padding-left: 45px;
    background: url(../img/icon_download_hd.gif) left center no-repeat;
}

.bgs_one .list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.bgs_one .list li:hover .table .cell p {
    left: 20px;
}

.suijihead {
    display: flex;
    justify-content: space-between;
}

#switchlanguage {
    position: relative;
    color: #e60027 !important;
    text-decoration: none !important;
    border: 1px solid #e60027;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

#switchlanguage .iArrowR {
    fill: #e60027;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 5px;
}

#switchlanguage:hover .iArrowR {
    margin-right: 8px;
}

#switchlanguage > label {
    cursor: pointer;
}

#switchlanguage:hover {
    padding: 3px 24px;
}

@media (max-width: 768px) {

    .suijihead {
        flex-direction: column;
    }

    .suijihead span {
        text-align: center;
    }
    
    #switchlanguage {
        padding: 0 12px;
        font-size: 12px;
        margin: 0 auto;
        width: auto;        
        padding: 8px 12px;
        border-radius: 4px;        
        text-align: center;
    }
}

@media screen and (max-width: 980px) {
    .bgs_one .list li {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .ReportArea1 {
        background-color: #f2f2f2;
    }

    .bgs_one .list li .table {
        display: flex;
        flex-direction: column;
    }

    .bgs_one .list li {
        font-size: 12px;
        padding-bottom: 12px;
    }

    .bgs_one .list li .table .cell {
        padding-right: 10px;
    }

    .bgs_one .list li .table .cell p {
        font-size: 12px;
        margin-top: 12px;
    }

    .bgs_one .list li .table .cell span.bottom {
        padding-left: 16px;
        font-size: 12px;
        background-size: 16px;
    }
}

.FormTableStyle th, .FormTableStyle td {
    width: auto!important;
}
