.xyjs-banner {
  background-image: url('/static/img/xyjs.png');
  background-size: 100% 100%;
  width: 100%;
  height: 800px;
}

.xyjs-div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.xyjs-dw {
  position: absolute;
  right: 0;
  top: 50px;
}

.xyjs-banner-title {
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.04em;
  color: #135375;
  margin-bottom: 20px;
}

.xyjs-banner-text {
  width: 630px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 40px;
  font-family: 思源黑体;
  font-size: 18px;
  font-weight: 350;
  line-height: 36px;
  text-align: justify;
  letter-spacing: normal;
  color: #353535;
}

.zyjs {
  width: 100%;
  background: #fff;
}

.zyjs-div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zyjs-iconZu {
  display: flex;
}

.zyjs-icon {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

.zyjs-icon-title {
  font-size: 22px;
}

.zyjs-icon-text {
  font-size: 16px;
  color: #767676;
}

.zsal {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.zsan-center {
  text-align: center;
}

.zsan-title {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  letter-spacing: normal;
  /* 中性色/100-353535 */
  color: #353535;
}

.zsan-text {
  font-family: 思源黑体;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #727272;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /* 自动填充+最小宽度 */
  gap: 20px;
  /* 控制间距 */
  margin-top: 30px;
}

.main-div {
  background: #fff;
  padding: 10px;
  border-bottom: 1px dashed #ECF5FF;
}

.zsal-img {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}

.zsal-img-tag {
  border-radius: 2px;
  background: #ECF5FF;
  box-sizing: border-box;
  border: 1px solid #B9DCFF;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 350;
  line-height: 20px;
  text-align: center;
  letter-spacing: normal;
  color: #2A82DC;
  padding: 1px 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* 旧浏览器降级处理 */
@supports not (display: grid) {
  .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grid-container::after {
    content: "";
    width: calc(25% - 15px);
  }

  .main-div {
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
}

.zsal-btnZu {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.zsal-btn {
  width: 236px;
  height: 55px;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #fff;
}

.xyzy-zu {
  width: 49%;
  display: flex;
  margin-top: 20px;
}

.xyzy-img {
  width: 30%;
  height: 216px;
  margin-right: 20px;
}

.xyzy-div {
  width: 70%;
}

.xyzy-div-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.xyzy-div-top-title {
  font-size: 16px;
  border-bottom: 3px solid #8C58D2;
}

.xyzy-div-top-gd {
  font-size: 14px;
  color: #5d5d5d;
}

.xyzy-div-count {
  display: flex;
  align-items: center;
  margin: 5px 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xyzy-div-dian {
  width: 5px;
  height: 5px;
  background: #C2C2C2;
  border-radius: 50%;
  margin-right: 10px;
}

.xyzy-div-bot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 88%;
}

.single-line {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #353535;
}

.zszc-zu {
  width: 100%;
  display: flex;
  margin: 50px 0;
}

.zszc-img {
  width: 29%;
  /* height: 216px; */
  margin-right: 20px;
}

.zszc-div {
  width: 70%;
}

.zszc-div-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 5%;
  /* border-bottom: 1px solid #e8e8e8; */
}

.zszc-div-top-title {
  font-size: 16px;
  border-bottom: 3px solid #8C58D2;
}

.zszc-div-top-gd {
  font-size: 14px;
  color: #5d5d5d;
}

.zszc-div-count {
  display: flex;
  align-items: center;
  margin: 5px 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zszc-div-dian {
  width: 5px;
  height: 5px;
  background: #C2C2C2;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.zszc-div-bot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 88%;
  background: #fff;
  padding: 15px;
  margin-top: 20px;
}

.zszc-div-zu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #868686;
}

.single-line2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #353535;
  display: inline-block;
}

.zszc-div-dian-zu {
  width: 80%;
  display: flex;
  align-items: center;
}