.download-list {
    margin: 0 -8px;
}
.download-list .item {
    width: 16.66%;
    padding: 0px 8px;
}
.download-list .box{
    position: relative;
}

.download-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.download-list .item .box {
    margin: 0 auto 30px;
    max-width: 140px;
    position: relative;
}
.download-list .pic {
    border: 1px solid #E0DDCF;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.download-list .box:hover .pic{
    box-shadow: 1px 3px 9px 0px #d8d8d8;
}
/*.download-list .box:hover .pic:before {
    content: '';
    display: block;
    background: url(../../images/common/download/hover_default.png) 50% 50% / contain no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/
/*.download-list .box:hover .pic img {
    opacity: 0;
    visibility: hidden;
}*/
.download-list .name {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}
.download-list .box:hover .name {
    color: #6789B1;
}
@media screen and (max-width: 1200px) {
    .download-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 600px) {
    .download-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 400px) {
    .download-list .item {
        width: 50%;
    }
}