.main_box {
    padding-top: 1.19rem;
    padding-bottom: 1rem;
  }
  .a_reslx {
    width: 100%;
    height: 4rem;
    display: flex;
  }
  .left_rea {
    width: 6rem;
    height: 100%;
    background: #1978DC;
    padding: 0.74rem 0.6rem 0.2rem 0.6rem;
    position: relative;
  }
  .rea_p1 {
    font-weight: bold;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-bottom: 0.37rem;
  }
  .rea_p2 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    width: 4.8rem;
  }
  .con_ion {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 2.41rem;
    display: flex;
  }
  .con_ion img {
    filter: brightness(2.4);
  }
  .right_rea {
    width: 8rem;
    height: 100%;
    display: flex;
  }
  .a_reslx1 {
    width: 100%;
    padding: 0.3rem 0.6rem 0.3rem 0.3rem;
    background: #F5F5F5;
    margin-top: 0.8rem;
    display: flex;
  }
  .left_a_img {
    min-width: 6rem;
    height: 3.8rem;
    display: flex;
  }
  .right_a_text {
    padding-top: 0.28rem;
    margin-left: 0.6rem;
    width: 100%;
  }
  .title_ra {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .left_taea {
    padding-top: 0.17rem;
  }
  .ion_p {
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
  }
  .ion_p1 {
    margin-top: 0.2rem;
    width: 0.4rem;
    height: 0.02rem;
    background: #1978DC;
  }
  .right_ionr {
    width: auto;
    height: 0.6rem;
    display: flex;
  }
  .content_rea {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
  .a_reslx2 {
    width: 100%;
    background: #1978DC;
    padding: 0.3rem 0.3rem 0.3rem 0.6rem;
    margin-top: 0.8rem;
    flex-direction: row-reverse;
  }
  .a_reslx2 .ion_p, .a_reslx2 .content_rea {
    color: #FFF;
  }
  .a_reslx2 .right_a_text {
    margin-left: 0;
    margin-right: 0.6rem;
  }
  .a_reslx2 .ion_p1 {
    background: #FFF;
  }
  
  
  @media only screen and (max-width:768px){
      .left_rea{
          width: 6.5rem;
    padding: 0.5rem;
      }
      .rea_p2{
          width: auto;
      }
      .left_a_img{
          min-width: auto;
    height: auto;
      }
      .right_a_text{
          margin-left: 0.2rem;
      }
      .a_reslx1{
              padding: 0.3rem 0.3rem 0.3rem 0.3rem;
      }
      .a_reslx2{
          padding: 0.3rem 0.3rem 0.3rem 0.3rem;
      }
      .a_reslx2 .right_a_text{
          margin-right: 0.2rem;
      }
  }