.sy_jjfa {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    padding: 0px;
    max-width: 1600px;
  	width:94%;
    margin: 0 auto;
}

.jjfa {
    width: 65%;
    margin-top: 8%;
    margin-bottom: 8%;
}

.jjfa_list {
    width: 50%;
    float: left;
    border-top: rgba(255, 255, 255, .3) 1px solid;
    border-left: rgba(255, 255, 255, .3) 1px solid;
    height: 300px;
    cursor: pointer;
}

.jjfa_list02 {
    border-right: rgba(255, 255, 255, .3) 1px solid;
}

.jjfa_list03 {
    border-bottom: rgba(255, 255, 255, .3) 1px solid;
}

.jjfa_list04 {
    border-bottom: rgba(255, 255, 255, .3) 1px solid;
    border-right: rgba(255, 255, 255, .3) 1px solid;
}

.jjfa_nr {
    width: 100%;
    float: left;
}

.jjfa_q01 {
    width: 100%;
    float: left;
}

.jjfa_title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
    padding-left: 30px;
    margin-top: 20px;
}

.jjfa_tb {
    width: 100%;
    padding: 50px 0 0 30px;
    float: left;
}

.jjfa_bq {
    position: relative;
    width: 100%;
    float: left;
}

.jjfa_q02 {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background-image: linear-gradient(120deg, #0056b8, #083995);
    color: #fff;
    opacity: 0;
  transition:all 0.5s;
}

.jjfa_title01 {
    width: 100%;
    padding: 50px 0 0 30px;
    float: left;
    font-size: 24px;
    line-height: 36px;
}

.jjfa_sum {
    width: 100%;
    padding: 0px 0 0 30px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.jjfa_more {
    width: 100%;
    padding: 0px 0 0 30px;
    float: left;
    color: #fff;
}

.jjfa_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/655ca747-a727-4f75-9ff2-0992e73717ff.jpg) no-repeat top center;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-attachment: fixed;
  
}

.jjfa_y {
    margin-top: 8%;
    margin-bottom: 8%;
    max-width: 500px;
    width: 35%;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    border: rgba(255, 255, 255, .3) 1px solid;
}

.jjfa_y_title {
    width: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    padding-left: 8px;
}

.jjfa_y_sum {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 10px 0 0 0;
}

.jjfa_y_more {
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.jjfa_list01:hover .jjfa_bg {
    background: url(../image/655ca747-a727-4f75-9ff2-0992e73717ff.jpg) no-repeat top center;
    z-index: -1;
}

.jjfa_list01:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list02:hover .jjfa_bg {
    background: url(../image/01dad9f6-a9ce-420c-904e-0c6a7c5aa2d1.jpg) no-repeat top center;
    z-index: -1;
}

.jjfa_list02:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list03:hover .jjfa_bg {
    background: url(../image/7a448e33-5b12-4e5d-94af-3b4a62ab7ff9.jpg) no-repeat top center;
    z-index: -1;
}

.jjfa_list03:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list04:hover .jjfa_bg {
    background: url(../image/b366eb54-5a4e-41d1-bbb4-ae899cb73354.jpg) no-repeat top center;
    z-index: -1;
}

.jjfa_list04:hover .jjfa_q02 {
    opacity: 1;
}

@media only screen and (max-width:768px) {
    .jjfa_y {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .sy_jjfa {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .jjfa {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-left: 0;
    }

    .jjfa_y_sum {
        padding-right: 20px;
    }

    .jjfa_list {
        height: 149px;
    }

    .jjfa_q02 {
        height: 149px;
    }
.jjfa_title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
    padding-left: 18px;
    margin-top: 20px;
}
    .jjfa_title {
        margin-top: 10px;
        font-size: 14px;
    }

    .jjfa_tb {
        padding: 17px 0 0 20px;
    }

    .jjfa_tb img {
        max-width: 60%;
      width: 36px;
    }

    .jjfa_title01 {
        padding: 17px 0 0 20px;
        font-size: 20px;
    }

    .jjfa_sum {
        padding: 0px 0 0 20px;
    }

    .jjfa_more {
        padding: 0px 0 0 20px;
    }

    .jjfa_bg {
        position: absolute;
    }
}