.aboutus-wrapper {
    width: 1200px;
    margin: 0 auto
}

.banner {
    background: url(../images/banner.png) /*tpa=http://www.xiwon588.com/images/banner.png*/ center no-repeat;
    background-size: cover;
    height: 313px
}

.detail {
    display: inline-block;
    vertical-align: top;
    width: 940px
}
.wrapper .detail-list{
	display:block;
	width:1200px;
	margin:0 auto
}
.friends ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}
.friends ul li {
    line-height: 0;
    width: 300px;
    margin-bottom: 20px;
    margin-right:20px
}
.friends ul li:nth-child(3n+3) {
    margin-right:0
}
.friends ul li img{
	width:300px;
	height:192px
}
.friends ul li p{
	text-align:center;
	line-height:44px;
	background:#f2f2f2
}
.wrapper .detail-list .friends ul li {
    line-height: 0;
    width: 380px;
    margin-bottom: 30px
}
.friends ul li a img{
	width:380px;
	height:210px
}
.friends ul li a p {
    height: 44px;
    line-height: 44px;
    color:#333;
    font-size:18px;
    text-align:center;
    background:#f2f2f2
}

.friends .ic-more {
    float: right;
    width: 14px;
    height: 40px;
    line-height: 40px;
    background: url(../images/more.png) /*tpa=http://www.xiwon588.com/images/more.png*/ center no-repeat;
    background-size: contain
}