.news-wrap h2 {
  margin: 0.48rem 0 0.32rem;
  text-transform: uppercase;
  font-size: 0.38rem;
}
.news-wrap .zx-wrap {
  display: flex;
  margin-bottom: 0.32rem;
  align-items: center;
  border-bottom: 0.01rem solid #f2f2f2;
  padding-bottom: 0.32rem;
}
.news-wrap .zx-wrap img {
  object-fit: cover;
  max-width: 50%;
}
.news-wrap .zx-wrap .zx-text {
  margin-left: 0.32rem;
}
.news-wrap .zx-wrap .zx-text .zx-tit {
  margin-bottom: 0.12rem;
  font-size: 0.32rem;
}
.news-wrap .zx-wrap .zx-text .zx-tit p {
  margin: 0;
}
.news-wrap .zx-wrap .zx-text .zx-time {
  font-size: 0.18rem;
}

.recruitment h2 {
  margin: 0.48rem 0 0.32rem;
}
.recruitment .row > div {
  margin-bottom: 0.24rem;
}
.recruitment .recruitment-item {
  border: 0.01rem solid #f2f2f2;
  height: 100%;
}
.recruitment .recruitment-item img {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.recruitment .recruitment-item .rc-text {
  width: 100%;
  padding: 0.12rem 0.1rem;
}
.recruitment .recruitment-item .rc-text .zp-tit {
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}
.recruitment .recruitment-item .rc-text .zp-desc {
  font-size: 0.14rem;
}
.recruitment .recruitment-item p {
  margin: 0;
}
.recruitment .org-item {
  border: 0.01rem solid #f2f2f2;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  font-weight: 700;
  color: #0d3157;
  font-size: 0.18rem;
}
.recruitment .know-more {
  margin: 0.3rem 0 1rem;
  border-radius: 0;
}

.detail {
  padding: 0.48rem 0;
}
.detail h2{
    font-size: 0.38rem;
}
.detail .date {
  margin: 0.08rem 0;
}
.detail .tag ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.detail .tag ul li {
  list-style: none;
  padding: 0.04rem 0.12rem;
  margin-right: 0.12rem;
  border-radius: 10rem;
  background: #e5e5e5;
}
.detail .detail-content {
  margin: 0.48rem 0;
}
.detail-page .btn{
    font-size: 0.24rem;
        border-radius: 0.1rem;
    padding: 0.15rem 0.2rem;
}
@media (max-width: 768px) {
  .news-wrap .zx-wrap .zx-text .zx-tit {
    font-size: 0.24rem;
  }
}
@media (max-width: 480px) {
  .news-wrap .zx-wrap img {
    max-width: 100%;
    width: 100%;
  }

  .zx-wrap {
    flex-direction: column;
  }
  .zx-wrap .zx-text {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.12rem;
  }

  .detail-page {
    flex-direction: column;
  }
  .detail-page .btn {
    margin-bottom: 0.12rem;
  }
}

/*# sourceMappingURL=zx.css.map */
