.title-1 {
  text-align: center;
}

.title-1 span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .2rem;
  color: #333333;
  padding-top: .15rem;
  display: block;
}

.list {
  margin-top: .3rem;
}

.list ul li {
  width: 3.08rem;
  height: 4.48rem;
  background: url(/statics/againgb/images/qyhz_img0.png) no-repeat center top;
  position: relative;
  background-size: cover;
  padding: 1rem 0 0 0;
  text-align: center;
  float: left;
  margin-right: .2rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.list ul li img {
  width: 1.56rem;
}

.list ul li:last-child {
  margin-right: 0;
}

.list ul li:hover {
  background: url(/statics/againgb/images/qyhz_img1.png) no-repeat center top;
}

.list ul li:hover a h4 {
  color: white;
}

.list ul li:hover h3 {
  color: #FFFFFF;
}

.list ul li a h4 {
  font-style: normal;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
  position: absolute;
  top: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
}

.list ul li:hover i {
  background-color: #FFFFFF;
}

.list ul li:hover .text p {
  color: #FFFFFF;
}

.list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.list ul li a h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .2rem;
  color: #333333;
}

.list ul li a i {
  display: block;
  width: .47rem;
  height: .04rem;
  background: #2356DC;
  border-radius: .1rem .1rem .1rem .1rem;
  margin: .11rem auto .17rem;
}

.list ul li a .text p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: .18rem;
  color: #666666;
  line-height: .3rem;
}
.list ul li:nth-child(2) img{
   margin-top:-.1rem;
}
.list ul li:nth-child(2) h3{
   padding-top:.1rem;
}
.list ul li:nth-child(3) img{
   margin-top:-.1rem;
}
.list ul li:nth-child(3) h3{
   padding-top:.1rem;
}
@media screen and (max-width: 900px) {
  .title-1 {
    text-align: center;
  }

  .title-1 span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    padding-top: 15px;
    display: block;
  }

  .list {
    margin-top: 30px;
  }

  .list ul li {
    width: 308px;
    height: 448px;
    background: url(/statics/againgb/images/qyhz_img0.png) no-repeat center top;
    background-size: cover;
    padding: 100px 0 0 0;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }

  .list ul li img {
    width: 156px;
  }

  .list ul li:last-child {
    margin-right: 0;
  }

  .list ul li:hover {
    background: url(/statics/againgb/images/qyhz_img1.png) no-repeat center top;
  }

  .list ul li:hover a h4 {
    color: white;
  }

  .list ul li:hover h3 {
    color: #FFFFFF;
  }

  .list ul li:hover i {
    background-color: #FFFFFF;
  }

  .list ul li:hover .text p {
    color: #FFFFFF;
  }

  .list ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .list ul li a h3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
  }

  .list ul li a i {
    display: block;
    width: 47px;
    height: 4px;
    background: #2356DC;
    border-radius: 10px 10px 10px 10px;
    margin: 11px auto 17px;
  }

  .list ul li a .text p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
  }
}