.programmebanner {
    width: 100%;
    height: 500px;
    background: url("../img/mchCustomized/custom.png") no-repeat;
    background-position: center center;
}

.onebox {
    width: 100%;
    margin: 5% auto 3%;
    text-align: center;
}

.onebox .bluetext2 {
    margin: 10% auto 0;
    width: 378px;
    height: 85px;
    /* background: #16307A 0% 0% no-repeat padding-box; */
    background: linear-gradient(270deg, #006BB6 0%, #1EA2A7 100%) padding-box;
    border-radius: 42px;
    color: white;
    line-height: 85px;
    font-size: 40px;
}

.onebox .text_three {
    margin: 20px auto 10px;
    color: #666666;
    font-size: 18px;
    opacity: 0.58;
}

.onebox .blueline {
    width: 202px;
    height: 3px;
    background: #16307A;
    margin: 30px auto;
}

.onebox .blue_noborder {
    margin: 10% auto 40px;
    font: normal normal bold 40px/15px Microsoft YaHei;
    letter-spacing: 2.4px;
    color: #16307A;
}

.onebox .rightblue {
    /* width: 60%; */
    line-height: 150%;
    margin: 0;
    height: 100%;
}

.onebox .text_black {
    font-size: 20px;
    margin-top: 4%;
    letter-spacing: 1.2px;
    color: #333333;
}

.pictop {
    margin: 0 auto;
    width: 80%;
    text-align: left;
    position: relative;
}

.pictop .textbox {
    width: 50%;
    position: absolute;
    top: 39%;
    right: 0%;
    font-size: 20px;
    font-family: MicrosoftYaHei;
}

.onebox .floatbox {
    text-align: left;
    width: 70%;
    overflow: hidden;
    margin: 6% auto 0;
}

.onebox .floatbox .ptext {
    width: 170%;
    font-size: 19px;
    margin-bottom: 15%;
    color: #333333;
    letter-spacing: 1.2px;
    line-height: 180%;
}

.listbox {
    padding-left: 8%;
    margin: 4% auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.list {
    text-align: left;
    width: 20%;
}

.list .list_top {
    margin-top: 10%;
    font: normal normal bold 24px/32px Microsoft YaHei;
    letter-spacing: 1.44px;
    color: #333333;
}

.list .list_bottom {
    letter-spacing: 1.2px;
    color: #333333;
    width: 93%;
    margin-top: 10%;
    font-size: 20px;
}