.main-content .container:before {
    content: '';
    display: block;
    border-width: 1px 0;
    border-style: solid;
    border-color: #D8D8D8 transparent #fff;
    margin-bottom: 50px;
}
.links-list {
    max-width: 1050px;
    margin: 0 auto;
}
.links-list .item {
    width: 50%;
    padding: 0 7px;
}
.links-list .item:nth-child(2n+1) {
    clear: left;
}
.links-list .box {
    max-width: 450px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}
.links-list .box .cover{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    font-size: 0;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.links-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(194,164,69,0.60);
    opacity: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.links-list .box:hover .pic:before {
    opacity: 1;
}
.links-list .name {
    color: #01215D;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}
.links-list .name:before {
    font-family: 'icon-font-40' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #BFAA59;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
@media screen and (max-width: 1280px) {
    .links-list {
        margin: 0 -7px;
    }
    .links-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 767px) {
    .main-content .container:before {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}