.content-body {
    background-color: #F8FAFD;
    padding-top: 37px;
    padding-bottom: 65px;
}

.box1 .box-left {
     width: 100%;
     background-color: #fff;
     height: 100%;
     padding: 53px 0 0 60px;
}
.box-left >div  {
    margin-bottom: 46px;
}
.box-left .box-item-title {
    margin-bottom: 10px;
}
.box-left img{
margin-right: 16px;
max-width: 18px;
max-height: 18px;
margin-top: 2px;
}
.box-left h5 {
height: 21px;
font-size: 16px;

color: #000000;
line-height: 21px;
}
.box-left span,.box-left a {
    display: block;
height: 24px;
font-size: 20px;

font-weight: bold;
color: #005096;
line-height: 24px;
}
.box1 .box-right {
    width: 825px;
    background-color: #fff;
    height: 100%;
    padding: 60px 100px 0 100px;
    grid-template-areas: 
    "item1 item2 item3";
}
.box-right img{
    max-height: 20px;
    max-width: 24px;
}
.box-right span {
    margin-left: 10px;
    height: 21px;
    font-size: 16px;

    color: #000000;
    line-height: 21px;
}
.box-right .box-qrCode {
    margin-top: 45px;
    width: 150px;
    height: 150px;
    background-color: #ccc;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.box2-title {
    margin-top: 60px;
}
.box2 {
    background-color: #fff;
    padding: 50px 65px 65px 65px;
    font-size: 16px;
    line-height: 24px;
}
.box2 p {
    margin: 1em 0;
    word-break: break-word;
}
.box2 strong {
    font-weight: bold;
}
.text-box {
    padding-top: 50px;
}
.box2 .text-box span,.box2 .text-box p, .box2 .text-box a{
    font-size: 14px;
    
    color: #333333;
    line-height: 24px;
}
.title--main.height4 {
    border-bottom: 2px solid #ffc819;
}
.text-title.height4::after {
    border-bottom: 2px solid #1eb9e1;
}