.downloadCenterListItem {
    margin-top: calc(40rem / 16);
}
.downloadCenterListItemImgContent {
    float: left;
    width: 25%;
    position: relative;
    /* width: 100%; */
    height: 0;
    padding-bottom: 35%;
    background-color: #F9F9F9;
}
.downloadCenterListItemImgContent img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #F9F9F9;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.downloadCenterListItemInfoContent {
    float: left;
    width: calc(50% - 60rem / 16);
    margin-left: calc(60rem / 16);
    padding-bottom: calc(20rem / 16);
    border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 63.99875em) {
    /* medium & small */
    .downloadCenterListItemInfoContent {
        width: calc(75% - 60rem / 16);
    }
}
.downloadCenterListItemPlaceholder {
    float: left;
    width: 25%;
}
    .downloadCenterListItemInfoContent > * {
        display: block;
    }
    .downloadTitle {
        font-family: 'arial';
        font-weight: bold;
        
        font-size: calc(17rem / 16);
    }
    .downloadLength {
        margin-top: calc(20rem / 16);
    }
    .downloadLength, .downloadDate {
        font-family: 'alibabapuhuiti_h';
        font-size: calc(14rem / 16);
        color: #CCCCCC;
    }
    .downloadBtn {
        margin-top: calc(20rem / 16);
        width: calc(40rem / 16);
    }
    @media screen and (max-width: 63.99875em) {
        /* medium & small */
        .downloadBtn {
            width: calc(30rem / 16);
        }
    }
