/****************************  ****************************/

.links-list a,
.links-list a:hover,
.links-list .item,
.links-list .item:hover,
.links-list .pic:before,
.links-list .pic:hover:before {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/****************************  ****************************/

.links-list {
    max-width: 1000px;
    margin: 35px auto 0;
}

.links-list li:nth-child(4n+1) {
    clear: left;
}

.links-list .item {
    width: 25%;
    padding: 0 13px 35px;
}

.links-list .item:hover {}

.links-list a {
    position: relative;
    display: block;
}

.links-list .pic {
    position: relative;
    width: 218px;
}

.links-list .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(67, 185, 246, 0.10);
}

.links-list a:hover .pic:before {
    opacity: 1;
}

.links-list .txt {
    max-width: 218px;
    padding: 15px 10px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.links-list a:hover .txt {
    background: rgba(67, 185, 246, 0.10);
}

.links-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    height: 24px;
    color: #043D57;
}
