.industry-posts {
    position: relative;
    z-index: 2;
}

.industry-posts .industry-cate:nth-child(2n+2) {
    background-color: #fff;
    position: relative;
}

.industry-posts .cate-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 50px;
}

.industry-posts .industry-cate:nth-child(2n+2) .cate-title {
    margin-bottom: 20px;
}

.industry-posts .industry-cate:nth-child(2n+2) .cate-wrapper {
    padding-bottom: 50px;
}

.industry-posts .cate-wrapper {
    max-width: 1068px;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 55px;
    padding-bottom: 20px;
}

.industry-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1110px;
    margin: 0px -45px;
}

.industry-items .item {
    position: relative;
    width: calc(25% - 33px);
    margin: 0 16.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.industry-posts .industry-cate:nth-child(2n+2) .item {
    min-height: 205px;
}

.industry-items .item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.industry-items .hover-content {
    position: relative;
    opacity: 0;
    height: 100%;
    transition: .3s;
}

.industry-items .hover-content .content-wrapper {
    position: relative;
    color: #fff;
    padding: 20px;
    height: 100%;
}

.industry-items .hover-content .content-wrapper>* {
    z-index: 2;
    position: relative;
}

.industry-items .hover-content .content-wrapper .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.industry-items .hover-content .content-wrapper .content {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}

.industry-items .hover-content .content-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    opacity: 0;
}

.industry-items .item:hover .hover-content .content-wrapper:before {
    opacity: 1;
}

.industry-items .item:hover .hover-content {
    opacity: 1;
}

.industry-items .item:hover .item-content {
    opacity: 0;
}

.industry-items .hover-content .content-wrapper .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.industry-items .hover-content .content-wrapper .icon svg {
    height: 75px;
}

.industry-items .hover-content .content-wrapper .icon img {
    opacity: 0.4;
}

.industry-items .hover-content .content-wrapper .icon path {
    stroke: #FFFFFF40;
    fill: #FFFFFF40;
}

.industry-items .item a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.industry-items .item-wrapper {
    height: 100%;
    overflow: hidden;
}

.industry-items .item-content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    max-width: 167px;
    margin: 0 auto;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry-items .item-content .content-wrapper .icon {
    min-height: 75px;
}

.industry-items .item-content .content-wrapper .icon svg {
    height: 75px;
}

.industries-widget {
    overflow: hidden;
    position: relative;
}

.industries-widget:before {
    content: "";
    width: 335px;
    height: 335px;
    position: absolute;
    top: auto;
    bottom: -180px;
    left: 0;
    z-index: -1;
    background-image: url(../images/bgr_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.industries-widget:after {
    content: "";
    width: 429px;
    height: 429px;
    position: absolute;
    top: auto;
    bottom: 28.3%;
    left: auto;
    right: 0%;
    z-index: 0;
    background-image: url(../images/bgr_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

@media screen and (max-width: 1600.89px) {
    .industry-items {
        margin: 0px -25px;
    }

    .industry-posts .cate-wrapper {
        max-width: 975px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .industry-posts .cate-title {
        margin-bottom: 55px;
    }

    .industry-items .item {
        margin: 0;
        width: 25%;
    }

    .industry-posts .industry-cate:nth-child(2n+2) .cate-wrapper {
        padding-bottom: 40px;
    }

    .industries-widget:after {
        width: 335px;
        height: 335px;
        bottom: 26%;
        left: auto;
        right: -7%;
    }

    .industries-widget:before {
        width: 335px;
        height: 335px;
        top: auto;
        bottom: -153px;
        left: -20px;
    }
}

@media screen and (max-width: 1199.89px) {
    .industry-items {
        margin: 0;
    }
}

@media screen and (max-width: 991.89px) {
    .industry-items .item {
        width: calc(100% / 3);
    }

    .industry-posts .industry-cate:nth-child(2n+2) .item {
        min-height: unset;
    }
}

@media screen and (max-width: 767.89px) {
    .industry-items .item {
        width: 100%;
        padding: 0;
        background-color: #fff;
        margin: 7px 0;
        min-height: 190px;
    }

    .industry-items .item a {
        width: 100%;
    }

    .industry-items .hover-content .content-wrapper {
        padding: 25px 40px 32px;
        overflow: hidden;
    }

    .industry-posts .cate-title {
        margin-bottom: 25px;
    }

    .industry-posts .industry-cate:nth-child(2n+2) .cate-wrapper {
        padding-top: 47px;
        padding-bottom: 50px;
    }

    .industry-posts .industry-cate:nth-child(2n+2) .cate-title {
        margin-left: 25px;
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .industry-items .hover-content .content-wrapper .icon {
        bottom: -5px;
    }

    .industry-posts .industry-cate:nth-child(2n+2) .item {
        min-height: 145px;
    }

    .industry-posts .cate-wrapper {
        padding-top: 25px;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .industries-text:before {
        content: "";
        width: 100%;
        height: 69%;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .industries-widget {
        position: relative;
    }

    .industries-widget:before {
        content: "";
        width: 100%;
        height: 84%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, #E5E5E5 0%, rgba(229, 229, 229, 0.76) 26.04%, rgba(229, 229, 229, 0.67) 68.14%, rgba(229, 229, 229, 0.18) 99.99%, rgba(229, 229, 229, 0.00) 100%);
    }

    .industries-widget:after {
        content: none;
    }

    .industry-posts .industry-cate:nth-child(2n+2):before {
        content: "";
        width: 209px;
        height: 209px;
        bottom: auto;
        top: -11.4%;
        right: -27.5%;
        position: absolute;
        left: auto;
        background-image: url(../images/bgr_right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
    }

    .industry-items .item-content .title {
        min-height: unset;
    }
}