.links-list {
    margin: 0 -7px;
}

.links-list .item {
    width: 16.666666%;
    padding: 0 7px;
}

.links-list .item:nth-child(6n+1) {
    clear: left;
}

.links-list .box {
    max-width: 223px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.links-list .pic {
    position: relative;
    margin-bottom: 2px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: solid 1px #FD6C0A;
}

.links-list .link-name {
    padding: 8px 15px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    background: #F7F7F7;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.links-list .box:hover .link-name {
    border-radius: 50px;
    color: #FFF;
    background: #333333;
}

@media screen and (max-width: 1100px) {
    .links-list .item {
        width: 33.333333%;
    }
    .links-list .item:nth-child(6n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .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: 767px) {
    .links-list {
        margin: 0 -7px;
    }
    .links-list .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 550px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}
