.container {
    max-width: 1260px;
    padding: 0 30px;
}
.links-list{
    margin: 0 -17px;
}
.links-list .item{
    width: 20%;
    padding: 0 17px;
}
.links-list .item a{
    max-width: 210px;
    margin: 0 auto;
}
.links-list .pic{
    border: 1px solid #DDDDDD;
    position: relative;
}
.links-list .name {
    font-size: 14px;
    padding: 8px 0 30px;
    color: #878787;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.links-list a:hover .pic:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.65);
    top: 0;
    left: 0;
}
.links-list a:hover .name{
    color: #4F4F4F;
}


@media screen and (max-width: 1440px) {
    .links-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 1180px) {
    .container {
        max-width: 700px;
    }
    .links-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .links-list .item a{
        padding: 0 5px;
    }
}
@media screen and (max-width: 550px) {
    .links-list .item {
        width: 100%;
    }
}
/*
.links-list {
    margin: 0 -2% -60px;
}
.links-list .item {
    width: 25%;
    padding: 0 2%;
}
.links-list .item a {
    max-width: 316px;
    margin: 0 auto 60px;
}
.links-list .pic {
    position: relative;
    background: #7A92D6;
    padding: 8px;
    margin-bottom: 8px;
}
.links-list a:hover .pic {
    background: #D0C19D;
}
.links-list .title {
    color: #525252;
    font-size: 15px;
    display: block;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    position: relative;
    padding-left: 16px;
}
.links-list a:hover .title {
    color: #3B7FE0;
}
.links-list .title:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #435AA1;
    position: absolute;
    top: 8px;
    left: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.links-list a:hover .title:before {
    background: #3B7FE0;
}
    
*/

/*
@media screen and (max-width: 1800px) {
    .links-list {
        margin: 0 -10px -60px;
    }
    .links-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1400px) {
    .links-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .links-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 560px) {
    .links-list .item {
        width: auto;
        float: none;
    }
}*/
