@charset "utf-8";


@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url('fonts/SourceHanSerifCN-Bold.otf');
    font-style: normal;
}

@font-face {
    font-family: SourceHanSerifCN-Medium;
    src: url('fonts/SourceHanSerifCN-Medium.otf');
    font-style: normal;
}


/* page */
.prev {
    width: .55rem;
    height: .39rem;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 100%;
    margin-right: .2rem;
}

.next {
    width: .55rem;
    height: .39rem;
    background: url(../images/next.png) no-repeat center;
    background-size: 100%;
    margin-left: .2rem;
}

.p_first,
.p_last,
.p_last_d,
.p_first_d {
    display: none !important;
}

.f-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
}

.f-page span,
.f-page a {
    font-size: .28rem;
    line-height: .39rem;
    color: #a61010;
    display: block;
    padding: 0 .12rem;
    font-family: CenturyGothic;
}

.p_prev_d {
    margin-left: .2rem;
    margin-right: .2rem;
}

.p_prev a,
.p_prev_d {
    width: .55rem;
    height: .39rem;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 100%;
    font-size: 0 !important;
}
.p_next_d {
    margin-left:0.3rem;
}
.p_next_d,
.p_next a {
    width: .55rem;
    height: .39rem;
    background: url(../images/next.png) no-repeat center center;
    background-size: 100%;
    font-size: 0 !important;
}

.p_no_d {
    border: 0.01rem dashed #a61010;
    border-radius: 50%;
}

span.p_no_d {}

.f-page .p_pages {
    display: flex;
    justify-content: center;
    align-content: center;
}

.hd1 {
    background-color: #a61010;
}

.ny-index {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../images/ny-bg1.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: .5rem;
}

