.szhgcOne{
    background-image: url("/r/cms/www/default/img/video/szhgcOneBg.jpg");
}

.szhgcTwo{
    background-image: url("/r/cms/www/default/img/video/szhgcTwoBg.jpg");
}
.szhgcThree{
    background-image: url("/r/cms/www/default/img/video/szhgcThreeBg.jpg");
}
.szhgcOne_content,.szhgcTwo_content,.szhgcThree_content{
    width: 75%;
    margin: 60px auto 0;
}
.szhgcOne_content_title,.szhgcTwo_content_title,.szhgcThree_content_title{
    font-weight: 500;
    font-size: 50px;
    color: #304066;
    text-align: center;
}
.szhgcOne_content_English,.szhgcTwo_content_English,.szhgcThree_content_English{
    font-weight: 400;
    font-size: 20px;
    color: #304066;
    text-align: center;
    margin-top: 12px;
}
.szhgcTwo_content_title,.szhgcTwo_content_English{
    color: #FFFFFF;
}


.szhgcOne_content_text{
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #5B6E96;
    line-height: 60px;
}
.szhgcOne_content_list{
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}
.szhgcOne_content_list_H5{
    display: none;
}
.szhgcOne_content_list_item{
    width: calc((100% - 60px) / 3);
}
.szhgcOne_content_list_item_img{
    width: 100%;
    height: 100%;
}
.szhgcOne_content_list_item_img>img{
    width: 100%;
    height: 100%;
}

.szhgcTwo_content_img{
    width: 86%;
    margin: 60px auto 0;
}
.szhgcTwo_content_img>img{
    width: 100%;
    height: 100%;
}
.szhgcTwo_content_img_h5{
    display: none;
}

.szhgcThree_content_list{
    width: 100%;
    margin: 60px auto 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;

}
.szhgcThree_content_list_item{
    width: calc(95.836% / 3);
    /*gap: 20px;*/
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 240px;
}
.szhgcThree_content_list_item_img{
    width: 8.7%;
    margin: 8.7% 0 0 8.7%;
}
.szhgcThree_content_list_item_img>img{
    width: 100%;
    height: 100%;
}
.szhgcThree_content_list_item_title{
    font-weight: bold;
    font-size: 24px;
    color: #5B6E96;
    margin: 6.7% 0 0 8.7%;
}
.szhgcThree_content_list_item_text{
    font-weight: 400;
    font-size: 20px;
    color: #5B6E96;
    margin: 3% 8.7% 0 8.7%;
    line-height: 30px;
}



