.content-top{
    margin-bottom: 40px;
}
.main-title.Link{
    background-image: url(../../images/common/Links/main_title.png);
}
.link_title1{
    font-family: 'Roboto';
    font-weight: 300;
    color: #D2002C;
    font-size: 30px;
    background: url(../../images/common/links/link1.jpg) bottom left no-repeat;
    padding-left: 10px;
    margin-bottom: 4px;
}
.link_title2{
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    padding-left: 10px;
    padding-bottom: 6px;
    background: url(../../images/common/links/link2.png) repeat-x bottom;

}
.links-list {
    margin: 38px -10px;
}
.links-list .item {
    width: 33%;
    padding: 0 10px;
}
.links-list .item:nth-child(3n+1) {
    clear: left;
}
.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: 50%;
    }
    .links-list .item:nth-child(3n+1) {
    clear: none;
    }
    .links-list .item:nth-child(2n+1) {
    clear: left;
    }
    .link_title1{
        font-size: 22px;
    }
    .link_title2{
        font-size: 17px;
    }
    .links-list{
        margin: 15px -10px;
    }
    .content-top {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 660px) {
    .links-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
  
}