.download-list {
    max-width: 1360px;
    margin: 0 auto;
}
.download-list .item {
    width: 25%;
    padding: 0 7px;
}
.download-list .item:nth-child(4n+1) {
    clear: left;
}
.download-list .box {
    max-width: 250px;
    margin: 0 auto 20px;
    text-align: center;
}
.download-list .pic {
    background: url('../../images/common/download/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.download-list .box:hover .pic {
    opacity: 0.6;
}
.download-list .name {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
    border: 1px solid #f1f1f1;
    border-width: 0px 0 1px;
    max-width: 238px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
}
.download-list .box:hover .name {
    color: #f02731;
}

@media screen and (max-width: 1000px) {
    .download-list .item {
        width: 33.33%;
    }
    .download-list .item:nth-child(4n+1) {
        clear: none;
    }
    .download-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 600px) {
    .download-list {
        max-width: 600px;
    }
    .download-list .item {
        width: 50%;
    }
    .download-list .item:nth-child(3n+1) {
        clear: none;
    }
    .download-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 560px) {
    .download-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 400px) {
    .download-list .item {
        width: 100%;
    }
}