.links-list {
    margin: 0 -10px;
}
.links-list .item {
    width: 16.66%;
    padding: 0 10px;
}
.links-list .item a {
    margin: 0 auto 20px;
    max-width: 210px;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
}
.links-list a:hover .name{
	color: #b6c900;
}
.links-list a:hover .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/links/cover.png)center no-repeat,rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.links-list .txt {
    padding: 10px 0px;
}
.links-list .name {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 15px;
}
.links-list .url {
    color: #888;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (max-width: 1420px) {
    .links-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 990px) {
    .links-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 770px) {
    .links-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 530px) {
    .links-list .item {
        float: none;
        width: 100%;
    }
}
