.mjdz_news{
    background: url(../images/news/mjzs_modular76.jpg)no-repeat bottom center #fff;
}
.mjdz_news .mjdz_newsnav{
    margin-top: 39px;
}
.mjdz_news .mjdz_newsnav .nav_li{
    width: 145px;
    height: 39px;
    box-sizing: border-box;
    position: relative;
    color:#323232;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.mjdz_news .mjdz_newsnav .nav_li.attr{
    border-color: #ECECEC;
    color:#E24535;
}
.mjdz_news .mjdz_newsnav .nav_li:hover{
    border-color: #ECECEC;
    color:#E24535;
}
.mjdz_news .mjdz_newsnav .nav_li:hover::after{
    display: none;
}
.mjdz_news .mjdz_newsnav .nav_li::after{
    content: '';
    width: 1px;
    height: 20px;
    background: #ECECEC;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    position: absolute;
}
.mjdz_news .mjdz_newsnav .nav_li:last-child::after{
    display: none;
}
.mjdz_news .mjdz_newsnav .nav_li.attr::after{
    display: none
}
.mjdz_news .mjdz_news_content{
    width: 1500px;
    margin: 44px auto 0;
}
.mjdz_news_content .news_left{
    width: 233px;
    height: 468px;
}
.mjdz_news_content .news_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mjdz_news_content .news_zhong{
    width: 650px;
    height: 468px;
    background: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.13);
}
.mjdz_news_content .news_zhong .news_zhongtop{
    width: 100%;
    height: 169px;
    background: #F2F2F2;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhongtop_bg{
    width: 262px;
    height: 169px;
    flex-shrink: 0;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text{
    width: 100%;
    height: 100%;
    padding: 24px 12px 0 20px;
    box-sizing: border-box;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text h1{
    font-size: 18px;
    color:#222;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width: 340px;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong .news_zhongtop:hover .news_zhong_text h1{
    color:#CE000D;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .time{
    font-size: 14px;
    line-height: 14px;
    color:#323232;
    padding-top: 22px;
}
.mjdz_news_content .news_zhong .news_zhongtop .news_zhong_text .text{
    font-size: 14px;
    color:#323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    padding-top: 23px;
}
.mjdz_news_content .news_zhong ul{
    padding: 10px 15px;
    box-sizing: border-box;
}
.mjdz_news_content .news_zhong ul li a{
    height: 35px;
}
.mjdz_news_content .news_zhong ul li a p{
    font-size: 14px;
    color:#000;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong ul li a p i{
    width: 7px;
    height: 7px;
    background: #999999;
    margin: 0 15px 0 5px;
    flex-shrink: 0;
    transition: all .3s ease;
}
.mjdz_news_content .news_zhong ul li a p span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width: 450px;
}
.mjdz_news_content .news_zhong ul li a:hover p{
    color:#CE000D;
}
.mjdz_news_content .news_zhong ul li a:hover p i{
    background: #CE000D;
}
.mjdz_news_content .news_right{
    width: 582px;
    height: 468px;
    background: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.13);
    padding: 6px;
    box-sizing: border-box;
}
.mjdz_news_content .news_right .news_rightbg{
    width: 570px;
    height: 333px;
    overflow: hidden;
}
.mjdz_news_content .news_right .news_rightbg img{
    transition: all .3s ease;
}
.mjdz_news_content .news_right a:hover .news_rightbg img{
    transform: scale(1.05);
}
.mjdz_news_content .news_right .news_righttext{
    padding: 32px 40px;
    box-sizing: border-box;
}
.mjdz_news_content .news_right .news_righttext h1{
    font-size: 18px;
    color:#444444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: 18px;
}
.mjdz_news_content .news_right .news_righttext p{
    font-size: 14px;
    line-height: 14px;
    color:#666666;
    padding-top: 23px;
}
.mjdz_news_content .news_right .news_righttext p span{
    display: inline-block;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: 14px;
}
.mjdz_news_content .news_right .news_righttext p a{
    line-height: 14px;
    color:#CB0514;
    transition: all .3s ease;
}
.mjdz_news_content .news_right .news_righttext p a:hover{
    color:blue;
}
.mjdz_news_content .news_right .swiper-button-prev,.mjdz_news_content .news_right .swiper-button-next{
    width: 40px;
    height: 51px;
    top: 141px;
    margin-top:0;
}
.mjdz_news_content .news_right .swiper-button-prev{
    left: 0;
    background: url(../images/news/mjzs_modular80.png);
}
.mjdz_news_content .news_right .swiper-button-next{
    right: 0;
    background: url(../images/news/mjzs_modular81.png);
}
.mjdz_news .mjdz_news_foot{
    margin-top: 38px;
}
/*统计*/
.elf_box12{box-sizing: border-box;padding: 81px 0;}
.elf_box12 .elf_box12_right{
    font-size: 0;
}
.elf_box12 .container_1400 { width: 1400px; margin: auto; }
.elf_box12 .elf_box12_left{display: flex;align-items: center;height: 100%;}
.elf_box12 .elf_box12_count{margin:0 20px;}
.elf_box12 .elf_box12_count p{font-size: 55.9px;font-family: DINOffcPro;text-align: center;color:#444444;line-height: 55.9px;position: relative; margin: 0px;height: 68px;}
.elf_box12 .elf_box12_count p em{display: inline-block;font-size: 22px;padding-left:6px;font-family: DINOffcPro;line-height: 55.9px; font-style: normal;}
.elf_box12 .elf_box12_count p i{font-size: 30px;font-style: normal;
vertical-align: top;}
.elf_box12 .elf_box12_count h5{font-size: 24px;color:#444444;font-weight: 400;margin: 10px 0 0;text-align: center;}
.elf_box12_br{width: 1px;height: 121px;background:#D0D0D0;margin-left: 20px;}
