.zcfg-swiper-cover {
  height: 64vw;
  position: relative;
}
.zcfg-swiper-cover .zcfg-swiper1 {
  height: 100%;
}
.zcfg-swiper-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  /* width: 100%; */
}

.section-title-bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section-tag {
  width: 4px;
  height: 40px;
  background-color: #1561ac;
}

.section-title {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-border {
  border: 1px solid #f5f5f5;
}
.active-tag-title {
  color: #1561ac;
}
.tag-title1 {
  margin: 0 0 0 16px;
}
.view-more-a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.view-more-line-a {
	display: block;
	width: 100%;
   text-align:center;
}