.hd1 .nav>ul>li>a {
    color: #a61010;
    background: url(../images/nav-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.ny-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ny-l {
    margin-right: 1.2rem;
}

.dqlm {
    width: 1rem;
    height: 1rem;
    position: relative;
    background: url(../images/dqlm.png) no-repeat;
    background-size: 100% 100%;
    padding: .1rem .1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.dqlm::after {
    content: '';
    width: .03rem;
    height: .52rem;
    border-left: dashed .01rem #a61010;
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
}

.dqlm b {
    font-family: SourceHanSerifCN-Bold;
    font-size: .34rem;
    line-height: .4rem;
    letter-spacing: .02rem;
    color: #a61010;
}

.ny-nav ul li {
    margin-bottom: .4rem;
    text-align: left;
}

.ny-nav ul li a {
    display: block;
    color: #333333;
    font-size: .24rem;
    font-family: SourceHanSerifCN-Bold;
}

.ny-nav ul li a:hover {
    color: #a61010;
}

.ny-nav ul li.cur a {
    color: #a61010;
    font-size: .28rem;
    font-weight: 600;
}

.ny-r {
    flex: 1;
    min-width: 0;
}

/* sj */
.ny-sj {
    margin-bottom: .3rem;
}

.ny-sj ul li {
    position: relative;
    margin-left: .8rem;
}

.ny-sj ul li:first-child {
    margin-left: 0;
}

.ny-sj ul li:first-child::before {
    display: none;
}

.ny-sj ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.5rem;
    transform: translateY(-50%);
    width: .14rem;
    height: .24rem;
    background: url(../images/tit-line.png) no-repeat;
    background-size: 100% 100%;
}

.ny-sj ul li a {
    font-size: .26rem;
    color: #333333;
    font-family: SourceHanSerifCN-Medium;
    position: relative;
    border-radius: .19rem;
    line-height: .38rem;
    padding: 0 .14rem;
    display: block;
    transition: all 0.3s;
}

.ny-sj ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-sj ul li.cur a {
    background-color: #a61010;
    color: #ffffff;
}

.ny-sj ul li a:hover {
    background-color: #a61010;
    color: #ffffff;
}

/* ft */
.ft-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-lt ul li {
    width: 33.33%;
    margin-bottom: .2rem;
}

.ft-lt ul {
    margin: 0 -0.32rem;
}

.ft-lt ul li a {
    display: block;
    margin: 0 .32rem;
}

.ft-lt ul li a .pic {
    padding-top: 56%;
    border-radius: .1rem;
}

.ft-lt ul li a p {
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    text-align: center;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ft-lt ul li a:hover p {
    color: #a61010;
}

/* hd-lt */
.hd-lt {
    position: relative;
}

.hd-lt ul {
    height: 6.5rem;
    overflow-y: auto;
    position: relative;
}

/* 隐藏滚动条 */
.hd-lt ul::-webkit-scrollbar {
    display: none;
}

.hd-lt::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 0;
    width: .01rem;
    height: 100%;
    background: url(../images/hd-line.png) no-repeat;
    background-size: 100% 100%;
}

.hd-lt ul li {
    padding-bottom: 0.8rem;
}

.hd-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hd-date {
    font-family: Georgia;
    line-height: 1;
    margin-right: .6rem;
    position: relative;
}

.hd-date::after {
    content: '';
    height: .15rem;
    width: .15rem;
    position: absolute;
    right: -0.27rem;
    top: .2rem;
    background: url(../images/hd-dots.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.hd-date b {
    font-size: .24rem;
    line-height: 1;
    letter-spacing: .01rem;
    color: #a61010;
    margin-bottom: .05rem;
    display: block;
    font-weight: normal;
    display: block;
}

.hd-date span {
    display: block;
    font-family: Georgia;
    font-size: .18rem;
    line-height: 1;
    color: #333333;
}


.hd-tx {
    flex: 1;
    min-width: 0;
}


.hd-lt ul li a h3 {
    font-size: .2rem;
    color: #333333;
    font-family: SourceHanSerifCN-Medium;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd-lt ul li a p {
    font-size: .16rem;
    line-height: .26rem;
    color: #858585;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hd-lt ul li a:hover h3 {
    color: #a61010;
}

.hd-lt {
    position: relative;
}

.next-page {
    width: .2rem;
    height: .22rem;
    position: absolute;
    left: 1.4rem;
    bottom: 0;
    background: url(../images/hd-jt.png) no-repeat;
    background-size: 100% 100%;
}

/* mt */
.mt-lt {
    height: 6.5rem;
    overflow-y: auto;
}

/* 隐藏滚动条 */
.mt-lt::-webkit-scrollbar {
    display: none;
}

.mt-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
    border-bottom: solid .01rem #cccccc;
}

.mt-lt ul li a h3 {
    flex: 1;
    min-width: 0;

    font-family: SourceHanSerifCN-Medium;
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt-lt ul li a h3 b {
    font-family: SourceHanSerifCN-Medium;
    font-size: .2rem;
    color: #a61010;
    box-shadow: 0rem 0rem .09rem 0rem rgba(255, 255, 255, 0.66);
    margin-right: .1rem;
    font-weight: normal;
}

.mt-lt ul li a span {
    font-family: Georgia;
    font-size: .18rem;
    color: #858585;
}

.mt-lt ul li a:hover h3 {
    color: #a61010;
}

/* c-tit */
.con {
    height: 7.5rem;
    overflow-y: auto;
}

.con::-webkit-scrollbar {
    display: none;
}

.c-tit h3 {
    font-size: .34rem;
    line-height: .4rem;
    color: #333333;
    text-align: center;
    font-family: SourceHanSerifCN-Bold;
    margin-bottom: .2rem;
}

.c-tit p {
    text-align: center;
    font-size: 0px;
}

.c-tit p span {
    font-size: .16rem;
    line-height: .28rem;
    color: #858585;
    /* margin: 0 .2rem;*/
}

.c-tit {
    padding-bottom: .2rem;
    border-bottom: .01rem solid #a61010;
    margin-bottom: .6rem;
}

.c-tx p {
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .3rem;
    text-align: justify;
}

.c-page {
    border-top: solid .01rem #aeaeae;
    padding-top: .3rem;
    margin-top: .5rem;
}

.c-page a {
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    padding: .1rem 0;
}


.c-page a:hover {
    color: #a61010;
}

/* xqhd */

.xqhd ul li a {
    padding: .4rem 0;
    border-bottom: solid .01rem #cccccc;
    position: relative;
    padding-right: 4.9rem;
    display: block;
}

.xqhd ul li a:hover {
    border-color: #a61010;
}

.xqhd ul li a:hover .xq-p {
    opacity: 1;
    bottom: -0.3rem;
}

.xq-p {
    width: 3.8rem;
    background-color: #ffeccc;
    box-shadow: 0rem 0rem .29rem 0rem rgba(86, 0, 0, 0.31);
    border-radius: .1rem;
    position: absolute;
    right: .6rem;
    bottom: -0.5rem;
    opacity: 0;
    transition: all 0.3s;
}

.xq-p img {
    width: 100%;
    display: block;
}

.xq-tx h3 {
    font-size: .2rem;
    line-height: .32rem;
    color: #333;
    max-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .2rem;
    font-family: SourceHanSerifCN-Medium;
}

.xqhd ul li a:hover h3 {
    color: #a61010;
}

.xq-ifo p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    font-size: .16rem;
    line-height: .33rem;
    color: #666666;
}

.xq-ifo p img {
    width: .17rem;
    margin-right: .13rem;
}

/* xqsp */
.xqsp a {
    position: relative;
}

.vd-box {
    padding-top: 56.25%;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}

.vd-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .1rem;
}

.vd-box video::-webkit-media-controls {
    opacity: 0;
    transition: all 0.6s;
}

.vd-box:hover video::-webkit-media-controls {
    opacity: 1;
}

.vd-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/i-play.png) no-repeat center center;
    background-size: .6rem;
    z-index: 2;
}

.xqsp a p {
    font-size: .24rem;
    color: #333333;
    margin-top: .3rem;
    font-family: SourceHanSerifCN-Medium;
    text-align: center;
}

.xqsp .slick-prev {
    width: .55rem;
    height: .4rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    left: 28%;
    transform: none;
    bottom: 0;
    top: auto;
}

.xqsp .slick-next {
    width: .55rem;
    height: .4rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    right: 28%;
    transform: none;
    bottom: 0;
    top: auto;
}


.jy-bg {
    background: url(../images/jy-bg.jpg) no-repeat center center;
    background-size: cover;
}

.jy-lt ul li a {
    display: block;
    padding: .3rem 0;
}

.jy-lt {
    height: 6rem;
    overflow-y: auto;
}

/* 隐藏滚动条 */
.jy-lt::-webkit-scrollbar {
    display: none;
}

.jy-lt ul li a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .2rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jy-lt ul li a h3 b {
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    font-weight: normal;
    font-family: SourceHanSerifCN-Medium;
    position: relative;
    margin-right: .2rem;
}

.jy-lt ul li a h3 i {
    border-top: dashed .01rem #333333;
    flex: 1;
    min-width: 0;
    opacity: 0.4;
}


.jy-lt ul li a p {
    font-size: .16rem;
    line-height: .26rem;
    max-height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #888576;
}

.jy-lt ul li a:hover b {
    color: #a61010;
}

/* fg1 */

.fg1 {
    margin: 0 auto;
    margin-bottom: .3rem;
    width: 50%;
}

.fg1 a {
    display: block;
}

.fg1 .pic {
    padding-top: 66%;
    border-radius: 0.1rem;
}

.fg2 .pic {
    padding-top: 100%;
}

.fg2>ul {
    padding: 0 1rem;
}

.fg2 ul li a {
    margin: 0 .15rem;
    display: block;
}

.fg2 .slick-prev {
    width: .55rem;
    height: .4rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
}

.fg2 .slick-next {
    width: .55rem;
    height: .4rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
}


.fg2 ul li a {
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}

.fg2 ul li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .18rem;
    color: #ffeccc;
    z-index: 2;
    font-family: SourceHanSerifCN-Medium;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
}

