.hideClass {
    display: none !important;
}

.mian-title {
    padding: 30px 0px;
}

.mian-title h3 {
padding-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #2F4447;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.mian-title h3:after {
    display: block;
    width: 90px;
    height: 4px;
    background: #1159F5;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 0px;
}



.container-jjfa,
.container-jjfa-item,
.container-bgkh,
.container-newest {
    width: 1320px;
    margin: 0px auto;
    overflow: hidden;
}

.container-jjfa-item,
.container-bgkh,
.container-newest {
    margin: 0px auto 100px;
}

.container-jjfa .swiper-container,
.container-bgkh .swiper-container,
.container-newest .swiper-container {
    padding: 60px;
}

.container-jjfa .swiper-container:after,
.container-bgkh .swiper-container:after,
.container-newest .swiper-container:after {
    display: block;
    width: 60px;
    height: 100%;
    background: #fff;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.container-jjfa .swiper-container:before,
.container-bgkh .swiper-container:before,
.container-newest .swiper-container:before {
    display: block;
    width: 60px;
    height: 100%;
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.container-jjfa-item .swiper-slide .wrap {
    display: flex;
}



.container-jjfa-item .swiper-slide .wrap .left {
    width: 40%;
    margin: 0px 5%;
    position: relative;
    padding-bottom: 50px;
}

.container-jjfa-item .swiper-slide .wrap .left h3 {
    font-size: 24px;
    font-weight: 400;
    color: #151515;
    line-height: 40px;
    margin: 20px 0px;
}

.container-jjfa-item .swiper-slide .wrap .left p {
    line-height: 35px;
    font-size: 14px;
    font-weight: 100;
    color: #777777;
     display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6; 
        overflow: hidden;
}

.container-jjfa-item .swiper-slide .wrap .left span {
    /*margin-top: 50px;
        display: block;*/
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #1B79F8;
    border-radius: 16px;
    color: #fff;
    position: absolute;
    width: 110px;
    left: 0px;
    bottom: 5px;
}

.container-jjfa-item .swiper-slide .wrap .left span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.container-jjfa-item .swiper-slide .wrap .right {
    width: 60%;
    height: 330px;
    padding: 10px;
}

.container-jjfa-item .swiper-slide .wrap .right img {
    display: block;
    width: 100%;
    height: 100%;
}

.container-jjfa .swiper-slide .wrap {
    cursor: pointer;
    border: 1px solid #ececec;
    padding: 20px 10px;
    position: relative;
}

.container-jjfa .wrap p {
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    font-weight: 200;
    text-align: center;
}

.container-jjfa .wrap .img {
    width: 37px;
    height: 37px;
    overflow: hidden;
    margin: 10px auto;
}

.container-jjfa .wrap .icon {
    display: block;
    width: 37px;
    height: 37px;
    margin: 5px auto;
}

.container-jjfa .wrap .icon .iconfont {
    font-size: 32px;
}



.container-jjfa .swiper-slide.active .wrap {
    background: #1B79F8;
}

.container-jjfa .swiper-slide.active p {
    color: #fff !important;
}

.container-jjfa .swiper-slide.active .wrap::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 26px solid transparent;
    border-bottom-color: #1B79F8;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
}

.container-jjfa .swiper-slide.active .icon .iconfont {
    color: #fff;
}

.container-bgkh .wrap {
    height: 150px;
    border: 1px solid #ececec
}

.container-bgkh .wrap>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.container-bgkh .wrap img {
    display: block;
    /*    width: 100%;*/
    height: 70%;
    max-width: 95%;
}

.bgkh-wrap {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
    padding: 20px;
}

.bgkh-wrap-item {
    width: calc(20% - 30px);
    margin: 15px;
    height: 125px;
    border: 1px solid #E4E4E4;
    position: relative;
}

.bgkh-wrap-item .border {
    position: absolute;
    background: none;
    transition: all .5s ease-in-out;
}

.bgkh-wrap-item .border:nth-of-type(1) {
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 1px solid #007aff;
}

.bgkh-wrap-item .border:nth-of-type(2) {
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-right: 1px solid #007aff;
}

.bgkh-wrap-item .border:nth-of-type(3) {
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-bottom: 1px solid #007aff;
}

.bgkh-wrap-item .border:nth-of-type(4) {
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-left: 1px solid #007aff;
}

.bgkh-wrap-item:hover .border:nth-of-type(1) {
    width: 100%;
}

.bgkh-wrap-item:hover .border:nth-of-type(2) {
    height: 121px;
}

.bgkh-wrap-item:hover .border:nth-of-type(3) {
    width: 100%;
}

.bgkh-wrap-item:hover .border:nth-of-type(4) {
    height: 121px;
}

.bgkh-wrap-item>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bgkh-wrap-item  img {
    max-height: 95%;
    max-width: 95%;
}

.container-newest .wrap {
    border: 1px solid #F2F2F2;
    display: block;
    overflow: hidden;
    transition: all .4s;
}

.container-newest .wrap:hover {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    box-shadow: 1px 4px 10px 2px #ccc;
}

.container-newest .wrap:hover h3 {
    color: #1B79F8;
}

.container-newest .wrap img {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}

    .container-newest .wrap h3 {
        line-height: 28px;
        height: 56px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        padding: 0px 16px;
        margin: 10px 0px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .container-newest .wrap p {
        font-size: 14px;
        padding: 0px 16px;
        margin: 10px 0px;
        color: #676767;
        font-weight: 100;
        line-height: 25px;
        text-indent: 2em;
        height: 75px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .container-newest .wrap > span {
        display: block;
        padding: 0px 16px;
        margin: 10px 0px;
        font-size: 14px;
        color: #676767;
        height: 22px;
        overflow: hidden;
        line-height: 22px;
        font-weight: 100;
    }

.newest-more {
    text-align: center;
    width: 288px;
    margin: 0px auto;
    position: relative;
}

.newest-more a {
    display: block;
    margin: 30px auto;
    width: 288px;
    height: 52px;
    line-height: 52px;
    color: #5D5D5D;
    border: 1px solid #E2E2E2;
    position: relative;
    z-index: 3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.newest-more:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background: #1B79F8;
    left: 0%;
    bottom: 0px;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.newest-more:hover:before {
    width: 100%
}

.newest-more:hover a {
    color: #fff
}




/*手机端*/

@media screen and (max-width: 1360px) {

    .container-jjfa,
    .container-jjfa-item,
    .container-bgkh,
    .container-newest {
        width: 100%;
    }

    .container-jjfa .swiper-container,
    .container-bgkh .swiper-container,
    .container-newest .swiper-container {
        padding: 20px 40px;
    }

    .container-jjfa .swiper-container:after,
    .container-bgkh .swiper-container:after,
    .container-newest .swiper-container:after {
        display: block;
        width: 40px;
        height: 100%;
        background: #fff;
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9;
    }

    .container-jjfa .swiper-container:before,
    .container-bgkh .swiper-container:before,
    .container-newest .swiper-container:before {
        display: block;
        width: 40px;
        height: 100%;
        background: #fff;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9;
    }

    .newest-more a {
        margin: 0px auto;
    }

    .container-jjfa-item,
    .container-bgkh,
    .container-newest {
        margin-bottom: 20px;
    }

    .container-newest .wrap img {
        height: 160px;
    }

    .mian-title h3 {
        line-height: 30px;
        font-size: 17px;
        padding-bottom:10px;
    }

    .container-jjfa-item .swiper-slide .wrap .left span {
        margin-top: 20px;
        color: #fff;
    }

    .container-jjfa-item .swiper-slide .wrap .left h3 {
        font-size: 18px;
        margin: 5px;
        line-height: 25px;
    }

    .container-jjfa-item .swiper-slide .wrap .left p {
        font-size: 16px;
        line-height: 25px;
          display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; 
        overflow: hidden;
    }

    .container-jjfa-item .swiper-slide .wrap .right {
        height: 210px;
    }

    .container-jjfa .wrap p {
        font-size: 18px;
    }

    .bgkh-wrap-item {
        width: calc(100% - 16px);
        margin: 8px;
        height: 110px;
        max-width: 200px;
    }

    .bgkh-wrap-item:hover .border:nth-of-type(1) {
        width: 100%;
    }

    .bgkh-wrap-item:hover .border:nth-of-type(2) {
        height: 90px;
    }

    .bgkh-wrap-item:hover .border:nth-of-type(3) {
        width: 100%;
    }

    .bgkh-wrap-item:hover .border:nth-of-type(4) {
        height: 90px;
    }

    .bgkh-wrap {
        justify-content: center;
    }
}