.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 25%;
    padding: 15px 9px;
    margin: 0 auto 20px;
    background: #f3f3f3;
    border: #fff 5px solid;
}
.links-list .item:nth-child(4n+1) {
    clear: left;
}
.links-list .box {
    max-width: 280px;
    margin: 0 auto ;
}
.links-list .pic {
    background: #e6e6e6;
    padding: 6px;
    margin-bottom: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.links-list .box:hover .pic {
    background: #ffb94a;
}
.links-list .name {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    padding: 2px 5px 0px 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}

.links-list .box:hover .name {
    color: #f02731;
}

.links-list .btn-group {
    overflow: hidden;
}
.links-list .btn {
    width: 100%;
    line-height: 30px;
    color:#f02731;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 15px;
}
.links-list .btn:hover{
    color: #fff;
}
.links-list .btn.detail {
    background: #ffe8e3;
}
.links-list .btn.detail:hover {
    background: #f02731;
}
.links-list a:hover .btn.detail {
    background: #ffb94a;
}
.links-list .btn .ic {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 1px solid transparent;
    padding: 0px 3px 0px 0;
    vertical-align: middle;
}
.links-list .btn.detail .icon {
     
}

@media screen and (max-width: 1200px) {
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(4n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 860px) {
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 560px) {
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 460px) {
    .links-list .item {
        width: 100%;

    }
    .links-list {
        margin: 0 auto;
        max-width: 320px;
    }
}