ï»¿
ul,
ol,
li {
    list-style: none;
}

.page-bottom--area {
    padding: 12px 0 13px;
}

    .page-bottom--area .bottom-content {
        margin: 0 auto;
        width: 1200px;
        text-align: center;
        font-size: 0;
    }

        .page-bottom--area .bottom-content .top-area {
            margin-bottom: 16px;
        }

        .page-bottom--area .bottom-content .display-style {
            display: inline-block;
            vertical-align: middle;
        }

        .page-bottom--area .bottom-content .divider {
            margin: 0 10px;
            width: 1px;
            height: 12px;
            font-weight: 400;
        }

        .page-bottom--area .bottom-content .common-style {
            font-size: 12px;
            font-weight: 400;
        }

        .page-bottom--area .bottom-content a {
            font-weight: 400;
            text-decoration: none;
        }

        .page-bottom--area .bottom-content .ga-area a img {
            margin-top: 1px;
            margin-right: 6px;
            width: 14px;
            height: 14px;
            vertical-align: middle;
        }

        .page-bottom--area .bottom-content .ali-area a img {
            margin-top: -2px;
            margin-right: 10px;
            width: 55px;
            height: 13px;
            vertical-align: middle;
        }

        .page-bottom--area .bottom-content .ipv-area .ipv6-box {
            display: inline-block;
            margin-left: 4px;
            text-align: center;
            border-radius: 4px;
            border: 1px solid rgba(152, 152, 152, 1);
            padding: 3px;
        }
        .page-bottom--area .bottom-content .ali-area a svg, .page-bottom--area .bottom-content .ali-area a span {
            vertical-align: top;
        }
        .bottom-words {
            vertical-align: middle;
        }
.page-bottom--area .bottom-content .ga-area a img, .page-bottom--area .bottom-content .ga-area a span {
    vertical-align: top;
}
/* 文章视频自适应：防止固定1280px宽度溢出容器、遮挡文字 */
.article-content .wp-video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
.article-content .wp-video .mejs-container,
.article-content .mejs-container.wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.article-content .wp-video video.wp-video-shortcode,
.article-content .wp-video .mejs-mediaelement video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

/* 正文内建站系统残留的绝对定位块回归文档流，避免与视频等元素互相遮挡 */
.article-content .smartAbs {
  position: static !important;
}

/* 正文文字统一字号：覆盖建站系统模板的 14px 固定值，与其他文章保持一致 */
.article-content .w-detail {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* 导航 Logo：等比缩放，并在 110px 头部栏内垂直居中 */
#smv_tem_65_20 {
  top: 0 !important;
  height: 110px !important;
  display: flex;
  align-items: center;
}
/* 抵消全局 .yibuFrameContent{height:100%}，让内层收缩为图片实际高度 */
#smv_tem_65_20 .yibuFrameContent {
  height: auto !important;
}
.logoimage_Style1 .w-image-box img {
  width: 233px !important;
  height: auto !important;
  max-height: 110px;
}
/* 内页 logo 缩小版（右移保持与网站名 23px 间距） */
.jcxy-logo-sm {
  left: 18px !important;
}
.jcxy-logo-sm .w-image-box img {
  width: 170px !important;
  height: 63px !important;
}