.fg2 ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(166, 16, 16, 0.8);
    opacity: 0;
    transition: all 0.3s;
}

.fg2 ul li a::before {
    content: '';
    border-radius: .1rem;
    border: solid .01rem #ffeccc;
    opacity: 0.4;
    z-index: 3;

    position: absolute;
    left: .1rem;
    top: .1rem;
    bottom: .1rem;
    right: .1rem;
    opacity: 0;
    transition: all 0.3s;
}

.fg2 ul li a:hover::before {
    opacity: 0.4;
}

.fg2 ul li a:hover::after {
    opacity: 1;
}

.fg2 ul li a:hover p {
    opacity: 1;
}


/* dr */
.dr-lt .imged {
    padding-bottom: 142%;
}


.dr-lt .scale {
    border-radius: .2rem;
}


.dr-lt a {
    display: block;
    position: relative;
    margin: .5rem 0;
    margin-bottom: 1rem;
    transition: all 0.5s;
    border-radius: .2rem;
    padding: .02rem;
}


.dr-lt ul li {
    perspective: 3rem;
    /* transition: all 0.5s; */
}

.dr-lt ul li.slick-active {
    opacity: 1;
}

.dr-lt ul li.swiper-slide-active a {
    transform: rotateY(15deg) scale(1) translateX(.1rem);
}

.dr-lt ul li.swiper-slide-active+li a {
    transform: rotateY(8deg) scale(0.9) translateX(.15rem);
}

/* 3 */
.dr-lt ul li.swiper-slide-active+li+li a {
    transform: rotateY(3deg) scale(0.82) translateX(.1rem);
    background: #A42227;
}

