/*------------ link ------------*/

.link-list {
    margin: 0 -15px;
}

.link-list li {
    width: 25%;
    padding: 0 15px 50px;
}

.link-list li:nth-child(4n+1) {
    clear: left;
}

.link-list li .box {
    transition: all .2s;
    margin: 0 auto;
    position: relative;
    max-width: 226px;
    padding: 10px;
    box-sizing: border-box;
}
.link-list li .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 100%;
    z-index:154;
}

.link-list li .pic {
    position: relative;
}

.link-list li .name {
    position: relative;
    transition: all .2s;
    margin: 15px 0 0px;
}

.link-list li .name:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 12px;
    position: absolute;
    top: -30px;
    left: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    transition: all .2s;
    z-index: 150;
    margin: 0 0 0 -15px;
    opacity: 0;
}

.link-list li .name a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {
    .link-list {
        margin: 0 -7px;
    }
    .link-list li {
        padding: 0 7px 50px;
    }
}

@media screen and (max-width: 900px) {
    .link-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .link-list li:nth-child(4n+1) {
        clear: none;
    }
    .link-list li:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
    .link-list li {
        width: 50%;
    }
    .link-list li:nth-child(3n+1) {
        clear: none;
    }
    .link-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 400px) {
    .link-list li {
        width: 100%;
        padding: 0 0 50px;
    }
}
