﻿body {
}
.item-one{
    margin-bottom:20px;
}

    .item-one .j-it {
        margin-left: 20px;
        margin-right: 20px;
    }
.item-one .it {
    line-height: 1;
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}
 .item-one .it .l {
    color: #0b1531;
    font-weight: 500;
    font-size: 24px;
}

.df-r {
    display:flex;
}
.flt {
    height: auto;
    margin-top: 70px;
}
.df-r .no-j {
    width: 32%;
    margin-left: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    float: left;
    border-radius: 8px;
    display: block;
    background-color: #fff;
    box-shadow: 1px 4px 12px rgb(0 0 0 / 18%);
    cursor:pointer;
        
}


    /*.df-r .no-j:hover {
        transform: translate(0, -10px);*/ /* 鼠标悬浮时盒子上移10px */
    /*}*/


    .df-r .no-j img {
        width: 90%;
        position: relative;
        top: -50px;
        left: 25px;
    }
.fkf-item {
    /*    overflow: hidden;
    border-radius: 8px;
    display: block;
    background-color: #fff;
    box-shadow: 1px 4px 12px rgba(0,0,0,.04);*/

    margin-top: -40px;
}

.yi-ti {
    padding: 10px 20px;
}

    .yi-ti .p-1 {
        font-weight: 600;
        padding-bottom: 10px;
    }