/* ------------ banner区 ------------*/
.zdmb-banner {
    height: 250px;
    margin-top: 64px;
    position: relative;
}
.zdmb-ban-box {
    height: 250px;
}
.zdmb-ban-imgbox {
    height: 250px;
}
.zdmb-ban-imgbox > img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.zdmb-banner-content {
    position: absolute;
    margin: 0 45px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: calc(100% - 90px);
}
.zdmb-banner-content > * {
    animation: fadeInUp 1.2s;
}
.zdmb-banner-title {
    text-align: center;
}
.zdmb-banner-title > h3 {
    margin-bottom: 14px;
}
.zdmb-banner-title > h3 > span {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}
.zdmb-banner-title > h3 > span:first-child {
    font-weight: 400;
}
.banner-title-subtitle {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
}

.zd_title__mod{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 7%;
}

.zdmb_news{
    background-color: #F9F9F9;
    padding-top: 6%;
}
.zdmb-new_top {
    /* height: 100%; */
    width: 90%;
    margin: 15px 5% ;
    background-color: #fff;
}
.zdmb-news__top_box{
    height: 120px;
    width: 100%;
    display: block;
}
.zdmb-news_top__img {
    height: 120px;
    width: 100%;
    object-fit: fill;
}
/* 置顶-- 新闻描述 */
.zdmb_news__title{
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: #3D3D3D;
    padding-top: 2px;
}
.zdmb_news__date{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #3D3D3D;
    padding:8px auto;
}

.zdmb_news__content{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #737373;   
    word-break: normal !important;
}
.zdmb_news-detail__text+p>span{
    font-size: 15px !important;
    font-weight: 400;
    line-height: 23px;
    color: #333333;
}
.backToNews{
    position: absolute;
    top:20px;
    left:20px;
    z-index: 3;
}

/* 双列--新闻简介 */
.zdmb_news_Box {
    margin-top: 2% ;
    width: 90%;
    margin: auto 5% ;
}
.zdmb_news_contentBox {
    /* display: flex; */
    float: left;
    width: 48%;
    height: 220px;
    margin-right: 2%;
    margin-top:5%;
    background-color: #fff;
    padding-bottom: 5px;
}

/* 新闻详情页 */
.zdmb_new-detail__box {
    height: 100%;
    padding: 5%;
    background-color: #fff;
    margin: auto 4%;
}

.zdmb_news-detail__text ~ p{
    margin-top: 2% ;
}
.zdmb_news-detail__text ~ p img{
    margin-top: 2% ;
}
/* 上一篇 下一篇 */
.zdmb_preNext{
    margin-bottom: 60px ;
}
.zdmb_preNext a{
    color:#999999
}





@media screen and (max-width: 1920px) {
    .zdpc-banner,
    .zdpc_news,
    .zdpc_preNext,
    .zd-pc__hardware,
    .zdpc_newsDetail,
    .zdpc-searchResult,
    .zdpc-proDetail {
        display: block;
    }
    
    .zdmb-banner,
    .zdmb_news,
    .zdmb_preNext,
    .zdmb_newsDetail,
    .zdmb-searchResult,
    .zdmb-proDetail{
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .zdpc-banner,
    .zdpc_news,
    .zdpc_preNext,
    .zd-pc__hardware,
    .zdpc_newsDetail,
    .zdpc-searchResult,
    .zdpc-proDetail {
        display: none;
    }

    .zdmb-banner,
    .zdmb_news,
    .zdmb_preNext,
    .zdmb_newsDetail,
    .zdmb-searchResult,
    .zdmb-proDetail {
        display: block;
    }
}