.content{
    max-width: 1275px;
    margin: 0 auto;
}
.link-list {
    margin: 0 -7px;
}
.link-list li {
    width: 25%;
    padding: 0 7px;
}
.link-list li a {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.link-list .pic {
    position: relative;
    margin-bottom: 8px;
}
.link-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #DDDDDD;
}
.link-list a:hover .pic:before {
    background: rgba(0,0,0,0.80) url(../images/links/hover.png) no-repeat 50% 50%;
}
.link-list .link-name {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-list .link-url {
    color: #aaa;
    font-size: 13px;
}
.link-list a:hover .link-url {
    text-decoration: underline;
}
@media screen and (max-width: 1080px) {
    .content{
        max-width: 767px;
    }
    .link-list li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .link-list li {
        width: 100%;
    }
}