.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 ;
    position: relative;
}
.links-list .box a.cover{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 30;
}
.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}
.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}
.links-list .name {
    color: #3E8BA6;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    border-bottom: 1px dashed #bbb;
    padding: 2px 5px 6px 5px;
    margin-bottom: 5px;
}
.links-list .description {
    line-height: 22px;
     padding: 2px 5px 8px 5px;
}
.links-list .box:hover .name {
    text-decoration: underline;
    color: #ff8158;
}
.links-list .btn-group {
    overflow: hidden;
}
.links-list .btn {
    width: 100%;
    line-height: 30px;
    color: #ef907d;
    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: #ffb9ab;
}
.links-list .box:hover .btn.detail {
    background: #ABB315;
}
.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;
    }
}