.max_width {
  width: min(1280px, 100% - 30px);
  margin-inline: auto;
}

body {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "HYk2gj";
  src: url("./Labrada-VariableFont_wght.ttf");
}
.type_text {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgb(255, 212, 0);
  height: 20px;
  margin: 10px 0;
  padding: 2px 10px;
  box-sizing: border-box;
  height: 17px;
  color: rgb(32, 32, 32);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}

.title_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  color: #111;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  line-height: 23px;
  margin-top: 5px;
}

.date_text {
  overflow-wrap: break-word;
  color: rgb(86, 86, 86);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 25px;
}
.date_text .iconfont {
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .app .de_iv_adv,
  .app .t_de {
    margin-left: -15px;
    width: 100vw;
    box-sizing: border-box;
  }
}
.app .iconfont {
  font-size: 20px;
}
.app .header {
  position: relative;
  z-index: 1;
}
.app .header nav {
  max-width: 1240px;
  box-sizing: border-box;
  background-color: rgb(15, 110, 186);
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.app .header nav .h_l {
  display: flex;
}
.app .header nav .h_l .website_name {
  font-family: "HYk2gj";
  font-size: 30px;
  text-transform: uppercase;
}
.app .header nav .h_l ul {
  margin-left: 50px;
  display: flex;
}
.app .header nav .h_l ul li a {
  padding: 5px 10px;
  font-size: 14px;
}
.app .header nav .h_l ul li .active {
  background: #fff;
  color: rgb(15, 110, 186);
}
.app .header nav .h_r {
  display: flex;
}
.app .header nav .h_r .icon-caidan {
  margin: 0 10px;
  display: none;
}
@media (max-width: 968px) {
  .app .header {
    position: sticky;
    top: 0;
  }
  .app .header nav {
    width: 100%;
  }
  .app .header nav .h_l ul {
    display: none;
  }
  .app .header nav .h_r .icon-caidan {
    display: block;
  }
}
.app .nav_top {
  margin: 30px 0;
  text-align: center;
}
.app .nav_top .text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  color: rgb(32, 32, 32);
  font-size: 40px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  white-space: nowrap;
  line-height: 56px;
}
.app .nav_top .nav_title {
  font-size: 14px;
  margin-top: 10px;
}
.app .c_title {
  margin: 30px 0;
  border-bottom: 1px solid rgb(15, 110, 186);
}
.app .c_title span {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgb(15, 110, 186);
  color: #fff;
  box-sizing: border-box;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.app .content_block {
  background-color: #fff;
  position: relative;
  top: -35px;
  padding-top: 35px;
  padding: 15px;
}
.app .content_block .first_block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.app .content_block .first_block .f_l {
  width: calc(50% - 10px);
  position: relative;
}
.app .content_block .first_block .f_l .text_block {
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.382);
}
.app .content_block .first_block .f_l .text_block .title_text,
.app .content_block .first_block .f_l .text_block .date_text {
  color: #fff;
}
.app .content_block .first_block .ul,
.app .content_block .first_block ul {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.app .content_block .first_block .ul li,
.app .content_block .first_block ul li {
  width: calc(50% - 10px);
}
.app .content_block .first_block .ul li a,
.app .content_block .first_block ul li a {
  display: block;
}
.app .content_block .first_block .ul li a img,
.app .content_block .first_block ul li a img {
  height: 180px;
}
@media (max-width: 968px) {
  .app .content_block .first_block .f_l {
    width: 100%;
    height: 400px;
  }
  .app .content_block .first_block .ul,
  .app .content_block .first_block ul {
    width: 100%;
  }
  .app .content_block .first_block .ul li,
  .app .content_block .first_block ul li {
    width: calc(50% - 10px);
  }
  .app .content_block .first_block .ul li a img,
  .app .content_block .first_block ul li a img {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .app .content_block .first_block .f_l {
    width: 100%;
    height: 300px;
  }
  .app .content_block .first_block .ul li,
  .app .content_block .first_block ul li {
    width: 100%;
  }
  .app .content_block .first_block .ul li a img,
  .app .content_block .first_block ul li a img {
    height: 200px;
  }
}
.app .content_block .second_block .ul,
.app .content_block .second_block ul {
  width: 100%;
}
.app .content_block .second_block .ul li,
.app .content_block .second_block ul li {
  width: calc(25% - 15px);
}
.app .content_block .second_block .ul li a,
.app .content_block .second_block ul li a {
  display: block;
}
.app .content_block .second_block .ul li a img,
.app .content_block .second_block ul li a img {
  height: 180px;
}
@media (max-width: 968px) {
  .app .content_block .second_block .ul,
  .app .content_block .second_block ul {
    width: 100%;
  }
  .app .content_block .second_block .ul li,
  .app .content_block .second_block ul li {
    width: calc(50% - 10px);
  }
  .app .content_block .second_block .ul li a img,
  .app .content_block .second_block ul li a img {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .app .content_block .second_block .ul li,
  .app .content_block .second_block ul li {
    width: 100%;
  }
  .app .content_block .second_block .ul li a img,
  .app .content_block .second_block ul li a img {
    height: 200px;
  }
}
.app .content_block .details {
  background-color: #fff;
  margin-top: 40px;
}
.app .content_block .details img {
  max-width: 760px;
  margin: auto;
  border-radius: 7px;
}
.app footer {
  background-color: rgb(15, 110, 186);
  color: #ffffff;
  margin-top: 40px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.app footer ul {
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  line-height: 30px;
  flex-wrap: wrap;
}
.app footer ul li {
  padding: 0;
  margin: 10px 20px;
  list-style: none;
}
.app #content_html p,
.app #content_html li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
}
.app #content_html ul,
.app #content_html li {
  list-style: inside;
}
.app #content_html h1,
.app #content_html h2,
.app #content_html h3,
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1.8rem;
  margin: 20px 0;
  outline: none;
}
.app #content_html h2 {
  font-size: 18px;
}
.app #content_html h3 {
  font-size: 17px;
}
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  font-size: 16px;
}
@keyframes slide-enter {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.app #content_html * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
.app #content_html * {
  counter-increment: enter-count;
  --stagger: counter(enter-count);
}
.app #content_html .slide-enter-content > * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
.app #content_html *:nth-child(1) {
  --stagger: 1;
}
.app #content_html *:nth-child(2) {
  --stagger: 2;
}
.app #content_html *:nth-child(3) {
  --stagger: 3;
}
.app #content_html *:nth-child(4) {
  --stagger: 4;
}
.app #content_html *:nth-child(5) {
  --stagger: 5;
}
.app #content_html *:nth-child(6) {
  --stagger: 6;
}
.app #content_html *:nth-child(7) {
  --stagger: 7;
}
.app #content_html *:nth-child(8) {
  --stagger: 8;
}
.app #content_html *:nth-child(9) {
  --stagger: 9;
}
.app #content_html *:nth-child(10) {
  --stagger: 10;
}
.app #content_html *:nth-child(11) {
  --stagger: 11;
}
.app #content_html *:nth-child(12) {
  --stagger: 12;
}
.app #content_html *:nth-child(13) {
  --stagger: 13;
}
.app #content_html *:nth-child(14) {
  --stagger: 14;
}
.app #content_html *:nth-child(15) {
  --stagger: 15;
}
.app #content_html *:nth-child(16) {
  --stagger: 16;
}
.app #content_html *:nth-child(17) {
  --stagger: 17;
}
.app #content_html *:nth-child(18) {
  --stagger: 18;
}
.app #content_html *:nth-child(19) {
  --stagger: 19;
}
.app #content_html *:nth-child(20) {
  --stagger: 20;
}
.app #content_html *:nth-child(21) {
  --stagger: 21;
}
.app #content_html *:nth-child(22) {
  --stagger: 22;
}
.app #content_html *:nth-child(23) {
  --stagger: 23;
}
.app #content_html *:nth-child(24) {
  --stagger: 24;
}
.app #content_html *:nth-child(25) {
  --stagger: 25;
}
.app #content_html *:nth-child(26) {
  --stagger: 26;
}
.app #content_html *:nth-child(27) {
  --stagger: 27;
}
.app #content_html *:nth-child(28) {
  --stagger: 28;
}
.app #content_html *:nth-child(29) {
  --stagger: 29;
}
.app #content_html *:nth-child(30) {
  --stagger: 30;
}/*# sourceMappingURL=index.css.map */