@charset "utf-8";

.container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.xzzf-one a {
    width: 30.8%;
    height: 100px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 110px;
    letter-spacing: 2px;
    background: url(./bg1.png) no-repeat;
    background-size: 100% 100%;
}

.xzzf-one a:hover {
    color: #115db2;
}

.xzzf-two {
    display: block;
    min-height: 485px;
    margin-top: 60px;
    background: url(./bg2.png) no-repeat;
    background-size: 100% 100%;
}


.xzzf-two .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    color: #115db2;
}

.xzzf-two .waper_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.3%;
    margin-top: 130px;
}

.xzzf-two .waper_list a {
    width: 24%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1%;
    margin-bottom: 40px;
    background: url(./bg3.png) no-repeat;
    background-size: 100% 100%;
}

.xzzf-two .waper_list h4 {
    font-size: 18px;
    color: #115db2;
    margin-left: 10px;
    width: 50%;
}

.xzzf-two.two {
    min-height: 375px;
    margin-top: 50px;
    margin-bottom: 90px;
    background: url(./bg4.png) no-repeat;
    background-size: 100% 100%;
}

.xzzf-two.two .waper_list {
    justify-content: center;
}

.xzzf-two.two .waper_list a {
    width: 26.7%;
    margin: 0 2%;
    background: url(./bg5.png) no-repeat;
    background-size: 100% 100%;
}

/* 行政执法公式平台 */
.newStyle .xzzf-one a {
    width: 32.8%;
    font-size: 34px;
}
.newStyle .xzzf-two .title {
    font-size: 34px;
}
.newStyle .xzzf-two .waper_list h4 {
    font-size: 34px;
}
.newStyle .waper_list a img {
    display: none;
}

@media screen and (max-width: 1260px) {
    .container {
        width: 97%;
        margin-left: 2%;
    }

    .xzzf-one a {
        width: 51%;
        margin: 10px auto;
    }

    .xzzf-two .waper_list a {
        width: 23.9%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .xzzf-one a {
        width: 90%;
    }

    .xzzf-two.one .title {
        padding-top: 15px;
    }

    .xzzf-two .waper_list a {
        width: 32%;
    }

    .xzzf-two.two .waper_list a {
        width: 45%;
    }
}

@media screen and (max-width: 420px) {
    .xzzf-one a {
        height: 60px;
        font-size: 20px;
        line-height: 66px;
    }

    .xzzf-two.one .title {
        padding-top: 18px;
    }

    .xzzf-two .waper_list a {
        width: 49%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
}
