.newsWrap {
  background: #ffffff;
  padding: 0.78rem 0 1.18rem;
}
.newsWrap .main {
  max-width: 16rem;
}
.gzzTitle {
  text-align: center;
  margin-bottom: 0.5rem;
}
.gzzTitle p {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #c41e2a;
  text-transform: uppercase;
}
.gzzTitle h1 {
  margin-top: 0.12rem;
  font-weight: 600;
  font-size: 0.4rem;
  line-height: 0.46rem;
  color: #222222;
  text-transform: uppercase;
}
.newsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.36rem 0.4rem;
}
.newsItem {
  height: 5.26rem;
  display: block;
  background: #f8f8f8;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s linear, transform 0.3s linear;
}
.newsItem:hover {
  box-shadow: 0 0 0.08rem 0.01rem rgba(21, 85, 139, 0.24);
}
.newsItem:hover .newsTit {
  color: #003580;
}
.newsTag {
  width: 0.92rem;
  height: 0.35rem;
  border-radius: 0.18rem;
  background: linear-gradient(132deg, #d99930 0%, #f8cb6e 46.32%, #c47808 100%);
  position: absolute;
  right: 0.28rem;
  top: 2.93rem;
  z-index: 2;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.35rem;
  color: #ffffff;
  text-align: center;
}
.newsPic {
  width: 100%;
  height: 3.1rem;
  display: block;
}
.newsPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsInfo {
  display: block;
  padding: 0.3rem;
}
.newsDate {
  margin-bottom: 0.19rem;
  display: flex;
  align-items: center;
  gap: 0.05rem;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #9b9b9b;
}
.newsDate img {
  width: 0.15rem;
  height: 0.15rem;
}
.newsTit {
  min-height: 0.52rem;
  /*display: block;*/
  margin-bottom: 0.17rem;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333333;
  transition: color 0.3s linear;
}
.newsDesc {
  /*display: block;*/
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
}
.reportPage {
  margin-top: 0.58rem;
}
.newsDetailWrap {
  background: #f0f2f5;
  padding: 0.56rem 0 0.72rem;
}
.newsDetail {
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem 1rem 0.6rem;
  background: #ffffff;
}
.detailTitle {
  margin: 0;
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.38rem;
  color: #333;
  text-align: center;
}
.detailMeta {
  height: 0.54rem;
  margin-top: 0.16rem;
  border-bottom: 0.01rem solid #dcdcdc;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.48rem;
}
.detailMeta span {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #999999;
}
.detailRichText {
  padding-top: 0.25rem;
}
.detailRichText p {
  margin: 0 0 0.22rem;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333333;
  text-align: justify;
}
.detailRichText h2 {
  margin: 0.18rem 0 0.13rem;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #111111;
}
.detailRichText img {
  width: revert-layer;
  max-width: 100%;
  display: block;
  margin: 0.2rem auto 0.28rem;
}
.detailTurn {
  margin-top: 0.4rem;
  border-top: 0.01rem solid #e5e5e5;
  border-bottom: 0.01rem solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  /*padding:0 0.48rem;*/
}
.detailTurn a {
  height: 0.78rem;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  transition: all 0.3s linear;
}
.detailTurn .prev {
padding-left: 0.68rem;
  color: #666;
  width: 50%;
}

  .detailTurn .prev::after {
    content: "";
    width: 1px;
    height: 0.17rem;
    position: absolute;
    left: 0.53rem;
    top: 50%;
    transform: translateY(-50%);
    background:#949494;
}
.detailTurn .prev::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-left: 0.01rem solid #999999;
  border-bottom: 0.01rem solid #999999;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.detailTurn .prev:hover {
  background: #003580;
  color: #ffffff;
}
.detailTurn .prev:hover::before {
  border-left: 0.01rem solid #ffffff;
  border-bottom: 0.01rem solid #ffffff;
}

.detailTurn .prev:hover::after{
    background: #fff;
}
.detailTurn .next {
  padding-right: 0.68rem;
  /*border-right: 0.01rem solid #949494;*/
  width: 50%;
  justify-content: flex-end;
}
.detailTurn .next::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-top: 0.01rem solid #999999;
  border-right: 0.01rem solid #999999;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.detailTurn .next::before {
    content: "";
    width: 1px;
    height: 0.17rem;
    position: absolute;
    right: 0.53rem;
    top: 50%;
    transform: translateY(-50%);
    background:#949494;
}
.detailTurn .next:hover {
  background: #003580;
  color: #ffffff;
}
.detailTurn .next:hover::before {
  border-left: 0.01rem solid #ffffff;
  border-bottom: 0.01rem solid #ffffff;
}
.lostCertWrap {
  background: #f0f2f5;
  padding: 0.78rem 0 1.2rem;
}
.lostCertWrap .gzzTitle {
  margin-bottom: 0.5rem;
}
.lostCertWrap .reportPage {
  margin-top: 0.56rem;
}
.lostCertPanel {
  background: #ffffff;
  padding: 0.66rem 0.8rem 0.78rem;
}
.lostCertList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lostCertList li {
  border-bottom: 0.01rem dashed #cfcfcf;
}
.lostCertList li.active strong,
.lostCertList li:hover strong {
  color: #003580;
}
.lostCertList li.active .lostCertMore,
.lostCertList li:hover .lostCertMore {
  background: #003580;
  color: #ffffff;
}
.lostCertList a {
  min-height: 1.23rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}
.lostCertInfo {
  display: block;
  min-width: 0;
}
.lostCertInfo strong {
  display: block;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #222222;
  transition: color 0.3s linear;
}
.lostCertDate {
  margin-top: 0.23rem;
  display: flex;
  align-items: center;
  gap: 0.06rem;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
}
.lostCertDate img {
  width: 0.16rem;
  height: 0.16rem;
}
.lostCertMore {
  width: 1.32rem;
  height: 0.4rem;
  background: #ffffff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #003580;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .newsWrap {
    padding: 0.58rem 0 0.82rem;
  }
  .newsDetailWrap {
    padding: 0.46rem 0 0.62rem;
  }
  .newsDetail {
    width: 100%;
    padding: 0.42rem 0.32rem 0.38rem;
  }
  .detailMeta {
    height: auto;
    padding-bottom: 0.24rem;
    flex-wrap: wrap;
    gap: 0.08rem 0.28rem;
  }
  .detailRichText img,
  .detailRichText table {
    width: 100%;
  }
  .detailRichText img {
    height: auto;
    aspect-ratio: 660 / 380;
  }
  .gzzTitle {
    margin-bottom: 0.36rem;
  }
  .gzzTitle h1 {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .newsList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem;
  }
  .lostCertWrap {
    padding: 0.58rem 0 0.82rem;
  }
  .lostCertPanel {
    padding: 0.42rem 0.3rem 0.5rem;
  }
}
@media (max-width: 560px) {
  .newsList {
    grid-template-columns: 1fr;
  }
  .newsItem {
    height: auto;
    min-height: 4.98rem;
  }
  .detailTitle {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .detailTurn {
    flex-direction: column;
    gap: 0.12rem;
  }
  .detailTurn .prev,
  .detailTurn .next {
    width: 100%;
  }
  .lostCertList a {
    min-height: auto;
    padding: 0.24rem 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.18rem;
  }
}
