.navBox {
    width: 100%;
    height: 60px;
    background: #FBFBFB;
    align-items: center;
    justify-content: center;
    display: flex;
}

.navBox div {
    position: relative;
    margin-right: 113px;
}

.navBox div a {
    font-size: 18px;
    color: #666666;
    height: 100%;
    line-height: 60px;
    cursor: pointer;
}

.navBox div:last-child {
    margin-right: 0;
}

.navBox div.active {

    position: relative;
}
.rcapRighton {
    max-width: 790px;
}
.navBox div.active a {
    font-size: 20px;
    font-weight: 500;
    color: #0A4CB6;
}

.navBox div.active::after {
    width: 60px;
    position: absolute;
    height: 2px;
    background: #0A4CB6;
    border-radius: 1px;
    content: "";
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.navBox div a {
    width: 100%;
    height: 100%;
    display: block;
}

.rcapLeftMobile {
    display: none;
}

.zhzxItem {
    width: 90%;
    max-width: 1323px;
    margin: 30px auto 80px;
}

.zhzxImg {
    margin-bottom: 22px;
    width: 737px;
    height: 352px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.zhzxImg img {
    transition: .5s;
    height: 100%;
    object-fit: cover;
}

.zhzxItem .swiper-slide a:hover .zhzxImg img {
    transform: scale(1.2);
}

.zhzxItem .swiper-slide a {
    display: flex;
    align-items: flex-end;
}

.zhzxItem .swiper-slide a:hover .zhzxRight>span {
    color: #0A4CB6;
}

.zhzxRight {
    flex: 1;
    height: 295px;
    position: relative;
    background: #EEF6FF;
}

.zhzxRight::after {
    bottom: 0;
    width: 56px;
    height: 22px;
    left: -56px;
    position: absolute;
    content: "";
    background: #EEF6FF;
}

.zhzxRight p,
.zhzxRight>span,
.zhzxRight i {
    display: block;
    margin-left: 79px;
}

.zhzxRight p {
    padding-top: 33px;
    font-size: 14px;
    color: #0A4CB6;
    margin-bottom: 27px;
}

.zhzxRight p span {
    margin-right: 10px;
    font-size: 26px;
}

.zhzxRight>span {
    font-size: 22px;
    line-height: 32px;
    transition: .5s;
    height: 70px;
    margin-right: 57px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
}

.zhzxRight i {
    font-size: 18px;
    font-weight: 500;
    color: #0A4CB6;
    margin-top: 40px;
}

.zhzxItem .swiper-button-prev {
    left: unset;
    right: 140px;
    width: 21px;
    height: 10px;
    background: url(https://www.hebei616.org.cn/doc/prev.png) center center / 100% 100%;
    top: 29px;
    margin-top: unset;
    z-index: 999;
}

.zhzxItem .swiper-button-next {
    top: 29px;
    background: url(https://www.hebei616.org.cn/doc/next.png) center center / 100% 100%;
    width: 21px;
    height: 10px;
    right: 0;
    margin-top: unset;
    z-index: 999;
}

.zhzxItem .swiper-button-next::after,
.zhzxItem .swiper-button-prev::after {
    display: none;
}

.zhzxItem .swiper-pagination {
    width: unset;
    right: 64px;
    top: 20px;
    bottom: unset;
    left: unset;
    font-size: 18px;
    color: #0A4CB6;
}

.zhzxLeft p {
    font-size: 18px;
    color: #333333;
}


.zhzxList {
    /* margin-top: 65px; */
}

.zhzxleftImg {
    width: 0;
    transition: .5s;
    height: 124px;
}

.zhzxleftImg img {
    height: 100%;
}

.zhzxLeft {
    display: flex;
    position: relative;
    height: 124px;
    width: 78%;
    max-width: 1020px;
    align-items: center;
}



.zhzxLi:hover .zhzxleftImg {
    width: 186px;
    margin-right: 32px;
}


.zhzxleftRight {
    position: relative;
    width: calc(90% - 219px);
}


.zhzxLi {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
}

.zhzxLeft p {
    overflow: hidden;
    font-size: 18px;
    transition: .5s;
    margin-bottom: 41px;
    color: #333333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhzxLeft span {
    font-size: 16px;
    transition: .5s;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
}

.zhzxLi .time {
    margin-left: 5.44%;
    margin-right: 4.53%;
    font-size: 22px;
    color: #333333;
}

.zhzxleftRight::after {
    width: 21px;
    height: 3px;
    background: #FF0000;
    content: "";
    left: 0;
    bottom: 35px;
    position: absolute;
}

.zhzxleftRight::before {
    width: 4px;
    height: 3px;
    background: #FF0000;
    content: "";
    left: 24px;
    bottom: 35px;
    position: absolute;
}

.zhzxLi .zhzxLeft::after {
    content: "";
    width: 1px;
    height: 75px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E1E1E1;
    position: absolute;
}

.zhzxLi .time span {
    font-size: 36px;
    margin-right: 8px;
}

.read {
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    color: #666666;
}

.zhzxleftRight {
    min-height: 86px;
}

.zhzxLi:hover .zhzxleftRight p {
    color: #0A4CB6;
}

.zhzxLi:hover .zhzxleftRight span {
    color: #0A4CB6;
}

.newListBox>div {
    display: none;
}

.newListBox .on {
    display: block;
}

.newListBox .rcapItem.on {
    display: flex;
}

.zhzxLi:hover .read {
    color: #0A4CB6;
}

.fourLeft {
    width: 60%;
    height: 423px;
    max-width: 776px;
    position: relative;
}

.fourLeft a {
    width: 100%;
    height: 100%;
    display: block;
}

.tzggImg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.fourLeft:hover img {
    transform: scale(1.2);
}

.tzggImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.tzggItem {
    width: 90%;
    margin: 43px auto 50px;
    max-width: 1320px;
}

.fourBox {
    display: flex;
    margin-bottom: 60px;
    align-items: flex-start;
    justify-content: space-between;
}

.fourRight {
    margin-left: 64px;
    flex: 1;
    margin-top: 38px;
}

.fourTitle {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    transition: .5s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fourLi {
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
}

.fourLi:hover .fourTitle {
    color: #0A4CB6;
}

.fourRight a {
    display: block;
    margin-bottom: 36px;
}

.fourRight a:last-child {
    margin-bottom: 0;
}

.fourTime {
    margin-bottom: 12px;
    font-size: 16px;
    color: #0A4CB6;
}

.fourItem p {
    font-size: 22px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
    line-height: 32px;
    color: #FFFFFF;
}

.fourItem span {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.fourItem {
    position: absolute;
    bottom: 30px;
    left: 41px;
    right: 41px;
}

.tzggTitle {
    font-size: 20px;
    margin-left: 50px;
    color: #333333;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 911px;
    width: 100%;
    overflow: hidden;
}

.tzggTime {
    margin-right: 50px;
    font-size: 16px;
    color: #999999;
    display: block;
}
.tzggLiNone,.tzggLiimg{
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
}
.newListBox{
    min-height: 500px;
}
.tzggLi {
    width: 100%;
    transition: .5s;
    height: 156px;
    margin-bottom: 30px;
    background: #F6F6F6;

    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}


.tzggMessage {
    margin-top: 8px;
    margin-left: 50px;
    font-size: 16px;
    color: #999999;
    max-width: 911px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 69%;
}

.tzggRead {
    margin-right: 50px;
    font-size: 18px;
    margin-top: 18px;
    font-weight: 500;
    display: block;
    color: #666666;
    transition: .5s;
}

.tzggList .tzggLi:hover {
    background: #E1EBF7;
}

.tzggList .tzggLi:hover .tzggRead {
    color: #0A4CB6;
}

.zbztItem {
    width: 90%;
    max-width: 1320px;
    margin: 53px auto 80px;
}

.zbztLi {
    height: 360px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 16px 18px 0px rgba(10, 76, 182, 0.14);
}

.zbztLi img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}


.zbztLi:hover img {
    transform: scale(1.2);
}

.zbztLi .zbztLiItem {
    width: 620px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 10px;
}

.zbztItem a:nth-child(2n + 1) .zbztLiItem {
    background: linear-gradient(90deg, #419A70 0%, rgba(65, 154, 112, 0) 100%);
}

.zbztItem a:nth-child(2n + 2) .zbztLiItem {
    background: linear-gradient(90deg, #4B419A 0%, rgba(151, 65, 154, 0) 100%);
}

.zbztItem a:nth-child(2n + 3) .zbztLiItem {
    background: linear-gradient(90deg, #24A5C9 0%, rgba(36, 165, 201, 0) 100%);
}

.zbztLi .zbztLiItem p {
    margin-left: 55px;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 34px;
}

.zbztLi .zbztLiItem div {
    margin-left: 55px;
    width: 127px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}

.zhzxRight1 {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.rcapItem {
    width: 90%;
    display: flex;
    justify-content: space-between;
    max-width: 1316px;
    min-height: 1000px;
    margin: 79px auto 80px;
}


.rcapLeft ul {
    position: relative;
    padding-left: 36px;
}

.rcapLeft div {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #333333;
    cursor: pointer;
}

.rcapLeft ul>li {
    margin-bottom: 40px;
}

.rcapLeft ul>li:last-child {
    margin-bottom: 0;
}

.rcapLeft ol {
    display: none;
}


.rcapLeft ul>.active div {
    color: #0A4CB6;
    margin-bottom: 28px;
}

.rcapLeft ul>.active {
    margin-bottom: 32px;
}

.rcapLeft ol li {
    max-width: 307px;
    padding: 16px 14px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid rgba(10, 76, 182, 0);
    margin-bottom: 8px;
}

.rcapLeft ol li.active {
    background: #E1EBF7;
    color: #0A4CB6;
    font-weight: 600;
    border-color: rgba(10, 76, 182, 0.2);
}

.rcapLeft ul::after {
    content: "";
    width: 2px;
    height: calc(100% - 24px);
    left: 2px;
    top: 12px;
    background: #4241FF;
    opacity: 0.2;
    position: absolute;
}


.rcapLeft div::after {
    width: 6px;
    height: 6px;
    background: #0A4CB6;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
}

.rcapLeft {
    width: 320px;
}

.rcapRight {
    width: 90%;
    max-width: 855px;
}

.rcapIcon {
    width: 20px;
    margin-right: 7px;
}

.rcapTime {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.rcapTime span {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.rcapTitle {
    font-size: 27px;
    font-weight: 600;
    line-height: 38px;
    color: #0A4CB6;
}

.rcapLi {
    background: #E1EBF7;
    border-radius: 8px;
    border: 1px solid rgba(10, 76, 182, 0.2);
    padding: 50px 40px;
}

.rcapMessage {
    margin-top: 29px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.rcapMessage p {
    margin-bottom: 30px;
    line-height: 36px;
}

.rcapMessage p:last-child {
    margin-bottom: 0;
}

.rcapLeft {
    position: fixed;
    left: 15%;
    top: 500px;
}

.rcapLeft.on {
    position: relative;
}

.rcapRight.on {
    margin-left: calc(15% + 320px);
}

.rcapLi {
    margin: 0 0 20px 0;
}

.jumpdw {
    height: 20px;
}

.rcapList {
    display: none;
}

#date1 {
    display: block;
}
.pages ul.phone_page{
    display: none;
}
@media (max-width:800px) {
    .navBox div {
        margin: 0;
    }

    .rcapLi {
        padding: 20px 0;
    }

    .rcapLi>* {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .navBox {
        justify-content: space-around;
    }

    .zhzxLi {
        display: block;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .zhzxLeft {
        width: 100%;
        height: unset;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .zhzxleftRight {
        width: 100%;
    }

    .zhzxItem .swiper-slide a {
        display: block;
    }

    .zhzxLi .zhzxLeft::after {
        display: none;
    }

    .zhzxRight::after {
        display: none;
    }

    .zhzxleftImg {
        display: block;
    }

    .zhzxLeft p {
        margin-bottom: 10px;
    }

    .zhzxItem {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .zhzxList {
        margin-top: 40px;
    }

    .zhzxLi .time {
        font-size: 16px;
        margin: 0;
    }

    .zhzxLeft span {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: unset;
        -webkit-box-orient: vertical;
    }

    .zhzxRight1 {
        margin-top: 20px;
    }

    .zhzxLi .time span {
        font-size: 20px;
    }

    .zhzxleftImg {
        display: none;
    }


    .read {
        font-size: 16px;
    }

    .zhzxRight {
        height: unset;
    }

    .fourBox {
        display: block;
    }

    .pages ul.web_page {
        display: none;
    }

    .pages ul.phone_page {
        display: flex;
    }

    .zhzxImg {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }

    .zhzxImg img {
        object-fit: cover;
    }

    .zhzxRight p,
    .zhzxRight>span,
    .zhzxRight i {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .zhzxRight p {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .fourRight {
        margin-left: 0;
        margin-top: 40px;
    }

    .zhzxRight>span {
        font-size: 18px;
    }

    .fourBox {
        margin-bottom: 30px;
    }

    .fourRight a {
        margin-bottom: 20px;
    }

    .zhzxRight i {
        margin-top: 14px;
        padding-bottom: 20px;
    }

    .fourLeft {
        width: 100%;
        height: unset;
    }

    .fourItem {
        left: 15px;
        right: 15px;
        bottom: 10px;
    }

    .fourItem span {
        font-size: 14px;
    }

    .fourItem p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .tzggLi div {
        width: 100%;
    }

    .swiperCaocuoBox {
        margin-top: 10px;
        bottom: 20px;
        display: flex;
        position: absolute;
        right: 20px;
        align-items: center;
        justify-content: center;
    }

    .swiperCaocuoBox .swiper-pagination {
        position: unset;
        margin: 0 20px;
    }

    .zhzxItem .swiper-button-prev,
    .zhzxItem .swiper-button-next {
        top: unset !important;
        right: unset !important;
        position: relative !important;
    }

    .tzggLi {
        height: unset;
        display: block;
        padding-top: 20px;
    }

    .tzggTitle,
    .tzggMessage {
        width: 90%;
        margin: auto;
    }

    .fourLi {
        padding-bottom: 20px;
    }

    .tzggMessage {
        font-size: 16px;
        margin-top: 10px;
    }

    .fourRight a {
        margin-bottom: 30px;
    }

    .tzggTitle {
        font-size: 18px;
    }

    .tzggLi>div:last-child {
        display: flex;
        width: 90%;
        margin: 20px auto 0;
        padding-bottom: 20px;
        justify-content: space-between;

    }

    .tzggRead {
        margin-top: 0;
        margin-right: 0;
    }

    .zbztLi {
        margin-bottom: 20px;
        height: 122px;
    }

    .zbztLi img {
        object-fit: cover;
    }

    .zbztLi .zbztLiItem {
        width: 200px;
        height: 100%;
    }

    .newListBox .rcapItem.on {
        flex-wrap: wrap;
        margin: 20px auto;
        display: block;
        min-height: auto;
    }

    .rcapRight.on {
        width: 100%;
        margin-left: 0;
    }

    .rcapLeft {
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .rcapLeftMobile {
        display: block;
        width: 100%;
    }

    .rcapLeftMobile .rcapLeftMobile_nav {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        white-space: nowrap;

        overflow-x: scroll;
    }

    .rcapLeftMobile .rcapLeftMobile_nav::-webkit-scrollbar,
    .rcapLeftMobile_nav1 ol {
        display: none;
        /* Chrome Safari */
    }

    .rcapLeftMobile_nav1 ol.on::-webkit-scrollbar {
        display: none;
    }

    .rcapLeftMobile .rcapLeftMobile_nav li {
        display: inline-block;
        font-size: 16px;
        padding: 5px;
    }

    .rcapLeftMobile .rcapLeftMobile_nav li.active {
        font-size: 16px;
        font-weight: bold;
        color: #0A4CB6;
        position: relative;
    }

    .rcapLeftMobile .rcapLeftMobile_nav li.active::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #0A4CB6;
        left: 0;
        bottom: 0px;
    }

    .rcapLeftMobile_nav1 {
        display: block;
        width: 100%;
        margin: 20px auto;
    }

    .rcapLeftMobile_nav1 ol {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        display: none;
    }

    .rcapLeftMobile_nav1 ol.on {
        display: block;
    }

    .zbztLi .zbztLiItem div {
        margin-left: 23px;
        width: 100px;
        height: 28px;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 28px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
    }

    .zbztLi .zbztLiItem p {
        margin-left: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 8px;
        line-height: 34px;
    }

    .rcapLeftMobile_nav1 ol li {
        padding: 5px 10px;
        background-color: #F4F4F4;
        display: inline-block;
        border-radius: 4px;
    }

    .rcapLeftMobile_nav1 ol.on {}


    .zhzxleftRight::after {
        display: none;
    }

    .zhzxleftRight::before {
        display: none;
    }

    .newListBox .rcapLeftMobile_nav1 .on li.active {
        background-color: #0A4CB6;
        color: #ffffff;
    }
    .zbztItem{
        margin: 20px auto;
    }
    .pages{
        margin-bottom: 20px !important;
    }
    .navBox div a{
        font-size: 16px;
    }
    .navBox div.active a{
        font-size: 18px;
    }



}

/* Ò³ÂëÌø×ªÑùÊ½ */
.page-jump {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}

    .page-jump span {
        margin: 0 5px;
        white-space: nowrap;
    }

#pageInput {
    width: 60px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 14px;
}

    #pageInput:focus {
        border-color: #0A4CB6;
        outline: none;
        box-shadow: 0 0 5px rgba(10, 76, 182, 0.3);
    }

#pageJumpBtn {
    height: 32px;
    padding: 0 15px;
    background: #0A4CB6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.3s;
    font-size: 14px;
}

    #pageJumpBtn:hover {
        background: #083a8c;
    }

    #pageJumpBtn:disabled {
        background: #cccccc;
        cursor: not-allowed;
    }

/* ÒÆ¶¯¶ËÊÊÅä */
@media (max-width: 800px) {
    .page-jump {
        margin-top: 15px;
        font-size: 12px;
    }

        .page-jump span {
            margin: 0 3px;
        }

    #pageInput {
        width: 50px;
        height: 28px;
        font-size: 12px;
        margin: 0 3px;
    }

    #pageJumpBtn {
        height: 28px;
        padding: 0 12px;
        font-size: 12px;
        margin-left: 5px;
    }

    .pages ul.phone_page {
        margin-bottom: 10px;
    }
}