.content_width{
        max-width: 16rem;
            margin: 0 auto;
            width: auto;
}
.banner{
    background: url('/img/about_us/banner.jpg') no-repeat;
    background-size: cover;
}
.content_top {
    background: url("/img/about_us/2_2_1index.jpg") no-repeat;
    background-size: cover;
    background-position: left bottom;
}
/*.content_width > div{*/
/*    display: flex;*/
/*    align-items: center;*/
    /* margin: 0 1.97rem; */
/*}*/
.img_left{
    width: 5.41rem;
    margin-right: 1.67rem;
}
.img_right{
    width: 2.79rem;
    height: 3.63rem;
}
img{
    height: auto;
}
.content_width{
    
}
.content_space{
    padding-top: 1.19rem;
    padding-bottom: 1.17rem;
    /*padding-right: 1.96rem;*/
    /*padding-left: 1.96rem*/
}
.honrtitle{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.37rem;
    color: #2B66B0;
    line-height: 0.95rem;
    text-align: center;
}
.honrcon{
        column-gap: 0.5rem;
    margin-top: 0.86rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.honrconkone{
   margin-bottom: 0.75rem; 
}

.honrconk{
  width: 3.95rem;
       margin:0 auto;
    position: relative;
    /*margin-right: 0.96rem;*/
}
.honrconk:nth-child(3n){
    margin-right: 0;
}
.honrconk:before,.honrconk:after{
    content:"";
    position: absolute;
    background-size: contain;
    top: 0.22rem;
    width: 0.72rem;
    height: 1.24rem;
}
.honrconk:before{
  background-image: url('/assets/img/hl.png');
  left: 0;
  
}
.honrconk:after{
     background-image: url('/assets/img/hr.png');
     right: 0;
}
.honrconk img{
    width: 2.46rem;
    height: 1.87rem;
    margin: 0 auto;
    object-fit: contain;
}
.honrtext{
        width: 5rem;
    margin-top: 0.18rem;
}
.honrtexth1{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 0.45rem;
    text-align: center;
    font-family: Arial, Arial;
font-weight: 400;
font-size: 0.14rem;
color: #0068B7;
line-height: 0.16rem;
}
.honrtexth2{
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.18rem;
color: #0068B7;
/*line-height: 0.71rem;*/
margin-top: 0.05rem;
}

@media only screen and (max-width: 1024px) {
    .content_space{
        padding-top: 0.5rem;
        padding-bottom: 0rem;
    }
    .honrcon{
        padding: 0 0.3rem;
        justify-content: space-between;
    }
    .honrconkone{
        flex: 0 0 46%;
    }
    .honrconk,.honrtext{
        width: 100%;
    }
    .honrtexth1,.honrtexth2{
        font-size: 12px;
    }
}