/* 手机端导航 */
.mbheader {
    width: 100%;
    display: none;
    height: 0.6rem;
    background: #FFFFFF;
    z-index: 1000;
    box-shadow: 0 0 0.05rem 0.05rem rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 94%;
    margin: 0 auto;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 0.45rem;
    height: 0.4rem;
}

.sp_header {
    height: 0.5rem;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 0.1rem;
    float: left;
    height: 0.5rem;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 0.3rem;
    position: relative;
    cursor: pointer;
    height: 0.3rem;
    margin-top: 0.1rem;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #0B6CB8;
    width: 0.3rem;
    height: 0.02rem;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0
}

.sp_nav span:nth-of-type(2) {
    top: 0.1rem;
}

.sp_nav span:nth-of-type(3) {
    top: 0.2rem;
}

.sp_nav_se span:nth-of-type(1) {
    top: 0.1rem;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 0.1rem;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 0.6rem;
    font-size: 0.14rem;
    line-height: 0.4rem;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 0.8rem
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 0.7rem)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 0.7rem;
    overflow: hidden;
    line-height: 0.3rem;
    margin-top: 0.05rem;
}

.sjj_nav>ul>li:first-child .language a {
    width: 0.35rem;
    float: left;
    border-left: 0.01rem #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 0.05rem;
    right: 0;
    border-left: 0.01rem #ddd solid;
    height: 0.3rem;
    padding: 0 0.07rem 0 0.07rem;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 0.01rem #ddd solid;
    margin-left: 0.2rem;
    position: relative;
    line-height: 0.4rem;
    font-size: 14px;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 0.01rem #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 0.2rem;
    height: 0.2rem;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #00509F
}

.sjj_nav ul li ul li>ul {
    margin-left: 0.1rem;
}

.pb_sys_style1 .p_no_d {
    border: 0.01rem solid #0B6CB8 !important;
    background-color: #0B6CB8 !important;
}


.cblinks {
    width: 1.8rem;
    position: fixed;
    right: 0.3rem;
    top: 60%;
    transform: translateY(-50%);
    display: none;
    z-index: 999;
}

.cblinks.on {
    display: block;
}

.cblinks .img {
    width: 100%;
}

.cblinks .img img {
    width: 100%;
    height: 100%;
}

.cblinks ul {
    background: #FFFFFF;
    border: 1px solid rgba(48, 78, 151, 0.3);
    border-top: none;
    box-shadow: 0 0 0.26rem 0 rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0.1rem 0;
    box-sizing: border-box;
}

