body {
  line-height: 1.8;
  color: #333;
  background: #f9f9f9;
}

.container {
  margin: 6rem auto 2rem;
}

.article-page {
  display: flex;
  gap: 32px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  padding: 32px;
}

.article-main {
  flex: 1;
  min-width: 0;
}

.breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #002CC0;
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 8px;
  color: #ccc;
}

.breadcrumb span:last-child {
  color: #999;
  margin-right: 0;
}

.article-title {
  font-size: 28px;
  margin: 0 0 16px 0;
  color: #1a1a1a;
  line-height: 1.3;
}

.article-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}

.article-meta span {
  margin-right: 16px;
}

.article-content p {
  margin: 0 0 16px 0;
  font-size: 16px;
}

.sidebar {
  margin-top: 32px;
  background: white;
  border-radius: 12px;
}
.related-news{
  padding: 1rem;
}

.related-news h3 {
  font-size: 18px;
  margin: 0 0 16px 0;
  color: #1a1a1a;
  border-left: 4px solid #002CC0;
  padding-left: 12px;
}

.related-news ul {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.related-news li {
  width: calc(50% - 24px);
  margin: 0 8px 12px;
  box-sizing: border-box;
  float: left;
  position: relative;
  padding-left: 20px;
}

.related-news li::before {
  content: "•";
  color: #333;
  font-size: 1.2em;
  position: absolute;
  left: 5px;
  top: 0;
  line-height: 1.5;
}

.related-news a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  transition: color 0.2s;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
}

.related-news a:hover {
  color: #002CC0;
  text-decoration: underline;
}

.newsxq_en {
  width: 100%;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 20px 0px
}

.newsxq_en a {
  width: 48%;
  padding-right: 0px;
  display: inline-block;
  color: #646464;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsxq_en a i {
  position: absolute;
  right: 0px
}

.newsxq_en a:last-child {
  float: right
}

.newsxq_en a:hover {
  color: #0F4358
}

@media (max-width: 1024px) {
  html {
    font-size: 12px !important;
  }

  .container {
    margin-top: 8rem;
  }

  .article-page {
    flex-direction: column;
    padding: 24px 16px;
  }

  .newsxq_en {
    margin: 0;
    padding: 0;
  }

  .newsxq_en a {
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    height: 28px;
    line-height: 28px
  }

  .newsxq_en a i {
    display: none;
  }
}

.head {
  background: url('../images/bg.png') center no-repeat;
  background-size: cover;
}

.head.scrolled {
  background: url('../images/bg.png') center no-repeat;
  background-size: cover;
  padding-bottom: 0
}

main .h-l-l {
  margin: 0 auto;
}

.header .h-l-l {
  margin: 0 auto;
  padding: .675rem 0;
}