.download-list {
    margin: 0 -6px;
}
.download-list .item {
    width: 16.66%;
    padding: 0 6px;
}
.download-list .item a {
    max-width: 194px;
    margin: 0 auto 20px;
}
/*
.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 {
    overflow: hidden;
    border: 1px solid #eee;
    /*background: #0C0C0C;*/
}
.download-list a:hover .title,
.download-list a:hover .pic {
	opacity:0.6;
	color: #b6c900;
}

.download-list .title {
    font-weight: 600;
    text-align: center;
    color: #333;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    height: 36px;
    overflow: hidden;
	font-size: 15px;
}

@media screen and (max-width: 1380px) {
    .download-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 1035px) {
    .download-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .download-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 490px) {
    .download-list .item {
        width: auto;
        float: none;
    }
}
