.zxftleft{
    width: 570px;
}
.tits{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    background: #F5F6F8;
    margin-bottom: 30px;
    padding-right: 20px;
}
.tits2{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    background: #F5F6F8;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
}
.zxft{
    padding: 3px 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 2px solid #1E5EB0;
    font-size: 24px;
    font-weight: bold;
    color: #1E5EB0;
    display: inline-block;
    margin-top: 10px;
}
section{
    background-color: #F5F6F8;
}
.ftzt{
    padding: 6px;
    box-sizing: border-box;
    position: relative;
    background-color: #F4F8FF;
    font-size: 20px;font-weight: bold;
}
.ftzt2{
    padding: 6px;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    margin: 10px 0px;
}
.iconbox2{
    width: 20px;
    height: 20px;
    background: #e5e5e5;
}
.ftzt::after{
    content: "";
    width: 4px;
    height: 20px;
    background: #185AAE;
    position: absolute;
    left: 6px;

}
.ftzt2::after{
    content: "";
    width: 4px;
    height: 20px;
    background: #185AAE;
    position: absolute;
    left: 6px;

}
.zxftright{
    width: 570px;
    height: 350px;
    background: #e5e5e5;
}
.itemhg{
    width: 360px;
    padding: 15px;
    box-sizing: border-box;
    background: #F3F8FE;
}
.imagebb{
    width: 100%;
    height: 200px;
    background: #e5e5e5;
}
.wqzt{
    color: #185AAE;
    font-weight: bold;
}
.rtext{
    width: calc(100% - 60px);
}
.itemhg{
    margin-right: 40px;
    margin-bottom: 30px;
    cursor: pointer;
}
.itemhg:nth-child(3n){
    margin-right: 0px;
}