* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 16px;
    color: #333;
    min-width: 1100px;
    height: 100vh;
}
a {
    color: #333;
}
.my-flex {
    display: flex;
    align-items: center;
}
.head {
    width: 100%;
    height: 576px;
    background: url('http://www.zhzf.gov.cn/images2025/header-bg.png') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.nav-wrap {
    width: 100%;
    height: 91px;
    background: url('http://www.zhzf.gov.cn/images2025/nav-bg.png') top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 485px;
}
.nav-main {
    width: 57%;
    height: 100%;
    margin: 0 auto;
}
.nav-main a {
    display: block;
    width: 12.5%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-main a:last-child {
    border-right: none;
}
.main {
    width: 100%;
    min-height: 350px;
    background-image: linear-gradient(to bottom, #3A78BF 0%, #fff 15%);
}
.main-box {
    width: 1100px;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 8px;
}
.gundong {
    width: 770px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}
.gd-txt {
    background: #3776BE;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    margin-right: 15px;
}
/* 让gd-right内容横向排列并滚动时一排显示 */
.gd-right {
    flex: 1;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    height: 42px;
    display: flex;
    align-items: center;
}
.gd-right-scroll-wrapper {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}
.gd-right-scroll-wrapper a {
    display: inline-flex;
    align-items: center;
    margin-right: 32px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}
.gd-right-scroll-wrapper a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    margin-right: 4px;
}
.gd-sh {
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-box {
    width: 270px;
    height: 43px;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 0 4px;
}
.search-box input {
    flex: 1;
    height: 40px;
    outline: none;
    padding: 0 10px;
    border: none;
}
.search-btn {
    width: 68px;
height: 32px;
background: #3776BE;
border-radius: 4px;
text-align: center;
line-height: 32px;
color: #fff;
cursor: pointer;
}
.toutiao {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}
.tt-title {
    color: #1A62B5;
    font-weight: bold;
    font-size: 38px;
}
.tt-des {
    font-size: 14px;
    color: #666666;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tt-bottom {
    justify-content: center;
}
.tt-more {
    font-size: 14px;
    color: #3776BE;
}
.swiper {
    width: 590px;
    height: 334px;
    margin-left: 0 !important;
}
.swiper-slide a {
    display: block;
    height: 100%;
}
.swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sw_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 15px;
    padding-right: 110px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.swiper-slide:hover .sw_text {
    text-decoration: underline;
}
.swiper-pagination {
    display: flex;
    justify-content: end;
}
.swiper-pagination {
    display: flex;
    justify-content: end;
}
.my_bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 5px;
}
.my_bullet {
    background: rgba(255, 255, 255, 0.5);
}
.my_bullet:last-child {
    margin-right: 20px;
}
.my_bullet_active {
    background: #CE1C1C;
    width: 16px;
    border-radius: 16px;
}
.zfyw {
    width: 451px;
}
.box1 {
    justify-content: space-between;
    margin-bottom: 20px;
}
.com-n-t {
    font-size: 18px;
    color: #1A62B5;
    font-weight: bold;
    
}
.com-n-m {
    font-size: 14px;
    color: #666666;
}
.com-nav {
    padding: 0 20px;
    padding-bottom: 9px;
    justify-content: space-between;
    border-bottom:4px solid #E7E7E7;
    position: relative;
    margin-bottom: 15px;
}
.com-n-t::after {
    content: '';
    display: block;
    width: 106px;
    height: 4px;
    background: #1A62B5;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.zfyw-f {
    border-bottom: 1px dashed #E7E7E7;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.zfyw-f-title {
    color: #1A62B5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.zfyw-f-des {
    font-size: 14px;
    color: #666666;
    /* 超过两行显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}
.zfyw-f-more {
    font-size: 14px;
    color: #1A62B5;
}
.zfyw-a, .list-a {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.zfyw-a span, .list-a span {
    max-width: 97%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zfyw-a:last-child, .list-a:last-child {
    margin-bottom: 0;
}
.zfyw-a:hover, .list-a:hover {
    color: #1A62B5;
}
.zfyw-a::before, .list-a::before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f65050;
    margin-right: 6px;
}
.list-a {
    padding: 0 8px;

}
.ztjs-img {
    max-width: 100%;
    margin-bottom: 30px;
}
.b-title {
    width: 100%;
    height: 30px;
    background: url('http://www.zhzf.gov.cn/images2025/b-title-img.png') no-repeat;
    background-size: 100% 100%;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.w516 {
    width: 516px;
}
.list-b-t {
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.list-box {
    display: flex;
}
.list-cover {
    min-width: 180px;
    width: 180px;
    height: 110px;
    margin-right: 12px;
    object-fit: cover;
}
.list-des {
    flex: 1;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 110px;
    text-overflow: ellipsis;
    padding: 10px 0;
}
.list-more {
    font-size: 14px;
    color: #1A62B5;
    margin-top: 20px;
}
.list-f {
    display: block;
    margin: 15px 0;
}
.list-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wq-item {
    text-align: center;
    font-size: 14px;
    margin-right: 50px;
    margin-bottom: 20px;
}
.wq-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}
.wq-item:nth-child(7n) {
    margin-right: 0;
}
.wq-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}
.bt-box1 {
    width: 100%;
    height: 58px;
    background: #F4F5F7;
}
.yqlj {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background: url('http://www.zhzf.gov.cn/images2025/yqlj-img.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.yqlj-a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.bt-box2 {
    background: #437EC2;
    padding: 20px 0;
}
.bt-info {
    width: 1100px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.weizhi, .weizhi a {
    color: #1660B4; 
}
.weizhi {
    padding: 20px 20px;
    border-bottom: 10px solid #f0f0f0;
}
.l2-list {
    display: flex;
    justify-content: space-between;
}
.l2-left {
    width: 760px;
}
.l2-right {
    width: 284px;
    padding-top: 15px;
}
.l2-item span {
    font-size: 12px;
    color: #999;
    min-width: 70px;
    text-align: right;
}
.l2-item a {
    flex: 1;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.l2-item a::before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f65050;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 9px;
}
.l2-item {
    border-bottom: 1px dashed #E7E7E7;
    padding: 15px;
}
.l2-p0 {
    padding: 0 0 8px 0;
}
.l2-r-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.l2-r-item span {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.l2-r-item::before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background: #333;
    margin-right: 6px;
}
.l2-r-box {
    margin-bottom: 15px;
}
.fenye {
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.fenye a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    color: #333;
    border-radius: 4px;
}
.fenye .first, .fenye .last, .fenye .next {
    width: auto;
    padding: 0 10px;
}
.fenye .current {
    background: #1A62B5;
    color: #fff;
    border-color: #1A62B5;
}
.c-main {
    padding: 20px;
}
.c-m-box1 {
    border-bottom: 1px dashed #E7E7E7;
    padding: 15px 0;
}
.c-b-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.c-b-des {
    color: #999;
    font-size: 14px;
    justify-content: center;
}
.c-b-des span:first-child {
    margin-right: 20px;
}
.c-m-box2 {
    margin: 30px auto;
}
.c-m-box2 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 6px auto;
}
.c-m-box2 p {
    margin-bottom: 10px;
}
.zt-head {
    height: 480px;
}
.zt-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-back-none {
    background-image: none;
    padding-top: 30px;
}
.back-g {
    background: #f0f0f0;
}
/* 响应式：移动端优化 */
@media (max-width: 1480px) {
    .nav-main a {
        font-size: 18px;
    }
}
@media (max-width: 1280px) {
    .nav-main a {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    body {
        min-width: 0;
        font-size: 15px;
        width: 100%;
    }
    .head {
        height: 176px;
        background-size:contain;
    }
    .nav-wrap {
        margin-top: 110px;
        background: none;
        height: 66px;
    }
    .nav-main {
        width: 100%;
        background: #1A62B5;
        flex-wrap: wrap;
    }
    .nav-main a {
        width: 25%;
        color: #fff;
        font-size: 14px;
    }
    .main-box {
        width: 100%;
        padding: 8px;
        border-radius: 0;
    }
    .gundong, .search-box {
        height: 32px;
    }
    .gd-txt,.search-box input {
        height: 30px;
        line-height: 30px;
    }
    .search-btn {
        height: 22px;
        line-height: 22px;
    }
    .gundong, .search-box {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .gd-sh {
        flex-wrap: wrap;
    }
    .gd-right-scroll-wrapper a {
        font-size: 14px;
    }
    .tt-title {
        font-size: 24px;
    }
    .tt-des {
        width: 80%;
    }
    .tt-des, .tt-more {
        font-size: 12px;
    }
    .toutiao {
        padding: 10px 0;
        padding-top: 0;
    }
    .box1 {
        flex-wrap: wrap;
    }
    .swiper {
        width: 100%;
        height: 208px;
        margin-bottom: 15px;
    }
    .com-nav {
        margin-bottom: 8px;
        padding: 0 10px;
        padding-bottom: 5px;
    }
    .com-n-t {
        font-size: 16px;
    }
    .zfyw {
        width: 100%;
    }
    .ztjs-img {
        margin-bottom: 10px;
    }
    .b-title {
        height: 20px;
        font-size: 18px;
    }
    .list-wrap {
        flex-wrap: wrap;
    }
    .w516 {
        width: 100%;
        margin-bottom: 10px;
    }
    .list-box {
        flex-wrap: wrap;
    }
    .list-cover {
        width: 100%;
        margin-right: 0;
        height: 166px;
    }
    .wq-wrap {
        padding: 0;
    }
    .wq-item img {
        width: 80px;
        height: 80px;
    }
    .wq-item {
        font-size: 12px;
        margin-right: 0;
    }
    .wq-wrap {
        display: grid;
        grid-template-columns: repeat(3, minmax(80px, 1fr));
    }
    .yqlj {
        width: 100%;
        background-size:cover;
    }
    .yqlj-a {
        font-size: 11px;
    }
    .bt-info {
        width: 100%;
        font-size: 10px;
    }
    .weizhi {
        font-size: 12px;
        padding: 0 10px 10px 10px;
        border-bottom: 5px solid #f0f0f0;
    }
    .weizhi a {
        font-size: 12px;
    }
    .l2-list {
        flex-wrap: wrap;
    }
    .l2-left {
        width: 100%;
    }
    .fenye {
        flex-wrap: wrap;
    }
    .fenye a {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .l2-right {
        width: 100%;
        display: none;
    }
    .c-main {
        padding: 5px;
    }
    .c-b-title {
        font-size: 16px;
    }
    .c-m-box2 {
        margin: 10px auto;
    }
    .c-m-box2 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .zt-head {
        height: 180px;
    }
}