 

 .reports_Box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dadadb;
 }

 .reports_BoxLeft{
    width: 246px;
    flex: none;
    position: relative;
 }

 .reports_BoxLeftBg{
    width: 100%;
 }
 .reports_BoxLeftBg img{
    width: 100%;
    display: block;
 }

 .reports_BoxLeftPop{
    position: absolute;
    bottom: 21px;
    left: 0; 
    width: 100%;
    padding-left: 16px;
 }
 .reports_BoxLeftIcon{
    width: 34px;
 }
 .reports_BoxLeftIcon img{width: 100%;}

 .reports_BoxLeftH1{
    font-size: 22px;
    color: #fff;
    margin-top: 5px;
 }
 .reports_BoxLeftH2{
    font-size: 16px;
    color: #fff;
 }

 .reports_BoxRight{
    padding: 0 15px;
    width: 100%;
 }

 .reports_BoxRightList{
    padding: 20px 0;
    border-bottom: #dadadb 2px dashed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
 }
.reports_BoxRightListText{
    font-size: 14px;
    color: #4a5058;
}
.reports_BoxRightListText a{
    color: #4a5058;
}
 .reports_BoxRightList:last-child{
    border-bottom: none;
 }


 .reports_BoxRightListIcon{
    margin-left: 66px;
    width: 20px;
 }
 .reports_BoxRightListIcon img{width: 100%;}



 .reports_Box2{
    margin-top: 44px;
 }

 .reports_Box2 .reports_BoxRightListText{
    line-height: 2;
 }


 .reports_Box2 .reports_BoxRightListIcon{
    position: absolute;
    right: 0;
    width: auto;
    color: #000;
    opacity: 0.5;
    top: 53px;
    font-size: 14px;
 }


/* 手机 */
 @media (max-width:1024px) {

   .reports_Box{
      display: block;
   }

   .reports_BoxLeft{
      width: 100%;
   }

   .reports_BoxLeftPop{
      top: 50%;
      bottom: initial;
      transform: translate(0,-50%);
      padding-left: 0;
      text-align: center;
   }
   .reports_BoxLeftIcon{
      margin: auto;
   }

   .reports_BoxRightListIcon{
      margin-left: 30px;
   }

   .reports_Box2 .reports_BoxRightListIcon{
      margin-top: 74px;
   }

   .external-iframe{
      margin-bottom: 0;
   }
}