

.download-channel-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.download-channel-list ul li {
    flex-basis: calc(33.33% - 15px);
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
}
.download-channel-list ul li a {
    color: #333;
}
.download-channel-list ul li .img {
    overflow: hidden;
    margin-bottom: 8px;
    transition: 0.5s;
}
.download-channel-list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.3s ease; */
    transform: scale(1);
    transition: all .3s;
}
.download-channel-list ul li:hover .img img {
    transform: scale(1.1);
}
.download-channel-list ul li .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 768px) {
    .download-channel-list ul li {
        flex-basis: calc(50% - 15px);
    }
}







body { background: #f4f6f8; }
.download-article-content { padding: 15px; background-color: #fff }
.download-article-content .media { display: flex }
.aside { background-color: #fff; }

.download-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 50px 0 }
.download-list .download-item { display: flex; margin-bottom: 15px; width:calc(50% - 20px); max-height: 160px; -webkit-transition:0.5s;transition:0.5s; overflow: hidden;}
.download-list .download-item .download-left { width: 20%; min-width: 120px; max-width: 180px; margin-right: 20px; overflow: hidden; }
.download-list .download-item .download-left a { display: block; overflow: hidden; border-radius: 20px }
.download-list .download-item .download-left img { }
.download-list .download-item .download-body { flex: 1 }
.download-list .article-title { font-size: 1.1em; line-height: 1.45; }
.download-list .article-intro {
    height: 44px;
    line-height: 22px;
    font-size: 0.9rem;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}



.entry-box .media-left {
    padding-right: 20px;
}

.entry-box .media-heading {
    word-break: break-all;
    font-size: 1.2em;
    color: #444;
}

.entry-box .media-content {
    margin-top: 10px;
    color: #a1a0a0;
    font-size: 14px;
    word-break: break-all;
}

.entry-box .media-extend {
    margin-top: 15px;
}

.entry-box .media-object {
    width: 150px;
    height: 150px;
}

.download-num {
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #444;
}

.download-num .num {
    padding: 10px 0;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    height: 65px;
}

.download-num .text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #8e8f94;
}

.base-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.base-info .row {
    margin-bottom: 15px;
    font-size: 14px;
}

.base-info .row .col-xs-8 {
    text-align: right;
}

.screenshots-box {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    cursor: pointer;
    /*height: 400px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    */
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.screenshots-box > h2, .download-box > h2, .intro-box > h2, .history-box > h2 {
    font-size: 1.2rem;
    color: #444;
}

.intro-box {
    margin-top: 30px;
    line-height: 30px;
}

.intro-box img {
    max-width: 100%;
}

#download h3 {
    font-size: 1.2rem;
}




@media (max-width: 768px) {
    .download-list {
        gap: 0;
    }
    .download-list .download-item {
        width: 100%;    /* calc(50% - 15px); */
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
