.max_width {
    width: min(1180px, 100% - 30px);
    margin-inline: auto;
  }
  
  body > div.search_dialog.app > div.layout.sc_result > div {
    background-color: transparent;
  }
  
  @media (max-width: 767px) {
    body > div.search_dialog.app > div.layout.sc_result > div > div > a > div > div.bg {
      top: 210px !important;
    }
  }
  
  .mobile_tabbar {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: none;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #ffffff;
    z-index: 11;
    border-top: 1px solid #AAAAAB;
    color: #333333;
  }
  .mobile_tabbar .mobile_tabbar_content {
    text-align: center;
  }
  .mobile_tabbar .mobile_tabbar_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_tabbar .mobile_tabbar_content ul li {
    flex: 1;
  }
  .mobile_tabbar .mobile_tabbar_content ul li a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 13px;
  }
  .mobile_tabbar .mobile_tabbar_content ul li a .iconfont {
    font-size: 30px;
  }
  .mobile_tabbar .mobile_tabbar_content ul li .active {
    color: #2C57A2;
  }
  @media (max-width: 767px) {
    .mobile_tabbar {
      display: block;
    }
  }
  
  .s_l_item {
    transition: all 0.2s;
  }
  .s_l_item:hover {
    transition: all 0.2s;
  }
  .s_l_item:hover .text_float .title_text {
    color: #2C57A2;
  }
  
  
  @font-face {
    font-family: "website";
    src: url("./Gloock-Regular.ttf");
  }
  .title_text {
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-size: 19px;
    font-family: Arial-BoldMT;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color: #333333;
  }
  
  .des_text {
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 22px;
    color: #565656;
  }
  .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: 20px;
  }
  .date_text .iconfont {
    font-size: 12px;
  }
  
  .type_text {
    box-sizing: border-box;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background: #0077b6;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 3px 10px;
  }
  
  .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;
    background-color: #ffffff;
    color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
  }
  
  .page_title {
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-size: 18px;
    font-family: SourceHanSerifCN-Bold;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    margin: 20px auto;
    margin-bottom: 0;
    color: #ffffff;
    padding-left: 15px;
    background-color: #ccc;
    border-left: 3px solid;
  }
  
  .details .title_text,
  .details .date_text {
    padding: 0 15px;
  }
  
  .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;
  }
  
  .app .header {
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(199, 199, 199, 0.5);
  }
  .app .header .iconfont {
    font-size: 25px;
  }
  .app .header .h_top_time {
    background-color: #919191;
    height: 25px;
    line-height: 25px;
  }
  .app .header .h_top_time .max_width {
    color: #fff;
    font-size: 12px;
  }
  .app .header .h_top_time .max_width .iconfont {
    font-size: 12px;
  }
  .app .header .h_website_name {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    height: 60px;
  }
  .app .header .h_website_name img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .app .header .h_website_name .website_name {
    display: block;
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    position: relative;
    color: #26BDC1;
    font-family: "website";
    text-transform: uppercase;
  }
  .app .header nav {
    background-color: #2C57A2;
  }
  .app .header nav > div {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    padding: 10px 0;
  }
  .app .header nav > div ul {
    display: flex;
  }
  .app .header nav > div ul li a {
    padding: 2px 15px;
    box-sizing: border-box;
    margin: 0 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    display: inline-block;
    padding: 5px 20px;
    line-height: 30px;
  }
  .app .header nav > div ul li .active {
    color: #0077b6;
    background: white;
  }
  .app .header nav > div .h_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app .header nav > div .h_r .website_name {
    display: none;
  }
  .app .header nav > div .h_r .pc_search {
    background: #ffffff;
    width: 130px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: flex;
    border-radius: 20px;
    color: #0077b6;
  }
  .app .header nav > div .h_r .pc_search .icon-sousuo {
    font-size: 20px;
    display: block;
    color: #000000;
    margin-right: 20px;
  }
  .app .header nav > div .h_r .icon-sousuo,
  .app .header nav > div .h_r .icon-caidan {
    display: none;
  }
  .app .header nav > div .h_r .iconfont {
    color: #26BDC1;
  }
  .app .header nav > div .h_r .iconfont:hover {
    color: #ccc;
  }
  @media (max-width: 960px) {
    .app .header {
      box-shadow: 0px 2px 10px 0px rgba(199, 199, 199, 0.5);
      position: sticky;
      top: 0;
      z-index: 11;
    }
    .app .header .h_website_name {
      display: none;
    }
    .app .header .website_name {
      font-size: 25px;
    }
    .app .header nav img {
      display: none;
    }
    .app .header nav > div {
      height: 33px;
      line-height: 33px;
    }
    .app .header nav > div ul {
      display: none;
    }
    .app .header nav > div .h_r {
      flex: 1;
    }
    .app .header nav > div .h_r .website_name {
      display: inline-block;
      box-sizing: border-box;
      overflow-wrap: break-word;
      font-size: 23px;
      font-weight: 800;
      text-align: center;
      position: relative;
      color: #ffffff;
      font-family: "website";
      text-transform: uppercase;
    }
    .app .header nav > div .h_r .iconfont {
      color: #26BDC1;
    }
    .app .header nav > div .h_r .pc_search {
      display: none;
    }
    .app .header nav > div .h_r .icon-sousuo,
    .app .header nav > div .h_r .icon-caidan {
      display: inline-block;
    }
  }
  .app .type_line {
    font-size: 20px;
    height: 50px;
    line-height: 30px;
    text-align: left;
    color: #111111;
    font-family: "DomaineDisp-Bold";
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    background-color: white;
  }
  .app .type_line .t_top {
    width: 100%;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 5px solid #26BDC1;
  }
  .app .layout {
    display: flex;
    gap: 20px;
  }
  .app .layout .l_left {
    flex: 1;
    margin-top: 20px;
  }
  .app .layout .l_left .banner_block {
    display: flex;
    overflow: hidden;
    gap: 15px;
  }
  .app .layout .l_left .banner_block .b_right {
    width: 50%;
    background-color: white;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .app .layout .l_left .banner_block .b_right .s_l_item:nth-child(3) .text_float {
    border-bottom: none;
  }
  .app .layout .l_left .banner_block .s_l_item {
    position: relative;
  }
  .app .layout .l_left .banner_block .s_l_item img {
    height: 100%;
  }
  .app .layout .l_left .banner_block .s_l_item .text_float {
    bottom: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .app .layout .l_left .banner_block .s_l_item_top {
    width: 50%;
    position: relative;
  }
  .app .layout .l_left .banner_block .s_l_item_top .text_float {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    padding-bottom: 0;
  }
  .app .layout .l_left .banner_block .s_l_item_top .text_float .title_text {
    padding: 0 20px;
    background-color: rgba(58, 55, 54, 0.6196078431);
    color: #fff;
  }
  @media (max-width: 768px) {
    .app .layout .l_left .banner_block {
      flex-wrap: wrap;
    }
    .app .layout .l_left .banner_block .b_right,
    .app .layout .l_left .banner_block .s_l_item_top {
      width: 100%;
    }
  }
  .app .layout .l_left .second_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
  }
  .app .layout .l_left .second_block .s_l_item {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    display: flex;
    padding-bottom: 20px;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
  .app .layout .l_left .second_block .s_l_item img {
    width: 300px;
    height: 200px;
  }
  .app .layout .l_left .second_block .s_l_item .text_float {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding: 0 15px;
    padding-top: 10px;
  }
  .app .layout .l_left .second_block .s_l_item .text_float .title_text {
    text-align: left;
  }
  .app .layout .l_left .second_block .s_l_item .text_float .date_text {
    color: #7b7b7b;
    font-size: 14px;
  }
  .app .layout .l_left .second_block .s_l_item .text_float .type_text {
    top: 5px;
    left: 10px;
    margin-top: 10px;
  }
  .app .layout .l_left .second_block .s_l_item .text_float .type_text:hover {
    background: #ffffff;
  }
  @media (max-width: 768px) {
    .app .layout .l_left .second_block .s_l_item {
      padding: 5px;
      padding-bottom: 20px;
      flex-direction: column;
    }
    .app .layout .l_left .second_block .s_l_item img {
      width: 100%;
    }
  }
  .app .layout .l_left .second_block_top .s_l_item {
    width: calc(50% - 10px);
  }
  .app .layout .l_left .second_block_top .s_l_item img {
    width: 130px;
    height: 90px;
  }
  @media (max-width: 768px) {
    .app .layout .l_left .second_block_top .s_l_item {
      width: 100%;
      padding: 5px;
      padding-bottom: 20px;
      flex-direction: column;
    }
    .app .layout .l_left .second_block_top .s_l_item img {
      width: 100%;
      height: 200px;
    }
  }
  .app .layout .l_right {
    width: 300px;
    margin-top: 20px;
  }
  .app .layout .l_right .second_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
  }
  .app .layout .l_right .second_block .s_l_item {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    display: flex;
    padding-bottom: 20px;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
  .app .layout .l_right .second_block .s_l_item img {
    width: 100px;
    height: 80px;
  }
  .app .layout .l_right .second_block .s_l_item .text_float {
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .app .layout .l_right .second_block .s_l_item .text_float .title_text {
    text-align: left;
  }
  .app .layout .l_right .second_block .s_l_item .text_float .date_text {
    color: #7b7b7b;
    font-size: 14px;
  }
  .app .layout .l_right .second_block .s_l_item .text_float .type_text {
    top: 5px;
    left: 10px;
    margin-top: 10px;
  }
  .app .layout .l_right .second_block .s_l_item .text_float .type_text:hover {
    background: #ffffff;
  }
  @media (max-width: 768px) {
    .app .layout {
      flex-wrap: wrap;
    }
    .app .layout .l_left,
    .app .layout .l_right {
      width: 100%;
    }
  }
  @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: #2C57A2;
    color: #ffffff;
    margin-top: 40px;
    padding-bottom: 180px;
    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 */