.banner-wrap .hover h2 {
  text-align: center;
}
.banner-wrap .hover small {
  text-align: center;
}

.case-desc-wrap {
  background: #F7F9FC;
  margin-top: 80px;
  padding: 66px 0;
  position: relative;
}
.case-desc-wrap .page-tag {
  top: -90px;
}
.case-desc-wrap h2 {
  font-size: 30px;
  color: #555;
  margin: unset;
  text-align: center;
}
.case-desc-wrap .content {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  /*text-align: center;*/
  line-height: 2;
  max-width: 1298px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .case-desc-wrap {
    margin-top: 30px;
    padding: 50px 0 30px;
  }
  .case-desc-wrap h2 {
    font-size: 24px;
  }
  .case-desc-wrap .content {
    margin-top: 20px;
  }
}


.list-wrap .rw {
  padding: 110px 0;
}
.list-wrap .rw .container {
  position: relative;
  display: flex;
}
.list-wrap .rw:nth-child(odd) {
  background: #fff;
}
.list-wrap .rw:nth-child(odd) .container {
  background: #f7f9fc;
}
.list-wrap .rw:nth-child(even) {
  background: #f7f9fc;
}
.list-wrap .rw:nth-child(even) .container {
  flex-direction: row-reverse;
  background: #fff;
}
.list-wrap .rw .cover img {
  display: block;
  width: 100%;
}
.list-wrap .rw .cover,
.list-wrap .rw .desc {
  padding: unset;
  width: 50%;
}

.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: -240px;
}
@media screen and (max-width: 640px) {
  .list-wrap .rw {
    padding: 30px 0;
  }
  .list-wrap .rw .desc h2 {
    margin: 15px 0;
  }
  .list-wrap .rw .container {
    display: block;
  }
  .list-wrap .rw:nth-child(odd) .container {
    background: #fff;
  }
  .list-wrap .rw .desc {
    padding: 15px 0  0;
  }
  .list-wrap .rw .cover,
  .list-wrap .rw .desc {
    padding: unset;
    width: 100%;
  }
}
