body {
    background-color: #fff;
    font-size: 0;
}

.yshj-main {
    width: 12rem;
    margin: .3rem auto 0;
}

.ym-p1 {
    display: flex;
    justify-content: space-between;
}

.ym-p1-l,
.ym-p1-r {
    width: 5.85rem;
    margin: 0;
}

.ym-p1-l .tit {
    font-size: .24rem;
    font-weight: bold;
    color: #054fb8;
}

.ym-p1-l-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ym-p1-l-nav a {
    width: 1.78rem;
    line-height: .48rem;
    border: 1px solid #9dbfd9;
    background-color: #eef3f7;
    font-size: .16rem;
    text-align: center;
    margin-top: .2rem;
}

.ym-p1-l-nav a:hover {
    background-color: #1d6fae;
    color: #fff;
}

.ym-p1-l-nav a i {
    font-size: .2rem;
    color: #1d6fae;
    margin-right: .2rem;
}

.ym-p1-l-nav a:hover i {
    color: #fff;
}

.ym-p1-r {
    display: flex;
    justify-content: space-between;
}

.ym-p1-r a {
    width: 2.74rem;
    height: 1.7rem;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
}

.ym-p1-r a i {
    margin-top: .3rem;
    font-size: .5rem;
    color: #054fb8;
}

.ym-p1-r a span {
    line-height: .5rem;
    font-size: .24rem;
    font-weight: bold;
    color: #054fb8;
}

.ym-p2 {
    margin: .5rem auto .3rem;
}

.ym-p2-tp {
    height: .88rem;
    margin-bottom: .2rem;
    background: url(../images/2024-yshj-tp.png) no-repeat center;
    background-size: contain;
}

.ym-p2-tp-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ym-p2-tp-body a {
    width: 2.24rem;
    height: 2.24rem;
    margin: .2rem 0 0 .2rem;
}

.ym-p2-tp-body a:nth-child(5n + 1) {
    margin-left: 0;
}

.ym-p2-tp-body a:nth-child(1) {
    background: url(../images/2024-yshj-p1.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(2) {
    background: url(../images/2024-yshj-p2.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(3) {
    background: url(../images/2024-yshj-p3.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(4) {
    background: url(../images/2024-yshj-p4.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(5) {
    background: url(../images/2024-yshj-p5.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(6) {
    background: url(../images/2024-yshj-p6.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(7) {
    background: url(../images/2024-yshj-p7.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(8) {
    background: url(../images/2024-yshj-p8.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(9) {
    background: url(../images/2024-yshj-p9.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a:nth-child(10) {
    background: url(../images/2024-yshj-p10.png) no-repeat center;
    background-size: 100%;
}

.ym-p2-tp-body a span {
    display: block;
    width: calc(100% - .4rem);
    padding: 0 .2rem;
    line-height: .76rem;
    margin-top: .73rem;
    background-color: rgb(255, 255, 255, 0.7);
    font-size: .2rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tp-swiper {
    width: 100%;
    padding-bottom: .2rem;
    margin-top: .5rem;
    overflow: hidden;
    position: relative;
}

.tp-swiper .swiper-slide {
    position: relative;
    width: 5rem;
    height: 3rem;
    background-color: #fff;
}

.tp-swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.tp-swiper .swiper-slide p {
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 100%;
    line-height: .8rem;
    background-color: rgb(255, 255, 255, 0.6);
    font-size: .2rem;
    text-align: center;
    color: #000;
}

/* 旧版样式修正 */
.f_tzfw_box1,
.f_tzfw_box1>a,
.f_tzfw_box2_rlist>ul>li>a,
.f_tzfw_box2_rlist>ul>li>span {
    font-size: .16rem;
}

.f_tzfw_box2_rlist_tit1>a {
    font-size: .24rem;
}

@media screen and (max-width: 768px) {
    .yshj-main {
        width: calc(100% - .4rem);
        padding: 0 .2rem;
    }

    .ym-p1 {
        flex-wrap: wrap;
    }

    .ym-p1-l,
    .ym-p1-r {
        width: 100%;
    }

    .ym-p1-l .tit {
        font-size: .3rem;
    }

    .ym-p1-l-nav a {
        width: calc(33.33% - 10px);
        line-height: .6rem;
        font-size: .26rem;
    }

    .ym-p1-l-nav a i {
        font-size: .28rem;
    }

    .ym-p1-r {
        margin-top: .2rem;
    }

    .ym-p1-r a {
        width: calc(50% - .15rem);
    }

    .ym-p1-r a span {
        line-height: .6rem;
        font-size: .26rem;
    }

    .ym-p2-tp {
        background-size: cover;
    }

    .tp-swiper .swiper-slide p {
        top: calc(50% - .4rem);
        font-size: .28rem;
    }

    .tp-swiper .swiper-slide {
        height: auto;
    }

    .tp-swiper .swiper-button-prev,
    .tp-swiper .swiper-button-next {
        display: none;
    }

    /* 旧版样式修正 */
    .f_pub_search {
        width: 60%;
        height: .6rem;
    }

    .f_pub_search {
        width: 60%;
        height: .6rem;
    }

    .f_pub_search input {
        width: calc(100% - .5rem);
        height: .6rem;
        line-height: .6rem;
    }

    .f_pub_search button {
        margin-top: .1rem;
        font-size: .3rem;
    }

    .f_pub_nav_con {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .f_pub_nav {
        height: .72rem;
        line-height: .72rem;
    }

    .f_pub_nav a {
        width: auto;
        line-height: .72rem;
        padding: 0 .2rem;
        font-size: .3rem;
        white-space: nowrap;
    }

    .f_pub_nav .active {
        background: none;
    }

    .f_tzfw_box2_lpic,
    .f_tzfw_box2_lpic_ch .slides li {
        height: 56.4vw;
    }

    .f_tzfw_box2_lpic_ch .slides .nwes_lpic_intit {
        height: .6rem;
    }

    .f_tzfw_box2_lpic_ch .slides .nwes_lpic_intex {
        width: calc(100% - .4rem);
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
        left: .2rem;
        text-align: center;
    }

    .f_tzfw_box2_lpic_ch .flex-control-nav {
        display: none;
    }

    .f_tzfw_box2_rlist {
        margin-top: .3rem;
    }

    .f_tzfw_box2_rlist_tit1 {
        height: .59rem;
    }

    .f_tzfw_box2_rlist_tit1>a {
        font-size: .3rem;
    }

    .f_tzfw_box2_rlist_tit1 a {
        height: .58rem;
        line-height: .58rem;
    }

    .f_tzfw_box2_rlist ul li {
        height: .5rem;
        line-height: .5rem;
    }

    .f_tzfw_box1,
    .f_tzfw_box1>a,
    .f_tzfw_box2_rlist>ul>li>a,
    .f_tzfw_box2_rlist>ul>li>span {
        font-size: .26rem;
    }

    .footer-zt {
        font-size: .26rem;
    }

    .footer-zt span {
        line-height: .5rem;
    }

    .footer-right span:first-child,
    .footer-right img {
        height: 1rem;
    }

    .f_pub_top_lcon {
        padding-top: .3rem;
        overflow: auto;
    }

    .f_pub_top_rcon {
        height: auto;
    }

    .f_pub_top_lcon img {
        vertical-align: top;
    }
}