.download-list {
    margin: 0 -6px;
}
.download-list .item {
    width: 25%;
    padding: 0 6px;
}
.download-list .item a {
    max-width: 155px;
    padding-right: 104px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
}
.download-list .item a:hover {
    background:  #FFFBFB;
}
.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;
	max-height: 155px;
}
.download-list .title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    width: 80px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 25px;
}
.download-list a:hover .title {
    color: #EE000D;
}

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