.isPc {
  display: block;
}

.isMobile {
  display: none;
}

@media (max-width: 992px) {
  .isPc {
    display: none;
  }
  .isMobile {
    display: block;
  }
}
.two_lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.three_lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.article_newsroom .banner_bg {
  background: linear-gradient(0deg, #EFFBFF 0%, #C2D9FF 100%);
  position: relative;
}
.article_newsroom .banner_bg .banner {
  display: flex;
  align-items: center;
  gap: 97px;
  padding: 84px 0 97px 0;
}
.article_newsroom .banner_bg .banner_left {
  flex: 1;
  z-index: 2;
}
.article_newsroom .banner_bg .banner_left .title {
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  color: #222;
  line-height: 48px;
  margin-bottom: 24px;
}
.article_newsroom .banner_bg .banner_left .text {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 36px;
}
.article_newsroom .banner_bg .banner_right {
  width: 570px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.article_newsroom .banner_bg .banner_right img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
.article_newsroom .banner_bg .lines {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 182px;
}
.article_newsroom .banner_bg .btn_box .zw-button {
  margin-right: 21px;
  padding: 10px 20px;
}
.article_newsroom .banner_bg .btn_box .zw-button.white {
  color: #005BFE;
  border: 1px solid #005BFE;
  background-color: transparent;
}
.article_newsroom .content_box {
  display: flex;
  gap: 180px;
  padding: 30px 0 100px;
  background-color: #fff;
}
.article_newsroom .content_box .left {
  flex: 1;
  min-width: 100px;
}
.article_newsroom .content_box .left .content_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.article_newsroom .content_box .left .content_header .title {
  color: #000;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article_newsroom .content_box .left .content_header .date {
  color: #666;
  font-size: 14px;
}
.article_newsroom .content_box .left .content_header .tag {
  flex-shrink: 0;
  padding: 4px 16px;
  background: #F5F8FF;
  color: #222;
  border-radius: 6px;
  border: 1px solid #DEE7F3;
}
.article_newsroom .content_box .left .content {
  padding: 30px 0 60px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
  word-break: break-word;
}
.article_newsroom .content_box .left .content h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
  line-height: 44px;
  font-weight: 700;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article_newsroom .content_box .left .content h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article_newsroom .content_box .left .content strong, .article_newsroom .content_box .left .content strong * {
  font-weight: 700;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article_newsroom .content_box .left .content p {
  color: #000;
  font-size: 16px;
}
.article_newsroom .content_box .left .content img, .article_newsroom .content_box .left .content iframe, .article_newsroom .content_box .left .content video {
  max-width: 100%;
  margin-bottom: 30px;
}
.article_newsroom .content_box .left .content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.article_newsroom .content_box .left .content dl, .article_newsroom .content_box .left .content ol, .article_newsroom .content_box .left .content ul {
  margin-bottom: 30px;
}
.article_newsroom .content_box .left .content dl li, .article_newsroom .content_box .left .content ol li, .article_newsroom .content_box .left .content ul li {
  font-size: 16px;
  color: #000;
}
.article_newsroom .content_box .left .content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.article_newsroom .content_box .left .content ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
.article_newsroom .content_box .left .content table {
  width: 100%;
  height: auto !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article_newsroom .content_box .left .content table thead tr {
  background-color: #edf2f6;
  color: #000;
}
.article_newsroom .content_box .left .content table th {
  background-color: #edf2f6;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 12px;
  color: #000;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article_newsroom .content_box .left .content table td {
  font-size: 14px;
  line-height: 18px;
  padding: 22px 12px;
  color: #000;
}
.article_newsroom .content_box .left .pre_next_box {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.article_newsroom .content_box .left .pre_next_box .pre, .article_newsroom .content_box .left .pre_next_box .next {
  flex: 1 0 30%;
  cursor: pointer;
}
.article_newsroom .content_box .left .pre_next_box .pre:hover .pre_title,
.article_newsroom .content_box .left .pre_next_box .pre:hover .pre_text,
.article_newsroom .content_box .left .pre_next_box .next:hover .next_title,
.article_newsroom .content_box .left .pre_next_box .next:hover .next_text {
  color: #005BFE;
  transition: all 0.3s;
}
.article_newsroom .content_box .left .pre_next_box .pre_title, .article_newsroom .content_box .left .pre_next_box .next_title {
  color: #000;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 17px;
  display: block;
}
.article_newsroom .content_box .left .pre_next_box .next_title, .article_newsroom .content_box .left .pre_next_box .next_text {
  text-align: right;
}
.article_newsroom .content_box .left .pre_next_box .pre_text, .article_newsroom .content_box .left .pre_next_box .next_text {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 26px;
  margin-bottom: 0;
}
.article_newsroom .content_box .right::-webkit-scrollbar {
  display: none;
}
.article_newsroom .content_box .right {
  flex-shrink: 0;
  width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.article_newsroom .content_box .right .title {
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
.article_newsroom .content_box .right .nav_ul {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.article_newsroom .content_box .right .nav_ul a {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.article_newsroom .content_box .right .nav_ul a.active {
  color: #005BFE;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  transition: all 0.3s;
}
.article_newsroom .content_box .right .nav_ul a:hover {
  color: #000;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  transition: all 0.3s;
}
.article_newsroom .content_box .right .link_share {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 2px 20px;
}
.article_newsroom .content_box .right .link_share .link_title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article_newsroom .content_box .right .link_share .link_content {
  display: flex;
}
.article_newsroom .content_box .right .link_share .link_content a {
  margin-right: 20px;
}
.article_newsroom .recommend_bg {
  background-color: #F8F9FC;
  padding: 60px 0 52px;
}
.article_newsroom .recommend_bg .recommen_tilte {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  margin-bottom: 30px;
}
.article_newsroom .recommend_bg .recommend_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
.article_newsroom .recommend_bg .recommend_item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.article_newsroom .recommend_bg .recommend_item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: calc(33.3% - 17px);
  display: flex;
  flex-direction: column;
}
.article_newsroom .recommend_bg .recommend_item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 453/286;
}
.article_newsroom .recommend_bg .recommend_content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article_newsroom .recommend_bg .recommend_content .title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
  margin-bottom: 17px;
}
.article_newsroom .recommend_bg .recommend_content .text {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article_newsroom .recommend_bg .recommend_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_newsroom .recommend_bg .recommend_bottom .tag {
  display: inline-block;
  background: #F5F8FF;
  border-radius: 6px;
  border: 1px solid #DEE7F3;
  font-size: 14px;
  color: #222;
  padding: 4px 16px;
}
.article_newsroom .recommend_bg .recommend_bottom .date {
  color: #666;
  font-size: 14px;
  margin-top: 0;
}

.news_form .content {
  padding: 30px 0;
}

@media (max-width: 992px) {
  .article_newsroom .banner_bg {
    background: linear-gradient(0deg, #EFFBFF 0%, #C2D9FF 100%);
  }
  .article_newsroom .banner_bg .banner {
    flex-direction: column;
    padding: 40px 0 42px 0;
    gap: 40px;
  }
  .article_newsroom .banner_bg .banner_left .title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .article_newsroom .banner_bg .banner_left .text {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .article_newsroom .banner_bg .banner_right {
    width: 100%;
    height: auto;
    flex: 1;
    overflow: hidden;
  }
  .article_newsroom .banner_bg .lines {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 77px;
  }
  .article_newsroom .mobile_nav_box {
    position: sticky;
    top: 110px;
    background: #fff;
  }
  .article_newsroom .mobile_nav_box .mobile_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
  }
  .article_newsroom .mobile_nav_box .mobile_nav .select_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article_newsroom .mobile_nav_box .mobile_nav .select_box .select_palce {
    font-size: 16px;
    font-weight: bold;
    font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
    color: #000;
    margin-right: 10px;
  }
  .article_newsroom .mobile_nav_box .mobile_nav .select_box .icon {
    flex-shrink: 0;
    margin-top: 4px;
    transition: all 0.3s;
  }
  .article_newsroom .mobile_nav_box .mobile_nav .select_box .icon.up {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .article_newsroom .mobile_nav_box .mobile_nav .link_content {
    display: flex;
    gap: 8px;
  }
  .article_newsroom .mobile_nav_box .nav_ul {
    position: absolute;
    top: 63px;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    display: none;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .article_newsroom .mobile_nav_box .nav_ul a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
  }
  .article_newsroom .mobile_nav_box .nav_ul a.active {
    color: #005BFE;
  }
  .article_newsroom .mobile_nav_box .mask {
    display: none;
    position: absolute;
    top: 63px;
    z-index: 99;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .article_newsroom .content_box {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .article_newsroom .content_box .left .content_header .tag {
    padding: 2px 16px;
    font-size: 14px;
  }
  .article_newsroom .recommend_bg {
    padding: 30px 0 26px 0;
  }
  .article_newsroom .recommend_bg .recommend_ul {
    flex-direction: column;
  }
  .article_newsroom .recommend_bg .recommend_item {
    width: 100%;
  }
  .article_newsroom .recommend_bg .recommend_bottom .tag {
    padding: 2px 16px;
  }
  .news_form {
    color: #000;
    border-radius: 16px;
    margin-bottom: 30px;
  }
}