.links {
    width: 100%;
    height: auto;
    clear: both;
}

.links .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
}

.links .content .bg {
    background: url(../images/logo_bg1200.png) no-repeat;
    height: 36px;
}

.links .content .bg .title {
    margin-left: 48px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.links .content .bg .more {
    font-size: 14px;
    text-align: right;
    float: right;
    line-height: 36px;
}

.links .content .bg .more a{
    font-size: 14px;
    text-align: right;
    float: right;
    line-height: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.links .content .join {
    width: 100%;
    margin-top: 20px;
    clear: both;
}

.links .content .join ul {
    width: 100%;
}

.links .content .join ul::after {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    content: '';
}

.links .content .join ul li {
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    height: 88px;
}

.links .content .join ul li img {
    width: 100%;
    height: 100%;
    border: none;
}

.links .content .join ul li:nth-child(5n) {
    margin-right: 0;
}
@media only screen and (max-width:768px) {
	.links .content {
	    width: 100%;
	    margin: 0 auto;
		padding: 0 20px;
	    padding-top: 10px;
	}
	.links .content .join ul{
		height: 270px;
		overflow: hidden;
	}
	.links .content .join ul li {
	    width: 48%;
	    float: left;
	    margin-right: 2%;
	    margin-bottom: 10px;
	    overflow: hidden;
		height: 60px;
	}
	.links .content .join ul li:nth-child(2n) {
	    margin-right: 0;
	}
	.links .content .join ul li:nth-child(5n) {
	    margin-right: 2%;
	}
	.links .content .join ul li img {
	    width: 100%;
	    height: auto;
	    border: none;
	}
}