.hxqh-hxty-content {
  background-color: #fff;
  padding: 20px;
}
.hxqh-hxty-content .hhc-model {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.hxqh-hxty-content .hhc-model-left {
  position: relative;
  width: 220px;
  height: 180px;
  text-align: center;
}
.hxqh-hxty-content .hhc-model-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hxqh-hxty-content .hhc-model-left-text {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  left: 0;
  top: 32%;
  right: 0;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
.hxqh-hxty-content .hhc-model-right {
  flex: 1 1 0;
  margin-left: 10px;
}
.hxqh-hxty-content .hhc-model-right-top {
  padding-left: 20px;
  padding-right: 100px;
}
.hxqh-hxty-content .hhc-model-right-top p {
  font-size: 16px;
  color: #000;
}
.hxqh-hxty-content .hhc-model-right-bottom a {
  display: flex;
  align-items: center;
  justify-content: right;
}
.hxqh-hxty-content .hhc-model-right-bottom a span {
  display: inline-block;
  position: relative;
}
.hxqh-hxty-content .hhc-model-right-bottom a span::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 1px;
  bottom: 1px;
  width: 10px;
  border-radius: 4px;
  background-color: #f08200;
}
.hxqh-hxty-content .hhc-model-right-bottom a:hover {
  color: #f08200;
}
.hxqh-hxty-content .hhc-model-right-bottom a:hover svg path {
  color: #f08200;
}
@media (max-width: 768px) {
  .hxqh-hxty-content .hhc-model {
    flex-wrap: wrap;
  }
  .hxqh-hxty-content .hhc-model-left {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .hxqh-hxty-content .hhc-model-left img {
    width: 100%;
  }
  .hxqh-hxty-content .hhc-model-left-text {
    position: absolute;
    font-size: 40px;
    font-weight: 600;
    left: 0;
    top: 32%;
    right: 0;
    color: #fff;
    text-align: center;
  }
  .hxqh-hxty-content .hhc-model-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .hxqh-hxty-content .hhc-model-right-top {
    padding-left: 20px;
    padding-right: 100px;
  }
  .hxqh-hxty-content .hhc-model-right-top p {
    font-size: 16px;
    color: #000;
  }
  .hxqh-hxty-content .hhc-model-right-bottom a {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .hxqh-hxty-content .hhc-model-right-bottom a span {
    display: inline-block;
    position: relative;
  }
  .hxqh-hxty-content .hhc-model-right-bottom a span::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 1px;
    bottom: 1px;
    width: 10px;
    border-radius: 4px;
    background-color: #f08200;
  }
  .hxqh-hxty-content .hhc-model-right-bottom a:hover {
    color: #f08200;
  }
  .hxqh-hxty-content .hhc-model-right-bottom a:hover svg path {
    color: #f08200;
  }
}
