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

body > div.search_dialog.app > .layout .l_left .second_block .s_left .s_l_item {
  background-color: transparent;
}

.sc_result .second_block {
  background-color: transparent !important;
}

@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;
}

body {
  background-color: #EFF1F5;
}

@font-face {
  font-family: "website";
  src: url("./Crossover-2.ttf");
}
.title_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 17.5px;
  font-family: Arial-BoldMT;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  color: #162F56;
}

.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;
  color: #727A88;
}
.date_text .iconfont {
  font-size: 12px;
}

.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 {
  margin-top: 20px;
}
.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: #222222;
  box-shadow: 0px 2px 10px 0px rgba(199, 199, 199, 0.5);
}
.app .header .iconfont {
  font-size: 25px;
}
.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;
  font-family: "website";
  text-transform: uppercase;
  color: #ffffff;
}
.app .header .mob_website_name {
  display: none;
}
.app .header nav > div {
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
  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;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  display: inline-block;
  padding: 2px 15px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 20px;
}
.app .header nav > div ul li .active {
  color: #111111;
  background-color: #fff;
}
.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: #E7372D;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: flex;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  width: 130px;
  justify-content: space-around;
}
.app .header nav > div .h_r .pc_search .icon-sousuo4 {
  font-size: 20px;
  display: block;
  color: #ffffff;
}
.app .header nav > div .h_r .icon-sousuo4,
.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 .h_top_time {
    display: none;
  }
  .app .header .mob_website_name {
    display: block;
    height: 60px;
    line-height: 40px;
  }
  .app .header .mob_website_name .h_website_name {
    display: flex;
  }
  .app .header .mob_website_name .h_website_name a {
    font-family: "website";
  }
  .app .header .website_name {
    font-size: 25px;
  }
  .app .header nav {
    background-color: #E0A067;
  }
  .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: #ffffff;
  }
  .app .header nav > div .h_r .pc_search {
    display: none;
  }
  .app .header nav > div .h_r .icon-sousuo4,
  .app .header nav > div .h_r .icon-caidan {
    display: inline-block;
  }
}
.app .type_line {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #111111;
  font-family: "DomaineDisp-Bold";
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background-color: white;
  position: relative;
}
.app .type_line::after {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 0px;
  border: 3px solid transparent;
  border-top-color: red;
  border-left-color: red;
}
.app .type_line::before {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  bottom: 0px;
  border: 3px solid transparent;
  border-right-color: red;
  border-bottom-color: red;
}
.app .type_line .t_top {
  width: 100%;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
}
.app .type_text {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #111111;
  font-family: "DomaineDisp-Bold";
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.app .type_text .t_top {
  width: 100%;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.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 .s_l_item {
  width: calc(25% - 11.25px);
}
.app .layout .l_left .banner_block .s_l_item img {
  height: 240px;
}
.app .layout .l_left .banner_block .s_l_item .text_float {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .app .layout .l_left .banner_block {
    flex-wrap: wrap;
  }
  .app .layout .l_left .banner_block .s_l_item {
    width: 100%;
  }
}
.app .layout .l_left .middle_block {
  display: flex;
  gap: 20px;
}
.app .layout .l_left .middle_block .m_left {
  width: 30%;
  height: 300px;
}
.app .layout .l_left .middle_block .m_left .s_l_item {
  position: relative;
  display: block;
  height: 100%;
}
.app .layout .l_left .middle_block .m_left .s_l_item img {
  height: 100%;
  width: 100%;
}
.app .layout .l_left .middle_block .m_left .s_l_item .text_float {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.app .layout .l_left .middle_block .m_left .s_l_item .text_float .title_text,
.app .layout .l_left .middle_block .m_left .s_l_item .text_float .date_text {
  color: #ffffff;
}
.app .layout .l_left .middle_block .m_right {
  background-color: #ffffff;
  flex: 1;
  padding: 15px;
}
.app .layout .l_left .middle_block .m_right .flex {
  display: flex;
  gap: 15px;
}
.app .layout .l_left .middle_block .m_right .flex .s_l_item {
  width: calc(33.3333333333% - 10px);
}
.app .layout .l_left .middle_block .m_right .flex .s_l_item img {
  height: 140px;
}
@media (max-width: 768px) {
  .app .layout .l_left .middle_block {
    flex-wrap: wrap;
  }
  .app .layout .l_left .middle_block .m_left,
  .app .layout .l_left .middle_block .m_right {
    width: 100%;
  }
  .app .layout .l_left .middle_block .m_right .flex {
    flex-wrap: wrap;
  }
  .app .layout .l_left .middle_block .m_right .flex .s_l_item {
    width: 100%;
  }
}
.app .layout .l_left .second_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.app .layout .l_left .second_block .s_left {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 15px;
}
.app .layout .l_left .second_block .s_left .s_l_item {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
  display: flex;
  position: relative;
}
.app .layout .l_left .second_block .s_left .s_l_item img {
  width: 300px;
  height: 200px;
}
.app .layout .l_left .second_block .s_left .s_l_item .text_float {
  padding: 15px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 15px;
}
@media (max-width: 767px) {
  .app .layout .l_left .second_block .s_left .s_l_item .text_float {
    padding: 15px 0;
  }
}
.app .layout .l_left .second_block .s_left .s_l_item .text_float .title_text {
  text-align: left;
}
.app .layout .l_left .second_block .s_right {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.app .layout .l_left .second_block .s_right .s_l_item {
  display: flex;
}
.app .layout .l_left .second_block .s_right .s_l_item img {
  width: 100px;
  height: 80px;
}
.app .layout .l_left .second_block .s_right .s_l_item .text_float {
  padding: 0 15px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .app .layout .l_left .second_block .s_right .s_l_item .text_float {
    padding: 15px 0;
  }
}
.app .layout .l_left .second_block .s_right .s_l_item .text_float .title_text {
  text-align: left;
}
@media (max-width: 768px) {
  .app .layout .l_left .second_block .s_left,
  .app .layout .l_left .second_block .s_right {
    width: 100%;
  }
  .app .layout .l_left .second_block .s_left .s_l_item,
  .app .layout .l_left .second_block .s_right .s_l_item {
    padding: 5px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .app .layout .l_left .second_block .s_left .s_l_item img,
  .app .layout .l_left .second_block .s_right .s_l_item img {
    width: 100%;
  }
  .app .layout .l_left .second_block .s_right .s_l_item img {
    height: 170px;
  }
}
@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: #111111;
  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 */