.title img {
  width: 100%;
  cursor: pointer;
}
.title-img-href {
  cursor: pointer;
}
.insert {
  position: absolute;
  right: auto;
  right: 18.7%;
  bottom: 5%;
  width: 26%;
  height: 49%;
  background-color: #e75049;
  mix-blend-mode: multiply;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
.title .text {
  position: absolute;
  right: 18.7%;
  bottom: 5%;
  width: 26%;
  height: 49%;
  padding: 0.9375rem 0.9375rem 0 1.9375rem;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
.title .text span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.title .text span:nth-of-type(1) {
  margin-bottom: 0.6875rem;
}
.title .text span:nth-of-type(2),
.title .text span:nth-of-type(3),
.title .text span:nth-of-type(4) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9375rem;
}
.title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 1.5rem;
  border-left: 0.65625rem solid #fff;
  border-right: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}
.bread {
  max-width: 1280px;
  width: 92%;
  padding: 0;
}
.content {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
}

.content h3 {
  padding-bottom: 50px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}

.content h3 .link {
  position: relative;
  left: 0;
  top: 0;
  float: right;
  width: 152px;
  height: 39px;
  background: #e90b2a;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 39px;
  cursor: pointer;
}

.regular-notice {
  background: #f7f8f8;
  padding-bottom: 95px;
}

.regular-notice-main {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 7px 40px 60px 0;
}

.regular-img img {
  width: 100%;
}

.notice-text .regular-item {
  float: left;
  width: 17.16%;
  margin-right: 10.41%;
  margin-top: 44px;
}

.notice-text .regular-item:nth-of-type(4n) {
  margin-right: 0;
}

.notice-text .regular-item .report {
  margin: 14px 0 12px 0px;
  text-align: center;
  font-size: 14px;
  color: #111111;
  line-height: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.notice-text .regular-item .download {
  width: 72.33%;
  margin: 0 auto;
  text-align: center;
  text-indent: 15.58%;
  background: #e90b2a;
  border-radius: 1px;
  line-height: 36px;
}
.notice-text .regular-item .download a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  cursor: pointer;
}
.notice-text .regular-item .download img {
  width: 16px;
  height: 13px;
  background-color: #e90b2a;
  margin-left: -20px;
}

.regular-list {
  position: relative;
  min-height: 92px;
  max-width: 1280px;
  padding: 0 40px;
  margin: 56px auto 0;
  margin-bottom: 25px;
}
.page-footer.regular {
  bottom: -92px;
}
.regular-list .notice-content {
  height: 81px;
}

.regular-list .notice-content:last-child {
  margin-bottom: 100px;
}

.regular-list .notice-content .notice-text {
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}

.regular-list .notice-content .notice-time {
  font-size: 17px;
  color: #a8a8a8;
  line-height: 20px;
}

.regular-list .notice-content .notice-text span:first-child {
  width: 63.25%;
  font-size: 17px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.regular-list .notice-content .notice-text span:first-child:hover {
  color: #e20020;
}

.regular-list .notice-content .notice-text .handle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
}
.footer-container {
  margin-top: 120px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .notice-text .regular-item .download {
    width: 84.33%;
  }
}

@media (max-width: 768px) {
  .bread,
  .content {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
  .content h3 {
    margin: 10px 0 20px 0;
    border-bottom: none;
    font-size: 20px;
    color: #595757;
    font-weight: 500;
    padding-bottom: 0;
  }
  .regular-notice {
    padding-bottom: 5.44rem;
  }
  .regular-notice-main {
    width: 100%;
    padding: 0 4%;
  }
  .notice-text .regular-item {
    width: 48.55%;
    margin-right: 2.9%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .notice-text .regular-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .notice-text .regular-item .report {
    font-size: 13px;
    color: #111111;
    line-height: 22px;
    font-weight: 400;
    margin: 8px 0;
  }
  .notice-text .regular-item .download {
    width: 118px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    background: #e90b2a;
    border-radius: 5px;
    font-weight: 400;
  }
  .notice-text .regular-item .download a {
    font-size: 12px;
    line-height: 24px;
  }
  .notice-text .regular-item .download img {
    width: 1.92rem;
    height: 1.6rem;
  }
  .regular-list {
    width: 92%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 3.44rem;
  }
  .regular-list .notice-content {
    height: 15.04rem;
    border-bottom: 1px solid #dcdcdc;
  }
  .regular-list .notice-content .notice-text span:first-child {
    width: 72%;
    -webkit-line-clamp: 2;
    font-size: 2.08rem;
    line-height: 3.68rem;
  }
  .regular-list .notice-content .notice-text .handle {
    width: 4.32rem;
    height: 4.32rem;
    top: 0;
  }
  .regular-list .notice-content .notice-text .handle img {
    display: block;
    width: 100%;
  }
  .regular-list .notice-content .notice-time {
    margin: 2.4rem 0;
    font-size: 1.92rem;
  }
  .page-footer {
    display: none;
  }
  .insert,
  .title .text {
    width: 70%;
    top: auto;
    bottom: 20px;
    height: 45%;
    left: auto;
    right: 10px;
    z-index: 1;
  }
  .title .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 16px;
  }
  .title .text {
    padding: 10px 15px;
  }
  .regular-list .notice-content .notice-text span:first-child:hover {
    color: #3a3a3a;
  }
  .load-more-btn {
    text-align: center;
    color: #595959;
    font-size: 11px;
    font-weight: 400;
  }
  .regular-list .notice-content:last-child {
    margin-bottom: 62px;
  }
  .footer-container {
    margin: 0;
  }
}
<!--ºÄÊ±1753284049.8628Ãë-->