/* 保留必要的滚动条样式 */
aside::-webkit-scrollbar {
  width: 6px;
}
aside::-webkit-scrollbar-track {
  background: #f1f1f1;
}
aside::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
aside::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 背景图标样式 */
.icon-beian {
  background-image: url("../images/icon-beian.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 背景图标样式 */
.txt-tel {
  background-image: url("../images/txt-tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 120px;
  height: 25px;
}

/* 背景图标样式 */
.txt-tel2 {
  background-image: url("../images/txt-tel2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 120px;
  height: 25px;
}

.about-banner {
  background-image: url("../images/about-banner.jpg");
}

/* 导航菜单悬停效果 */
nav #global-menu a {
  position: relative;
  /* 确保伪元素不会溢出 */
  overflow: hidden;
}

nav #global-menu a::after {
  content: '';
  position: absolute;
  /* 将下边框定位在链接底部 */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #2563eb; /* Tailwind's blue-600 */
  /* 添加过渡效果 */
  transition: width 0.3s ease-in-out;
}

nav #global-menu a:hover::after,
nav #global-menu a.active::after {
  width: 100%;
}

nav #global-menu a.active {
  color: #2563eb; /* blue-600 */
}


/* ------------------Content------------------- */

.news-content {word-break: break-all; word-wrap: break-word;overflow: hidden;}
.news-content ul li{
  list-style-type:disc;
}
.news-content ol li{
  list-style-type:simp-chinese-informal;
  list-style-position: inside;
}
.news-content:after { clear: both; content: " "; display: block; height: 0; }
.news-content {color: #2f2f2f;word-break: break-all;font-size: 14px;font-weight: 400;line-height: 1.5}
.news-content p {margin: 10px auto;}
.news-content blockquote h1:last-child, .news-content blockquote h2:last-child, .news-content blockquote h3:last-child, .news-content blockquote h4:last-child, .news-content blockquote h5:last-child, .news-content blockquote h6:last-child, .news-content blockquote li:last-child, .news-content blockquote ol:last-child, .news-content blockquote p:last-child, .news-content blockquote ul:last-child {margin-bottom: 0}
.news-content .video-package .video-description p {margin: 0}
.news-content li p {overflow: visible}
.news-content a {color: #3194d0}
.news-content a:hover {color: #3194d0;text-decoration: underline}
.news-content a.active, .news-content a:active, .news-content a:focus {color: #3194d0}
.news-content a.disabled, .news-content a.disabled.active, .news-content a.disabled:active, .news-content a.disabled:focus, .news-content a.disabled:hover, .news-content a[disabled], .news-content a[disabled].active, .news-content a[disabled]:active, .news-content a[disabled]:focus, .news-content a[disabled]:hover {cursor: not-allowed;color: #f5f5f5}
.news-content ol, .news-content p, .news-content ul {
  word-break: break-all}
.news-content hr {margin: 0 0 10px;border-top: 1px solid #ddd}
.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {margin: 0 0 15px;font-weight: 700;color: #2f2f2f;line-height: 1.7;text-rendering: optimizelegibility}
.news-content h1 {font-size: 20px}
.news-content h2 {font-size: 19px}
.news-content h3 {font-size: 17px}
.news-content h4 {font-size: 16px}
.news-content h5 {font-size: 15px}
.news-content h6 {font-size: 14px}
.news-content img {max-width: 90%;  display: block;  margin: 0 auto;}
.news-content blockquote {padding: 20px;margin-bottom: 25px;background-color: #f7f7f7;border-left: 6px solid #b4b4b4;
  word-break: break-all;font-size: 16px;font-weight: 400;line-height: 30px}
.news-content blockquote p {font-size: 16px;font-weight: 400;line-height: 1.7}
.news-content blockquote .image-package {width: auto;margin-left: 0}
.news-content ol, .news-content ul {padding: 0;margin: -5px 0 20px 20px}
.news-content ol li, .news-content ul li {line-height: 30px}
.news-content ol li ol, .news-content ol li ul, .news-content ul li ol, .news-content ul li ul {margin-top: 15px}
.news-content ol .image-package, .news-content ul .image-package {width: auto !important;margin-left: 0 !important}
.news-content pre {font-size: 14px; background-color: #f6f6f6;margin-bottom: 20px;padding: 15px;word-wrap: normal;
  word-break: break-all;white-space: pre;overflow: auto;border-radius: 4px}
.news-content table {width: 100%;margin-bottom: 20px;border: 1px solid #ddd;border-collapse: collapse;border-left: none;word-break: normal}
.news-content table tr:nth-of-type(2n) {background-color: hsla(0, 0%, 71%, .1)}
.news-content table thead th {vertical-align: middle;text-align: inherit}
.news-content table td, .news-content table th {padding: 8px;border: 1px solid #ddd;line-height: 20px;vertical-align: middle}
.news-content table th {font-weight: 700}