.show-container {
    max-width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 300px);
}

.panel-body {
    padding-top: 100px;
    padding-bottom: 120px;
}

.metas-title {
    padding-bottom: 60px;
    text-align: center;
}

.archive-layout {
    margin: 20px auto;
}

.archive-layout .tab-title {
    margin: 0px auto 60px auto;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 32px;
    color: #222222;
    line-height: 32px;
    text-align: center;
}

.archive-layout .introduction-content {
    margin-top: 40px;
    font-family: PingFang-SC, PingFang-SC;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: left;
}

.archive-layout .introduction-content p {
    margin-top: 32px;
    text-indent: 2em;
}

.archive-layout .query-content-item {
    text-align: center;
}

.archive-layout .query-content-item a {
    color: #222222;
}

.archive-layout .query-content-item img {
    display: inline-block;
}

@media (max-width: 768px) {
    .show-container {
        width: 100%;
        padding: 0 20px;
    }

    .show-container img {
        max-width: 100%;
        margin: 10px 0;
    }

    .archive-layout {
        padding: 20px;
    }
}

.y-list {
    display: none;
}

.y-list.active {
    display: block;
}

.article-text {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.article-text img {
    margin: 10px auto;
}

/* 首页banner */
.banner-container {
    height: 845px;
}

.banner-container .index-focus {
    height: 100%;
}

.banner-container .swiper-container .swiper-slide .carousel-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
}

.banner-container .swiper-container,
.banner-container .swiper-container .swiper-slide,
.banner-container .swiper-container .swiper-slide a,
.banner-container .swiper-container .swiper-slide .carousel-img {
    width: 100%;
    height: 100%;
}

.banner-container .swiper-container .slide .carousel-inner .item {
    display: none;
}

.banner-container .swiper-container .slide .carousel-inner .item.active {
    display: block;
}
.banner-container .swiper-container .slide {
    position: relative;
}

.banner-container .swiper-container .slide .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.banner-container .swiper-container .slide .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-display: inline-block;
    background-color: rgba(255, 255, 255, 0.86);
}

.banner-container .swiper-container .slide .carousel-indicators li.active {
    background-color: #d7000f;
}

.home-bg {
    overflow: hidden;
    position: relative;
}

.home-bg::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url('../images/jw/xwzx_bg.png'); /* 单张 1920px 宽图即可 */
    background-repeat: repeat-x;
    background-size: 50% 100%; /* 单张图占 50% → 自动重复两次 */
    animation: scrollLeft 50s linear infinite;
    opacity: 0.44;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.home-tab-content {
    display: none;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

.home-tab-content.active {
    display: flex;
}

.home-tab-container {
    margin-bottom: 24px;
}

.home-tab-container .news-tab {
    width: 96px;
    text-align: center;
}

.home-tab-container ul {
    display: flex;
    gap: 16px;
    align-items: center;
}

.home-tab-container ul li {
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #666;
}

.home-tab-container ul li.active,
.home-tab-container ul li:hover {
    font-size: 24px;
    color: #d7000f;
    cursor: pointer;
}

.home-news-split {
    height: 16px !important;
    width: 1px;
    background-color: #999999;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d7000f;
}
