.links-list {
    margin: 0 -10px;
}
.links-list .item {
    width: 33.3%;
    padding: 0 10px;
     margin: 0 auto 50px;
}
.main-title span:before {
    left: -50px;
}

.main-title span:after {
    right: -50px;
}
.links-list .item:nth-child(3n+1) {
    clear: left;
}
.links-list .txt {
    max-width: 350px;
    text-align: left;
}
.links-list .box{
    position: relative;
}
.links-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.links-list .box:hover {
}
.links-list .pic img{
    width: 100%;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
}
.links-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.3);
    opacity: 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 .txt {
    padding: 10px 0px;
     color: #929292;
}
.links-list .name {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    text-align:left;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 5px 0;
}
.links-list .box:hover .name {
    color: #333;
    border-bottom: 1px solid #000000;
}
.links-list .url {
    color: #888;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
}
/*-- æŒ‰éˆ• --*/
.links-list .btn-group {
    overflow: hidden;
}
.links-list .btn {
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 15px;
}
.links-list .btn:hover{
    color: #fff;
}
.links-list .btn.detail {
     background: #797979;
}
.links-list .btn.detail:hover {
    background: #555;
}
.links-list .btn .ic {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 1px solid transparent;
    padding: 0px 3px 0px 0;
    vertical-align: middle;
}


@media screen and (max-width: 1260px) {
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(4n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item {
    margin: 0 auto 20px;
    }
    .links-list .txt {
    padding: 5px 0px;
}
.links-list .name {
    height: 20px;
    margin: 0;
    padding: 2px 0 6px;
}
}
@media screen and (max-width: 769px) {
    .links-list {
        margin: 0 -7px;
    }
    .links-list .item {
        padding: 0 7px;
         margin: 0 auto 30px;
    }
    .links-list .item {
        width:50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: none;
    }
}

@media screen and (max-width: 540px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}