.containers {
  width: 12.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .containers {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.section-main-wrap {
  width: 3rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .section-main-wrap {
    display: none;
  }
}
.section-main-wrap h6 {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #CB3435;
  padding-left: 0.2rem;
  font-size: 0.22rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-main-wrap .main-wrap {
  padding: 0.15rem 0;
  border: 1px solid #E6E6E6;
  margin-bottom: 0.2rem;
}
.section-main-wrap .main-wrap li {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.15rem;
  font-size: 0.18rem;
  color: #666;
}
.section-main-wrap .main-wrap li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-main-wrap .show-img {
  text-align: center;
}
.section-main-wrap .show-img img {
  width: 2.4rem;
  height: auto;
  margin-top: 0.3rem;
}
.section-main-wrap .relation-list {
  padding: 0.22rem 0.1rem 0.1rem 0.22rem;
  border: 1px solid #E6E6E6;
}
.section-main-wrap .relation-list li {
  padding-left: 0;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-main-wrap .relation-list li img {
  width: 1.2rem;
  height: 0.9rem;
}
.section-main-wrap .relation-list li span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.15rem;
  text-overflow: ellipsis;
  width: 1.1rem;
  font-size: 0.18rem;
  margin-top: 0.15rem;
  overflow: hidden;
  white-space: nowrap;
}
.sideActive {
  color: #CB3435;
}
