body{
    background: #d2101a;
}
.pc{
    display: block !important;
}
.mob{
    display: none !important;
}
.banner-view{
    position: relative;
}
.banner-view a{
    font-size: .26rem;
    color: #a2050d;
    position: absolute;
    right: 1rem;
    top: .7rem;
}
.pcbanner{
    width: 100%;
    display: block;
}
.mobbanner{
    display: none;
}

.mian2{
    padding-top: .32rem;
    padding-bottom: 1.8rem;
    position: relative;
    background-repeat: no-repeat;
}
.footer{
    position: absolute;
    bottom: .6rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: .16rem;
    line-height: 1;
}
.footer a{
    color: #ffffff;
    font-size: .16rem;
    line-height: 1;
}
.mian2-cent{
    padding: .7rem .3rem;
    width: 14.3rem;
    align-items: center;
    margin: 0 auto;
    background:#fff;
}
.news-cent{
    width: 100%;
    display: flex;
    padding: 0 .1rem;
}
.news-cent .left{
    width: 5.75rem;
    height: 3.69rem;
    margin-right: .5rem;
    flex-shrink: 0;
    overflow: hidden;
}
.news-cent .left img{
    width: 100%;
}
.news-cent .right{
    width: 100%;
    position: relative;
}
.news-cent .right p.tit{
    font-size: .3rem;
    color: #a2050d;
    line-height: 1.5;
    margin-bottom: .4rem;
}
.news-cent .right p.neir{
    font-size: .2rem;
    color: #383636;
    line-height: 1.5;
    margin-bottom: .52rem;
}
.news-cent .right a.more{
    display: block;
    width: 2.28rem;
    line-height: .56rem;
    border-radius: .14rem;
    font-size: .18rem;
    background: #d2101a;
    color: #fff;
    text-align: center;
    transition: .4s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-swiper{
    position: relative;
    background: #fff;
}
.news-swiper-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9999;
}
.news-swiper-btn>div{
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .4s;
    outline: none;
}
.news-swiper-btn>div.prev{
    background-image: url("../images/jt-l.png");
    margin-right: .3rem;
}
.news-swiper-btn>div.next{
    background-image: url("../images/jt-r.png");
}
@media screen and (max-width: 750px) {
    .pc{
        display: none !important;
    }
    .mob{
        display: block !important;
    }

    .pcbanner{
        display: none;
    }
    .mobbanner{
        width: 100%;
        display: block;
    }
    

    .banner-view a {
        font-size: .24rem;
        color: #a2050d;
        position: absolute;
        right: .4rem;
        top: .4rem;
    }

    .mian2{
        padding-top: .1rem;
    }
    .mian2-cent {
        padding: .4rem .3rem;
        padding-bottom: .6rem;
        width:7rem;
        background: #fff;
    }
    .news-cent{
        display: block;
    }
    .news-cent .left{
        width: 100%;
        height: 4.7rem;
        margin-right: 0;
        flex-shrink: 0;
        overflow: hidden;
    }
    .news-cent .left img{
        width: 100%;
    }
    .news-cent .right p.tit{
        margin-top: .3rem;
    }
    .news-cent .right p.neir{
        font-size: .24rem;
    }
    .news-cent .right a.more {
        width: 2.6rem;
        line-height: .6rem;
        font-size: .28rem;
        text-align: center;
        transition: .4s;
        position: static;
    }
    .news-swiper-btn{
        margin-top: .6rem;
        justify-content: center;
        right: .5rem;
        bottom: .2rem;
    }
    .footer{
        bottom: .4rem;
    }
    .news-swiper-btn>div{
        width: .7rem;
        height: .7rem;
    }
}