.banner-box {
    background-color: #ffa409;
    background-image: url('../../images/products/campus-life/banner-bg.png?v=20190806');
    background-repeat: no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom center;
    color: #333;
}

.banner-box .l-box {
    width: 646px;
}

.banner-box .r-box {
    padding-top: 42px;
}

.banner-box .l-box p {
    font-size: 22px;
    line-height: 36px;
}

.nav-menub-box {
    padding-bottom: 45px;
}

.nav-menub-box ul {
    margin-top: 52px;
    padding-left: 30px;
}

.nav-menub-box ul li {
    width: 356px;
    height: 444px;
    margin-right: 36px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px #e4e2e2;
    box-shadow: 0 0 10px 1px #e4e2e2;
    float: left;
    overflow: hidden;
    padding: 40px 34px 0 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-menub-box ul li:nth-last-child(1) {
    margin-right: 0;
}

.nav-menub-box ul li h4 {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding-left: 22px;
}

.nav-menub-box ul li h4 .no {
    position: absolute;
    font-size: 52px;
    color: #ffbb23;
    left: -12px;
    top: -14px;
}

.nav-menub-box ul li .img {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    margin: 44px auto 0 auto;
    text-align: center;
    line-height: 5.5rem;
    background: #ffbe2f;
    -webkit-box-shadow: 0 0 10px 1px #f6d07b;
    box-shadow: 0 0 10px 1px #f6d07b;
}

.nav-menub-box ul li .img img {
    vertical-align: middle;
}

.nav-menub-box ul li .label {
    margin-top: 44px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 22px;
    color: #333;
}

.nav-menub-box ul li p {
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
    color: #999;
}

.item-box.odd {
    background: #f9fafc;
    padding-top: 0;
}

.item-box.odd .ddp-comm {
    padding-top: 60px;
}

.item-box h4{
    margin-bottom: 16px;
}