.dr-lt ul li.swiper-slide-active+li+li a p {
    color: #A42227;
    font-size: 0.3rem;
}

/* 4 */
.dr-lt ul li.swiper-slide-active+li+li+li a {
    transform: rotateY(-3deg) scale(0.82);
}

.dr-lt ul li.swiper-slide-active+li+li+li+li a {
    transform: rotateY(-8deg) scale(0.9) translateX(-0.15rem);
}

.dr-lt ul li.swiper-slide-active+li+li+li+li+li a {
    transform: rotateY(-15deg) scale(1) translateX(-.1rem);
}


/* mz */

.dr-slick {
    /* margin-top: .5rem; */
    position: relative;
}

.dr-slick>ul {
    padding: 0 1rem;
}

.dr-slick a {
    display: block;
    font-size: .24rem;
    line-height: .26rem;
    color: #333333;
    text-align: center;
    font-family: SourceHanSerifCN-Medium;
    opacity: 0;
}

.dr-slick a:hover {
    color: #a61010;
}

.dr-prev {
    width: .55rem;
    height: .39rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;

    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.dr-next {
    width: .55rem;
    height: .39rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.dr-slick ul li.slick-current+li+li a {
    color: #a61010;
    margin-left: -27px;
}

.dr-lt ul li a p {
    font-size: .24rem;
    line-height: .26rem;
    color: #333333;
    text-align: center;
    font-family: SourceHanSerifCN-Medium;
    margin-top: .1rem;
    /* display: none; */
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 110%;
}

/* xqxw */

.xqxw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.xqxw ul li {
    width: 31%;
}

.xqxw ul li a {
    display: block;
}

.xqxw ul li a .pic {
    padding-top: 66%;
    margin-bottom: .5rem;
    border-radius: .1rem;
}

.xw-tx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.xw-date {
    text-align: center;
    position: relative;
    margin-right: .3rem;
}

.xw-date b {
    font-family: Georgia;
    font-size: .36rem;
    letter-spacing: .01rem;
    color: #a61010;
    display: block;
    padding-bottom: .35rem;
    line-height: 1;
}

.xw-date b::before {
    content: '';
    width: .01rem;
    height: .21rem;
    background-color: #a61010;
    opacity: 0.6;
    position: absolute;
    left: 50%;
    bottom: .25rem;
    transform: translateX(-50%);
}

.xw-date span {
    font-family: Georgia;
    font-size: .16rem;
    color: #a61010;
    display: block;
}

.xw-ifo {
    flex: 1;
    min-width: 0;
}

.xw-ifo h3 {
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .32rem;
    max-height: .96rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: .2rem;
    font-family: SourceHanSerifCN-Medium;
}

.xw-ifo p {
    font-size: .16rem;
    line-height: .28rem;
    color: #858585;
    max-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xqxw ul li:nth-child(2) a {
    margin-top: 0;
}

.xqxw ul li a {
    margin-top: .6rem;
}

.xqxw ul li a:hover h3 {
    color: #a61010;
}

/* bs1 */

.bs1 {
    background: url(../images/bs1-bg.png) no-repeat center center #fef8e9;
    background-size: 78%;
    border-radius: .1rem;
    border: solid .01rem #a61010;
    position: relative;
    padding: 1.2rem 0;
}

.bs1-logo {
    width: 6.37rem;
    margin: 0 auto;
    max-width: 90%;
}

.bs1-logo img {
    display: block;
    width: 100%;
}

.xz-bs {
    font-size: .16rem;
    line-height: .28rem;
    color: #858585;
    margin-top: .5rem;
    display: block;
    text-align: center;
}

.xz-bs:hover {
    color: #a61010;
}


.bs-box {
    background-color: #ffffff;
    border-radius: .1rem;
    border: solid .01rem #a61010;
    padding: .15rem;
}

.bs-scroll {
    height: 6.5rem;
    overflow-y: auto;
    padding: .5rem 0;
}

.bs-scroll img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: .6rem;
    display: block;
}

/* 滚动条样式 */
@media screen and (min-width:1024px) {
    .bs-scroll::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    .bs-scroll::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .1);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .bs-scroll::-webkit-scrollbar-thumb {
        background-color: #a71212;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
}


/*  hy */
.hyjy {
    width: 100%;
    max-width: 14.4rem;
    margin: 0 auto;
}

.hy-bg {
    background: url(../images/hy-bg.jpg) no-repeat center center;
    background-size: cover;
}

.hyjy a .pic {
    padding-top: 63%;
}

.hyjy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hyjy ul li {
    width: 47%;
}

.hyjy ul li a {
    position: relative;

    display: flex;
    flex-wrap: wrap;
}

.hyjy ul li a:hover img {
    transform: scale(1) !important;
}

.hyjy ul li a .pic {
    border-radius: .16rem;
    width: 100%;
}

.hyjy ul li:nth-child(1) .hy-tx {
    padding-top: 1.3rem;
}

.hyjy ul li:nth-child(2) .hy-tx {
    padding-bottom: 1.3rem;
    order: -1;
}

.hyjy ul li:nth-child(1) .hy-tx::after {
    content: '';
    position: absolute;
    left: 50%;
    top: .25rem;
    transform: translateX(-50%);

    width: .04rem;
    height: .92rem;
    border-left: dashed .01rem #ffeccc;
    opacity: 0.7;
}

.hyjy ul li:nth-child(2) .hy-tx::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: .25rem;
    transform: translateX(-50%);

    width: .04rem;
    height: .92rem;
    border-left: dashed .01rem #ffeccc;
    opacity: 0.7;
}


.hy-tx {
    position: relative;
    width: 100%;
}

.hy-tx p {
    font-weight: 600;
    text-align: center;
    font-size: .32rem;
    letter-spacing: .01rem;
    color: #ffeccc;
    padding-bottom: .4rem;
    font-family: SourceHanSerifCN-Medium;
    background: url(../images/hy-jt.png) no-repeat;
    background-position: 50% bottom;
    background-size: auto .25rem;
    transition: all 0.3s;
}

.hyjy ul li a:hover .hy-tx p {
    background-position: 52% bottom;
}

/* hyyx */

.hyyx {
    position: relative;
}

.hyyx ul li a .vd-box {
    padding-top: 56.25%;
    height: auto;
    position: relative;
}

.hyyx ul li a .vd-box video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: .16rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
}

