preferential.less 601 Bytes
.item_box{
  margin: 20px;
  display: flex;
  .left{
      width:350px;
      img{
          display: block;
          width:350px;
          height:160px;
      }
      img:nth-child(2),img:nth-child(3){
          margin-top: 10px;
      }
  }
  .right{
      width:350px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-left: 10px;
      img{
          display: block;
      }
      .first{
          width:350px;
          height: 330px;
          margin-bottom: 10px;
      }
      .item{
          width:350px;
          height:160px;
      }
  }
}