
.download-list {
    margin: 0 -6px;
}
.download-list .item {
    width: 25%;
    padding: 0 6px;
}
.download-list .item:nth-child(4n+1) {
    clear: left;
}
.download-list .box {
    max-width: 200px;
    margin: 0 auto 30px;
    text-align: center;
    
}
.download-list .pic :hover {
    background: #026DAA;
}
.download-list .box:before {
    content: "";
    background: url('../../images/common/download/ic.png') no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -9%;
    right: 10px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 5;
}
.download-list .box:hover:before {
    background-position: 0 100%;
}
.download-list .pic {
    position: relative;
    overflow: hidden;
    border:solid #026DAA;
    border-width: 1px;
    background:#fff;
    padding: 6px
}
.download-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border:solid #026DAA;
    border-width: 8px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.download-list .box:hover .pic:before {
    opacity: 1;
}
.download-list .name {
    color: #026DAA;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border-width: 1px 0;
    max-width: 164px;
    margin: 0 auto;
}
.download-list a:hover .name {
    color: #367C38;
}
@media screen and (max-width: 1025px) {
.banner {
	 padding: 0;
	 }
}
@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%;
    }
}