.content {
  display: flex;
}
.content .left {
  width: 20.8333vw;
  height: 26.0417vw;
  padding: 2.5vw 1.9271vw 2.1875vw 2.0833vw;
  background: #ffffff;
  border-top: 0.2604vw solid #c9151e;
  box-shadow: 0px 0.2604vw 0.9375vw 0px rgba(0, 0, 0, 0.06);
}
.content .left .title {
  font-weight: bold;
  font-size: 1.3542vw;
  color: #c9151e;
}
.xt {
  width: 2.6042vw;
  height: 0.1563vw;
  background: #c9151e;
  margin: 1.3021vw 0;
}
.content .left .item .name {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.0417vw;
  color: #333333;
}
.content .left .item .name img {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.5208vw;
}
.content .left .item P {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #333333;
  margin-bottom: 2.7083vw;
  margin-top: 1.3021vw;
  line-height: 1.3021vw;
}
.content .left .item .phone {
  font-weight: bold;
  font-size: 1.875vw;
  color: #c9151e;
}
.content .right {
  width: 57.2917vw;
  height: 26.0417vw;
}
.content .right img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .content {
    flex-direction: column;
  }
  .content .left {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #ffffff;
    border-top: 4.9997px solid #c9151e;
    box-shadow: 0vw 4.9997px 18px 0vw rgba(0, 0, 0, 0.06);
  }
  .content .left .title {
    font-weight: bold;
    font-size: 18px;
    color: #c9151e;
  }
  .xt {
    width: 50.0006px;
    height: 2px;
    background: #c9151e;
    margin: 10px 0;
  }
  .content .left .item .name {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
  }
  .content .left .item .name img {
    width: 20px;
    height: 20px;
    margin-right: 9.9994px;
  }
  .content .left .item P {
    font-weight: 400;
    font-size: 15.9994px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 25.0003px;
  }
  .content .left .item .phone {
    font-weight: bold;
    font-size: 18px;
    color: #c9151e;
  }
  .content .right {
    width: 100%;
    height: 250px;
  }
  .content .right img {
    width: 100%;
    height: 100%;
  }
}
