.links-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.links-list .box{
    position: relative;
}
.links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .item .box {
    max-width: 265px;
    margin: 0 auto 40px;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
}
.links-list .box:hover .pic:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.30);
}
.links-list .txt{
    padding-top: 10px;
}
.links-list .txt .name{
    color: #444;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.links-list .txt .url{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}
@media screen and (max-width: 700px) {
    .links-list {
        margin: 0 -6px;
    }
    .links-list .item {
        width: 50%;
        padding: 0 6px;
    }
    .links-list .item .box {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 400px) {
    .links-list .item {
        float: none;
        width: auto;
    }
}