.banner {
  position: relative;
}
.banner .zbtn {
  cursor: pointer;
  width: 120px;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}
.banner .zbtn img {
  width: 100%;
}
.nyhy {
  margin-top: 70px;
}
.nyhy .contentItem .tit {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nyhy .contentItem .tit .icon {
  width: 32px;
}
.nyhy .contentItem .tit .icon img {
  width: 100%;
  height: 100%;
}
.nyhy .contentItem .tit .text {
  margin-left: 10px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #2f2725;
}
.nyhy .contentItem .content {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #2f2725;
}
.nyhy .contentItem .c1 {
  display: flex;
  justify-content: space-between;
}
.nyhy .contentItem .c1 .leftText p span {
  font-size: 26px;
  color: red;
}
