.content {
  width: 100%;
}
.content .top-list {
  width: 100%;
}
.content .top-list .item {
  width: 100%;
  padding: 94px 0;
}
.content .top-list .item .box {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .top-list .item .box .img {
  width: 734px;
  height: 458px;
  border-radius: 8px;
  overflow: hidden;
}
.content .top-list .item .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.content .top-list .item .box .img:hover img {
  transform: scale(1.1);
}
.content .top-list .item .box .right {
  width: 559px;
}
.content .top-list .item .box .right .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
}
.content .top-list .item .box .right .p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 31px;
  text-align: justify;
}
.content .top-list .item:nth-child(2) {
  background-color: #f6f6f6;
}
.content .top-list .item:nth-child(2) .box .right {
  width: 574px;
}
.content .other {
  width: 1440px;
  margin: 0 auto;
  margin-top: 129px;
  padding-bottom: 113px;
}
.content .other .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  color: #333333;
  text-align: center;
}
.content .other .list {
  width: 100%;
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .other .list .item {
  width: calc(31.388% - 80px);
  height: 186px;
  padding: 42px 40px;
  margin-bottom: 43px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.content .other .list .item::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}
.content .other .list .item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #e93c30;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}
.content .other .list .item .line {
  width: 44px;
  height: 3px;
  background-color: #e93c30;
  transition: 0.5s;
}
.content .other .list .item .title1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-top: 38px;
  transition: 0.5s;
}
.content .other .list .item .p {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin-top: 16px;
  transition: 0.5s;
}
.content .other .list .item:hover::before {
  top: -100%;
}
.content .other .list .item:hover::after {
  top: 0;
}
.content .other .list .item:hover .line {
  width: 100%;
  background-color: #fff;
}
.content .other .list .item:hover .title1 {
  color: #fff;
}
.content .other .list .item:hover .p {
  color: #fff;
}
@media screen and (max-width: 1560px) {
  .content .top-list .item .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .other {
    width: 90%;
    margin: 0 auto;
    margin-top: 129px;
    padding-bottom: 113px;
  }
}
@media screen and (max-width: 980px) {
  .content .top-list .item .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .content .top-list .item .box .img {
    width: 100%;
    height: auto;
    aspect-ratio: 734/458;
    background-color: rgba(94, 108, 128, 0);
    border-radius: 8px;
    overflow: hidden;
  }
  .content .top-list .item .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .content .top-list .item:nth-child(2) .box {
    flex-direction: column-reverse;
  }
  .content .top-list .item:nth-child(2) .box .right {
    width: 100%;
  }
  .content .other .list .item {
    width: calc(48% - 80px);
    height: 186px;
    padding: 42px 40px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 680px) {
  .content .top-list .item {
    width: 100%;
    padding: 60px 0;
  }
  .content .top-list .item .box .right .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .content .top-list .item .box .right .p {
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    margin-top: 31px;
  }
  .content .other {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .content .other .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    text-align: center;
  }
  .content .other .list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .other .list .item {
    width: calc(100% - 80px);
    height: 186px;
    padding: 42px 40px;
    margin-bottom: 20px;
  }
}
