.content {
  width: 100%;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}
.content .box {
  width: 77.083%;
  margin: 0 auto;
  margin-top: 80px;
}
.content .box .item {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.content .box .item::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .item .img {
  width: 58.783%;
  aspect-ratio: 870/494;
  float: right;
}
.content .box .item .img img {
  width: 100%;
}
.content .box .item .text {
  width: 710px;
  height: 399px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(185, 185, 185, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .box .item .text::after {
  content: '';
  width: 12px;
  height: 399px;
  background-color: #0075cf;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .item .text .text-box {
  width: 358px;
  margin-top: 45px;
  margin-left: 66px;
}
.content .box .item .text .text-box .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #0075cf;
}
.content .box .item .text .text-box .add {
  display: flex;
  margin-top: 50px;
}
.content .box .item .text .text-box .add .icon {
  width: 18px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 10px;
}
.content .box .item .text .text-box .add .icon img {
  width: 100%;
}
.content .box .item .text .text-box .add .right {
  margin-left: 20px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.content .box .item .text .text-box .phone {
  display: flex;
  margin-top: 30px;
}
.content .box .item .text .text-box .phone .icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 10px;
}
.content .box .item .text .text-box .phone .icon img {
  width: 100%;
}
.content .box .item .text .text-box .phone .right {
  margin-left: 20px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.content .box .item .text .right-img {
  width: 210px;
  height: 126px;
  position: absolute;
  right: 42px;
  bottom: 26px;
}
.content .box .item:nth-child(2) .img {
  float: left;
}
.content .box .item:nth-child(2) .text {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1360px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .content .box .item .img {
    width: 50%;
    height: auto;
    aspect-ratio: auto;
    float: right;
  }
  .content .box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .box .item {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
  }
  .content .box .item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .content .box .item .text {
    width: 50%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(185, 185, 185, 0.3);
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding-bottom: 30px;
  }
  .content .box .item .text::after {
    content: '';
    width: 12px;
    height: 100%;
    background-color: #0075cf;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .box .item .text .right-img {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .content .box .item .text .text-box {
    width: 90%;
    margin-top: 45px;
    margin-left: 5%;
  }
  .content .box .item .text::after {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #0075cf;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .content .box .item {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content .box .item .img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    float: right;
  }
  .content .box .item .text {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(185, 185, 185, 0.3);
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding-bottom: 30px;
  }
}
