/* 产品模块 */

.mkXian {
    width: 55%;
    margin: auto;
    border-top: 0.0125rem solid #999;
}

.mkNav {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.8rem;
    color: #999999;
}

.mkNav a {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.8rem;
    color: #999999;
    text-decoration: none;
}

.mkBox {
    width: 55%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.mkbLeft {
    width: 100%;
}

.newdBox {
    width: 92%;
    margin: auto;
    margin-top: 0.25rem;
}

.newsDetailImgBox {
    float: left;
}

.newsDetailImg {
    width: 3.5625rem;
    height: 2.5875rem;
    margin: 0 0.25rem 0.125rem 0;
}

.newdbrT {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
    margin-bottom: 0.3rem;
    text-align: center;
}
.newdbrTx{
    color: #333333;
    text-align: center;
    font-size: 0.1875rem;
    margin-bottom: 0.1rem;
}

.newdbrC {
    font-size: 0.1875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.4375rem;
    text-indent: 2em;
    margin-bottom: 0.1875rem;
}

@media only screen and (max-width: 540px) {
    /* 产品模块 */
    .mkXian {
        width: 92%;
        margin: auto;
        margin-top: 60px;
        border-top: 1px solid #999;
    }
    .mkNav {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 32px;
        color: #999999;
    }
    .mkNav a {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 32px;
        color: #999999;
        text-decoration: none;
    }
    .mkBox {
        width: 92%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mkbLeft {
        width: 100%;
    }
    .newdBox {
        width: 96%;
        margin: auto;
        margin-top: 20px;
    }
    .newsDetailImgBox {
        float: none;
    }
    .newsDetailImg {
        width: 100%;
        height: 207px;
        margin: 0 20px 5px 0;
    }
    .newdbrT {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
        margin-bottom: 24px;
    }
    .newdbrTx{
        margin-bottom: 10px;
    }
    .newdbrC {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 25px;
        text-indent: 2em;
        margin-bottom: 10px;
    }
}