.zxfw{
    padding: 23px;
}
.jkfw__content{
    display: flex;
    flex-wrap: wrap;
    width: 1250px;
}
.jkfw__module{
    height: 93px;
    background: linear-gradient(-18deg, #C6D5E8, #EEF2F7);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 20px;
    color: #3B5F80;
    text-align: center;
    line-height: 93px;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0px 15px 15px 0;
}
.jkfw__module:hover{
    background: linear-gradient(-18deg, #1D7ED6, #0E60AA);
    color: #F9FBFD;
}
.jkfw__module-active{
    background: linear-gradient(-18deg, #1D7ED6, #0E60AA);
    color: #F9FBFD;
}
.jkfw__module:nth-child(4n) {
    margin-right: 0; /* 让每行的最后一个 item 没有右边距，以防止右边距在最右边的 item 上出现 */
}

.jkfw__module:nth-last-child(-n+4) {
    margin-bottom: 0; /* 让最后一行的所有 item 都没有底部外边距 */
}
.jbfk{
    padding: 23px;
    margin-top: 24px;
}

.other{
    width: 1300px;
    height: 479px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.other>a{
    display: inline-block;
    overflow: hidden;
    line-height: 0;
}
.jsbz-a{
    position: absolute;
    left: 0;
}
.flfg-a{
    position: absolute;
    right: 448px;
    top: 0;
}
.kygz-a{
    position: absolute;
    right: 0;
}
.pxjl-a{
    position: absolute;
    right: 0;
    bottom: 0;
}
.jsbz-a:hover,.flfg-a:hover,.kygz-a:hover,.pxjl-a:hover{
    transform: translate(-5px, -5px);
    transition: all 0.5s ease;
}
.jsbz{
    width: 341px;
    height: 479px;
}
.flfg{
    width: 488px;
    height: 223px;
}
.kygz{
    width: 428px;
    height: 223px;
}
.pxjl{
    width: 938px;
    height: 227px;
}
