/*mediacenter*/
.new_nr_box{
    width: 72.6%;
    height: auto;
    margin: auto;
    display: flex;
    padding-bottom: 5rem;
}
.new_br_box1{
    box-shadow: 0 15px 40px 0 rgba(3,3,3,0.25)!important;
    -moz-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    -webkit-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    -o-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    -ms-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    overflow: hidden;
    width: 50%;
    height: 900px;
    /* margin-right: 2rem; */
    /* margin-right: 0.75rem; */
}
.new_br_box1 .modular3{
    height: auto;
}
/* #n12img{
    width: 100%;
    height: 100%;
} */
.new_br_box2{
    width: 50%;
    height: 900px;
    margin-left: 0.75rem;
}
.new_br_box2 .modular3{
    height: 32.3%;
}
.modular3 .Sub1{
    height: auto;
}
.modular3 .Sub1 img{
    width: 100%;
    height: auto;
}
.new_br_box2 .modular3{
    margin-bottom: 1rem;
}
.new_br_box2 .mediaSub{
    
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
#new_nrbox_text1{
    font-size: 2rem;
    padding: 10px;
}
#new_nrbox_text{
    height: 40px;
    line-height: 40px;
}
.new_br_xzbox{
    height: 93%;
    overflow: hidden;
}
.new_br_box_button{
    cursor: pointer;
    padding: 15px;
    background:#0166ae;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    /* float: right; */
    /* margin-left: 20px; */
    margin-top: 10px;
    border-radius: 10px;
}
#backButton::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/xleftnoew.png) no-repeat;
    background-size: 100%;
    left: 13%;

    top: 33%;
}
#moreButton::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/xyounoew.png) no-repeat;
    background-size: 100%;
    right: 13%;

    top: 33%;
}
.morecolor{
    background: #c1bebe !important; 
}

/* #moreButton{
  
} */
.new_br_box_button:hover{
   transform: translateY(-5px);
}
.new_br_box_button a{
    height: 60px;
    display: block;
    background: #10153d;
    line-height: 60px;
    width: 25%;
    text-align: center;
    margin-left: 75%;
    font-size: 2.5rem;
    color: #fff;
}
.new_br_box1 .Sub1:hover .new_br_box1 .Sub1 img{
    transform: scale(1.2);
}
.new_br_box2 .Sub1:hover .new_br_box2 .Sub1 img{
    transform: scale(1.2);
}
.row_new_box>a{
    width: 20%;
}
.row_new_box{
    display: flex;
    justify-content: space-between;
}
@media(max-width:560px){
    .new_nr_box {
        width: 90%;
        display: block;
    }
    .new_br_box1{
        width: 100%;
    height: auto;
    }
    .new_br_box2 {
        width: 100%;
        height: auto;
        margin: 0;
        margin-top: 20px;
    }
    .new_br_box_button {
        width: 40%;
       float: initial;
       display: inline-block;
    }
}