[v-clock] {
    display: none;
}

.index{
    min-width: 1554px;
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
    width: 27px;
    height: 11px;
    margin-top: 0;
    top: auto;
    bottom: 5px;
    left: auto;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../static/images/index/swiper-prev.png");
}

.swiper-button-next {
    transform: rotateY(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.has-nav .swiper-button-prev,
.has-nav .swiper-button-next {
    display: block;
}

.swiper-page {
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.swiper-page .swiper-button-prev,
.swiper-page .swiper-button-next {
    position: relative;
    margin: 0;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    width: 50px;
    height: 20px;
    background-image: url("../static/images/index/swiper-prev-max.png");
}

.swiper-page .swiper-button-prev {

}

.swiper-page .swiper-button-next {

}

.index-banner-img {
    width: 100%;
}

.mySwiper {
    position: relative;
    overflow: hidden;
}

.banner-info {
    position: absolute;
    left: 150px;
    top: 450px;
    z-index: 1;
}

.banner-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 1;
}

/* 公告 */
.news-dashboard {
    width: 1554px;
    padding: 20px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.dashboard-inner {
    display: flex;
}

.notice-section {
    display: flex;
    flex-shrink: 0;
    width: 736px;
    height: 140px;
    padding: 25px 70px 15px 35px;
    background-image: url("../static/images/index/tzgg-bg.png");
}

.section-header {
    flex-shrink: 0;
}

.section-title {
    display: block;
    color: #a30000;
    font-size: 24px;
    font-weight: bold;
}

a.section-title:hover{
    color: #820000;
}

.notice-card {
    margin-left: 35px;
    width: 0;
    flex: 1;
}

.notice-swiper {
    position: relative;
    overflow: hidden;
    height: 100%;
}


.notice-swiper .swiper-button-prev {
    right: 62px;
}

.notice-swiper .swiper-button-next {
    right: 10px;
}

.notice-date {
    color: #a30000;
    font-size: 16px;
}

.notice-href {
    color: #000000;
    font-size: 18px;
}

.special-section {
    display: flex;
    flex-shrink: 0;
    width: 798px;
    height: 139px;
    margin-left: -20px;
    padding: 25px 35px 15px 70px;
    background-image: url("../static/images/index/tbgz-bg.png");
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.special-card {
    margin-left: 35px;
    width: 0;
    flex: 1;
}

.special-swiper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.special-date {
    color: #a30000;
    font-size: 16px;
}

.special-href {
    color: #a30000;
    font-size: 24px;
}

/* 要闻资讯 */
.news {
    width: 1554px;
    padding: 20px;
    margin: 0 auto 60px;
}

.news .title {
}

.news .title a {
    font-family: FZCSJW;
    font-size: 24px;
    color: #494949;
    line-height: 1;
}

.news .title a:hover {
    opacity: .8;
}

.news .title a::after {
    content: '';
    display: block;
    height: 5px;
    width: 2em;
    margin-top: 15px;
    background-color: #a40d14;
}


.news .inner {
    display: flex;
}

.left-news {
    flex: 1;
    position: relative;
    height: 530px;
}

.img-news {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 744px;
    height: 472px;
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.img-news-swiper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.img-news-swiper .swiper-button-prev,
.img-news-swiper .swiper-button-next {
    bottom: 31px;
    width: 18px;
    height: 29px;
    background-size: 18px 29px;
    background-image: url("../static/images/index/page-left.png");

}

.img-news-swiper .swiper-button-prev {
    right: 127px;
}

.img-news-swiper .swiper-button-next {
    right: 45px;
}

.img-new-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-news-href {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;

}

.img-news-href:hover img {
    transform: scale(1.2);
}

.img-news-href img,
.intro-item-img img,
.permanent-exhibition-swiper .swiper-slide img,
.cultural-main-swiper .swiper-slide img,
.cultural-left-swiper .swiper-slide img,
.feature-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.img-news-href .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 91px;
    padding: 0 45px 0 45px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #e4e4e4;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 91px;
}

.has-nav .img-news-href .title {
    padding: 0 190px 0 45px;
}

.list-new {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 827px;
    height: 530px;
    padding: 40px 50px 30px 235px;
    background-size: 827px 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../static/images/index/ywzx-list-bg.png");
}

.list-new .content {
    height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-new .content li {

}

.list-new .content a {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
}

.list-new .content a:hover {
    color: #c7c7c7;
}

.list-new .content a .time {
    margin-right: 20px;
    display: inline-block;
    min-width: 50px;
    width: fit-content;
    color: #c7c7c7;
    flex-shrink: 0;
}

.list-new .more {
    flex-shrink: 0;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #ffeba7;
    font-size: 18px;
    padding: 2px 18px;
    border: 2px solid currentColor;
    cursor: pointer;
    transition: all .6s;
}

.list-new .more::after {
    content: '';
    display: block;
    position: relative;
    width: 31px;
    height: 20px;
    margin-left: 18px;
    background-color: currentColor;
    mask-image: url(../static/images/index/more.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.list-new .more:hover {
    color: #bc9050;
}

.right-nav {
    flex-shrink: 0;
    width: 135px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.right-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 128px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
    font-weight: normal;
}

.right-nav-item--cgzn {
    background-color: #b46551;
    background-image: url('../static/images/index/cgzn-icon.png');
    background-position: 95px 5px;
}

.right-nav-item--bjhyu {
    background-color: #f0994b;
    background-image: url('../static/images/index/cgyy-icon.png');
    background-position: 85px 8px;
}

.right-nav-item--pmst {
    background-color: #de362d;
    background-image: url('../static/images/index/pmst-icon.png');
}

.right-nav-item--ggtz {
    background-color: #4267b8;
    background-image: url('../static/images/index/tzgg-icon.png');
    background-position: 0px 10px;
}

.exhibition {
    position: relative;
    height: 1274px;
    margin-top: 15px;
    background-image: url("../static/images/index/exhibition-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.exhibition-wrapper {
    width: 1554px;
    padding: 20px;
    margin: 0 auto;
}

.exhibition-header {
    text-align: center;
    line-height: 1.5;
    padding-top: 25px;
}

.main-title {
    color: #333333;
    font-size: 42px;
    font-weight: 600;
}

.eng-title {
    color: #909090;
    font-size: 18px;
}

.eng-title::after {
    content: '';
    display: block;
    height: 7px;
    width: 50px;
    margin: 10px auto 0 auto;
    background-color: #a30000;
}

.permanent-exhibition {
    display: flex;
    margin-top: 68px;
    height: 425px;
}

.card {
    width: 720px;
    flex-shrink: 0;
}

.permanent-exhibition-swiper {
    overflow: hidden;
}

.permanent-exhibition-swiper .swiper-wrapper {

}

.permanent-exhibition-swiper .swiper-slide {
    width: 720px;
    height: 355px;
    overflow: hidden;
}

.permanent-exhibition-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}


.info {
    width: 0;
    flex: 1;
}

.info-header {
    margin-top: -15px;
    color: #a30000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.info-content {
    margin-top: 29px;
    padding: 50px 60px 50px 45px;
    width: 100%;
    height: 311px;
    color: #000;
    font-size: 18px;
    text-indent: 2em;
    background-size: 100% 100%;
    background-image: url("../static/images/index/permanent-exhibition-bg.png");
}

.cultural-collection {
    display: flex;
    margin-top: 80px;
}

.cultural-collection .info {

}

.cultural-collection .info-header {
}

.cultural-collection .info-content {
    margin-top: 29px;
    padding: 50px 25px 50px 40px;
    color: #000;
    text-indent: 0;
    background-image: url("../static/images/index/cultural-collection-bg.png");
}

.cultural-collection .card {

}

.cultural-main-swiper {
    overflow: hidden;
}

.cultural-main-swiper .swiper-slide {
    width: 720px;
    height: 355px;
    overflow: hidden;
}

.cultural-main-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cultural-main-item img {
    position: relative;
    object-fit: cover;
    z-index: 1;
}

.cultural-main-swiper .swiper-slide .cultural-main-item:hover img {
    transform: scale(1.1);
}


.cultural-main-item .title {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    left: 0;
    bottom: 0;
    padding: 10px 35px;
    color: #d8d8d8;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


/* 内层用于文字显示和垂直居中 */
.cultural-main-item .title span {
    display: inline-block;
    width: 0;
    flex: 1;
    line-height: 24px;
    /* 单行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 过渡 */
    transition: all .6s;
}


.cultural-main-item:hover .title span {
    white-space: normal;
    text-overflow: clip;
    line-height: 25px;
}

/* 毛玻璃背景层 */
.glass-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(50px) brightness(1);
    transform: scale(1.2); /* 放大避免边缘出现白边 */
    z-index: 0;
}

/* 可选：添加暗色渐变层增强前景可读性 */
.glass-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.cultural-left {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cultural-left-swiper {
    width: 1737px;
    height: 211px;
}

.cultural-left-swiper .swiper-slide {
    width: 225px;
    overflow: hidden;
}

.cultural-left-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cultural-left-swiper .swiper-slide .cultural-left-item img {
    position: relative;
    height: 140px;
    object-fit: cover;
    z-index: 1;
}

.cultural-left-item:hover img {
    transform: scale(1.1);
}

.cultural-left-item .title {
    width: 100%;
    height: 71px;
    padding-top: 16px;
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;    /* 最多显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
}


.feature {
    width: 1554px;
    padding: 20px;
    margin: 0 auto;
}

.feature-header {
    text-align: center;
    line-height: 1.5;
    padding-top: 45px;
}

.feature-content {
    margin-top: 60px;
}

.feature-swiper {
    overflow: hidden;
}

.feature-swiper .swiper-wrapper {

}

.feature-swiper .swiper-slide {
    width: 100%;
    height: 454px;
    display: flex;
    gap: 74px;
    overflow: hidden;
}

.feature-item {
    position: relative;
    width: 720px;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
}

.feature-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.feature-item:hover img {
    transform: scale(1.1);
}

.feature-item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 87px;
    line-height: 87px;
    color: #e4e4e4;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 50px;
}

.feature-swiper-page.swiper-page {
    margin-top: 70px;
}

.venue-intro {
    position: relative;
    height: 1598px;
    background-image: url("../static/images/index/venue-intro-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.venue-intro-wrapper {
    width: 1554px;
    padding: 20px;
    margin: 0 auto;
}

.venue-intro-item {
    height: 587px;
}

.intro-item-header {
    text-align: center;
    line-height: 1.5;
    padding-top: 45px;
}

.intro-item-header .eng-title::after {
    margin: 20px auto 0 auto;
}

.intro-item-content {
    display: flex;
    gap: 45px;
    margin-top: 60px;
}

.intro-item-img-wrapper {
    width: 556px;
    flex-shrink: 0;
}

.venue-intro-swiper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.venue-intro-swiper .swiper-button-prev,
.venue-intro-swiper .swiper-button-next {
    bottom: 10px;
    width: 18px;
    height: 29px;
    background-size: 18px 29px;
    background-image: url("../static/images/index/page-left.png");

}

.venue-intro-swiper .swiper-button-prev {
    left: 45px;
}

.venue-intro-swiper .swiper-button-next {
    right: 45px;
}

.intro-item-img-href:hover .intro-item-img img {
    transform: scale(1.1);
}

.intro-item-img {
    height: 315px;
    overflow: hidden;
}

.intro-item-img--title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #515151;
    color: #fff;
    font-size: 18px;
}

.intro-item-list-wrapper {
    width: 0;
    flex: 1;
}

.intro-item-list-header {
    font-family: PingFangSC-Regular;
    color: #000;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    font-weight: 500;
}

.intro-item-list-content {
    position: relative;
    margin-top: 75px;
}

.intro-item-list {
    font-size: 18px;
    width: calc(100% - 200px);
    overflow: hidden;
}


.venue-intro-item.gjjng .intro-item-list {
    padding-left: 2em;
}

.intro-item-list li {
    float: left;
    width: 50%;
    line-height: 30px;
    padding-left: 25px;
    border-left: rgba(0, 0, 0, 0.3) 2px solid;
}

.intro-item-list li a {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    color: #000;
}

.intro-item-list li a:hover {
    color: #b4302c;
}

.intro-item-list-more {
    position: absolute;
    right: 60px;
    bottom: 0;
}

.intro-item-list-more a {
    width: 140px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background-color: #a30000;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
}

.intro-item-list-more a::after {
    content: '';
    display: block;
    position: relative;
    width: 31px;
    height: 20px;
    margin-left: 18px;
    background-color: currentColor;
    mask-image: url(../static/images/index/more.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.intro-item-list-more a:hover {
    background-color: #870303;
}

.venue-intro-item.gjjng {
    margin-top: 15px;
}

.img-href-box {
    position: relative;
    width: 100%;
}

.link-button {
    width: 140px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background-color: #249cd9;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
}

.link-button::after {
    content: '';
    display: block;
    position: relative;
    width: 31px;
    height: 20px;
    margin-left: 18px;
    background-color: currentColor;
    mask-image: url(../static/images/index/more.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.link-button:hover {
    background-color: #188ac4;
    color: #fff;
}

.img-href-box.bwgxh {
    margin-top: 70px;
}

.img-href-box.bwgxh .link-button {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
}