.kfsj_list{
    display: flex;
    width: 1200px;
    padding: 18.5px 0;
    justify-content: flex-end;
    align-items: flex-start;
}
.kfsj_list ul li{
    width:283px;
    height:282px;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}
.kfsj_list ul li:nth-child(4n){
    margin-right:0;
}
.kfsj_list ul li .pic .fm img{
    display: flex;
    height: 154.828px;
    align-items: flex-start;
    align-self: stretch;
    width:285px;
}

.kfsj_list a{
    position: relative;
    /* width:100%; */
    height: auto;
    display: block;
    overflow: hidden;
}

.kfsj_list .bf{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:9999;
}


.kfsj_list ul li p{
    gap: 14px;
    background: #FFF;
    display: flex;
    padding:16px 12px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    overflow: hidden;
    color: #333;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.kfsj_list ul li span{
    display: flex;
    padding: 10px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex: 1 0 0;
    border-top: 1px solid #D7D7D7;
    color: #666;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kfsj_list .pic{
    display: table;
    overflow: hidden;
    position: relative;
}

.kfsj_list .pic img{
    width:100%;
    /* height:100%;         */
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.kfsj_list a:hover img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}