.hyyx ul li a p {
    font-size: .24rem;
    color: #a61010;
    text-align: center;
    font-family: SourceHanSerifCN-Medium;
    opacity: 0;
    margin-top: .5rem;
    transition: all 0.3s;
}

.hyyx ul li a {
    position: relative;
    display: block;
    transition: all 0.3s;
    margin-top: .5rem;
}

.hyyx ul li {
    width: 65%;
}

.hyyx ul li.swiper-slide-active p {
    opacity: 1;
}

.hyyx-box {
    position: relative;
}

.yx-prev {
    width: .55rem;
    height: .39rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

    position: absolute;
    left: 23%;
    bottom: 0rem;
    z-index: 9;
}

.yx-next {
    width: .55rem;
    height: .39rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

    position: absolute;
    right: 23%;
    bottom: 0rem;
    z-index: 9;
}

/* jz */

.jz-bg {
    background: url(../images/jz-bg.jpg) no-repeat center center;
    background-size: cover;
}

.jz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 13.5rem;
    margin: 0 auto;
}

.jz-l {
    width: 4.2rem;
    margin-right: .5rem;
}

.jz-r {
    flex: 1;
    min-width: 0;
}

.jz-r a {
    position: relative;
}

.jz-r .vd-box {
    padding-top: 56.25%;
}

.jz-r .vd-play::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.jz-r .vd-play p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: .2rem .3rem;
    font-size: .2rem;
    font-family: SourceHanSerifCN-Bold;
    z-index: 2;
}

.jz-l ul li a {
    display: block;
    padding: .4rem .15rem;
    background-color: rgba(22, 0, 0, 0.2);
    border-radius: .2rem;
    width: 3.14rem;
    transition: all 0.3s;
}

.jz-l ul li {
    margin-bottom: .4rem;
}

.jz-l ul li:nth-child(2) {
    margin-left: 1.08rem;
}

.jz-l ul li a h3 {
    font-size: .28rem;
    color: #f4d8bb;
    font-family: SourceHanSerifCN-Bold;
}

.jz-l ul li a p {
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff;
    margin: .3rem 0;
}

.jz-r ul li a {
    position: relative;
    display: block;
    border-radius: .15rem;
    overflow: hidden;
}

.jz-l ul li a img {
    width: .45rem;
}

.jz-l ul li a:hover {
    background-color: rgba(22, 0, 0, 0.5);
}

/* top-btn */
.top-btn {
    position: absolute;
    right: 1.1rem;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 9;
}

.top-btn a p {
    font-size: .22rem;
    line-height: .26rem;
    font-family: SourceHanSerifCN-Medium;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .22rem;
}

