.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;

}



.download-list .box:hover .pic {

    opacity: 0.6;

}

.download-list .name a{

    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 #ddd;

    border-width: 1px 0;

    max-width: 238px;

    margin: 0 auto;

}

.download-list .box:hover .name a{

    color: #11378F;

}



@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%;

    }

}