.Box1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 25%;
    background-image: url('../img/pageBanner/new.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (max-width:1200px){
    .Box1 {
        padding-top: 25%;
    }
}
@media screen and (max-width:991px){
    .Box1 {
        padding-top: 270px;
    }
}
.Box2{
    margin-top: 50px;
}
.Box2 .row{
    margin: 0 auto;
}
.Box2 .row .col-lg-9 {
    height: fit-content;
}
.Box2 .row .col-lg-9 .NewsHead a{
    position: relative;
    color: #333;
    padding: 5px 0;
}
.Box2 .row .col-lg-9 .NewsHead a::before{
    position: absolute;
    content: '';
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #3b9aff;
    z-index: -1;
}
.Box2 .row .col-lg-9  .imgs{
    width: 100%;
    max-height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.Box2 .row .col-lg-9  .imgs img{
    width: 100%;
    height: 100%                                                                    ;
    object-fit: cover;
}
.Box2 .row .col-lg-9 .nr img{
    width: 100% !important; 
    height: auto !important;
    object-fit: contain;
    margin-top: 20px;
}
.Box2 .row .col-lg-9 video{
    margin-top: 20px;
}