.gszl_banner img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.gszl_banner {
    margin-bottom: -50px;
    padding: 20px 20px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.gszl_inner {
    box-sizing: border-box;
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;

}
.where{
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
@media (max-width: 1200px) {
    .gszl_inner {
        width: 100%;
    }
}
.gszl_box {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    padding: 30px 20px;
    margin-top: 50px;
}
.gszl_tab {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
.gszl_list {
    box-sizing: border-box;
    margin-left: -7.5px;
    margin-right: -7.5px;
    overflow: hidden;
}
.gszl_tab li.cur a:not(.more) {
    background-color: #2d8fff;
    color: #ffffff;
    font-weight: bold;
}
.gszl_tab li a:not(.more) {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #808d9f;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.gszl_list > li:nth-child(n) {
    margin-top: 0;
}
.gszl_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
}
.gszl_list li a {
    transition: all 0.3s;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f7f9fc;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
}
.gszl_list > li:nth-child(n + 4) {
    margin-top: 15px;
}
.gszl_list > li:nth-child(n) {
    margin-top: 0;
}
.gszl_list > li:nth-child(n)::after {
    display: block;
}
.gszl_list > li:nth-child(n + 4) {
    margin-top: 15px;
}
.gszl_list > li:nth-child(4) {
    margin-top: 0;
}
.gszl_list > li:nth-child(4n)::after,
.gszl_list > li:last-child::after {
    display: none;
}
.gszl_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
}
.gszl_list li:hover a {
    background: url(https://www.caidian.gov.cn/material/bsfw/images/current.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
@media (max-width: 992px) {
    .gszl_list {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .gszl_list::after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .gszl_list > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left;
    }
    .gszl_list > li:nth-child(n) {
        margin-top: 0;
    }
    .gszl_list > li:nth-child(n)::after {
        display: block;
    }
    .gszl_list > li:nth-child(n + 3) {
        margin-top: 15px;
    }
    .gszl_list > li:nth-child(3) {
        margin-top: 0;
    }
    .gszl_list > li:nth-child(3n)::after,
    .gszl_list > li:last-child::after {
        display: none;
    }
    .gszl_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media (max-width: 600px) {
    .gszl_list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .gszl_list::after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .gszl_list > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
    }
    .gszl_list > li:nth-child(n) {
        margin-top: 0;
    }
    .gszl_list > li:nth-child(n)::after {
        display: block;
    }
    .gszl_list > li:nth-child(n + 1) {
        margin-top: 10px;
    }
    .gszl_list > li:nth-child(1) {
        margin-top: 0;
    }
    .gszl_list > li:nth-child(1n)::after,
    .gszl_list > li:last-child::after {
        display: none;
    }
    .gszl_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .gszl_list a {
        font-size: 14px !important;
    }
}
