.Box1 .container-md.row{
    margin: 0 auto;
    padding: 50px 0;
}


.Box1 .New-Top {
    margin-bottom: 50px;
}
.Box1 .New-Top .lbimg{
    width: 100%;
}

.Box1 .New-Top .lbimg .slick-list{
    height: fit-content;
}
.Box1 .New-Top .lbimg .slick-prev,
.Box1 .New-Top .lbimg .slick-next{ 
    display: none !important;
}

.Box1 .New-Top .lbimg .qhan{
    position: absolute;
    z-index: 3; 
    top: 50%;
    transform: translateY( -50%);
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 99px;
    transition: 0.2s;
}
.Box1 .New-Top .lbimg .zuo{
    left: 3%;
}
.Box1 .New-Top .lbimg .you{
    right: 3%;
}
.Box1 .New-Top .lbimg .qhan:hover{
    background-color: #BF1A21;
    color: #fff;
}



.Box1 .New-Top .lbimg .box a{
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 50%; 
    overflow: hidden;
}
.Box1 .New-Top .lbimg .box a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.Box1 .New-Top .lbimg:hover .box a img{
    transform: translate(-50%, -50%) scale(1.1);
}
.Box1 .New-Top .lbimg .box a p{
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 17%;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(transparent 0%, #949494cb 60%);
}
.Box1 .New-Top ul.hotimg{
    height: 100%;
}
.Box1 .New-Top ul.hotimg li{
    width: 100%;
    height: calc((100% - 20px) / 2); 
}

.Box1 .New-Top ul.hotimg li:nth-child(1){
    margin-bottom: 20px;
}

.Box1 .New-Top ul.hotimg li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.Box1 .New-Top ul.hotimg li a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.Box1 .New-Top ul.hotimg li a:hover img{
    transform: translate(-50%, -50%) scale(1.1);
}
.Box1 .New-Top ul.hotimg li a p{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 17%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(transparent 0%, #949494cb    60%);
}






.Box1  .NewAll{
    margin-bottom: 50px;
}

 .Box1  ul li a{
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #ddddddc3;
    border-top: none;
    color: #333;
    position: relative;
    overflow: hidden;
 }
 .Box1  ul li a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #BF1A21;
    left: -100%;
    bottom: 0;
    transition: .5s ease-in;
}
.Box1  ul li a:hover::before{
    left: 0;
}
 .Box1  ul li:nth-child(1) a{
    border-top: 1px solid #ddddddc3;
 }
 .Box1  ul li a .img{
    width: 320px;
    height: 190px;
    position: relative;
    overflow: hidden;
 }
 .Box1  ul li a .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease-in;
}
.Box1  ul li a:hover .img img{
    transform: translate(-50%, -50%) scale(1.05);
}
.Box1  ul li a .txt{
    padding-left: 50px;
    width: calc(100% - 320px);
}
.Box1  ul li a .txt h6{
    font-size: 18px;  
    padding-bottom: 15px;
    border-bottom: 1px solid #ddddddd7;
    transition: 0.5s;
}
.Box1  ul li a .txt h6 i{
    font-weight: bold;
}

.Box1  ul li a:hover .txt h6{
    color: #BF1A21;
}

.Box1  ul li a .txt p{
    font-size: 14px;
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
    overflow: hidden;  
    text-overflow: ellipsis;  
    margin: 10px 0 20px 0;
    color: #666;
}
.Box1  ul li a .txt .time{
    font-size: 14px;
    color: #999;
}



.Box1 .page-nav{
    display: flex;  
}
.Box1 .page-nav li{
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000; 
    margin-right: 5px;
}
.Box1 .page-nav li.thisclass{
    background-color: #ddd;
    color: #BF1A21 !important;
}

.Box1 .page-nav li a{
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.Box1 .page-nav li:hover a{
    background-color: #ddd;
    color: #BF1A21 !important;
}