body{
    background: url("mx20211121_footer.jpg") no-repeat bottom center;
}
#banner{
    background: url("mx20211121_banner.jpg") no-repeat top center;
    height: 996px;
}
#newsBox{
    width: 1200px;
    margin: 0 auto;
}
#newsBox .section-title{
    margin: 54px 0 68px;
}
#newsBox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#newsBox ul li{
    width: 580px;
    margin-bottom: 40px;
}
#newsBox ul li .img{
    height: 335px;
    overflow: hidden;
    line-height: 0;
}
#newsBox ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#newsBox ul li p{
    background: rgba(34, 34, 34, 0.6);
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-top: -60px;
    position: relative;
}

footer{
    min-width: 1200px;
    padding: 50px 0 300px;
    position: relative;
}
footer h1{
    text-align: center;
    font-size: 42px;
    color: #ffffff;
}
footer p{
    font-size: 29px;
    text-align: center;
}
footer p.copy{
    margin-top: 40px;
    font-size: 21px;
    line-height: 29px;
}
footer p.copy span{
    font-size: 17px;
}