.DownloadArea {
    padding-top: 20px;
}


.DownloadList {
    position: relative;
    border-bottom: 1px #b5b5b5 solid;
    margin: 0 0 10px 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;

}

.download_left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.download_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download_num {
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

.download_time {
    margin-left: -5px;
    /* border-right: 1px solid #ccc; */
}

.DownloadTag {
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #b56767;
    text-align: left;
}

.DownloadDate {
    position: absolute;
    left: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 22px;
}

.DownloadTit {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    display: block;
}

.DownloadTit a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    text-decoration: none;
}

.DownloadTit a:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
}

.Download {
    position: absolute;
    position: relative;
    top: 0;
    right: 0px;
}


.DownlFile {
    float: left;
    padding-left: 10px;

}

.DownlFile a {
    display: block;
}

.DownlFile a:hover {
    opacity: 0.5;
}

.DownlFile img {
    width: 28px;
    height: auto;
}



@media (max-width:990px) {

    .DownloadList {}

    .DownloadDate {
        font-size: 14px;
    }

    .DownlFile img {
        width: 26px;
    }
}


@media (max-width:768px) {


    .DownloadList {
        padding: 0px 0px 10px 0px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .DownloadList:first-of-type {
        padding: 10px 0px 10px 0px;

    }

    .DownloadDate {
        position: unset;
        left: unset;
        margin-bottom: 10px;
    }

    .Download {
        position: unset;
        top: unset;
        margin-top: 10px;
        bottom: 0px;
        margin-top: 0;
    }

    .DownlFile {
        padding: 0px 15px 0px 0px;
        padding: 0;
    }
}

@media (max-width:640px) {
    .right_contentBg strong {
        font-size: 16px;
    }

    .DownloadTit {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        display: block;
    }

    .type button {

        font-size: 14px;

    }

}


.tab {
    box-shadow: 0 5px 20px -10px;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 30px;
    min-height: 270px;
}