.list-wrap {
  margin-top: 80px;
}
.list-wrap .rw {
  padding: 60px 0;
}
.list-wrap .rw .container .wrap {
  position: relative;
  display: flex;
}
.list-wrap .rw:nth-child(odd) {
  background: #fff;
}
.list-wrap .rw:nth-child(odd) .container .wrap {
  background: #f7f9fc;
}
.list-wrap .rw:nth-child(even) {
  background: #f7f9fc;
}
.list-wrap .rw:nth-child(even) .container .wrap {
  flex-direction: row-reverse;
  background: #fff;
}
.list-wrap .rw .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-wrap .rw .cover,
.list-wrap .rw .desc {
  padding: unset;
  flex: 1;
}
.list-wrap .rw .desc {
  padding: 38px 50px;
}
.list-wrap .rw .desc h2 {
  margin: 0 0 30px;
  color: #555;
}
.list-wrap .rw .desc p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: unset;
}
.list-wrap .rw .desc p + p {
  margin-top: 10px;
}
.list-wrap .rw .page-tag {
  top: -300px;
}

@media screen and (max-width: 750px) {
  .list-wrap {
    margin-top: 50px;
  }
  .list-wrap .rw {
    padding: 30px 0;
  }
  .list-wrap .rw .desc h2 {
    margin-bottom: 10px;
  }
  .list-wrap .rw .desc {
    padding: 25px;
  }
  .list-wrap .rw .container {
    display: block;
  }
  .list-wrap .col {
    margin-bottom: 30px;
  }
  .list-wrap .page-tag {
    top: -100px;
  }
  .list-wrap .rw:nth-child(even) {
    background: #f7f9fc;
  }
  .list-wrap .rw:nth-child(odd) .container {
    background: unset;
  }
  .list-wrap .rw:nth-child(even) .container {
    background: unset;
  }
  .list-wrap .rw .page-tag {
    top: -150px;
  }
  .list-wrap .rw .container .wrap {
    display: block;
  }
}
