
.links-list {
    margin: 38px -30px;
}
.links-list .item {
    width: 50%;
    padding: 0 30px;
}
.links-list .item:nth-child(2n+1){
    clear: both;
}
.links-list .box {
    /*max-width: 434px;*/
    margin: 0 auto;
    background: url(../../images/common/links/box.png) bottom repeat-x;
    margin-bottom: 30px;
    padding-bottom: 15px
}
.links-list .name{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
    line-height: 1.4;
}
.links-list .url{
    color: #262626;
    line-height: 1.4;
    font-size: 15px;
}

.links-list + .btn-box {
    padding-top: 30px;
}

@media screen and (max-width: 1000px) {
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(4n+1) {
    clear: none;
}
    .links-list .item:nth-child(3n+1) {
    clear: left;
}
   .links-list .item:last-child .box{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 660px) {
    .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: 430px) {
    .links-list .item {
        width: 100%;
    }
}