.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;
}
.newsWrap {
  background: #ffffff;
  padding: 0.78rem 0 1.02rem;
}
.newsWrap .main {
  max-width: 16rem;
}
.jobWrap .gzzTitle {
  margin-bottom: 0.42rem;
}
.jobIntro {
  max-width: 11.2rem;
  margin: 0 auto 0.48rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: center;
}
.jobContent {
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
}
.jobSide {
  width: 2.5rem;
  flex: 0 0 2.5rem;
}
.jobFilter {
  padding-bottom: 0.49rem;
}
.jobFilter + .jobFilter {
  padding-top: 0.02rem;
}
.jobFilterHead {
  height: 0.48rem;
  border-bottom: 0.01rem solid #eeeeee;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.jobFilterHead strong {
  font-weight: 600;
  font-size: 0.25rem;
  line-height: 0.3rem;
  color: #333333;
}
.jobFilterHead span {
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 0.08rem;
  border-right: 0.01rem solid #b5b5b5;
  border-bottom: 0.01rem solid #b5b5b5;
  transform: rotate(45deg);
}
.jobCheck {
  position: relative;
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.jobCheck input {
  display: none;
}
.jobCheck::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  flex: 0 0 0.16rem;
  border: 0.01rem solid #cfcfcf;
  border-radius: 0.03rem;
  background: #ffffff;
}
.jobCheck.checked::before {
  border-color: #c41e2a;
  background: #c41e2a;
  box-shadow: inset 0 0 0 0.03rem #c41e2a;
}
.jobCheck.checked::after {
  content: "";
  width: 0.08rem;
  height: 0.04rem;
  border-left: 0.02rem solid #ffffff;
  border-bottom: 0.02rem solid #ffffff;
  position: absolute;
  margin-left: 0.04rem;
  margin-top: -0.02rem;
  transform: rotate(-45deg);
}
.jobCheck span {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}
.jobResult {
  min-width: 0;
  flex: 1;
  border-left: 0.01rem solid #e8e8e8;
  padding-left: 0.8rem;
}
.jobTotal {
  margin-bottom: 0.31rem;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #666666;
}
.jobTotal em {
  margin-left: 0.04rem;
  font-style: normal;
  font-weight: 600;
  font-size: 0.16rem;
  color: #c41e2a;
}
.jobList {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.jobItem {
  background: #f8f8f8;
  transition: all 0.3s linear;
}
.jobItem.active {
  background: #ffffff;
  box-shadow: 0 0.03rem 0.08rem rgba(0, 0, 0, 0.18);
}
.jobItem.active .jobItemHead {
  background: #003f8f;
}
.jobItem.active .jobItemHead span {
  color: #ffffff;
}
.jobItem.active .jobItemHead i {
  border-color: #ffffff;
  transform: rotate(-228deg);
}
.jobItemHead {
  min-height: 0.75rem;
  display: grid;
  grid-template-columns: 2.8fr 1.8fr 2.4fr 1.55fr 0.24rem;
  align-items: center;
  gap: 0.2rem;
  padding: 0 0.4rem;
  cursor: pointer;
  transition: background 0.3s linear;
}
.jobItemHead span {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
}
.jobItemHead span:first-child {
  font-size: 0.18rem;
}
.jobItemHead span:nth-child(4) {
  font-size: 0.14rem;
}
.jobItemHead i {
  width: 0.09rem;
  height: 0.09rem;
  justify-self: center;
  border-top: 0.01rem solid #333333;
  border-right: 0.01rem solid #333333;
  transform: rotate(45deg);
  transition: all 0.3s linear;
}
.jobDetail {
  display: none;
  padding: 0.33rem 0.4rem 0.4rem;
  background: #ffffff;
}
.jobDetail::after {
  content: "";
  display: block;
  clear: both;
}
.jobDetailCol {
  width: 5.4rem;
  float: left;
  min-width: 0;
}
.jobDetailCol + .jobDetailCol {
  margin-left: 0.3rem;
}
.jobDetailCol h3 {
  margin-bottom: 0.15rem;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #003580;
}
.jobDetailCol p {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #333;
}
.reportPage {
  margin-top: 0.52rem;
}
.jobNotice {
  min-height: 3rem;
  margin-top: 0.6rem;
  padding-left: 1rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  overflow: hidden;
  background-image: url(../img/jobbg.png);
  background-size: cover;
}
.jobNoticeText {
  max-width: 10.2rem;
}
.jobNoticeText p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
}
.jobNoticeText h3 {
  margin: 0.19rem 0 0.02rem;
  font-weight: 600;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #c41e2a;
}
.jobNoticeText h3 + p {
  font-weight: 400;
  font-size: 0.14rem;
  color: #878787;
  line-height: 0.26rem;
}
@media (max-width: 1024px) {
  .newsWrap {
    padding: 0.58rem 0 0.82rem;
  }
  .jobContent {
    gap: 0.4rem;
  }
  .jobSide {
    width: 2.35rem;
    flex-basis: 2.35rem;
  }
  .jobResult {
    padding-left: 0.4rem;
  }
  .jobItemHead {
    grid-template-columns: 2fr 1fr 1.8fr 1.35fr 0.24rem;
    padding: 0 0.24rem;
  }
  .jobDetail {
    padding: 0.3rem 0.24rem 0.42rem;
  }
  .jobDetailCol {
    width: calc((100% - 0.4rem) / 2);
  }
  .jobDetailCol + .jobDetailCol {
    margin-left: 0.4rem;
  }
  .jobNotice {
    padding: 0.4rem;
  }
}
@media (max-width: 760px) {
  .jobIntro {
    text-align: left;
  }
  .jobContent {
    display: block;
  }
  .jobSide {
    width: 100%;
    margin-bottom: 0.34rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.28rem;
  }
  .jobFilter {
    padding-bottom: 0;
  }
  .jobResult {
    border-left: 0;
    padding-left: 0;
  }
  .jobItemHead {
    grid-template-columns: 1fr 0.24rem;
    gap: 0.08rem 0.16rem;
    padding: 0.18rem 0.24rem;
  }
  .jobItemHead span {
    font-size: 0.14rem;
  }
  .jobItemHead span:not(:first-child) {
    grid-column: 1 / 2;
    color: #777777;
  }
  .jobItemHead i {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .jobItem.active .jobItemHead span:not(:first-child) {
    color: #ffffff;
  }
  .jobDetail {
    padding: 0.28rem 0.24rem 0.34rem;
  }
  .jobDetailCol {
    width: 100%;
    float: none;
  }
  .jobDetailCol + .jobDetailCol {
    margin-top: 0.24rem;
    margin-left: 0;
  }
  .jobNotice {
    display: block;
    padding: 0.36rem 0.28rem;
  }
  .jobNoticeIcon {
    margin: 0.28rem 0 0 auto;
  }
}
@media (max-width: 520px) {
  .jobSide {
    grid-template-columns: 1fr;
  }
  .jobFilterHead {
    height: 0.44rem;
  }
}
