#link_main {
    padding: 15px 0;
    background: #f8f8f8;
}

#link {
    padding: 0;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.link_title {
    line-height: 40px;
    height: 40px;
    color: #fff;
}

.link_title h2 {
    background: url(../images/link.png) left center no-repeat;
    text-indent: 35px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px dotted #dedede;
    height: 40px;
    line-height: 40px;
}

.link_body {
    color: #000;
    border-top: 0px;
    border-bottom: 0px;
}

.link_text {
    overflow: hidden;
    zoom: 1;
    padding: 8px 0 8px 0;
}

.link_text ul li {
    list-style: none;
}

.link_text ul li {
    float: left;
    text-align: center;
    padding: 1px 15px;
    overflow: hidden;
    white-space: nowrap;
}

.link_text a {
    line-height: 22px;
    color: #666;
}

@media (max-width: 1199px) {
    #link {
        width: 96%;
    }
}

@media (max-width: 991px) {
    .link_title {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .link_title {
        height: 40px;
        line-height: 40px;
    }
}