.cover img {
  width: 100%;
}
@media screen and (min-width: 1321px) {
  .img img {
    width: 100%;
  }
  .img-box {
    margin: 70px 0;
    position: relative;
  }
  .img-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .img-box-list img {
    width: 50%;
  }
  .img-box img {
    margin-bottom: 50px;
  }
  .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .txt i {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .txt p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1320px) {
  .img-box {
    position: relative;
    margin: 20px;
    margin-bottom: 60px;
  }
  .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .img-box-list {
    margin: 20px;
    margin-bottom: 70px;
  }
  .img-box-list img {
    width: 100%;
  }
  .img-box-list img:first-child {
    border-bottom: 2px solid black;
    margin-bottom: 60px;
  }
  .txt {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 120px 20px;
  }
  .txt i {
    font-size: 42px;
    font-weight: bold;
  }
  .txt p {
    font-size: 24px;
    line-height: 40px;
    margin-top: 30px;
  }
}
<!--ºÄÊ±1774185040.3653Ãë-->