.shiliu_content * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.shiliu_content *::-webkit-scrollbar {
    display: none;
}
/* banner start */
.shiliu_part1 {
    padding: 0 25px;
}
.shiliu_part1 .img_box {
    width: 100%;
    height: 0;
    padding-top: 13%;
    position: relative;
}
.shiliu_part1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* banner end */
.shiliu_section_title {
    display: block;
    height: 52px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin: 32px auto 20px;
}
.shiliu_section_title.part2 {
    background-image: url("zt2025_shiliu_part2_img.png");
}
.shiliu_section_title.part3 {
    background-image: url("zt2025_shiliu_part3_img.png");
}
.shiliu_section_title.part3_2 {
    background-image: url("zt2025_shiliu_part3_2_img.png");
}
.shiliu_section_title.part4 {
    background-image: url("zt2025_shiliu_part4_img.png");
}
.shiliu_section_title.part5 {
    background-image: url("zt2025_shiliu_part5_img.png");
}
/* 工作动态 start */
.shiliu_part2 {
    margin-top: 24px;
    padding: 0 25px;
    display: flex;
    align-items: flex-start;
}
.shiliu_part2 .shiliu_part2_swiper_box {
    width: 600px;
    height: 338px;
    overflow: hidden;
    position: relative;
}
.shiliu_part2 .shiliu_part2_swiper {
    width: 100%;
    height: 100%;
}
.shiliu_part2 .shiliu_part2_swiper .img_box {
    display: block;
    height: 100%;
}
.shiliu_part2 .shiliu_part2_swiper .img_box .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shiliu_part2 .shiliu_part2_swiper .title_box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 20px;
}
.shiliu_part2 .shiliu_part2_swiper .title_box .text {
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    max-width: 73%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shiliu_part2 .shiliu_part2_swiper .shiliu_part2_pagination {
    width: auto;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 17px;
    z-index: 20;
    display: flex;
    gap: 10px;
}
.shiliu_part2 .shiliu_part2_swiper .swiper-pagination-bullet {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    opacity: 1;
    margin: 0 !important;
}
.shiliu_part2 .shiliu_part2_swiper .swiper-pagination-bullet-active {
    background: #0F84C9;
}
.shiliu_part2 .shiliu_part2_right {
    width: 550px;
    height: 338px;
    background: #F3F8FE;
    padding: 10px 20px 14px 24px;
}
.shiliu_part2 .shiliu_section_title {
    margin: 0;
    background-position: left center;
}
.shiliu_part2 .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.shiliu_part2 .list .title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.shiliu_part2 .list .title:before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #235399;
    position: absolute;
    left: 0;
    top: 11px;
}
.shiliu_part2 .list .date {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    flex-shrink: 0;
}
/* 工作动态 end */
/* 政策文件 start */
.shiliu_part3 {
    padding: 0 25px;
}
.shiliu_part3 .shiliu_section_title {
    margin-bottom: 4px;
}
.shiliu_part3 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.shiliu_part3 .list .item {
    width: calc(50% - 15px);
    border-bottom: 1px dashed #d5d5d5;
    padding: 16px 0;
}
.shiliu_part3 .list .title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.shiliu_part3 .list .title::before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    background: #235399;
    border-radius: 50%;
    flex-shrink: 0;
}
.shiliu_part3 .list .title .link {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shiliu_part3 .list .desc {
    padding-left: 10px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 政策文件 end */
/* 产业信息 start */
.shiliu_part4 {
    padding: 0 25px;
}
.shiliu_part4 .shiliu_section_title {
    margin-bottom: 0;
}
.shiliu_part4 .p4_swiper_wrap {
    margin-left: -10px;
    margin-right: -10px;
}
.shiliu_part4 .p4_swiper {
    padding: 20px;
}
.shiliu_part4 .p4_slide {
    width: 600px;
    /* height: 337px; */
    border: 4px solid #fff;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(95, 126, 156, 0.5);
    transform-origin: center bottom;
    position: relative;
}
.shiliu_part4 .p4_slide_box {
    width: 100%;
    height: 0;
    padding-top: 56.17%;
    position: relative;
}
.shiliu_part4 .p4_slide.swiper-slide-active .p4_title {
    opacity: 1;
}
.shiliu_part4 .p4_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.shiliu_part4 .p4_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    background: rgba(53, 115, 195, 0.8);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    opacity: 0;
    transition: all 0.5s;
}
.shiliu_part4 .p4_notice {
    height: 100px;
    background: rgba(198, 224, 255, 0.4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 70px;
    overflow: hidden;
}
.shiliu_part4 .p4_notice_btn {
    width: 18px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.shiliu_part4 .p4_notice_prev {
    left: 16px;
    background-image: url("zt2025_arrow_prev.png");
}
.shiliu_part4 .p4_notice_next {
    right: 16px;
    background-image: url("zt2025_arrow_next.png");
}
.shiliu_part4 .p4_notice_swiper {
    width: 100%;
}
.shiliu_part4 .p4_notice_swiper .swiper-wrapper {
    align-items: center;
}
.shiliu_part4 .p4_notice_slide {
    width: 100%;
}
.shiliu_part4 .p4_notice_link {
    font-size: 16px;
    line-height: 28px;
    color: #034AA1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
/* 产业信息 end */
/* 办事指引 start */
.shiliu_part5 {
    padding: 0 25px 32px;
}
.shiliu_part5 .list {
    display: flex;
    gap: 24px;
}
.shiliu_part5 .list .item {
    width: calc((100% - 48px) / 3);
}
.shiliu_part5 .list .img_box {
    width: 100%;
    height: 0;
    padding-top: 32.6975%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.shiliu_part5 .list .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* 办事指引 end */
@media (max-width: 1200px) {
    .shiliu_section_title {
        height: 62px;
        margin: 40px auto 24px;
        background-size: 100% auto;
    }
    .shiliu_section_title.part2 {
        width: 92.5%;
        background-image: url("zt2025_shiliu_part2_img_xs.png");
    }
    .shiliu_section_title.part3 {
        background-image: url("zt2025_shiliu_part3_img_xs.png");
    }
    .shiliu_section_title.part3_2 {
        background-image: url("zt2025_shiliu_part3_2_img_xs.png");
    }
    .shiliu_section_title.part4 {
        background-image: url("zt2025_shiliu_part4_img_xs.png");
    }
    .shiliu_section_title.part5 {
        background-image: url("zt2025_shiliu_part5_img_xs.png");
    }
    /* 工作动态 start */
    .shiliu_part2 {
        margin-top: 40px;
        flex-direction: column;
    }
    .shiliu_part2 .shiliu_part2_swiper_box {
        width: 100%;
        height: 0;
        padding-top: 56.33%;
    }
    .shiliu_part2 .shiliu_part2_swiper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .shiliu_part2 .shiliu_part2_swiper .title_box {
        height: 64px;
    }
    .shiliu_part2 .shiliu_part2_swiper .title_box .text {
        font-size: 28px;
        line-height: 64px;
    }
    .shiliu_part2 .shiliu_part2_swiper .shiliu_part2_pagination {
        bottom: 24px;
        gap: 12px;
    }
    .shiliu_part2 .shiliu_part2_swiper .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        border-radius: 16px;
    }
    .shiliu_part2 .shiliu_part2_right {
        width: 100%;
        height: auto;
        padding: 32px 20px 40px;
    }
    .shiliu_part2 .list {
        margin-top: 10px;
    }
    .shiliu_part2 .list .item {
        padding: 16px 0;
    }
    .shiliu_part2 .list .title {
        font-size: 28px;
        line-height: 38px;
    }
    .shiliu_part2 .list .title:before {
        top: 18px;
    }
    .shiliu_part2 .list .date {
        font-size: 28px;
        line-height: 38px;
    }
    /* 工作动态 end */
    /* 政策文件 start */
    .shiliu_part3 .shiliu_section_title {
        margin-bottom: 24px;
    }
    .shiliu_part3 .list {
        flex-direction: column;
        gap: 0;
    }
    .shiliu_part3 .list .item {
        width: 100%;
        padding: 17px 17px 18px 20px;
    }
    .shiliu_part3 .list .title .link {
        font-size: 28px;
        line-height: 38px;
    }
    .shiliu_part3 .list .desc {
        margin-top: 14px;
        font-size: 24px;
        line-height: 36px;
    }
    /* 政策文件 end */
    /* 产业信息 start */
    .shiliu_part4 .p4_slide {
        /* width: 784px;
        height: 440px; */
        width: 87.46%;
    }
    .shiliu_part4 .p4_title {
        height: 64px;
        line-height: 64px;
        font-size: 28px;
    }
    .shiliu_part4 .p4_notice {
        height: 180px;
    }
    .shiliu_part4 .p4_notice_prev {
        left: 20px;
    }
    .shiliu_part4 .p4_notice_next {
        right: 20px;
    }
    .shiliu_part4 .p4_notice_link {
        font-size: 28px;
        line-height: 40px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    /* 产业信息 end */
    /* 办事指引 start */
    .shiliu_part5 {
        padding-bottom: 38px;
    }
    .shiliu_part5 .list {
        flex-direction: column;
    }
    .shiliu_part5 .list .item {
        width: 100%;
    }
    .shiliu_part5 .list .img_box {
        border-radius: 10px;
    }
    /* 办事指引 end */
}