.content .list {
  width: 100%;
  height: 839px;
  position: relative;
}
.content .list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .list .box {
  width: 1440px;
  margin: 0 auto;
  padding-top: 128px;
  display: flex;
  justify-content: space-between;
}
.content .list .box .item {
  width: 23.958%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.content .list .box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.content .list .box .item .text {
  position: absolute;
  top: 70.384%;
  left: 37px;
  width: calc(100% - 74px);
}
.content .list .box .item .text .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #eef4fa;
}
.content .list .box .item .text .p {
  font-size: 18px;
  line-height: 32px;
  color: #eef4fa;
  margin-top: 19px;
}
.content .list .box .item:hover img {
  transform: scale(1.1);
}
.content .other {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
}
.content .other img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .other .text {
  position: absolute;
  top: 25.714%;
  left: 12.5%;
}
.content .other .text .name {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}
.content .other .text .p {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 16px;
}
@media screen and (max-width: 1560px) {
  .content .list .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 128px;
    display: flex;
    justify-content: space-between;
  }
  .content .other .text {
    position: absolute;
    top: 25.714%;
    left: 5%;
  }
  .content .list .box .item .text .p {
    font-size: 18px;
    line-height: 25px;
    color: #eef4fa;
    margin-top: 19px;
  }
}
@media screen and (max-width: 980px) {
  .content .list {
    height: auto;
    padding-bottom: 60px;
  }
  .content .list .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .list .box .item {
    width: 49%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .content .list .bg {
    display: none;
  }
  .content .list .box .item .text {
    position: absolute;
    top: 60%;
    left: 5%;
    width: 90%;
  }
  .content .list .box .item .text .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #eef4fa;
  }
  .content .list .box .item .text .p {
    font-size: 16px;
    line-height: 20px;
    color: #eef4fa;
    margin-top: 19px;
  }
  .content .other .text .name {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #ffffff;
  }
  .content .other .text .p {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 16px;
  }
}
@media screen and (max-width: 580px) {
}
