.wapper {
    width: 100%;
}

.sponsor {
    background-color: white;
    overflow: hidden;
    padding: 0 32px;
}

.sponsor .title-box {
    margin: 46px 0;
}

.sponsor .item-wapper {
    width: 100%;
}

.sponsor .item-wapper:last-child {
    margin-bottom: 72px;
}

.sponsor .item-wapper .title {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    background: url(/src/imgs/sponsorline.png) no-repeat center;
    background-size: 180%;
    margin-bottom: 8px;
}

.sponsor .item-wapper .item-inner {
    width: 100%;
    margin-bottom: 40px;
}

.sponsor .item-wapper .item-inner .item {
    width: 256px;
    float: left;
    margin-left: 108px;
    margin-bottom: 40px;
}

.sponsor .item-wapper .item-inner .item:nth-of-type(3n) {
    margin-right: 108px;
}

.sponsor .item-wapper .item-inner .item .logo-wapper {
    width: 100%;
    height: 97px;
    background: #fbfbfb;
    border: 1px solid #dddddd;
    margin-bottom: 8px;
}

.sponsor .item-wapper .item-inner .item .logo-wapper img {
    /*width: 100%;*/
    height: 100%;
    display: block;
    margin: auto;
}

.sponsor .item-wapper .item-inner .item h2 {
    text-align: center;
    width: 100%;
    padding: 0 30px;
    margin: auto;
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
