.zt {
  background-color: rgba(246, 247, 252, 1);
}
.zt .content {
  min-height: unset;
  padding-bottom: 0.2rem;
}
.banner {
  width: 100%;
  height: 2.05rem;
  background: url(/Images/zt/index/banner.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.banner-text-wrapper {
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-text1 {
  font-size: 0.35rem;
  font-weight: 700;
  height: 0.6rem;
  line-height: 0.6rem;
}
.banner-text2 {
  font-size: 0.15rem;
  line-height: 0.23rem;
}
.banner-btn {
  font-size: 0.18rem;
  font-weight: 400;
  width: 1.6rem;
  height: 0.4rem;
  background-color: rgba(13, 109, 212, 1);
  margin-top: 0.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-btn a {
  color: #fff;
}
.wrapper {
  margin: 0 0.08rem;
}
.zt-nav {
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #fff;
  margin: 0.25rem 0;
}
.zt-nav label {
  display: unset;
  margin-left: 0.1rem;
  color: #333;
}
.zt-nav span {
  color: #000;
  font-weight: 600;
}
.zt-nav span a {
  color: #000;
}
.section .title {
  height: 0.23rem;
  line-height: 0.23rem;
  font-size: 0.18rem;
  color: #0d6dd4;
  padding-left: 0.05rem;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  border-left: 4px solid rgba(13, 109, 212, 1);
  display: flex;
  justify-content: space-between;
}
.section .more {
  font-size: 0.18rem;
  color: #7f7f7f;
}
.items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.items-wrapper .item {
  background-color: #fff;
  display: flex;
  padding: 0.1rem;
  border-radius: 10px;
  margin-bottom: 0.1rem;
  width: 100%; 
}
.item:nth-child(4n) {
  margin-right: 0;
}
.item img {
  width: 1.3rem;
  height: 0.9rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
}
.item-text-wrapper{
  flex: 1;
}
.item-title {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 0.26rem;
  max-height: 0.26rem;
}
.item-desc {
  font-size: 0.13rem;
  color: #7f7f7f;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 0.19rem;
  max-height: 0.57rem;
  position: relative;
}
/* 消除富文本自带标签样式影响 */
.item-desc p,
.item-desc span {
  font-family: inherit !important;
  color: #7f7f7f !important;
  font-size: 0.13rem !important;
  text-decoration: unset !important;
  line-height: 0.19rem !important;
  word-break: break-all;
}
.market-banner img {
  margin: 0.1rem 0 0.2rem 0;
  border-radius: 0.05rem;
}

