*{
    text-align: left;
}
.Banner{
    width: 100%;
    height: 341px;
    background:  url(../images/commercialArbitrationBanner.png) no-repeat;
    background-size: 100%;
}
.container p{
    font-size: 16px;
    line-height: 26px;
}
.Banner p{
    width: 100%;
    height: 45%;
    font-size: 36px;
    color: #1463b2;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.context{
    width: 100%;
    margin-top: 20px;
}
.context>p{
    height: 44px;
    display: inline-block;
    margin-bottom: -1px;
}
.context>p>span{
    height: 44px;
    display: flex;
    margin-left: 5px;
    padding-right: 30px;
    align-items: center;
    border-bottom: 2px solid #487CBC;
}
.context>p>span>b{
    margin-left: 12px;
    font-size: 18px;
}
.context1,.context2{
    padding: 10px 0px;
}
.context1{
    background: #F3F5F7 url(../images/commercialArbitrationCon1.png) no-repeat;
    background-position-x: 120%;
    background-position-y: 50%;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.context1 p{
    padding: 10px;
    /* background: white; */
    text-align: justify;
    width: 65%;
    margin: 10px 1%;
}
.context2 {
    background: #F3F5F7 url(../images/commercialArbitrationCon2.png) no-repeat;
    background-position-x: 2%;
    background-position-y: 50%;
}
.context2 p{
    width: 65%;
    margin-left: 30%;
    margin-top: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D7DCE4;
}
.context2 p:last-child{
    border: none;
}
.context3{
    display: flex;
    flex-wrap: wrap;
    background: #F3F5F7;
}
/*.context3 div{
    width: 50%;
}
.context3>div:last-child{
    width: 100%;
}*/
.context3_1,.context3_2,.context3_3{
    margin-top: 35px;
}
.context3_1>span,.context3_2>span,.context3_3>span {
    display: inline-block;
    height: 36px;
    background-color: #2884E0;
    line-height: 36px;
    padding: 0px 35px 0px 10px;
    color: white;

}
.context3_3>div{
    width: 70%;
    display: flex;
    margin: 10px 30px;
    border-bottom: 1px solid #E0E9F7;
    padding: 20px 0px 35px 0px;
}
.context3_3>div>span{
    height: 30px;
    background: #66B0EF;
    padding: 5px 25px;
    margin-right: 15px;
    border-radius: 50px;
    color: white;
}
.context3_3>div>p{
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}
.context3_3>div>p span{
    display: flex;
    align-items: center;
}
.context3_3>div>p b{
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #66B0EF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 400;
}
.context3_1 p,.context3_2 p{
    width: 90%;
    margin: 20px 20px 0px 10px;
    /* background: white; */
    padding: 15px;

}

.context4 {
    background: #F3F5F7 url(../images/commercialArbitrationCon4.png) no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    padding: 0px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.context4 p{
    width: 90%;

    margin: 10px 0px 10px;
    background: white;

    display: flex;

    align-items: center;

}
.context4 p b{
    font-size: 18px;
    margin-right: 5px;
    color: #6BB2EF;
}
.context5{
    width: 100%;
    background: #F3F5F7 url(../images/commercialArbitrationCon5.png) no-repeat;
    background-position-x: 2%;
    background-position-y: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.context5>span{
    background: #2884E0;
    color: white;
    border-radius: 50px;
    margin: 30px 0px;
    padding: 10px 25px;
}
.context5>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.context5 p{
    display: inline-block;
    width: 70%;
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    text-align: justify;
    border-bottom: 1px solid #D7DCE4;
}


.context5 p:last-child{
    border: none;
}
.context6{
    width: 100%;
    background: #F3F5F7 url(../images/commercialArbitrationCon6.png) no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    padding-left: 35px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.context6 span{
    text-align: left;
    display: inline-block;
    margin: 40px 0px;
    font-size: 17px;
}
.commercialArbitrationRight{
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.commercialArbitrationRight p{
    width: 32%;
    height: 220px;
    padding: 20px;
    border-radius: 20px;
    /* border: 2px dashed #AFC9E8; */
}
.commercialArbitrationRightBlue>a{
    width: 100%;
}
.commercialArbitrationRightBlue>a:hover{
    color: black;
    text-decoration: none;
}
.commercialArbitrationRightBlue:hover{
    background: #79A5DD url(../images/commercialArbitrationRightWhite.png) no-repeat;
    background-position-x: 90%;
    background-position-y: 90%;
    color: white;
}
.commercialArbitrationRightBlue{
    background:#F3F5F7 url(../images/commercialArbitrationRightBlue.png) no-repeat;
    background-position-x: 90%;
    background-position-y: 90%;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .container{
        padding: 0px;
    }
    .Banner{
        height: 118px;
    }
    .Banner p{
        font-size: 16px;
    }
    .context1{
        flex-direction: column;
        background: #EFF7FF;
    }
    .context1 p,
    .context2 p,
    .context3_1 p,
    .context3_2 p,
    .context4 p,
    .context5 p,
    .commercialArbitrationRight p,
    .context6 span{
        width: 90%;
        margin: 25px auto;
    }
    .context2{
        background: #F3F5F7;
        justify-content: center;
        align-items: center;
    }
    .context3{
        flex-direction: column;
    }
    .context4{
        flex-direction: column;
        padding: 0px 25px;
        background: #F1F3F4;
    }
    .context3>div{
        width: 100%;
    }
    .context3_3>div,
    .context4 p {
        width: 90%;
    }
    .context5{
        background: #F3FAFF;
    }

    .context5>div{
        flex-direction: column;
    }
    .context6{
        padding-left: 0px;
        background: #F0F2F3;
    }
    .commercialArbitrationRight{
        width: 100%;
        flex-direction: column;
    }
}