.Box1{
    padding: 50px 0;
}
.Box1 .container-md.row{
    margin: 0 auto;  
} 
.Box1 .container-md.row .newAll .col-md-6{
    margin-bottom: 30px;
}
.Box1 .container-md.row .newAll .box{
    border-radius: 10px; 
    overflow: hidden;
    box-shadow: 0 0 10px #d6d6d6;
}
.Box1 .container-md.row .newAll .box .imgs{
    width: 100%;
    position: relative;
    padding-top: 280px; 
} 



.Box1 .container-md.row .newAll .box .imgs img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    z-index: 1;
}
.Box1 .container-md.row .newAll .box:hover .imgs img{
    width: 105%;
    height: 105%;
}
.Box1 .container-md.row .newAll .text{
    padding: 20px;
}
.Box1 .container-md.row .newAll .text label {
    color: rgba(17, 17, 17, 0.5);
    font-size: 14px;
}
.Box1 .container-md.row .newAll .text label span{
    font-size: 18px;
}
.Box1 .container-md.row .newAll .text h5{
    font-weight: bold;
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 25px;
    color: #222;
    transition: 0.4s;
} 
.Box1 .container-md.row .newAll .text h5:hover{
    text-decoration: underline;
    color: #0E4E84;
}
.Box1 .container-md.row .newAll .text .go{
    color: rgba(17, 17, 17, 0.5);
    font-weight: bold;
    font-family: 'Swis721 Hv BT Heavy';
    transition: 0.4s;
} 
.Box1 .container-md.row .newAll .text .go:hover{
    color: #0E4E84;
}
.Box1 .container-md.row .CeNav .Shou form{
    box-shadow: 0 0 10px #d6d6d6;
    padding: 10px 10px 10px 30px ;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.Box1 .container-md.row .CeNav .Shou input{
    width: 70%; 
    outline: none;
    border: none;
}
.Box1 .container-md.row .CeNav .Shou button{
    width: 25%;
    padding: 10px 0;
    background-color: #0E4E84;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    border: none;
}
.Box1 .container-md.row .CeNav .CpType,
.Box1 .container-md.row .CeNav .NewZj{
    box-shadow: 0 0 10px #d6d6d6;
    margin-top: 30px;
    padding: 30px;
}
.Box1 .container-md.row .CeNav .CpType{
    margin-top: 0;
}
.Box1 .container-md.row .CeNav .CpType h5,
.Box1 .container-md.row .CeNav .NewZj h5{
    font-family: 'Swis721 Hv BT Heavy';
}
.Box1 .container-md.row .CeNav .CpType ul,
.Box1 .container-md.row .CeNav .NewZj ul{
    padding: 0;
    margin: 0;
}
.Box1 .container-md.row .CeNav .CpType ul li a{
    padding: 15px 0;
    position: relative;
    display: block;
    color: #111;
    font-size: 15px;
    transition: 0.4s;
}
.Box1 .container-md.row .CeNav .CpType ul li:not(:last-child) a{
    border-bottom: 1px solid #00000022;
}




.Box1 .container-md.row .CeNav .CpType ul li a:hover{
    color: #0E4E84;
}
.Box1 .container-md.row .CeNav .NewZj h5{
    margin-bottom: 30px;
}
.Box1 .container-md.row .CeNav .NewZj ul li:not(:last-child){
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(209, 209, 209, 0.5);
}
.Box1 .container-md.row .CeNav .NewZj ul li:not(:first-child){
    padding-top: 15px;
}
.Box1 .container-md.row .CeNav .NewZj ul li a{
    display: flex;

}
.Box1 .container-md.row .CeNav .NewZj ul li a .img{
    width: 25%;
    border-radius: 5px;
    overflow: hidden;
}
.Box1 .container-md.row .CeNav .NewZj ul li a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Box1 .container-md.row .CeNav .NewZj ul li a .xx{
    padding-left: 5%;
}
.Box1 .container-md.row .CeNav .NewZj ul li a .xx span{
    color: rgba(17, 17, 17, 0.5);
    font-size: 14px;
}
.Box1 .container-md.row .CeNav .NewZj ul li a .xx  h6{
    font-size: 15px;
    color: #111;
    font-weight: bold;
    line-height: 1.2;
    transition: 0.4s;
}
.Box1 .container-md.row .CeNav .NewZj ul li a .xx  h6:hover{
    color: #0E4E84;
}
.Box1 .col-lg-8.order-lg-1.order-2.newAll{
    height: fit-content;
}
.Box1 .page {
    display: flex;
    justify-content: left;
}
.Box1 .page li{
    list-style-type: none;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px; 
    background: linear-gradient(to bottom right, #58a822, #8FC71F);
    color: white;
}
.Box1 .page li.thisclass{
    background: linear-gradient(to bottom right, #8FC71F, #58a822);
}




.Box1 .page li a{ 
    color: white; 
}
 
@media screen and (max-width:991px) {
    .Box1 .col-lg-8.order-lg-1.order-2.newAll.row {
      
        margin: 0 auto;
        margin-top: 50px;

    }
}
@media screen and (max-width: 450px) {
    .Box1 {
        margin-top: 0;
    }
}