.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: 180px;
  height: 180px;
  text-align: center;
}
.hxqh-hxty-content .hhc-model-left img {
  width: 100%;
  border-radius: 20px;
}
.hxqh-hxty-content .hhc-model-left-text {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  left: 0;
  top: 25px;
  right: 0;
  color: #fff;
  text-align: center;
}
.hxqh-hxty-content .hhc-model-right {
  flex: 1 1 0;
  margin-left: 10px;
}
.hxqh-hxty-content .hhc-model-right-top {
  width: 80px;
  height: 80px;
  background-color: #4c2d82;
  border-radius: 15px;
  text-align: center;
}
.hxqh-hxty-content .hhc-model-right-top p {
  font-size: 32px;
  margin-bottom: 0;
  color: #fff;
}
.hxqh-hxty-content .hhc-model-right-top span {
  display: block;
  color: #fff;
}
.hxqh-hxty-content .hhc-model-right-middle {
  margin: 10px 0;
}
.hxqh-hxty-content .hhc-model-right-bottom a {
  display: flex;
  align-items: center;
  justify-content: right;
}
.hxqh-hxty-content .hhc-model-right-bottom a:hover {
  color: #f08200;
}
.hxqh-hxty-content .hhc-model-right-bottom a:hover svg path {
  color: #f08200;
}
.hxqh-hxty-content .hhc-list-item {
  position: relative;
  padding: 5px 0;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}
.hxqh-hxty-content .hhc-list-item a {
  font-size: 14px;
}
.hxqh-hxty-content .hhc-list-item::before {
  position: absolute;
  left: 0;
  content: '';
  width: 16px;
  height: 24px;
  background-color: #4c2d82;
  border-radius: 4px;
}
.hxqh-hxty-side {
  padding: 20px;
  height: 400px;
  background-color: #fff;
}
.hxqh-hxty-side .hhs-top a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.hxqh-hxty-side .hhs-top a span {
  padding-left: 20px;
  font-size: 16px;
}
.hxqh-hxty-side .hhs-link {
  text-align: center;
}
.hxqh-hxty-side .hhs-bottom {
  margin-top: 20px;
}
.hxqh-hxty-side .hhs-contact {
  text-align: center;
}
.hxqh-hxty-side .hhs-contact img {
  width: 50%;
}
.hxqh-hxty-side .hhs-contact p {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
