.title-bule {
    color: #0D44A8;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #0D44A8;
    line-height: 40px;
}

.VIDEO1-img {
    width: 100%;
    height: 561px;
    position: relative;
}

.VIDEO1-img img {
    width: 100%;
    height: 100%;
}

.VIDEO1-img .bb1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    background: url(../img/play.png) no-repeat center / cover;
    background-size: 100%;
}

.VIDEO1-text {
    width: 100%;

}

.VIDEO1-text p {
    margin-top: 53px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #2B2C30;
    line-height: 33px;
}

.faq-Resources-left .box1 {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 0px rgba(13, 68, 168, 0.11);
    border: 1px solid #B6C7E5;
    margin-top: 41px;
}

.faq-Resources-left .box1-title {
    background: #F2F2F2;
}

.faq-Resources-left .box1-title a {
    text-align: center;
    padding: 21px 0;
    display: block;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #0D44A8;
}

.box1-div1 {
    padding: 22px 11px;
}

.box1-div1img {
    width: 100%;
    height: 100%;
}

.box1-div1img img {
    width: 100%;
    height: 100%;
}

.box1-div1text .p1 {
    margin-top: 15px;
}

.box1-div1text .p1>a {

    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.margintop {
    margin-top: 0px !important;
}

.VIDEO22-img {
    width: 100%;
    position: relative;
}

.VIDEO22-img img {
    width: 100%;
    height: 100%;
}

.ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ul1>li {
    width: 32.33%;

}

.bb2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    background: url(../img/play.png) no-repeat center / cover;
    background-size: 100%;
}

.VIDEO22-but {
    width: 70%;
    background: #0D44A8;
    text-align: center;
    margin: 35px auto 0px;
}

.VIDEO22-but a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    padding: 19px 0px;
    display: block;
}
.Video22{
    margin-top: 67px;
    margin-bottom: 50px;
}
@media screen and (max-width: 956px){
    .ul1{
        flex-direction: column;
    }
    .ul1>li{
        width: 100%;
        margin-bottom: 30px;
    }
}