.content {
  width: 100%;
  background-color: #f6fcff;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.93rem;
  position: relative;
}
.content .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .box .list .item {
  width: 4.42501rem;
  height: 2.49001rem;
  position: relative;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(49, 158, 227, 0.23);
  border-radius: 0.12rem;
  overflow: hidden;
  margin-top: 0.765rem;
}
.content .box .list .item:first-child,
.content .box .list .item:nth-child(2) {
  margin-top: 0;
}
.content .box .list .item .img {
  width: 100%;
  height: 100%;
}
.content .box .list .item .img img {
  transition: 0.5s;
}
.content .box .list .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .list .item:hover .img img {
  transform: scale(1.1);
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .box .list .item {
    width: 45%;
    height: 3.29rem;
    position: relative;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(49, 158, 227, 0.23);
    border-radius: 0.12rem;
    overflow: hidden;
    margin-top: 0.765rem;
  }
}
@media screen and (max-width: 1020px) {
  .content .box .list .item {
    width: 45%;
    height: 1.65rem;
    position: relative;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(49, 158, 227, 0.23);
    border-radius: 0.12rem;
    overflow: hidden;
    margin-top: 0.765rem;
  }
}
@media screen and (max-width: 767px) {
  .content .box .list .item {
    width: 100%;
    height: 3.5rem;
    position: relative;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(49, 158, 227, 0.23);
    border-radius: 0.12rem;
    overflow: hidden;
    margin-top: 0.765rem;
  }
  .content .box .list .item:nth-child(2) {
    margin-top: 0.765rem;
  }
}