.btn1 p {
    color: #a61010;
    bottom: 1.2rem;
}

.btn2 p {
    color: #ffeccc;
    bottom: 1.4rem;
}

.btn1 {
    width: 0.57rem;
    height: 3.77rem;
    background: url(../images/btn-bg1.png) no-repeat;
    background-size: 100% 100%;

    animation: swing 3.5s infinite linear;
}

.btn2 {
    width: 0.57rem;
    height: 4.67rem;
    background: url(../images/btn-bg2.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.3rem;

    animation: swing 3s infinite linear;
}


.top-btn a {
    display: block;
    position: relative;
    transform-origin: center top;
}


@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* spzf */

.spzf-bg {
    background: url(../images/spzf-bg.jpg) no-repeat center center;
    background-size: cover;
}

.spzf-box {
    width: 100%;
    position: relative;
}

.spzf {
    position: relative;
    margin-bottom: 0.5rem;
}

.spzf .swiper-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.spzf ul li.swiper-slide {
    width: 41%;
}

.spzf .vd-box {
    padding-top: 63%;
}

.spzf ul li a p {
    font-size: .2rem;
    color: #a61010;
    text-align: center;
    opacity: 0;
    font-family: SourceHanSerifCN-Medium;
    margin-top: .2rem;
}

.spzf ul li.swiper-slide-active a p {
    opacity: 1;
}

.spzf .vd-play {
    background-size: 0;
}

.spzf ul li.swiper-slide-active .vd-play {
    background-size: .6rem;
}


/* spzf */

.wyzf {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .68rem;
    height: 2.41rem;
    background: url(../images/zf-btn.png) no-repeat;
    background-size: 100% 100%;
}

.wyzf a {
    display: block;
    width: .5rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #ffeccc;

    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-family: SourceHanSerifCN-Medium;
}

.tzgg {
    background: url(../images/tzgg-bg.png) no-repeat;
    background-size: 100% 100%;
}

.tzgg {
    height: 7.5rem;
    padding: .4rem;
    padding-top:.2rem;
    padding-right: .6rem;
    padding-bottom: 1rem;
}

.tz-scroll {
    height: 100%;
    overflow-y: auto;
}

.tz-scroll::-webkit-scrollbar {
    display: none;
}

.tz-tit {
    padding: .25rem 0;
    border-bottom: dashed .01rem rgba(255, 255, 255, .3);
    margin-bottom: .25rem;
}

.tz-tit h3 {
    font-size: .34rem;
    color: #ffeccc;
    text-align: center;
    font-family: SourceHanSerifCN-Bold;
    margin-bottom: .1rem;
}

.tz-tit p {
    font-size: .18rem;
    line-height: .32rem;
    color: #ffffff;
    text-align: center;
    text-align: center;
}

.tz-tit p span {
    font-size: .16rem;
    line-height: .28rem;
    color: #ffeccc;
    margin: 0 .1rem;
}

.tz-tx p {
    font-size: .18rem;
    line-height: .32rem;
    color: #ffffff;
    text-indent: 2em;
    margin-bottom: .1rem;
    text-align: justify;
}


/* ls */
.ls-gd {
   /*  overflow-y: auto;*/
    height: 1.7rem;
  /*   padding-right: 0.2rem;*/
padding-right: 0rem;
    margin-top: 0.1rem;
}

/* 滚动条样式 */
@media screen and (min-width:1024px) {
    .ls-gd::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    .ls-gd::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .1);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .ls-gd::-webkit-scrollbar-thumb {
        background-color: #a71212;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
}

.xsml {
    margin-right: -1.8rem;
    margin-top: -0.5rem;
}

.ls-img {
    width: 100%;
    max-height: 1.60rem;
}

.ls-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ls-tx h2 {
    font-size: .2rem;
    color: #a61010;
    font-family: SourceHanSerifCN-Medium;
    margin-top: .1rem;
}

.ls-tx h3 {
    font-size: .2rem;
    color: #333333;
    font-family: SourceHanSerifCN-Medium;
    margin: .05rem 0;
}

.ls-tx p {
    font-size: .15rem;
    line-height: .22rem;
    color: #858585;
}

/* 历史拖动 */
.ul-container {
    height: 100%;
    overflow: auto;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .ul-container {
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    .ul-container::-webkit-scrollbar {
        display: none;
    }
}


.horizontal-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    /* 关键修改2：ul禁止选择，防止继承失效 */
    user-select: none;
    -webkit-user-select: none;
}

.horizontal-li {
    width: 3.68rem;
    height: 7.6rem;
    /* 关键修改3：li本身禁止选择（核心） */
    user-select: none;
    -webkit-user-select: none;
    position: relative;
}

.horizontal-li:nth-child(2n) {
    padding-top: 4.3rem;
}

.horizontal-li img {
    max-width: 100%;
    max-height: 1.62rem;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    /* object-fit: contain; */
    user-select: none;
    -webkit-user-select: none;
    /* 额外防止图片被拖拽（默认图片可拖动） */
    pointer-events: none;
    /* 禁止图片触发鼠标事件 */
}

.horizontal-li .ls-tx {
    user-select: none;
    -webkit-user-select: none;
}


.ls-scroll {
    position: relative;
    background: url(../images/ls-line.png) repeat-x left center;
    background-size: 3rem;
}

.horizontal-li span {
    position: absolute;
    font-size: .2rem;
    color: #a61010;
    font-family: SourceHanSerifCN-Medium;

    position: absolute;
    left: 50%;
    top: 46%;
    transform: translateX(-50%);
    padding-top: .5rem;
    background: url(../images/ls-dots1.png) no-repeat center top;
    background-size: .12rem;
}

.horizontal-li:nth-child(2n) span {
    background: url(../images/ls-dots2.png) no-repeat center bottom;
    background-size: .12rem;
    padding-top: 0;
    padding-bottom: .5rem;
    top: 44%;
}

.follower {
    width: .78rem;
    height: .78rem;
    transform: translate(-50%, -50%);
    left: 0;
    top: 0;
    display: none;
}

.follower img {
    width: 100%;
    height: 100%;
    display: block;
}

/* zf */
.zf {
    width: 100%;
    position: relative;
}

.zf-bg {
    background: url(../images/zf-bg.png) no-repeat center bottom;
    background-size: cover;
}

.zf ul li {

    position: absolute;
    transition: all 0.3s;
}

.zf ul li:nth-child(odd) a {
    animation: shake 2s infinite linear;
}

.zf ul li:nth-child(even) a {
    animation: shake 2.5s infinite linear;
}

/* 上下晃动 */
@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-0.05rem);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(.05rem);
    }

    100% {
        transform: translateY(0);
    }
}

