.fgn-list {
    border-bottom: dashed 1px #cccccc;
    padding-bottom: 30px;
    margin-top: 45px;
}

.fgn-list .fgn-con {
    display: flex;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.fgn-list .fgn-con .fgn-items {
    padding: 0 11px;
    width: 41.3%;
    margin-bottom: 20px;
}

.fgn-list .fgn-con .fgn-items .fgn-items-con {
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(76, 76, 76, 0.04);
    border-radius: 14px;
    height: 100%;
    overflow: hidden;
    line-height: 1.3;
    padding: 36px 0 49px 0;
    transition: all 0.5s;
}

.fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-image: linear-gradient(90deg, #17509b 0%, rgba(0, 91, 172, .1) 100%);
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 13.75px 3% 13.75px 10.1%;
    line-height: 2;
    line-height: 1.3;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -moz-box;*/
    /*-moz-line-clamp: 1;*/
    /*-moz-box-orient: vertical;*/
    /*word-wrap: break-word;*/
    /*word-break: break-word;*/
    /*white-space: normal;*/
}

.fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
    margin-top: 21px;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
    transition: all 0.5s;
    padding: 0px 3% 0 10.1%;
}

.fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    padding-left: 28px;
}

.fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    width: 20px;
    height: 14px;
    background: url(../images/gn-tb.png) no-repeat center center;
    background-size: 100%;
}

.fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li:last-child {
    margin-bottom: 0;
}

.fgn-list .fgn-con .fgn-items .fgn-items-con:hover {
    transform: translateY(-4px);
}

.fgn-list .fgn-con .fgn-items .fgn-items-con:hover div:nth-child(2) {
    color: #17509b;
}

.fgn-list:last-child {
    border: none;
    padding-bottom: 0;
}

.fgn-list:nth-child(1) {
    margin-top: 0;
}

@media (max-width: 1700px) {
    .fgn-list {
        padding-bottom: 28px;
        margin-top: 42px;
    }

    .fgn-list .fgn-con {
        margin-top: 28px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 33px 0 46px 0;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        padding: 11px 3% 11px 9.8%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
        margin-top: 19px;
        padding: 0 3% 0 9.8%;
    }
}

@media (max-width: 1599px) {
    .fgn-list {
        padding-bottom: 26px;
        margin-top: 39px;
    }

    .fgn-list .fgn-con {
        margin-top: 26px;
    }

    .fgn-list .fgn-con .fgn-items {
        margin-bottom: 18px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 30px 0 43px 0;
        border-radius: 12px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        padding: 10.5px 3.2% 10.5px 9.5%;
        background-size: 86%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
        padding: 0 3.2% 0 9.5%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li {
        margin-bottom: 14px;
    }

    .fgn-list:nth-child(1) .fgn-items {
        /*width: 32.5%;*/
    }
}

@media (max-width: 1477px) {
    .fgn-list {
        padding-bottom: 24px;
        margin-top: 36px;
    }

    .fgn-list .fgn-con {
        margin-left: -9px;
        margin-right: -9px;
        margin-top: 24px;
    }

    .fgn-list .fgn-con .fgn-items {
        padding: 0 9px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 28px 0 40px 0;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        padding: 10px 3.5% 10px 9.2%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
        margin-top: 17px;
        padding: 0 3.5% 0 9.2%;
    }

    .fgn-list:nth-child(1) .fgn-items {
        /*width: 33%;*/
    }
    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
    font-size: 23px;
    }
    .fgn-list .fgn-con .fgn-items{
        width: 48%;
    }
}

@media (max-width: 1365px) {
    .fgn-list {
        padding-bottom: 22px;
        margin-top: 33px;
    }

    .fgn-list .fgn-con {
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 22px;
    }

    .fgn-list .fgn-con .fgn-items {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 26px 0 37px 0;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        background-size: 88%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li {
        margin-bottom: 12px;
    }

    .fgn-list .fgn-con .fgn-items {
        width: 50%;
    }

    .fgn-list:nth-child(1) .fgn-items {
        /*width: 33.33%;*/
    }

    .fgn-list:nth-child(1) .fgn-items:last-child {
        flex: none;
    }
}

@media (max-width: 1199px) {
    .fgn-list {
        padding-bottom: 28px;
        margin-top: 38px;
    }

    .fgn-list .fgn-con {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 26px;
    }

    .fgn-list .fgn-con .fgn-items {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 30px 0 42px 0;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        font-size: 20px;
        padding: 11px 4% 11px 8.5%;
        background-size: 92%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
        margin-top: 19px;
        font-size: 15px;
        padding: 0 4% 0 8.5%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li {
        margin-bottom: 14px;
    }

    .fgn-list:nth-child(1) .fgn-items {
        width: 50%;
    }
}

@media (max-width: 990px) {
    .fgn-list {
        padding-bottom: 25px;
        margin-top: 35px;
    }

    .fgn-list .fgn-con {
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 24px;
    }

    .fgn-list .fgn-con .fgn-items {
        padding: 0 8px;
        margin-bottom: 18px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 28px 0 39px 0;
        border-radius: 10px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        font-size: 19px;
        padding: 10px 4.5% 10px 8%;
        background-size: 95%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
        margin-top: 17px;
        padding: 0 4.5% 0 8%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .fgn-list {
        padding-bottom: 30px;
        margin-top: 50px;
    }

    .fgn-list .fgn-con {
        margin-left: 0;
        margin-right: 0;
        margin-top: 36px;
    }

    .fgn-list .fgn-con .fgn-items {
        padding: 0;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con {
        padding: 40px 0 35px 0;
        border-radius: 8px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con:hover {
        transform: translateY(-2px);
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(1) {
        font-size: 16px;
        padding: 10px 5% 10px 5%;
        background-size: 100%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) {
        margin-top: 31px;
        line-height: 1.5;
        font-size: 14px;
        padding: 0 5% 0 5%;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li {
        margin-bottom: 19px;
        padding-left: 24px;
    }

    .fgn-list .fgn-con .fgn-items .fgn-items-con div:nth-child(2) ul li::before {
        width: 17px;
        height: 12px;
        top: 3px;
    }
}