.zxrm_big_bg{
    background: url(../img/zxrm/16.jpg)no-repeat;
    padding-top: 95px;
    padding-bottom: 95px;
}

.best_news_zxrm{
    margin-top: 120px;
}

.best_news{display: flex;align-items:center;}
.zxdtSwiper{width: calc(100% - 135px);overflow: hidden;}
.zxdtSwiper .swiper-slide{background-color: #fff;}

.zxrm{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.zxrm_carousel{
    width: 685px;
    overflow: hidden;
    position: relative;
}
.zxrmSwiper .swiper-slide img{
    width: 685px;
    height: 440px;
}

.zxrm_carousel .swiper-button-next,
.zxrm_carousel .swiper-button-prev{
    width: 46px;
    height: 46px;
}
.zxrm_carousel .swiper-button-next::after,
.zxrm_carousel .swiper-button-prev::after{
    content: '';
}
.zxrm_carousel_title{
    position: absolute;
    width: 100%;
    height: 112px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to bottom,rgba(47,113,232 0) 50%, #2c4c88 100%);
}

.zxrm ul{
    width: 685px;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zxrm ul li span{
    color: #999;
}
.zxrm ul li h5{
    font-weight: normal;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.zxrm ul li p{
    color: #999;
}
.zxrm ul li:hover h5{
    color: #2F71E8;
}

/* module_zxrm_2_bg */
.module_zxrm_2_bg{
    overflow: hidden;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 78px;
    background: url(../img/zxrm/14.png)no-repeat;
}
.rmzx_title{
    position: relative;
}
.rmzx_title .swiper-button-next,
.rmzx_title .swiper-button-prev{
    width: 46px;
    height: 46px;
}
.rmzx_title .swiper-button-prev{
    right: 80px;
    left: auto;
}
.rmzx_title .swiper-button-next::after,
.rmzx_title .swiper-button-prev::after{
    content: '';
}
.rmzx_title span{
    font-size: 48px;
    border-bottom: 5px solid #D50E19;
}
.rmzx_carousel{
    margin-top: 80px;
    /* margin-left: 250px; */
}
.rmzx_carousel .swiper-wrapper {
    justify-content: space-around;
}
.rmzx_carousel .swiper-slide{
    width: 388px;
}
.rmzx_carousel .swiper-slide img{
    width: 388px;
    height: 322px;
}
.rmzx_carousel .swiper-slide p{
    width: 388px;
    height: 90px;
    background: #fff;
    padding: 30px 30px 0;
}
.rmzx_carousel .swiper-slide span{
    display: block;
    width: 388px;
    height: 45px;
    background: #fff;
    padding-left: 30px;
}
.rmzx_carousel .swiper-slide:hover p,
.rmzx_carousel .swiper-slide:hover span{
    background: #2F72EE;
    color: #fff;
}

/* module_zxrm_3 */
.module_zxrm_3{
    margin-top: 130px;
}
.zxrm_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zxrm_list li{
    width: 665px;
    margin-bottom: 75px;
}
.zxrm_list li a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.zxrm_list li a div{
    width: 140px;
    height: 140px;
    background: #0940A7;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zxrm_list li a div b{
    font-size: 40px;
}
.zxrm_list li a div span{
    font-size: 20px;
}
.zxrm_list li a p{
    width: 420px;
    font-size: 20px;
}
.zxrm_list li a > span{
    color: #0940A7;
    margin-top: 80px;
}