.links-list {
    max-width: 1320px;
    margin: 0 auto;
}
.links-list .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.links-list a{
    max-width: 296px;
    margin: 0 auto;
}
.links-list .pic {
    position: relative;
}
.links-list a:hover .pic:before {
    content: "";
    display: block;
    background: rgba(0,0,0,0.85) url(../images/links/cover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #C39001;
}
.links-list .name {
    margin: 0 auto;
    font-size: 15px;
    color: #6C726B;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    padding: 10px 0 0;
}
.links-list + .btn-box {
    padding-top: 30px;
}

@media screen and (max-width: 1000px) {
    .links-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .links-list .item {
        width: 100%;
    }
}