.news-title > h5 {
    height: 50px;
    color: #333333;
    letter-spacing: 3px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-title > p {
    margin-top: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newListMoreBtn > a:active {
    color: #fff;
}

.advantageDiv {
    width: 19%;
    transition: width 250ms;
    height: 422px !important;
    text-align: center !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto 100% !important;
box-shadow: 0px 0px 49px 0px rgba(33, 33, 33, 0.1);
}
.scbLeft{
    padding: 0!important;
}

.left-div{
    position: relative;
}

.scbRight{
    padding: 0!important;
}
.advantageBody div p{
    text-align:left;
}

@media only screen and (max-width: 500px) {
    .newInfoListTitle li {
        margin: 16px !important;
    }

    .newInfoListBody {
        flex-direction: column !important;
    }

    .newInfoListBody .nilbBlock {
        width: 100% !important;
        margin-bottom: 36px !important;
    }

    .header-intro-1 {
        min-height: auto !important;
    }

    .advantageActive{
        width: 100% !important;
    }
    .advantageDiv {
        width: 100% !important;
    }

    .advantageBody {
        flex-direction: column !important;
    }
    .successCaseBody {
        flex-direction: column !important;
    }
    .scbLeft{
        height: 214px !important;
    }

    .partners img {
        width: 33.33% !important
    }
}