.header img{
    width: 100%;
}


.footer{
    width: 100%;
    height: 146px;
    background: url("../xxzyzs/footer-bg.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.footer p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.column{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 17px;
    padding-left: 35px;
    margin-bottom: 24px;
    position: relative;
}

.column::after{
    content: '';
    width: 90%;
    height: 100%;
    background: #FFF5F5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.column::before{
    content: '';
    width: 170px;
    height: 63px;
    display: inline-block;
    background: url(../xxzyzs/column-bg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -9px;
    z-index: 5;
}

.column .name{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 9;
}

.column .more{
    color: #A50F15;
    position: relative;
    z-index: 5;
}

.mt_xxgc{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.mt_xxgc .rmjc,
.mt_xxgc .xxgc{
    width: calc((100% - 30px) / 2);
}

.mt_xxgc ul li{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding-right: 20px;
}

.mt_xxgc ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mt_xxgc ul li:nth-child(2n){
    background: #FFF5F5;
}

.mt_xxgc ul li .title{
    color: #3D3D3D;
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
    line-height: 26px;
    height: 26px;
    position: relative;
}

.mt_xxgc ul li .title::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #DBDBDB;
    position: absolute;
    left: 10px;
    bottom: 9px;
}

.mt_xxgc ul li .date{
    width: 40px;
    color: rgba(153, 153, 153, 0.8);
}

.mt_xxgc ul li:hover .title{
    color: #D90008;
}

.mt_xxgc ul li:hover .title::before{
    background: #D90008;
}

.mtpl{
    width: 100%;
    padding-bottom: 65px;
}

.mtpl ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mtpl ul li{
    width: calc((100% - 45px) / 2);
    margin-top: 30px;
}

.mtpl ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mtpl ul li .date{
    width: 70px;
    height: 68px;
    border: 1px solid #D41018;
}

.mtpl ul li .y{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #D41018;
    color: #FFF;
}

.mtpl ul li .d{
    color: #D41018;
    font-size: 22px;
    text-align: center;
}

.mtpl ul li .text{
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.mtpl ul li .title{
    color: #333;
    line-height: 26px;
    height: 26px;
}

.mtpl ul li .desc{
    color: #999;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin-top: 5px;
}

.mtpl ul li:hover .title{
    color: #D90008;
}

.news{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 65px 0;
}

.newSlide{
    width: 790px;
    position: relative;
}

.newSlide .swiper-slide{
    position: relative;
}

.newSlide .swiper-slide img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-slide .title{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: 58px;
    line-height: 58px;
    background: rgba(0, 0, 0, 0.54);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    padding: 0 150px 0 20px;
    color: #fff;
    font-size: 16px;
}

.newSlide .swiper-pagination{
    position: absolute;
    right: 20px;
    bottom: 17px;
}

.newSlide  .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px;
}

.newSlide .swiper-pagination-bullet-active{
    background: #fff;
}

.newList{
    flex: 1;
    box-sizing: border-box;
    padding-left: 40px;
}

.newList li.f .title{
    color: #3D3D3D;
    line-height: 30px;
    height: 30px;
}

.newList li.f .desc{
    color: #999;
    line-height: 26px;
    height: 52px;
    margin: 10px 0;
}

.newList li.f .dater{
    width: 100%;
    display: flex;
    align-items: center;
    color: #999;
}

.newList li.f .dater img{
    position: relative;
    top: -2px;
}

.newList li.f .date{
    margin-right: 18px;
}

.newList li.n{
    width: 100%;
    margin-top: 35px;
}

.newList li.n a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newList li.n .title{
    color: #333;
    flex: 1;
    line-height: 26px;
    height: 26px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.newList li.n .title::after{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.newList li.n .date{
    color: #999;
    width: 80px;
}

.newList li.n:hover .title{
    color: #D90008;
}

.newList li.n:hover .title::after{
    background: #D90008;
}

.newList li.f:hover .title{
    color: #D90008;
}

@media screen and (max-width: 1240px) {
    .newSlide{
        width:  100%;
    }

    .news{
        padding: 30px 0;
    }

    .xxgc{
        margin-top: 30px;
    }

    .mt_xxgc{
        padding-bottom: 30px;
    }
    .mt_xxgc ul li{
        height: 50px;
    }
    .mtpl{
        padding-bottom: 35px;
    }

    .mtpl ul li,
    .mt_xxgc .rmjc,
    .mt_xxgc .xxgc{
        width: 100%;
    }

    .footer{
        height: auto;
        padding: 25px 0;
    }

    .footer p{
        font-size: 14px;
        line-height: 25px;
    }

    .newList{
        padding: 0;
        margin-top: 35px;
    }

    .newList li.f .desc {
        line-height: 21px;
        height: 42px;
        margin: 5px 0;
    }

    .newList li.n{
        margin-top: 15px;
    }
    .mtpl ul li .text{
        padding-left: 10px;
    }
    .mtpl ul li{
        margin-top: 20px;
    }
    .column .name {
        font-size: 20px;
    }

    .newSlide .swiper-pagination{
        display: none;
    }

    .newSlide .swiper-slide .title{
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
    }

    .column::before {
        width: 140px;
        height: 50px;
    }
    .column{
        padding-left: 20px;
        height: 35px;
    }



}

