@media screen and (min-width: 1700px) and (max-width: 1920px) {
    .szhgcThree_content_list_item{
        width: calc(95% / 3);
    }
}
@media screen and (min-width: 1500px) and (max-width: 1699.9px) {
    .szhgcThree_content_list_item{
        width: calc(94% / 3);
    }
}
@media screen and (min-width: 1200px) and (max-width: 1499.9px) {
    .szhgcThree_content_list_item{
        width: calc(93% / 3);
    }
}
@media screen and (min-width: 999px) and (max-width: 1199.9px) {
    .szhgcThree_content_list_item{
        width: calc(92% / 3);
    }
}
@media screen and (min-width: 768px) and (max-width: 998.9px) {
    .szhgcOne_content,.szhgcTwo_content,.szhgcThree_content{
        width: 80%;
        margin: 30px auto 0;
    }
    .szhgcOne_content_title,.szhgcTwo_content_title,.szhgcThree_content_title{
        font-size: 35px;
    }
    .szhgcOne_content_English,.szhgcTwo_content_English,.szhgcThree_content_English{
        font-size: 18px;
    }


    .szhgcThree_content_list{
        gap: 20px;

    }
    .szhgcThree_content_list_item{
        width: calc(93% / 3);
        height: 200px;
    }

    .szhgcThree_content_list_item_img{
        width: 16%;
        margin: 8.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .szhgcThree_content_list_item_title{
        font-weight: bold;
        font-size: 16px;
        color: #5B6E96;
        margin: 6.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_text{
        font-weight: 400;
        font-size: 14px;
        color: #5B6E96;
        margin: 3% 8.7% 0 8.7%;
        line-height: 30px;
    }
    .szhgcTwo_content_img{
        display: none;
    }
    .szhgcTwo_content_img_h5{
        display: block;
        width: 72%;
        margin: 30px auto 0;
    }
    .szhgcTwo_content_img_h5>img{
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width: 576px) and (max-width: 767.9px) {

    .szhgcOne_content,.szhgcTwo_content,.szhgcThree_content{
        width: 85%;
        margin: 30px auto 0;
    }
    .szhgcOne_content_title,.szhgcTwo_content_title,.szhgcThree_content_title{
        font-size: 35px;
    }
    .szhgcOne_content_English,.szhgcTwo_content_English,.szhgcThree_content_English{
        font-size: 18px;
    }


    .szhgcThree_content_list{
        gap: 20px;

    }
    .szhgcThree_content_list_item{
        width: calc(92% / 3);
        height: 200px;
    }

    .szhgcThree_content_list_item_img{
        width: 16%;
        margin: 8.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .szhgcThree_content_list_item_title{
        font-weight: bold;
        font-size: 16px;
        color: #5B6E96;
        margin: 6.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_text{
        font-weight: 400;
        font-size: 14px;
        color: #5B6E96;
        margin: 3% 8.7% 0 8.7%;
        line-height: 30px;
    }
    .szhgcOne_content_text{
        font-size: 16px;
        line-height: 30px;
    }

    .szhgcOne_content_list{
        display: none;
    }
    .szhgcOne_content_list_H5{
        display: block;
    }
    .szhgcOne_content_list_H5_item{
        width: 100%;
        margin-top: 20px;
    }
    .szhgcOne_content_list_H5_item_img{
        width: 80%;
        margin: 0 auto;
    }
    .szhgcOne_content_list_H5_item_img>img{
        width: 100%;
    }
    .szhgcTwo_content_img{
        display: none;
    }
    .szhgcTwo_content_img_h5{
        display: block;
        width: 90%;
        margin: 30px auto 0;
    }
    .szhgcTwo_content_img_h5>img{
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 500px) and (max-width: 575.9px) {
    .szhgcOne_content,.szhgcTwo_content,.szhgcThree_content{
        width: 90%;
        margin: 30px auto 0;
    }
    .szhgcOne_content_title,.szhgcTwo_content_title,.szhgcThree_content_title{
        font-size: 30px;
    }
    .szhgcOne_content_English,.szhgcTwo_content_English,.szhgcThree_content_English{
        font-size: 16px;
    }
    .szhgcOne_content_text{
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .szhgcThree_content_list{
        gap: 20px;

    }

    .szhgcThree_content_list_item{
        width: calc(95.5% / 2);
        height: 200px;
    }

    .szhgcThree_content_list_item_img{
        width: 16%;
        margin: 8.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .szhgcThree_content_list_item_title{
        font-weight: bold;
        font-size: 16px;
        color: #5B6E96;
        margin: 6.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_text{
        font-weight: 400;
        font-size: 14px;
        color: #5B6E96;
        margin: 3% 8.7% 0 8.7%;
        line-height: 30px;
    }
    .szhgcOne_content_list{
        display: none;
    }
    .szhgcOne_content_list_H5{
        display: block;
    }
    .szhgcOne_content_list_H5_item{
        width: 100%;
        margin-top: 20px;
    }
    .szhgcOne_content_list_H5_item_img{
        width: 100%;
    }
    .szhgcOne_content_list_H5_item_img>img{
        width: 100%;
    }
    .szhgcTwo_content_img{
        display: none;
    }
    .szhgcTwo_content_img_h5{
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }
    .szhgcTwo_content_img_h5>img{
        width: 100%;
        height: 100%;
    }

}
@media screen and (max-width: 499.9px) {
    .szhgcOne_content,.szhgcTwo_content,.szhgcThree_content{
        width: 90%;
        margin: 30px auto 0;
    }
    .szhgcOne_content_title,.szhgcTwo_content_title,.szhgcThree_content_title{
        font-size: 30px;
    }
    .szhgcOne_content_English,.szhgcTwo_content_English,.szhgcThree_content_English{
        font-size: 16px;
    }
    .szhgcOne_content_text{
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .szhgcThree_content_list{
        gap: 20px;

    }

    .szhgcThree_content_list_item{
        width: calc(94% / 2);
        height: 200px;
    }

    .szhgcThree_content_list_item_img{
        width: 16%;
        margin: 8.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_img>img{
        width: 100%;
        height: 100%;
    }
    .szhgcThree_content_list_item_title{
        font-weight: bold;
        font-size: 16px;
        color: #5B6E96;
        margin: 6.7% 0 0 8.7%;
    }
    .szhgcThree_content_list_item_text{
        font-weight: 400;
        font-size: 14px;
        color: #5B6E96;
        margin: 3% 8.7% 0 8.7%;
        line-height: 30px;
    }
    .szhgcOne_content_list{
        display: none;
    }
    .szhgcOne_content_list_H5{
        display: block;
    }
    .szhgcOne_content_list_H5_item{
        width: 100%;
        margin-top: 20px;
    }
    .szhgcOne_content_list_H5_item_img{
        width: 100%;
    }
    .szhgcOne_content_list_H5_item_img>img{
        width: 100%;
    }

    .szhgcTwo_content_img{
        display: none;
    }
    .szhgcTwo_content_img_h5{
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }
    .szhgcTwo_content_img_h5>img{
        width: 100%;
        height: 100%;
    }
}