.zf ul li a {
    padding: .12rem 0.15rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: .26rem;
    border: .01rem solid transparent;
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #a61010;
    font-family: SourceHanSerifCN-Medium;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    max-width: 100%;
    transition: all 0.3s;
    max-width: 5rem;
    text-align: center;
}

.zf ul {
    position: relative;
    height: 4.4rem;
}

.it1 {
    left: 4.2rem;
    top: 0;
}

.it2 {
    left: 0;
    top: .9rem;
    opacity: 0.7;
}

.it3 {
    left: 6.81rem;
    top: .85rem;
    opacity: 0.9;
}

.it4 {
    top: 1.5rem;
    right: .8rem;
    opacity: 0.8;
}

.it5 {
    left: .44rem;
    top: 1.8rem;
}

.it6 {
    left: 6rem;
    top: 2rem;
}

.it7 {
    top: 2.1rem;
    right: 0;
}

.it8 {
    left: -0.1rem;
    bottom: .88rem;
}

.it9 {
    left: 5.5rem;
    bottom: .8rem;
    opacity: 0.6;
}

.it10 {
    right: -1rem;
    bottom: .6rem;
    opacity: 0.8;
}

.it11 {
    left: 2rem;
    bottom: 0;
}

.it12 {
    left: 7.5rem;
    bottom: 0;
    opacity: 0.8;
}

.zf ul li:hover {
    opacity: 1;
}

.zf ul li:hover a {
    border: .01rem solid #a00a0a;
    background-color: rgba(255, 255, 255, .8);
}

/* szf */
.szf {
    width: 100%;
}

.szf-tit {
    margin-bottom: .6rem;
}

.szf-tit img {
    width: 4.16rem;
    display: block;
    margin: 0 auto;
}