.cblinks ul li {
    background: url(../img/cblinkli.png) no-repeat center;
    background-size: cover;
    margin-bottom: 0.2rem;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    height: 0.67rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cblinks ul li:nth-child(4),
.cblinks ul li:nth-child(5) {
    padding: 0.1rem;
    box-sizing: border-box;
}

.cblinks ul li div {
    font-size: 0.17rem;
    line-height: 0.23rem;
    text-align: center;
    color: #1E1E1E;
}

.cblinks ul li:hover div {
    color: #005692;
    font-weight: bold;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

/* .headerny {
    background: #FFFFFF;
    position: relative;
}

.headerny .navigation {}

.headerny .navigation ul li .navname {
    font-size: 0.23rem;
    font-weight: bold;
    color: #333333;
}

.headerny .navigation ul li:hover .navname {
    color: #005692;
    font-weight: bold;
}

.headerny .navigation ul .nli {
    border-bottom: 2px solid transparent;
}

.headerny .navigation ul .nli:hover {
    border-bottom: 2px solid #005692;
}

.headerny .search-index .schoolindex a {
    color: #999999;
}

.headerny .search .search-input {
    border: 1px solid #005692;
} */

.zhezhao {
    width: 100%;
    height: 2rem;
    background: linear-gradient(180deg,
            #005692 0%,
            rgba(0, 86, 146, 0) 99%);
    position: absolute;
    z-index: 11;
}

header .logo-search .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    z-index: 99;
    position: relative;
    transition: all 0.5s ease-in-out;
}

/* .headerny .logo-search .container{
    padding: 0.2rem 0;
} */

header .logo {
    width: 9.57rem;
}

header .logo a {
    width: 100%;
}

header .logo a img {
    width: 100%;
    height: 100%;
}

.search .search-input {
    width: 3rem;
    height: 0.45rem;
    border: 1px solid #FFFFFF;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
}

header .search .search-input {
    border: 1px solid rgba(0, 86, 146, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(43, 109, 228, 0.1);
}

.search .search-input::-ms-clear {
    display: none;
}

.search .search-input::-webkit-search-cancel-button {
    display: none;
}

.search .search-input::-webkit-search-decoration,
.search .search-input::-webkit-search-results-button,
.search .search-input::-webkit-search-results-decoration {
    display: none;
}

.search .search-btn {
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/search-icon.png) no-repeat center;
    background-size: cover;
    border: none;
}

.search input[type="search"] {
    padding-left: 0.1rem;
    padding-right: 0.4rem;
    box-sizing: border-box;
}

.search .search-input:focus {
    border-color: #FFFFFF;
    outline: none;
}

input[type="search"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 0.1rem;
    font-size: 0.14rem;
    color: #9E9E9E;
}

.search-index {
    display: flex;
    align-items: center;
}

.search-index .schoolindex a {
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-right: 0.2rem;
}

header .search-index .schoolindex a {
    color: #272727;
}

header .logo-search .logo .logo-blue {
    display: none;
}

/* 页面下滑导航效果 */

header .logo-search .logo-blue {
    display: none;
}

header .logo-search .logo-white {
    display: none !important;
}

header .logo-search .logo-blue {
    display: block !important;
}

header .logo-search {
    background: url(../img/header-bg-hover.png) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

/* .headerny .logo-search {
    background: #FFFFFF;
} */

header .logo-search .container {
    padding: 0.5rem 0;
    box-sizing: border-box;
    transition: all 0.5s;
}

header .navigation {
    height: 0.7rem;
    /* padding-bottom: 0.1rem; */
    background: #005692;
    transition: all 0.5s ease-in-out;
}

/* .headerny .navigation {
    background: #FFFFFF;
    border-top: 0.01rem solid rgba(153, 153, 153, 0.35);;
} */

.navigation {
    width: 100%;
    position: relative;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.navigation ul li .navname {
    text-align: center;
    font-size: 0.23rem;
    font-weight: bold;
    color: #FFFFFF;
}

.navigation ul li.on .navname,
.navigation ul li:hover .navname {
    color: #FFECCE;
}

.navigation ul li .english {
    font-size: 0.12rem;
    line-height: 0.28rem;
    color: #FFFFFF;
    text-align: center;
}

.navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
    padding: 0.2rem 0 0.2rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
}

.navigation ul .nli::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 0.02rem solid #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.navigation ul .nli:hover::before {
    width: 100%;
}

.navigation ul .nli h3 {
    display: inline-block;
}

.navigation ul li a {
    font-size: 0.21rem;
    font-weight: bold;
    color: #FFFFFF;
}

.navigation .drivder {
    width: 100%;
    height: 1px;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -0.02rem;
    left: 0;
}

.navigation ul .nli.on h3 a {
    color: #FFFFFF;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: auto;
    max-width: 2.5rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    top: 0.89rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 0.1rem 0.34rem;
    border-top: 0.02rem solid #C8A163;
}


.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .nli .sub .sanjiao {
    width: 0.02rem;
    height: 0.2rem;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: -0.21rem;
    transform: translateX(-50%);
}



.navigation ul .sub li {
    width: 100%;
    line-height: 0.25rem;
    text-align: center;
    padding: 0.06rem 0;
}


.navigation ul .sub li a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #6F6F6F;
}

