.tabs {
    background-color: #fff;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs li {
    width: 25%;
    position: relative;
}

.tabs li a:hover {
    color: #3b88d3 !important;
}
.tabs li a:hover span {
    color: #3b88d3;
}

.tabs li a:hover .sqxztab1 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i1s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li a:hover .sqxztab2 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i2s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li a:hover .sqxztab3 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i3s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li a:hover .sqxztab4 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i4s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li a:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.tabs li a span {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    display: block;
    cursor: pointer;
    color: #333;

}

.tabs li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 15px;
}

.tabs li .sqxztab1 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i1.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .sqxztab2 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i2.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .sqxztab3 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i3.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .sqxztab4 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i4.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .current {

    color: #3b88d3;
    font-weight: bold;
    position: relative;
}
.tabs li .current span {
    color: #3b88d3 !important;
}

.tabs li .current .sqxztab1 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i1s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .current .sqxztab2 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i2s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .current .sqxztab3 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i3s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .current .sqxztab4 {
    background: url(https://www.dxh.gov.cn/material/2025/ysqgk/images/ysq_i4s.png) no-repeat;
    background-size: 100% 100%;
}

.tabs li .current:hover {
    color: #3b88d3;
}

.tabs li .current:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3b88d3;
}
p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.forms{
padding-top:20px;
}

@media (max-width: 740px) {

    .tabs li a span {
        font-size: 15px;
        padding: 10px 0;
    }
}