.width1600 {
    max-width: 1920px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 8.3% !important;
    padding-right: 8.3% !important;
}

.crumbs {
    height: 66px;
    line-height: 66px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
    color: #666;
}

.crumbs>div span:last-child {
    color: #004DA1;
    font-weight: bold;
}

.info .info-detail {
    padding: 70px 0 60px;
    background: #EFF4F6;
}

.info .info-detail>ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.info .info-detail>ul>li {
    width: 23.1%;
    background: #FFFFFF;
    border-radius: 18px;
    margin-bottom: 40px;
    cursor: pointer;
    margin-right: 2.5%;
}
.info .info-detail>ul>li:nth-of-type(4n){
    margin-right: 0;
}

.info .info-detail>ul>li:hover .info-item-title {
    color: #004DA1;
}


.info .info-detail>ul>li:hover .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.info .info-detail>ul>li:hover .hover-img {
    display: block;
    z-index: 66;
}

.info-item {
    padding: 20px 5.4%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-item .img {
    position: relative;
    border-radius: 8px;

}

.hover-img {
    display: none;
    position: absolute;
    width: 15.1%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.info-item img {
    width: 100%;
}

.info-item .info-item-title {
    font-weight: bold;
    flex: 1;
}

.info-item-money {
    /* margin-bottom: -10px; */
}

.info-item>div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-item>div>p {
    margin-top: 12px;
    line-height: 1.8;

}

@media only screen and (max-width: 768px) {
    .crumbs {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .info-detail>ul>li {
        width: 100% !important;
    }

    .info-detail {
        padding: 30px 0 !important;
    }

    .info .info-detail>ul>li {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .info-detail>ul>li {
        /* width: ; */
    }

    .fz16 {
        font-size: 12px;
    }

    .fz20 {
        font-size: 16px;
    }
}