.navigation ul .sub li:hover a {
    font-weight: bold;
    border-bottom: 0.02rem solid #005EAC;
    padding-bottom: 0.08rem;
    color: #005EAC;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.banlist .ban {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.85rem;
    z-index: 9;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50% 50%;
    border: 1px solid #D8D8D8;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


.banlist .ban img {
    width: 35%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 0.12rem;
    transform: translateX(-50%);
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banner1 {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 0.34rem;
    height: 0.58rem;
    background: rgba(0, 80, 132, 0.8);
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(200, 161, 99, 0.8);
}

.banlist .swiper-right {
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.banlist .swiper-left {
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}


.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 0.08rem;
    height: 0.16rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner1 ul li {
    width: 100%;
    overflow: hidden;
}

.banlist {
    position: relative;
}

/* ✅ 关键：强制提升层级 + 明确参照 */
.banlist .swiper-btn {
    position: absolute;
    left: 48.3%;
    /* transform: translateX(-50%); */
    bottom: 0.33rem;
    width: auto;
    height: 0.27rem;
    z-index: 99;

    /* ✅ 防止被 Swiper 接管 */
    margin: 0;
    padding: 0;
    text-align: center;

    /* ✅ 兼容模式保命 */
    /* -ms-transform: translateX(-50%); */
}

.banlist .swiper-pagination {
    width: auto;
    border-radius: 10000rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.20rem);
    padding: 0.06rem 0.10rem;
    white-space: nowrap;
    /* 防止换行 */
    font-size: 0;
}

.banlist .swiper-pagination-bullet {
    border: 0.01rem solid #FFFFFF;
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 0.05rem;
}

.banlist .swiper-pagination-bullet-active {
    background: #005692;
    border: 0.01rem solid #005692;
}

.theme {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 0.45rem;
}

.theme a {
    display: flex;
    align-items: center;
}


.theme .title-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
}

.theme .title-icon img {
    width: 100%;
    height: 100%;
}

.theme .title {
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.38rem;
    display: flex;
    align-items: center;
}

.theme .title .title-black {
    color: #202020;
}

.theme .title .title-blue {
    color: #005692;
}

.theme .english {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: rgba(11, 73, 175, 0.06);
    position: absolute;
    left: 0.75rem;
    top: 0.1rem;
}

.theme .showmore a {
    width: 0.74rem;
    height: 0.3rem;
}

.theme .showmore:hover {
    background: url(../img/showmore-hover.png) no-repeat center;
    background-size: cover;
}

.theme .showmore img {
    width: 100%;
    height: 100%;
}

.theme .showmore:hover img {
    display: none;
}

.zxdt {
    background: url(../img/zxdt-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 0.7rem;
    box-sizing: border-box;
    overflow: hidden;
}

.zxdtlist .left {
    transition-delay: .6s;
    display: flex;
    justify-content: space-between;
}

.slide-a-pic {
    width: 7.5rem;
}

.slide-a-pic .swiper-slide .img {
    width: 100%;
    height: 4.23rem;
    overflow: hidden;
}

.slide-a-pic .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.slide-a-pic .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.slide-a-txtp {
    width: calc(100% - 7.5rem);
    padding: 0 0.45rem;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.03);
}

.slide-a-txtp::after {
    content: '';
    width: 9.8rem;
    height: 4.5rem;
    background: url(../img/zxdt-right-bg.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.03);
    position: absolute;
    bottom: 0;
    right: 0;
}

.slide-a-txtp .swiper-container {
    padding-bottom: 1rem;
}

.slide-a-txtp .title {
    font-weight: bold;
    line-height: 0.38rem;
    height: 0.38rem;
    color: #1E1E1E;
    margin-top: 0.35rem;
}

.slide-a-txtp .swiper-slide:hover .title {
    color: #005692;
}

.slide-a-txtp .disc {
    line-height: 0.35rem;
    height: 1.05rem;
    color: rgba(30, 30, 30, 0.5);
    margin-top: 0.1rem;
}

.slide-a-txtp .time-eye {
    display: flex;
    align-items: center;
    padding-top: 0.4rem;
    box-sizing: border-box;
    border-top: 1px solid #E2E2E2;
    margin-top: 0.35rem;
    position: relative;
}

.slide-a-txtp .time-eye::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #005692;
    transition: all 0.5s;
}

.slide-a-txtp .swiper-slide:hover .time-eye::before {
    width: 100%;
}

.slide-a-txtp .time {
    display: flex;
    align-items: center;
}

.slide-a-txtp .time .img {
    width: 0.14rem;
    height: 0.14rem;
    position: relative;
}

.slide-a-txtp .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slide-a-txtp .time .date {
    line-height: 0.28rem;
    color: #C8A163;
    margin-left: 0.05rem;
}

.slide-a-txtp .eye {
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
}

.slide-a-txtp .eye .eyeimg {
    width: 0.18rem;
    height: 0.1rem;
    position: relative;
}

.slide-a-txtp .eye .eyeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slide-a-txtp .eye .bitnum {
    line-height: 0.28rem;
    color: #C8A163;
    margin-left: 0.05rem;
}

.slide-a-txtp .swiper-prev,
.slide-a-txtp .swiper-next {
    width: 0.24rem;
    height: 0.4rem;
    background: #C8A163;
    position: absolute;
    bottom: 0.1rem;
}

.slide-a-txtp .swiper-prev:hover,
.slide-a-txtp .swiper-next:hover {
    background: #005692;
}

.slide-a-txtp .swiper-next {
    left: 0.45rem;
}

.slide-a-txtp .swiper-prev .img,
.slide-a-txtp .swiper-next .img {
    width: 0.06rem;
    height: 0.11rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slide-a-txtp .swiper-prev .img img,
.slide-a-txtp .swiper-next .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slide-a-txtp .swiper-btn {
    width: auto;
    height: 0.27rem;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 13%;
    z-index: 99;
    bottom: 0.15rem;
}

.slide-a-txtp .swiper-pagination {
    width: auto;
    border-radius: 10000rem;
    opacity: 1;
    background: rgba(216, 216, 216, 0.6);
    backdrop-filter: blur(0.2rem);
    padding: 0.06rem 0.10rem;
    white-space: nowrap;
    font-size: 0;
}

.slide-a-txtp .swiper-pagination-bullet {
    border: 0.01rem solid #FFFFFF;
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 0.05rem;
}

.slide-a-txtp .swiper-pagination-bullet.active {
    background: #C8A163;
    border: 0.01rem solid #C8A163;
}

.zxdtbox {
    margin-top: 0.4rem;
}

.zxdtbox ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zxdtbox li {
    width: calc((100% - 1.2rem) / 3);
    margin-right: 0.59rem;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 0.4rem;
    position: relative;
}

.zxdtbox li::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #005692;
    transition: all 0.5s;
}

.zxdtbox li:hover::before {
    width: 100%;
}

.zxdtbox li:nth-child(3n) {
    margin-right: 0;
}

