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

body {
  background-color: #f4f4f5;
}

@font-face {
  font-family: "website";
  src: url("./Labrada-VariableFont_wght.ttf");
}
.title_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
}

.des_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  line-height: 25px;
}
.des_text .iconfont {
  font-size: 12px;
}

.date_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  line-height: 25px;
}
.date_text .iconfont {
  font-size: 12px;
}

.type_text {
  box-sizing: border-box;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  display: inline-block;
  background: #F97F2A;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.read_more {
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border: 1px solid #F97F2A;
  color: #111111;
  padding: 5px 15px;
  margin-top: 20px;
}

.page_title {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 28px;
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 40px;
  margin: 20px auto;
  margin-bottom: 0;
  color: #111111;
  text-decoration: underline;
  padding-left: 15px;
}

.details {
  margin-top: 20px;
}

.first_block .date_text,
.first_block .des_text,
.first_block .title_text,
.second_block .date_text,
.second_block .des_text,
.second_block .title_text,
.details .date_text,
.details .des_text,
.details .title_text,
.s_r_item .date_text,
.s_r_item .des_text,
.s_r_item .title_text {
  color: #111;
}

.first_block .des_text,
.second_block .des_text,
.details .des_text,
.s_r_item .des_text {
  color: #333;
}

.first_block .date_text,
.second_block .date_text,
.details .date_text,
.s_r_item .date_text {
  color: red;
}

.app .header {
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 0px rgba(199, 199, 199, 0.5);
  background-color: #fff;
  line-height: 65px;
}
.app .header .h_top {
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.app .header .h_top .website_name {
  box-sizing: border-box;
  overflow-wrap: break-word;
  color: #F97F2A;
  font-size: 31px;
  font-weight: 800;
  text-align: center;
  position: relative;
  font-family: "website";
  text-align: center;
}
.app .header .h_top ul {
  display: flex;
}
.app .header .h_top ul li a {
  padding: 2px 15px;
  box-sizing: border-box;
  margin: 0 10px;
  color: #111111;
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}
.app .header .h_top ul li .active {
  color: #fca510;
}
.app .header .iconfont {
  font-size: 25px;
}
.app .header .h_bottom {
  background-color: #F97F2A;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.app .header .h_bottom .iconfont {
  display: none;
  color: #ffffff;
}
@media (max-width: 960px) {
  .app .header {
    position: sticky;
    top: 0;
    z-index: 11;
  }
  .app .header .h_bottom .iconfont {
    display: block;
  }
  .app .header .h_top ul {
    display: none;
  }
  .app .header .h_top .iconfont {
    display: none;
  }
}
.app .first_block {
  padding: 20px 0;
  background-color: #ffffff;
}
.app .first_block .max_width a {
  display: flex;
}
.app .first_block .max_width a img {
  height: 300px;
  width: 400px;
}
.app .first_block .max_width a .text_float {
  width: 400px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .app .first_block .max_width a {
    display: block;
  }
  .app .first_block .max_width a .text_float,
  .app .first_block .max_width a img {
    width: 100%;
  }
  .app .first_block .max_width a .text_float {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.app .search_dialog_content .first_block .f_item {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .app .search_dialog_content .first_block .f_item {
    width: 100%;
  }
}
.app .page_nav .p_g_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.app .page_nav .p_g_list a {
  margin: 10px;
  border: 1px double #111;
  padding: 9px 20px;
  box-shadow: 1px 0px 40px #b8b8b8, -15px -15px 40px #ffffff;
  border-radius: 5px;
  border-radius: 25px;
}
.app .page_nav .p_g_list a:hover {
  background-color: #F97F2A;
}
.app .second_block {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.app .second_block .s_l_item {
  width: calc(33.3333333333% - 13.3333333333px);
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}
.app .second_block .s_l_item img {
  width: 100%;
  height: 260px;
}
.app .second_block .s_l_item .text_float {
  flex: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: -10px;
}
.app .second_block .s_l_item .text_float .type_text {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffffff;
  background: #F97F2A;
  margin-top: 10px;
}
.app .second_block .s_l_item:hover .text_float .title_text {
  color: #fca510;
}
@media (max-width: 768px) {
  .app .second_block .s_l_item {
    width: 100%;
    margin-bottom: 15px;
    flex-direction: column;
  }
  .app .second_block .s_l_item img {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .app .de_iv_adv,
  .app .t_de {
    margin-left: -15px;
    width: 100vw;
    box-sizing: border-box;
  }
}
.app #ifr_diagnose {
  width: 100%;
  height: 100%;
  background-color: #a18cd1;
}
.app footer {
  background-color: #F97F2A;
  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: 14px;
  display: flex;
  line-height: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.app footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.app footer ul li a {
  padding-right: 20px;
  line-height: 16px;
}
.app footer ul li:nth-child(2) a {
  border-bottom: none;
  border-top: none;
}
.app #content_html {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.app #content_html p,
.app #content_html li {
  margin: 15px 0;
  line-height: 25px;
}
.app #content_html h1,
.app #content_html h2,
.app #content_html h3,
.app #content_html h4,
.app #content_html h5,
.app #content_html h6 {
  margin: 20px 0;
}
.app #content_html h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.app #content_html h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.app #content_html h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.app #content_html h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.app #content_html h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.app #content_html h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.app #content_html p {
  font-size: 16px;
  line-height: 1.6;
}
.app #content_html ul {
  list-style: disc;
  margin-left: 20px;
}
.app #content_html ol {
  list-style: decimal;
  margin-left: 20px;
}
.app #content_html li {
  margin-bottom: 5px;
}
.app #content_html a {
  color: #0077b6;
  text-decoration: none;
}
.app #content_html a:hover {
  text-decoration: underline;
}
.app #content_html img {
  height: auto;
  display: block;
  margin: 10px 0;
  max-width: 670px;
}
.app #content_html blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #0077b6;
  padding: 10px 20px;
  margin: 10px 0;
}
.app #content_html pre {
  background-color: #f9f9f9;
  padding: 10px;
  margin: 10px 0;
  overflow-x: auto;
}
.app #content_html table {
  border-collapse: collapse;
  width: 100%;
}
.app #content_html table th,
.app #content_html table td {
  border: 1px solid #ccc;
  padding: 8px;
}
@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 */