.chm-x3 {
  /* width: 9.75rem!important; */
}
.chm-group {
  text-align: center;
  z-index: 1;
  position: relative;
}
.chm-group-text {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  margin: .4rem auto;
}
.chm-group-img {
  width: 100%;
  display: block;
}
.chm-swiper-item {
  height: 4rem;
}
.chm-text {
  border-radius: 0.75em;
  overflow: hidden;
  position: relative;
  top: -20px;
  z-index: 2;
  background: white;
}
.chm-xinfang-content {
  background: white;
  position: relative;
  z-index: 1;
  margin-top: .8rem;
  padding-bottom: 1rem;
  padding-top: .9rem;
}
.chm-xinfang-info, .chm-xinfang-info-1, .chm-xinfang-info-2 {
  width: 2.8rem;
  height: 2rem;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}
.chm-xinfang-info-1 {
}
.chm-xinfang-info-2 {
}
.chm-xinfang__f-title {
  font-size: .28rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.35rem;
}
.chm-hexagon {
  width: 1.2rem;
  position: relative;
  margin: -0.65rem auto .16rem;
}
.chm-hexagon-img {
  width: 100%;
  display: block;
}
.chm-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.chm-xinfang-text {
  width: 2.04rem;
  margin: 0 auto;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chm-xinfang-title {
  color: #333333;
  margin-bottom: .16rem;
}

.chm-subcorp__date, .chm-subcorp__title {
  text-align: center;
}

.flex-container {
  padding-bottom: 40px;
}
.subcomp-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.chm-content {
    padding: 20px;
    box-sizing: border-box;
    width: calc(100% - 40px);
  }
  div.chm-content img {
    width: 100%!important;
    height: 100%!important;
  }
}