* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.banner {
  width: 100%;
  height: 360px;
  position: relative;
  background: black;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner h2 {
  font-weight: 400;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 9px;
  position: absolute;
  top: 164px;
  left: 50%;
  transform: translateX(-50%);
}
.notice {
  padding: 98px 0 73px;
}
.notice .main {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
.notice .main .list .item {
  width: 100%;
  height: 120px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
.notice .main .list .item h4 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #18191A;
  padding-bottom: 10px;
}
.notice .main .list .item .it {
  display: flex;
  align-items: center;
  gap: 12px;
}
.notice .main .list .item .it span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 12px;
}
.notice .main .list .item .it span:not(:last-child)::after {
  content: '';
  width: 0px;
  height: 12px;
  border: 1px solid #000000;
  opacity: 0.3;
}
.notice .main .list .item .it span:nth-child(2n-1) {
  color: #0275FF;
  font-weight: 500;
}
.notice .main .page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice .main .page .first,
.notice .main .page .prev,
.notice .main .page .next,
.notice .main .page .last {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice .main .page .first img,
.notice .main .page .prev img,
.notice .main .page .next img,
.notice .main .page .last img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.notice .main .page .num,
.notice .main .page .ellipsis {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #18191A;
}
.notice .main .page a.active,
.notice .main .page a:not(.disabled):hover {
  background: #0275FF;
  color: #fff;
}
.notice .main .page a.active img,
.notice .main .page a:not(.disabled):hover img {
  filter: brightness(0) invert(1);
}
.notice .main .page a.disabled {
  cursor: not-allowed;
}
.notice .main .page a.disabled img {
  opacity: 0.3;
}
.details {
  padding: 48px 0 46px;
}
.details .main {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.details .main h4 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #18191A;
  margin-bottom: 24px;
}
.details .main .time {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #9A9A9A;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.details .main .content {
  margin-top: 46px;
}
.details .main .file {
  width: 100%;
  height: 80px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 40px;
  margin-top: 16px;
}
.details .main .file a[download] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0275FF;
  text-decoration: underline;
}
.contentenFoot {
  margin-top: 54px;
  border-top: 1px solid #E0E3E8;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentenFoot a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #18191A;
}
.contentenFoot > a {
  font-weight: 500;
  font-size: 17px;
  color: #18191A;
}
.contentenFoot .right {
  display: flex;
  align-items: center;
}
.contentenFoot .right a {
  margin-left: 28px;
}
.contentenFoot .right img {
  width: 24px;
  height: 24px;
}
.contentenFoot .right .goTop {
  margin-left: 30px;
  color: #0275FF !important;
}
