.about_us_navbar .contact_cate_item{
    padding-left: 5%;
}
.newsinfo-list{
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    margin: 0 30px;
}
.newsinfo-list-item{
    overflow: hidden;
    margin: 20px 0 30px 0;
    padding-bottom: 1px;
    display: block;
}
.newsinfo-list-item-img{
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.newsinfo-list-item-img img{
    opacity: 0;
    height :4.2rem;;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.newsinfo-list-item-text{
    margin-left: 7.5rem;
}
.newsinfo-list-item-text-inner{
    height :4.2rem;;
    overflow: hidden;
    border-bottom: 1px solid #b4b9be;
}
.newsinfo-list-item-text-inner h2{
    margin-top: 1rem;
    min-height: 2.6rem;
    font-size: 0.44rem;
}
.newsinfo-list-item-text-inner h2 strong{
    float: left;
    display: block;
    margin-right: 10px;
}
.pagination{
    text-align: center;
    margin: 50px 0 30px 0;
}
.pagination li {
    display: inline-block;
}
.pagination .page-link{
    display: block;
    color: #081629;
    border:1px solid #081629;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination li.disabled .page-link{
    border:1px solid #999;
    color: #999;
}
.pagination li.active .page-link{
    background: #081629;
    color: #fff;
}

.video-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-list-item img{
    width: 100%;
    opacity: 0;
}
.video-list-item h2{
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
}
.video-content{
    padding-top: 20px;
}
.video-content .pagination{
    margin: 40px 0 0 0;
}

.image-flow {

    column-count: 3;
    column-gap: 20px;


}
.image-flow-item {
    margin-bottom: 20px;
    position: relative;

}
.image-flow-title{
    position: absolute;
    bottom: 0;
    background: url("/static/official/img/image-shadow.png") no-repeat;
    background-position-y:bottom ;
    background-size: 100% 120px;
    padding-top: 120px;
    width: 100%;
    color: #fff;
}
.image-flow-title h3{
    padding:10px 15px
}
.image-flow-item img{
    width: 100%;
    height:100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    overflow: hidden;
}

@media (min-width: 768px) {
    .policy-content{
        padding-top: 50px;
    }
    .video-content{
        padding-top: 50px;
    }
    .body-bg {
        background-image: url("/static/official/img/background.jpg");
        background-size: cover;
        background-position-y:bottom ;
        overflow: hidden;

    }
}

@media (max-width: 768px) {
    .layui-col-sm20{
        float: left;
        width:100%;
        padding-left: 15%!important;

    }
    .newsinfo-list{
        margin: 0;
        padding: 10px;
    }
    .image-flow {

        column-count: 2;


    }
    .newsinfo-list-item-text-inner h2{
        min-height: 10px;
        padding: 5px 0;
        font-size: 14px;
    }
    .newsinfo-list-item-img{
        border-radius: 10px;
        float: inherit;
        margin-right: 0;
        box-shadow: none;
        overflow: hidden;
    }
    .newsinfo-list-item-img img{
        height: auto;
        width: 100%;
        border-radius: 10px;
    }
    .newsinfo-list-item-text{
        margin-left: 0;
    }
    .newsinfo-list-item-text-inner{
        height: auto;
        padding-bottom: 10px;
    }
}
@media (max-width: 375px) {

}<!--ºÄÊ±1753613833.2849Ãë-->