.szf-bg {
    background: url(../images/szf-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.szf ul {
    display: flex;
}

.szf ul li a {
    display: block;
    line-height: .52rem;
    white-space: nowrap;
    border-radius: .26rem;
    border: solid .01rem #a61010;
    color: #a61010;
    font-size: .18rem;
    font-family: SourceHanSerifCN-Medium;
    margin: 0 .15rem;
    padding-left: .6rem;
    padding-right: .3rem;
    background: url(../images/zf-d1.png) no-repeat left .2rem center;
    background-size: .24rem;

    margin-bottom: .3rem;
}

.szf ul li a.cur {
    background: url(../images/zf-d2.png) no-repeat left .2rem center;
    background-size: .24rem;
}

.szf ul li {
    width: auto !important;
}

.zf-ipt {
    padding: .15rem 0;
    background-color: #a61010;
    border-radius: .3rem;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: .2rem;
}

.zf-ipt input {
    background-color: transparent;
    padding: 0 .1rem;
    color: #f4d8bb;
    font-size: .18rem;
    width: 1.2rem;
}

.zf-ipt input::placeholder {
    color: #ffeccc;
    opacity: 0.6;
    font-size: .16rem;
}

.zf-ipt>div {
    width: 2.6rem;

    display: flex;
    justify-content: center;
    color: #ffeccc;
    font-size: .18rem;
}

.yzm img {
    width: 0.8rem;
}

.zf-sel {
    position: relative;
}

.zf-sel span {
    cursor: pointer;
    font-size: .18rem;
    background: url(../images/zf-sj.png) no-repeat right center;
    background-size: .1rem;
    padding-right: .2rem;
}


.zf-sel-lt {
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);
    min-width: 100%;
    background: #ffeccc;
    z-index: 9;
    height: 2.5rem;
    overflow-y: auto !important;
}

.zf-sel-lt::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

.zf-sel-lt::-webkit-scrollbar-track {
    width: 3px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.zf-sel-lt::-webkit-scrollbar-thumb {
    background-color: #a00a0a;
}

.zf-sel-lt>a {
    line-height: .4rem !important;
    color: #a00a0a;
    font-size: .18rem;
    padding: 0 .1rem;
    display: block;
}

.zf-sel-lt>a:hover {
    background-color: #a00a0a;
    color: #ffeccc;
}

.zf-ipt>i {
    display: block;
    width: .02rem;
    height: .19rem;
    background-color: #ffeccc;
    margin: 0 .5rem;
}

.zf-zy {
    position: relative;
    border-left: .01rem solid #ffeccc;
    border-right: .01rem solid #ffeccc;
}

.zf-fm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: .3rem;
}

.sd-zf {
    margin-top: .96rem;
}

.sd-zf a {
    display: block;
    width: 1.72rem;
    height: .57rem;
    line-height: .57rem;
    text-align: center;
    color: #ffeccc;
    font-size: .22rem;
    font-family: SourceHanSerifCN-Medium;
    background: url(../images/sd-zf.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    transition: all 0.6s;
    filter: drop-shadow(0 .1rem .2rem rgba(255, 236, 204, 1));
}

.sd-zf a:hover {
    transform: translateY(-0.05rem);
}


/* 校庆大家办 */

.dj-bg {
    background: #a61010;
    position: relative;
}

.dj-bg::after {
    content: '';
    width: 100%;
    height: 3.5rem;
    background: url(../images/dj-bot.png) no-repeat center bottom;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dj-bg .ny-nav ul li a {
    color: #ffeccc;
}

.dj-bg .dqlm b {
    color: #ffeccc;
}

.dj-bg .dqlm {
    background: url(../images/dqlm2.png) no-repeat;
    background-size: 100% 100%;
}

.dqlm::after {
    /* border-left: dashed .01rem #ffeccc;*/
}

.djb h3 {
    font-family: KaiTi;
    font-size: .24rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: .01rem;
    color: #a91616;
    border-bottom: solid .01rem #ab1d1d;
    padding: .08rem 0;
    margin-bottom: .25rem;
}

.djb h3 b {
    display: block;
    padding-bottom: .2rem;
    border-bottom: dashed .01rem #ab1d1d;
}



.dj-tx p {
    font-family: KaiTi;
    font-size: .22rem;
    line-height: .37rem;
    letter-spacing: -0.01rem;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

.dj-tx p span {
    color: #a91616;
}

.djb {
    padding: .6rem .6rem 1rem .5rem;
    height: 8rem;
    background: url(../images/dj-txbg.png) no-repeat;
    background-size: 100% 100%;
}

.djb-c {
    height: 100%;
    overflow-y: auto;
}

.djb-c::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1024px) {
    .xqsp .slick-prev {
        left: 0;
    }

    .horizontal-ul {
         display: block;
         white-space: nowrap;
         font-size: 0;
         width: auto;
    }
    .horizontal-ul li {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

    .xsml {
        margin-right: -1rem;
    }

    .xqsp .slick-next {
        right: 0;
    }

    .fg2 ul li a p,
    .fg2 ul li a::before,
    .fg2 ul li a::after {
        display: none;
    }

}