a {
  text-decoration: none;
}

/* 面包屑导航样式 */
.breadcrumb {
  padding: 0;
  font-size: 12rem;
  max-width: 1200rem;
  margin: 0 auto;
  margin-top: 17rem;
}

.breadcrumb-item a {
  color: #666666;
  text-decoration: none;
  font-size: 12rem;
  font-family: Inter, Inter-400;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding: 0 6rem;
}

.breadcrumb-item.active {
  color: #333333;
  font-size: 12rem;
  font-family: Inter, Inter-400;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #666666;
}

.news-title {
  width: 800rem;
  height: 98rem;
  font-size: 36rem;
  font-family: Open Sans, Open Sans-600;
  font-weight: 600;
  color: #0E2A58;
  margin: 0 auto;
  text-align: center;
  margin-top: 48rem;
}

.news-time {
  width: 225rem;
  height: 19rem;
  font-size: 16rem;
  margin: 0 auto;
  text-align: center;
  font-family: Inter, Inter-400;
  color: #485a64;
  margin-top: 16rem;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.authorInfo {
  max-width: 1200rem;
  height: 60rem;
  border-top: 3rem solid #0A1D3D;
  margin: 0 auto;
  margin-top: 37rem;
}

.author {
  width: 276rem;
  height: 40rem;
  display: flex;
  align-items: center;
}

.author:hover a {
  color: #0068D7 !important;
  text-decoration: underline !important;
  text-decoration-color: #0068D7;
}

.author a {
  font-size: 14rem;
  font-family: Inter, Inter-500;
  font-weight: 500;
  color: #0A1D3D;
}

.author img {
  width: 28rem;
  height: 28rem;
  margin-right: 8rem;
  border-radius: 50%;
}

.shareLink {
  width: 100rem;
  height: 40rem;
}

.shareLink img {
  width: 16rem;
  height: 16rem;
  cursor: pointer;
}

.share5 {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-image: url(/static/frontend/pc/images/share_5.webp);
  background-size: cover;
}

.share1 {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-image: url(/static/frontend/pc/images/share_1.webp);
  background-size: cover;
}

.share2 {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-image: url(/static/frontend/pc/images/share_2.webp);
  background-size: cover;
}

.share3 {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-image: url(/static/frontend/pc/images/share_3.webp);
  background-size: cover;
}

.share4 {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  background-image: url(/static/frontend/pc/images/share_4.webp);
  background-size: cover;
}

.share5:hover {
  background-image: url(/static/frontend/pc/images/share_5_h.webp);
}

.share1:hover {
  background-image: url(/static/frontend/pc/images/share_1_h.webp);
}

.share2:hover {
  background-image: url(/static/frontend/pc/images/share_2_h.webp);
}

.share3:hover {
  content: url(/static/frontend/pc/images/share_3_h.webp);
}

.share4:hover {
  content: url(/static/frontend/pc/images/share_4_h.webp);
}

.newsContentBox {
  max-width: 1200rem;
  height: auto;
  margin: 0 auto;
  margin-top: 32rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.anchor-link {
  width: 240rem;
  height: 50%;
  position: sticky;
  top: 100rem;
  background-color: #F6F6F6;
}

.link-ul {
  display: flex;
  margin-top: 8rem;
  align-items: center;
  flex-direction: column;
}

.catalog {
  font-size: 16rem;
  font-family: Inter, Inter-500;
  font-weight: 500;
  color: #000000;
  border-bottom: 1rem solid #ffffff;
}

.link-ul li {
  width: 200rem;
  height: 48rem;
  display: flex;
  align-items: center;
}

.link-ul li a {
  font-size: 14rem;
  font-family: Inter, Inter-400;
  color: #485a64;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-a:hover {
  color: #0068D7;
  text-decoration: underline;
  text-decoration-color: #0068D7;
}

.link-ul li a.active {
  color: #0068D7;
}

.newsContent {
  max-width: 924rem;
}

.news-text-1 {
  text-align: justify;
  font-size: 24rem;
  font-family: Open Sans, Open Sans-400;
  color: #333333;
}

.newsTextBox {
  margin-top: 4rem;
}

.newsText {
  font-size: 16rem;
  font-family: Inter, Inter-400;
  color: #333333;
  margin-top: 24rem;
  text-align: justify;
}

.news-part1-title {
  margin-top: 40rem;
  font-size: 36rem;
  font-family: Open Sans, Open Sans-500;
  font-weight: 500;
  color: #0A1D3D;
}

.news-part2-ul {
  max-width: 100%;
  height: 212rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24rem;
}

.news-part2-ul li {
  font-size: 14rem;
  font-family: Inter, Inter-400;
  text-align: justify;
  color: #485a64;
  position: relative;
  padding-left: 12rem;
}

.news-part2-ul span {
  font-size: 14rem;
  font-family: Inter, Inter-600;
  font-weight: 600;
  color: #485a64;
}

.news-part2-ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #485A64;
}

.news-part3-title {
  font-size: 36rem;
  font-family: Open Sans, Open Sans-500;
  font-weight: 500;
  color: #0A1D3D;
  margin-top: 40rem;
}

.newsImg {
  margin-top: 28rem;
  width: 100%;
  height: 319rem;
}

.newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.authorAndShareLink {
  height: 84rem;
  margin-top: 80rem;
  border-top: 1rem solid #D9D9D9;
}

.userInfo a {
  font-size: 14rem;
  font-family: Inter, Inter-500;
  font-weight: 500;
  color: #0A1D3D;
}

.userInfo:hover a {
  color: #0068D7 !important;
  text-decoration: underline !important;
  text-decoration-color: #0068D7;
}

.userInfo img {
  margin-right: 8rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
}

.news-part5-box {
  height: 270rem;
  display: flex;
  margin-top: 80rem;
  flex-direction: column;
  align-items: center;
  background-color: #ECEEEF;
}

.news-part5-title {
  font-size: 28rem;
  font-family: Open Sans, Open Sans-400;
  color: #333333;
  margin-top: 48rem;
  margin-bottom: 0 !important;
}

.news-part5-desc {
  font-size: 20rem;
  font-family: Open Sans, Open Sans-400;
  color: #333333;
  font-size: 20rem !important;
}

.news-part5-btn {
  display: inline-block;
  width: 280rem;
  height: 56rem;
  background: #ffffff;
  border-radius: 4rem;
  margin-top: 20rem;
  font-size: 16rem !important;
  font-family: Inter, Inter-400;
  color: #0A1D3D !important;
  display: flex;
  cursor: pointer;
}

.news-part5-btn:hover .news-part5-imgBox img {
  content: url(/static/frontend/pc/images/btn_rightTop_C.webp);
}

.news-part5-btnText {
  height: 56rem;
  width: 224rem;
  display: flex;
  font-size: 16rem !important;
  font-family: Inter, Inter-400;
  color: #0E2A58 !important;
  align-items: center;
  justify-content: center;
}

.news-part5-imgBox img {
  width: 44rem;
  height: 44rem;
}

.news-part5-imgBox {
  width: 56rem;
  height: 56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.otherNewsBox {
  width: 100%;
  height: 798rem;
  border-top: 1rem solid #D9D9D9;
  margin-top: 124rem;
  display: flex;
  align-items: flex-end;
}

.otherNewsContent {
  width: 1200rem;
  height: 688rem;
  margin: 0 auto;
}

.otherNewsTips {
  font-size: 32rem;
  font-family: Open Sans, Open Sans-400;
  color: #222222;
}

.otherNewsCardBox {
  margin-top: 32rem;
  max-width: 1200rem;
  height: 612rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.otherNewsCard {
  width: 584rem;
  height: 290rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1rem solid #eeeeee;
  border-radius: 4rem;
}

.newsInfo {
  width: 528rem;
  height: 220rem;
  display: flex;
  justify-content: space-between;
}

.other-news-left {
  width: 330rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.other-news-left-title:hover {
  color: #0068D7 !important;
  text-decoration: underline !important;
  text-decoration-color: #0068D7;
}

.other-news-left-title {
  font-size: 20rem;
  font-family: Inter, Inter-400;
  color: #0E2A58;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.other-news-left-desc {
  font-size: 14rem;
  font-family: Inter, Inter-400;
  color: #485a64;
  line-height: 20rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.other-news-left-author {
  width: 182rem;
  height: 40rem;
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-family: Inter, Inter-400;
  color: #0E2A58;
}

.other-news-left-author:hover {
  color: #0068D7 !important;
  text-decoration: underline !important;
  text-decoration-color: #0068D7;
}

.other-news-left-author img {
  width: 24rem;
  height: 24rem;
  margin-right: 12rem;
  border-radius: 50%;
}

.news-right {
  width: 166rem;
  height: 220rem;
}

.news-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 自定义样式 */
.newsContent p:first-child {
  font-size: 24rem;
  font-family: Open Sans, Open Sans-400;
  font-weight: 400;
  text-align: justify;
  color: #333333;
  margin-bottom: 28rem;
}

.newsContent p:not(:first-child) {
  font-size: 16rem;
  font-family: Inter, Inter-400;
  text-align: justify;
  color: #333333;
  line-height: 24rem;
  margin-top: 24rem;
}

.newsContent h4 {
  margin-top: 24rem;
}

.newsContent ul {
  margin-top: 24rem;
}

table {
  border: 1rem solid #000000;
}

tr {
  border: 1rem solid #000000;
}

td {
  border: 1rem solid #000000;
}

th {
  border: 1rem solid #000000;
}

h2 {
  color: #0E2A58;
}