.zxdtbox li .time .img {
    width: 0.13rem;
    height: 0.13rem;
    position: relative;
}

.zxdtbox li .time img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.zxdtbox li .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zxdtbox li .time .date {
    line-height: 0.3rem;
    color: #C8A163;
    margin-left: 0.05rem;
}

.zxdtbox li .text {
    padding: 0 0 0.2rem;
    box-sizing: border-box;
}

.zxdtbox li .text div {
    line-height: 0.3rem;
    height: 0.3rem;
    color: #202020;
}

.zxdtbox li:hover .text div {
    color: #005692;
    font-weight: bold;
}

.tzgg {
    background: url(../img/tzgg-bg.png) no-repeat center;
    background-size: cover;
    padding: 0.1rem 0 1.45rem;
    box-sizing: border-box;
    overflow: hidden;
}

.tzgglist .swiper-container {
    padding-top: 0.1rem;
    padding-bottom: 0.82rem;
}

.tzgglist .swiper-slide {
    padding: 0.4rem 0.35rem 0.5rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 0.1rem;
    overflow: hidden;
}

.tzgglist .swiper-slide a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.tzgglist .swiper-slide:hover {
    position: relative;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0, 86, 146, 0.15);
}

.tzgglist .swiper-slide:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.01rem;
    border-radius: 0.1rem;
    background: linear-gradient(180deg, #005692 0%, #ffffff00 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.tzgglist .swiper-slide .time {
    width: 0.63rem;
    height: 0.66rem;
    position: relative;
    border-radius: 0.05rem;
    box-sizing: border-box;
    border: 1px solid #C8A163;
}

.tzgglist .swiper-slide:hover .time {
    border: 1px solid #005692;
}

.tzgglist .swiper-slide .time .shuline1 {
    width: 0;
    height: 0.08rem;
    border-left: 0.01rem solid #C8A163;
    position: absolute;
    left: 0.2rem;
    top: -0.04rem;
}

.tzgglist .swiper-slide:hover .time .shuline1 {
    border-left: 1px solid #005692;
}

.tzgglist .swiper-slide .time .shuline1:last-of-type {
    left: 0.4rem;
}

.tzgglist .swiper-slide .time .day {
    line-height: 0.3rem;
    text-align: center;
    color: #C8A163;
    margin-top: 0.05rem;
}

.tzgglist .swiper-slide:hover .time .day {
    color: #005692;
}

.tzgglist .swiper-slide .time .year {
    border-radius: 0.05rem;
    background: #C8A163;
    line-height: 0.3rem;
    color: #FFFFFF;
    text-align: center;
}

.tzgglist .swiper-slide:hover .time .year {
    background: #005692;
}

.tzgglist .swiper-slide .title {
    line-height: 0.32rem;
    height: 0.64rem;
    color: #202020;
    margin-top: 0.25rem;
}

.tzgglist .swiper-slide:hover .title {
    color: #005692;
    font-weight: bold;
}

.tzgglist .swiper-slide .hengline {
    border-top: 1px solid #E2E2E2;
    margin: 0.3rem 0 0.3rem;
    position: relative;
}

.tzgglist .swiper-slide .hengline::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #005692;
    transition: all 0.5s;
}

.tzgglist .swiper-slide:hover .hengline::before {
    width: 100%;
}


.tzgglist .swiper-slide .disc {
    line-height: 0.3rem;
    height: 0.9rem;
    color: rgba(30, 30, 30, 0.5);
}

.tzgglist .swiper-slide .showmore {
    width: 0.74rem;
    height: 0.3rem;
    margin-top: 0.5rem;
}

.tzgglist .swiper-slide:hover .showmore {
    background: url(../img/showmore-hover.png) no-repeat center;
    background-size: cover;
}

.tzgglist .swiper-slide .showmore img {
    width: 100%;
    height: 100%;
}

.tzgglist .swiper-slide:hover .showmore img {
    display: none;
}

.tzgglist .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: rgba(0, 86, 146, 0.2);
    opacity: 1;
}

.tzgglist .swiper-pagination-bullet-active {
    background: #C8A163;
}

.zxcg {
    background: url(../img/zxcg-bg.png) no-repeat center;
    background-size: cover;
    padding: 0.05rem 0 0.95rem;
    box-sizing: border-box;
    overflow: hidden;
}

.zxcg .theme {
    width: 7.65rem;
}

.zxcglist {
    background: #FFFFFF;
    padding-bottom: 0.4rem;
}

.zxcgone li {
    padding-right: 0.4rem;
    box-sizing: border-box;
    position: relative;
}

.zxcgone li .zxcglogo {
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    top: 0.4rem;
}

.zxcgone li .zxcglogo img {
    width: 100%;
    height: 100%;
}

.zxcgone li a {
    display: flex;
    justify-content: space-between;
}

.zxcgone li .text {
    width: calc(100% - 5.5rem);
    padding: 0.4rem;
    box-sizing: border-box;
}

