.sy_jjfa {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.jjfa {
    width: 50%;
    margin-top: 15%;
    margin-bottom: 15%;
}

.jjfa_list {
    width: 50%;
    float: left;
    border-top: rgba(255, 255, 255, .3) 1px solid;
    border-left: rgba(255, 255, 255, .3) 1px solid;
   border-bottom: rgba(255, 255, 255, .3) 1px solid;
    height: 250px;
    cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
}

.jjfa_list02 {
    border-right: rgba(255, 255, 255, .3) 1px solid;
    border-bottom: 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: 248px;
    top: 0;
    left: 0;
    background: rgba(231,160,40,0.7);
    color: #fff;
    opacity: 0;
    transition: all ease .3s;
}

.jjfa_title01 {
    width: 100%;
    padding: 50px 0 0 30px;
    float: left;
    font-size: 26px;
    line-height: 36px;
}

.jjfa_sum {
    width: 100%;
    padding: 0px 30px 0 30px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    height: 48px;
    overflow: hidden;
    margin-top: 11px;
}

.jjfa_more {
    width: 100%;
    padding: 0px 0 0 30px;
    float: left;
    color: #fff;
    margin-top: 25px;
}

.jjfa_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: all ease .5s;
}

.jjfa_y {
    margin-top: 8%;
    margin-bottom: 8%;
    max-width: 500px;
    width: 50%;
    padding-top: 80px;
    padding-left: 20px;
}

.jjfa_y_title {
    width: 100%;
    font-size: 46px;
    color: #fff;
    line-height: 50px;
  font-weight: bold;
}

.jjfa_y_sum {
    width: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 30px;
    margin: 30px 0 0 0;
}

.jjfa_y_more {
    color: #fff;
     display: block;
    float: left;
    margin-top: 50px;
      font-size: 14px;
  border: 1px solid #fff;
      text-align: center;
    padding: 8px 30px;
    border-radius: 5px;
}

.sy_bg>div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    transition: all ease .5s;
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.sy_bg::after{
    content: '';
    background: rgb(0 0 0);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .4;
    z-index: -1;
}

.sy_bg .jjfa_bg0 {
    background: url(../images/t1.jpg) no-repeat center;
    z-index: -3;
}

body[style="overflow: hidden;"] .sy_bg .jjfa_bg0 {
    background-attachment: inherit;
}

.jjfa_bg1 {
    background: url(../images/t1.jpg) no-repeat center;
    opacity: 0;
}

.jjfa_bg2 {
    background: url(../images/t1.jpg) no-repeat center;
    opacity: 0;
}


.sy_bg>div.a {
    opacity: 1;
}

.jjfa_list01:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list02:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list03:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list04:hover .jjfa_q02 {
    opacity: 1;
}

.jjfa_list01:hover .jjfa_q01 {
    opacity: 0;
}

.jjfa_list02:hover .jjfa_q01 {
    opacity: 0;
}

.jjfa_list03:hover .jjfa_q01 {
    opacity: 0;
}

.jjfa_list04:hover .jjfa_q01 {
    opacity: 0;
}
@media only screen and (max-width:768px) {
    .jjfa_y {
            margin-top: 9%;
    margin-bottom: 5%;
        width: 100%;
        padding: 0;
    }
.jjfa_y_more {
    display: none;
}
    .sy_jjfa {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .jjfa {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 13%;
    }

    .jjfa_y_sum {
           display: none;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

    .jjfa_list {
        height: 120px;
    }

    .jjfa_q02 {
        height: 120px;
    }

    .jjfa_title {
        margin-top: 5px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jjfa_tb {
        padding: 16px 0 0 20px;
    }

    .jjfa_tb img {
        max-width: 40%;
    }

    .jjfa_title01 {
        padding: 22px 0 0 18px;
        font-size: 18px;
          font-weight: bold;
        line-height: 1;
    }

    .jjfa_sum {
        padding: 0px 15px 0 18px;
        font-size: 12px;
        line-height: 20px;
        height: auto;
      -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
    }

    .jjfa_more {
        padding: 0px 0 0 18px;
          margin-top: 11px;
      display:none;
    }

    .jjfa_bg {
        position: absolute;
    }

    .jjfa_y_title {
        font-size: 26px;
    }
}