.Box1 {
    padding: 40px 0 50px 0;
}
.Box1 .container-md.row{
    margin: 0 auto;
}
.Box1 .CeList .tit{
    color: #666;
    font-size: 22px;
}
.Box1 .CeList ul{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    /* background-color: red; */
}
.Box1 .CeList ul li{
    margin-bottom:  20px;
}
.Box1 .CeList ul li a{
    display: flex;
    text-decoration: none; 
}
.Box1 .CeList ul li a div{
    width: 120px;
    position: relative;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.Box1 .CeList ul li a div img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.Box1 .CeList ul li a span{
    font-weight: 600;
    color: #222;
    padding:0 0 0 10px;
    font-size: 14px;
    transition: 0.4s;
}
.Box1 .CeList ul li a:hover span{
    color: #004C90;
}
.Box1 .NewMain{
    padding-right: 20px;
}
.Box1 .NewMain .tit{
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 600;
}
.Box1 .NewMain .time{
    color: #666;
    font-size: 14px;
}
.Box1 .NewMain  hr{
    color: #666;
}