.download-list {
    margin: 0 -6px;
}

.download-list .item {
    width: 25%;
    padding: 0 6px;
}

.download-list .item a {
    max-width: 160px;
    padding-right: 104px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    transition: all .2s;
}

.download-list .item a:hover {
    transition: all .2s;
    background: rgba(200, 200, 200, 0.05);
}

.download-list .item a:before {
    content: "";
    background: url(../images/download/ic.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 32px;
}

.download-list .item a:hover:before {
    background-position: 0 100%;
}

.download-list .pic {
    position: relative;
    overflow: hidden;
}

.download-list .title {
    /*text-align: center;*/
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    width: 80px;
    height: 72px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 25px;
    color: #0052B8;
    transition: all .2s;
}

.download-list a:hover .title {
    color: #CDA02D;
    transition: all .2s;
}

@media screen and (max-width: 1380px) {
    .download-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 1130px) {
    .download-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .download-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 530px) {
    .download-list .item {
        width: auto;
        float: none;
    }
}
