/* banner */
.banner {
    width: 100%;
    height: 2rem;
    position: relative;
}

/* content */
.contentBox {
    margin-top: .3684rem;
    margin-bottom: .4211rem;
}

.contentBox .content {
    width: 85%;
    /* background-color: yellowgreen; */
    margin: 0 auto;
}

.contentBox .contentTop {
    /* margin-top: .3684rem; */
}

.contentBox .contentTop div:first-child p {
    font-size: .1368rem;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    margin-bottom: .0368rem;
}

.contentBox .contentTop div:nth-of-type(2) {
    width: 0.6105rem;
    height: .0178rem;
    background-color: #333;
    margin: 0 auto;
}

.contentBox .contentTop div:last-child p {
    font-size: .0789rem;
    text-align: center;
    margin-top: .0526rem;
    font-weight: 300;
}

.contentBox .contentBottom {
    display: flex;
    justify-content: space-around;
    margin-top: .1842rem;
}

.contentBox .contentBottom .left {
    width: 2.8947rem;
    height: 3.2105rem;
    /* background-color: #ccc; */
    border-radius: 2%;
    overflow: hidden;
}

.contentBox .contentBottom .right {
    width: 44%;
}

.contentBox .contentBottom .right>p {
    font-size: .1263rem;
    color: rgb(0, 69, 141);
}

.contentBox .contentBottom .right>p:nth-of-type(2) {
    margin-top: 0.2053rem;
}

.contentBox .contentBottom .right .line {
    width: 0.2105rem;
    height: 0.0178rem;
    background-color: rgb(0, 69, 141);
    margin-top: .0526rem;
}
.contentBox .contentBottom .right div p {
    font-size: .0837rem;
    margin-top: .0789rem;
    color: #666;
    line-height: .1316rem;
    font-weight: 300;
}

.bannerP {
    width: 5.3rem;
    height: 0.15rem;
    font-size: 25px;
    color: #fff;
    font-family: "Futura PT Extra", "Futura Std", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: italic;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}