.imgList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  .imgItem{
    box-sizing: border-box;
    border: 1px solid #00a44e;
    
    border-radius: 10px;
    width: 425px;
    margin-bottom: 48px;
    height: 190px;
    overflow: hidden;
    box-shadow: 10px -12px #0c7124, -5px 2px 21px #7ba48f;
    box-shadow: 6px 6px 9px #7ba48f;
    margin: 0 14px 33px 14px;
    a{
      width: 100%;
      height: 100%;

    }
    img{
      margin: unset;
      padding: unset;
      width: 100%;
      height: 100%;
    }
  }
}