.videoCase {
    overflow: hidden;
}

.videoCase .public_subtitle {
    text-align: left;
    margin-top: 100px;
    margin-bottom: 50px;
}

.videoCase_list {
    width: 100%;
    padding: 0px 5px;
}

.videoCase_list li {
    width: 374px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 13px 27px 0px rgba(38, 46, 58, 0.08);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.videoCase_list li+li {
    margin-left: 34px;
}

.videoCase_cover {
    width: 100%;
    height: 210px;
    text-align: center;
    line-height: 210px;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    background-color: #eef0f3;
}

.videoCase_cover img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.videoCase_play {
    position: absolute;
    right: 30px;
    top: 182px;
    width: 56px;
    height: 56px;
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;

}
.videoCaseText {
    padding: 30px 30px;
    height: 171px;
    width: 100%;
}
.videoCase_title {

    width: 100%;
    color: #333;
    font-family: "Montserrat-msyhbd";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 23px;
}

.videoCaseTextContent{
    font-family: MicrosoftYaHei;
    line-height: 28px;
    color: #999999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.pages_container {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}

.videoCase_list li:hover .videoCase_blue,
.videoCase_gray {
    display: inline-block;
}

.videoCase_list li:hover .videoCase_gray,
.videoCase_blue {
    display: none;
}

.videoCase_list li:hover .videoCase_title {
    color: #0850cc
}

@media (max-width: 767px) {
    .videoCaseText {
        padding: 18px 20px;
        height: auto;
    }
    .videoCaseTextContent {
        -webkit-box-orient: unset;
    }
    .videoCase{
        padding-bottom: 20px;
    }

    .videoCase .public_subtitle {
        margin-top: 20px;
    }
    .videoCase .public_subtitle {
        margin-bottom: 20px;
    }
    .videoCase_list{
        padding: 0px;
    }
    .videoCase_list li {
        width: 100%;
        height: auto;
    }
    .videoCase_play {
        right: 4%;
    }
    .videoCase_list li+li {
        margin-left: 0px;
    }
    .videoCase_title {
        width: 90%;
        margin-bottom: 7px;
    }


}
