.content-bg {
  height: fit-content;
  background-repeat: no-repeat;
  background-size: 1.59rem 1.59rem;
  background-position: center 1.19rem;
}

.content-title {
  font-family: 'HanSans-song';
  font-size: .16rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background: var(--main-color);
  padding: .05rem .28rem;
}

.section {
  background-size: cover;
}

.line {
  width: .6rem;
  opacity: 1;
  margin: .1rem auto .2rem auto;
  border-top: 4px solid rgba(102, 107, 122, 1);
}

.content-text {
  font-weight: 400;
  line-height: .3rem;
  color: rgba(102, 107, 122, 1);
  font-size: .14rem;
  margin-bottom: .1rem;
  text-align: center;
}

.honor-title {
  font-family: 'alimama';
  text-align: center;
  font-size: .14rem;
  font-weight: 400;
  color: rgba(102, 107, 122, 1);
  padding: 0 .4rem .2rem .4rem;
}

.section-title {
  text-align: center;
  font-size: .14rem;
  font-weight: 700;
  color: rgba(36, 38, 43, 1);
  margin-bottom: .3rem;
  font-family: 'alimama';
}

.section-content {
  padding: .2rem 0 .5rem 0;
}

.related-item {
  width: 100%;
  border: 0.61px solid rgba(176, 187, 207, 1);
}

.section-list {
  width: 100%;
  overflow: hidden;
}

.section-list img {
  width: 100%;
  height: 1.22rem;
  object-fit: cover;
}

.section-list .item-name {
  border-top: 0.61px solid rgba(176, 187, 207, 1);
  font-size: .12rem;
  font-weight: 400;
  color: rgba(102, 107, 122, 1);
  text-align: center;
}

.with-bgc {
  background: var(--main-color-lighter);
  padding-top: 20px;
}

.paper-style img {
  width: 1.12rem;
  height: 1.52rem;
  object-fit: cover;
  margin: 0 auto;
}

.paper-style .paper-name {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 107, 122, 1);
}

.slick-item {
  display: inline-block;
  margin: 0 .06rem;
}

.slick-btn {
  width: .21rem;
  height: .21rem;
  border: 0.9px solid var(--main-color-light);
}

.slick-btn .iconfont {
  font-size: .12rem;
  font-weight: 600;
  color:var(--main-color);
}