.newsBg {
    background-color: #f6f6f6;
    padding: 140px 0;
}

.newsDetailMenu {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
}

.newsDetailContent {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 50px 40px;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    border-radius: 12px;
    font-family: "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif, "Source Han Serif" !important;
    box-sizing: border-box;
}

.detailTitle {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #333;
}

.detailTag {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.detailTagItem {
    font-size: 14px;
    color: #464646;
    font-weight: 700;
    margin-right: 40px;
}
i{
    font-weight: 600;
}

.detailTagItem span:last-child {
    font-weight: 400;
}

.detailSubTitle {
    color: #1a1a1a;
    /* line-height: 60px; */
    line-height: 38px;
    font-weight: 700;
    font-size: 16px;
}

.detailSubTxt {
    color: #333;
    line-height: 38px;
    font-size: 15px;
    text-indent: 30px;
    box-sizing: border-box;
}

.detailImg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.detailImg img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
/* 430px */
@media (max-width: 801px) {
    .article{
        margin-top: 40px;
    }
    .newsBg {
        background-color: #f6f6f6;
        padding: 10px 10px;
    }

    .detailImg img {
        width: 100%;
        display: block;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .newsDetailMenu {
        display: none;
    }

    .newsDetailContent {
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 15px 15px;
        border: 1px solid #EEEEEE;
        background: #FFFFFF;
        border-radius: 12px;
        font-family: "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif, "Source Han Serif" !important;
    }

    .detailTitle {
        text-align: center;
        font-size: 18px;
    }

    .detailTag {
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .detailTitle {
        margin-bottom: 20px;
    }

    .detailTagItem {
        margin-right: 10px;
        font-size: 13px;
    }

    .detailImg img {
        width: 100%;
        box-sizing: border-box;
    }

    .detailSubTxt {
        line-height: 28px;
    }

    .detailSubTitle {
        line-height: 50px;
    }
}