.zxcgone li .time {
    background: #C8A163;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.12rem;
    height: 0.3rem;
}

.zxcgone li .time .img {
    width: 0.13rem;
    height: 0.13rem;
    position: relative;
}

.zxcgone li .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.zxcgone li .time .date {
    color: #FFFFFF;
    margin-left: 0.05rem;
}

.zxcgone li .liimg {
    width: 5.5rem;
    height: 3.1rem;
    margin-top: -1rem;
    box-shadow: 0 0.04rem 0.3rem 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.zxcgone li .liimg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.zxcgone li:hover .liimg img {
    transform: scale(1.1);
}

.zxcgone li .title {
    font-weight: bold;
    line-height: 0.35rem;
    height: 0.35rem;
    color: #202020;
    margin-top: 0.2rem;
}

.zxcgone li:hover .title {
    color: #005692;
}

.zxcgone li .disc {
    line-height: 0.3rem;
    height: 0.6rem;
    color: rgba(30, 30, 30, 0.5);
    margin-top: 0.1rem;
}

.zxcgbox {
    margin-top: 0.35rem;
}

.zxcgbox .swiper-slide {
    padding: 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}

.zxcgbox .swiper-slide-active,
.zxcgbox .swiper-slide-next {
    border-right: 1px solid rgba(0, 86, 146, 0.22);
}

.zxcgbox .swiper-slide .time {
    width: 1.12rem;
    height: 0.3rem;
    background: #84ADCA;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.zxcgbox .swiper-slide .time .img {
    width: 0.13rem;
    height: 0.13rem;
    position: relative;
}

.zxcgbox .swiper-slide .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.zxcgbox .swiper-slide .time .date {
    color: #FFFFFF;
    margin-left: 0.05rem;
}

.zxcgbox .swiper-slide .title {
    line-height: 0.3rem;
    height: 0.6rem;
    color: #202020;
    margin-top: 0.15rem;
}

.zxcgbox .swiper-slide:hover .title {
    color: #005692;
    font-weight: bold;
}

.zxcgbox .swiper-container {
    padding-bottom: 0.95rem;
    box-sizing: border-box;
}


.zxcgbox .swiper-btn {
    width: auto;
    height: 0.27rem;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 50%;
    z-index: 99;
    bottom: 0.15rem;
}

.zxcgbox .swiper-pagination {
    width: auto;
    border-radius: 10000rem;
    opacity: 1;
    background: rgba(216, 216, 216, 0.6);
    backdrop-filter: blur(0.2rem);
    padding: 0.06rem 0.10rem;
    white-space: nowrap;
    font-size: 0;
}

.zxcgbox .swiper-pagination-bullet {
    border: 0.01rem solid #FFFFFF;
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 0.05rem;
}

.zxcgbox .swiper-pagination-bullet-active {
    background: #C8A163;
    border: 0.01rem solid #C8A163;
}

.yxxszp {
    padding-bottom: 1.1rem;
    overflow: hidden;
}

.yxxszp .left {
    width: 6.9rem;
}

.yxxszp .mbleft {
    display: none;
}

.yxxszp .content {
    display: flex;
    justify-content: space-between;
}

.yxxszp .left .bottomtwo {
    margin-top: 0.2rem;
}

.yxxszp .left:nth-child(2) .bottomtwo {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.yxxszp .content .left:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
}

.yxxsone li {
    position: relative;
}

.yxxsone .img {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
}

.yxxsone .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.yxxsone li:hover .img img {
    transform: scale(1.1);
}

.yxxsone .text {
    position: absolute;
    left: 0;
    bottom: 0.15rem;
    z-index: 9;
    width: 100%;
}

.yxxsone .text div {
    width: 100%;
    font-weight: bold;
    line-height: 0.38rem;
    height: 0.38rem;
    color: #FFFFFF;
    padding: 0 0.2rem;
    box-sizing: border-box;
    text-align: center;
}

.yxxsone .yinying {
    width: 100%;
    height: 1.6rem;
    background: linear-gradient(0deg, #0058bbcc 0%, #0058bb00 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottomtwo {
    display: flex;
    justify-content: space-between;
}

.bottomtwo li {
    width: calc((100% - 0.3rem) / 2);
    position: relative;
}

.bottomtwo li .img {
    width: 100%;
    height: 1.9rem;
    overflow: hidden;
}

.bottomtwo li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.bottomtwo li:hover .img img {
    transform: scale(1.1);
}

.bottomtwo li .text {
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 0.2rem;
    box-sizing: border-box;
    z-index: 9;
    display: none;
    height: 0.24rem;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.bottomtwo li:hover .text {
    display: block;
}

.bottomtwo li .yinying {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.05rem);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.bottomtwo li:hover .yinying {
    display: block;
}

footer {
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: cover;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .left {
    width: 7.1rem;
    padding: 0.6rem 0;
    box-sizing: border-box;
}

footer .right {
    width: 2.45rem;
}

footer .address-links {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .address-links .address .cycleimg {
    position: relative;
}

footer .address-links .address .cycle {
    width: 0.42rem;
    height: 0.42rem;
    background: url(../img/footer-address-bg.png) no-repeat center;
    background-size: cover;
    animation: cycleRotate 6s linear infinite;
    transform-origin: center center;
}

@keyframes cycleRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

footer .address-links .address .cycleimg .img {
    width: 0.17rem;
    height: 0.23rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .address-links .address .cycleimg .img img {
    width: 100%;
    height: 100%;
}

footer .address {
    display: flex;
    align-items: center;
}

footer .address .text {
    padding-left: 0.1rem;
}

footer .address .text div {
    color: #FFFFFF;
    line-height: 0.3rem;
}

footer .address .text div:first-of-type {
    font-weight: 700;
}

.yq .box {
    width: 2.6rem;
    height: 0.45rem;
    z-index: 99;
    border: 0.01rem solid rgba(216, 216, 216, 0.5);
    position: relative;
}

.yq .box h3 {
    width: 100%;
    height: 0.45rem;

    box-sizing: border-box;
    padding: 0 0.2rem;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yq .box h3 .disc {
    line-height: 0.45rem;
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.8;
}

.yq .box h3 img {
    width: 0.13rem;
    height: 0.07rem;
}

.yq .box h3::before {
    content: '';
    width: 0.15rem;
    height: 0.09rem;
    background: url(../img/arrow.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.2rem;
    top: 0.22rem;
}

.yq .box ul {
    display: none;
    height: auto;
    max-height: 1.8rem;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    width: 100%;
}

.yq .box:hover ul {
    display: block;
    z-index: 99;

}

.yq .box ul li {
    width: 100%;
    height: auto;
    line-height: 0.2rem;
    text-align: center;
    color: #000;
    background: #FFFFFF;
    padding: 0.2rem 0;
    border-bottom: 1px dashed #D8D8D8;
}

.yq .box ul li:last-of-type {
    border-bottom: none;
}

.yq .box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yq .box ul li:hover {
    color: #0a42dd;
}

.yq .box ul a {
    color: #333;
    font-size: 0.15rem;
}

footer .banq {
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.15rem;
}

footer .banq a {
    color: rgba(255, 255, 255, 0.8);
}

footer .right {
    display: flex;
    justify-content: space-between;
}

footer .right .ewm {
    width: 1.1rem;
    height: 100%;
    padding: 0.1rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.05rem;
}

footer .right .ewm .img {
    width: 100%;
    height: 0.9rem;
}

footer .right .ewm .img img {
    width: 100%;
    height: 100%;
}

footer .right .ewm .text {
    background: #005692;
    border-radius: 0.03rem;
    font-size: 0.15rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0.1rem;
}


.nydt img {
    width: 100%;
    height: 100%;
}

.curr {
    margin-top: -1rem;
}

.curr .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.curr .current {
    padding: 0.4rem 0.4rem;
    box-sizing: border-box;
    background: #005692;
    backdrop-filter: blur(0.1rem);
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.19rem;
    color: #FFFFFF;
    display: inline-block;
}

.curr .position {
    margin-top: 0.4rem;
}

.curr .position a,
.curr .position span {
    color: #FFFFFF;
}

.curr .position span:last-of-type {
    display: none;
}


.erji ul {
    display: flex;

}

.erji li {
    min-width: 1.5rem;
    height: 0.6rem;
    background: #EFF6FC;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}

.erji li.on,
.erji li:hover {
    background: #0B6CB8;
}

.erji li.on a,
.erji li:hover a {
    color: #FFFFFF;
}

.erji li:last-of-type {
    margin-right: 0;
}

.erji li a {
    text-align: right;
    color: #2C2C2C;
    white-space: nowrap;
}


.nmain {
    padding: 0.4rem 0;
    box-sizing: border-box;
    background: url(../img/ny-bg.png) no-repeat center;
    background-size: cover;

}

/* listbox */
.listbox li {
    background: #FFFFFF;
    margin-bottom: 0.3rem;
    position: relative;
}

.listbox li:last-of-type {
    margin-bottom: 0;
}

.listbox li .text {
    padding: 0.4rem;
    box-sizing: border-box;
}

.listbox li a {
    display: flex;
    justify-content: space-between;
}

.listbox li .time {
    width: 1.12rem;
    height: 0.3rem;
    background: #84ADCA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listbox li:hover .time {
    background: #C8A163;
}

.listbox li .time .img {
    width: 0.13rem;
    height: 0.13rem;
    position: relative;
}

.listbox li .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.listbox li .time .date {
    color: #FFFFFF;
    margin-left: 0.05rem;
}

.listbox li .title {
    line-height: 0.35rem;
    height: 0.35rem;
    color: #202020;
    margin-top: 0.2rem;
}

.listbox li:hover .title {
    color: #005692;
    font-weight: bold;
}

.listbox li .disc {
    line-height: 0.3rem;
    height: 0.6rem;
    color: rgba(30, 30, 30, 0.5);
    margin-top: 0.1rem;
}

.listbox li .listlogo {
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    display: none;
}

.listbox li:hover .listlogo {
    display: block;
}

.listbox li .listlogo img {
    width: 100%;
    height: 100%;
}

/* piccontent */

.picconbox li {
    background: #FFFFFF;
    margin-bottom: 0.3rem;
}

.picconbox li:last-of-type {
    margin-bottom: 0;
}

.picconbox li .text {
    width: calc(100% - 4.2rem);
    padding: 0.4rem;
    box-sizing: border-box;
}

.picconbox li a {
    display: flex;
    justify-content: space-between;
}

.picconbox li .time {
    width: 1.12rem;
    height: 0.3rem;
    background: #84ADCA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picconbox li:hover .time {
    background: #C8A163;
}

.picconbox li .time .img {
    width: 0.13rem;
    height: 0.13rem;
    position: relative;
}

.picconbox li .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picconbox li .time .date {
    color: #FFFFFF;
    margin-left: 0.05rem;
}

.picconbox li .title {
    line-height: 0.35rem;
    height: 0.35rem;
    color: #202020;
    margin-top: 0.2rem;
}

.picconbox li:hover .title {
    color: #005692;
    font-weight: bold;
}

.picconbox li .disc {
    line-height: 0.3rem;
    height: 0.6rem;
    color: rgba(30, 30, 30, 0.5);
    margin-top: 0.1rem;
}

.picconbox li .img1 {
    width: 4.2rem;
    height: 2.35rem;
    overflow: hidden;
}

.picconbox li .img1 img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.picconbox li:hover .img1 img {
    transform: scale(1.1);
}

.page-box {
    margin: 0.4rem 0;
}

.picturebox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.picturebox li {
    width: calc((100% - 0.6rem) / 3);
    position: relative;
    margin-bottom: 0.3rem;
}


.picturebox li .img {
    width: 100%;
    overflow: hidden;

}

.picturebox li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}

.picturebox li:hover .img img {
    transform: scale(1.1);
}

.picturebox li .text {
    line-height: 0.38rem;
    height: 0.38rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0.07rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    z-index: 9;
}

.picturebox li .yinying {
    width: 100%;
    height: 1rem;
    opacity: 1;
    background: linear-gradient(0deg, #000000cc 0%, #00000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.picturebox li:hover .yinying {
    background: linear-gradient(0deg, #0058bbcc 0%, #0058bb00 100%);
}

.detail {
    padding: 0.55rem 1.6rem 0.3rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.06);
}

.detail .title {
    /* font-size: 0.32rem; */
    font-weight: bold;
    /* line-height: 0.32rem; */
    color: #292929;
    text-align: center;
}

.detail .infoshare .info span {
    /* font-size: 0.14rem; */
    color: #9C9C9C;
    margin-right: 0.2rem;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    white-space: nowrap;
}

.fontSize span {
    margin-right: 0.15rem;
    cursor: pointer;
}

.fontSize .on {
    color: #0B6CB8;
    font-weight: bold;
}

.share {
    zoom: 1;
    display: flex;
    white-space: nowrap;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    margin-left: 0.13rem;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 0.26rem;
    height: 0.26rem;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -0.36rem;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 0.36rem;
    border: 0.01rem solid #ccc;
    padding: 0.05rem;
    background: #fff;
    display: none;
    width: 1rem;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 0.12rem;
    z-index: 12;
    width: 0.12rem;
    height: 0.12rem;
    line-height: 0.12rem;
    text-align: center;
    right: -0.39rem;
    top: 0.5rem;
    display: none;
    cursor: pointer;
}

.detail .content .text.big p,
.detail .content .text.big p span {
    font-size: 0.28rem !important;
    line-height: 0.55rem !important;
}

.detail .content .text.large p,
.detail .content .text.large p span {
    font-size: 0.32rem !important;
    line-height: 0.6rem !important;
}

.detail .infoshare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
    border-bottom: 0.012rem solid #ECECEC;
    padding-bottom: 0.1rem;
}

.detail .infoshare .info {
    display: flex;
    flex-wrap: wrap;
}

.detail .right1 {
    display: flex;
    align-items: center;
    /* width: 22%; */
}


.fenxiang {
    color: #9C9C9C;
    white-space: nowrap;
    /* position: absolute;
    left: -80px;
    top: 15px; */
    /* writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr; */
    /* IE */
    /* -webkit-writing-mode: vertical-lr; */
    /* Safari */
    display: flex;
    align-items: center;
    /* font-size: 0.14rem; */
}

.detail .content .text p,
.detail .content .text p span {
    /* font-size: 0.18rem !important; */
    line-height: 0.45rem !important;
    color: #404040;
    text-align: justify;
    overflow-wrap: break-word;
}

.detail .content .text img {
    max-width: 100%;
}

.detail .content .text video {
    max-width: 100%;
    height: auto;
}

.detail .content .text p {
    margin-bottom: 0.2rem;
}

.detail .tempblue {
    background: #F1F6F0;
    padding: 0.22rem 0.25rem 0.22rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.detail .tempblue::before {
    content: '';
    width: 0.04rem;
    height: 100%;
    background: #398156;
    position: absolute;
    left: 0;
    top: 0;
}

.detail .content {
    margin-top: 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.detail .hengline {
    width: 100%;
    border-top: 0.01rem solid #ECECEC;
    margin: 0.4rem 0 0rem;
}

.detail-page .box {
    height: 0.7rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #EEEEEE;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.detail-page .box:hover {
    background: #FFFFFF;
    border: 0.01rem solid #398156;
}

.detail-page .box:last-of-type {
    margin-top: 0.2rem;
}

.detail-page .box a {
    /* font-size: 0.18rem; */
    line-height: 0.45rem;
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.detail-page .box:hover a {
    color: #398156;
}



.detail-page ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-page li {
    width: calc(50% - 0.2rem);
    padding: 0.2rem 0;
    box-sizing: border-box;
}


.detail-page li a {
    /* font-size: 0.18rem; */
    line-height: 0.4rem;
    color: #717171;
}

.searchText {
    margin-bottom: 0.4rem;
}

.detail-page li a div {
    height: 0.4rem;
}

.detail-page li:hover a div:last-of-type {
    font-weight: bold;
    color: #0B6CB8;
}

.zxzrbox {
    padding: 0.6rem 0.9rem 0.9rem;
    box-sizing: border-box;
    background: #FFFFFF url(../img/zxzr-bg.png) no-repeat center top;
    background-size: 100%;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.zxzrbox .content {
    background: linear-gradient(180deg, #e8f8ff 0%, #f3faff 100%);
    padding: 0.7rem 1.2rem 0.8rem;
    box-sizing: border-box;
}

.zxzrbox .content .tempimg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.zxzrbox .content .img {
    width: 2.1rem;
    height: 2.7rem;
}

.zxzrbox .content .img img {
    width: 100%;
    height: 100%;
}

.zxzrbox .jbqk {
    font-weight: bold;
    line-height: 0.57rem;
    color: #1E1E1E;
    margin-top: 0.4rem;
}

.zxzrbox .content .text {
    line-height: 0.35rem;
    text-align: justify;
    color: #333333;
    margin-top: 0.3rem;
}

.zxzrbox .content .text p {
    margin-bottom: 0.2rem;
}

.zxzrbox .content .kxyj p {
    line-height: 0.35rem;
}

.zxzrbox .content .imgs {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.zxzrbox .content .imgs .img1 {
    width: 3.5rem;
    height: 5rem;
}

.zxzrbox .content .imgs .img1 img {
    width: 100%;
    height: 100%;
}

.zxzrbox .content .imgs .img2 {
    width: 5.7rem;
    height: 5.1rem;
}

.zxzrbox .content .imgs .img2 img {
    width: 100%;
    height: 100%;
}


.testbox li {
    width: 3rem;
    height: 1.5rem;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
}

.testbox li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.7);
    transform: scale(0);
    transform-origin: top right;
    /* 起点：右上角 */
    transition: transform 0.4s linear;
    pointer-events: none;
}

.testbox li:hover::before {
    transform: scale(1);
}







/* 搜索结果页 */
#newskeycode250842 {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 0.2rem;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 0.03rem;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 0.3rem;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 1.36rem;
    border-radius: 0.05rem 0.1rem 0.1rem 0.1rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.textlist .box:hover .title {
    color: #dd4b39;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 0.3rem;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 0.24rem;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 0.16rem;
    margin-top: 0.05rem;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
}

.textlist .box .title span {
    color: #dd4b39;
    font-size: 0.18rem !important;
}

.textlist .box .desc {
    color: #999999;
    line-height: 0.25rem;
    height: 0.5rem;
    margin-top: 0.07rem;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 0.07rem;
}




.fs-32 {
    font-size: 0.32rem;
}

.banq p br {
    display: none !important;
}

html {
    font-size: 5.20833333vw;
}

/* 平板竖屏（<768px） */
@media screen and (max-width: 768px) {
    html {
        font-size: 70px;
    }
}

/* 平板竖屏（768px ~ 1023px） */
@media screen and (min-width: 768px) and (max-width: 1140px) {
    html {
        font-size: 80px;
    }

    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        /* font-size: 80px; */
    }
}

/* 平板横屏 / 小屏笔记本（1024px ~ 1279px）仍使用 vw，无需覆盖 */
/* 常规笔记本 / 桌面（1280px ~ 1919px）仍使用 vw，无需覆盖 */

/* 超大屏（≥ 1920px）固定根字号 */
@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }

    body {
        font-size: 18px;
    }
}