a {
  text-decoration: none;
}

/* 面包屑导航样式 */
.breadcrumb {
  padding: 0;
  font-size: 12rem;
  max-width: 1200rem;
  margin: 0 auto;
  margin-top: 17rem;
}
.breadcrumb li{
  list-style: none !important;
}
.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 {
  max-width: 850rem;
  font-size: 36rem;
  font-family: Open Sans, Open Sans-600;
  font-weight: 600;
  color: #0E2A58;
  margin: 0 auto;
  text-align: center;
  margin-top: 48rem;
  line-height: 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;
  line-height: 19rem;
}

.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: #0E2A58;
}

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

.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 !important;
  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;
}

.news-part5-btn {
  display: inline-block;
  width: 280rem;
  height: 56rem;
  background: #ffffff;
  border-radius: 4rem;
  margin-top: 20rem;
  font-size: 16rem;
  font-family: Inter, Inter-400;
  color: #0E2A58;
  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 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.other-news-left-detail {
  height: 140rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

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

.other-news-left-author {
  width: 182rem;
  height: 40rem;
  display: flex;
  align-items: center;
}

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

.other-news-left-author a {
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-family: Inter, Inter-400;
  color: #485a64;
}

.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: 12rem;
}

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

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

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

h2 {
  color: #0E2A58;
}
ul li{
  list-style: disc !important;
}
ol li{
  list-style: decimal !important;
}
.newsContent p img{
  max-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12rem;
  box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75rem;
  transition: transform 0.3s ease;
}

.newsContent p img:hover{
  transform: scale(1.02);
}
.newsContent h2{
  color: #17338F !important;
  margin-top: 24rem !important;
  margin-bottom: 32rem !important;
  font-weight: 600 !important;
  font-size: 28rem !important;
  letter-spacing: -0.3rem !important;
}
.newsContent p{
  font-size: 18rem !important;
  color: #424242 !important;
  font-family: 'Arial', sans-serif !important;
}
.newsContent strong{
  font-weight:bolder;
}
.newsContent ul{
  padding-left: 24rem;
}
.newsContent ol{
  padding-left: 24rem;
}
.newsContent li{
    line-height: 32rem !important;
    color: #424242 !important;
    margin-bottom: 8rem !important;
    font-size: 18rem !important;
    font-family: 'Arial', sans-serif !important;
}
.newsContent h3{
  color: #17338F !important;
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
  font-weight: 600 !important;
  font-size: 22rem !important;
  line-height: 1.4 !important;
  letter-spacing: -0.3px !important;
}
.newsContent table{
  max-width: 100%;
  width: 100%;
  margin-top: 20rem;
}
.newsContent table th{
  background: linear-gradient(45deg, #213FA3, #152F85) !important;
  color: white !important;
  text-align: center !important;
  height: 60rem !important;
  font-weight: 600 !important;
}
.newsContent table tr{
  min-height: 80rem;
  font-size: 16rem;
}
.newsContent table td{
  border:none;
}
.newsContent tr:nth-child(odd) {
  background-color: rgba(236, 239, 241, 0.5) !important;
}
blockquote{
  border-left: 4rem solid #3949ab !important;
  padding-left: 16rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 24rem !important;
  color: #555 !important;
  font-size: 16rem;
  font-style: italic !important;
}
