.newsBg {
    background-color: #f6f6f6;
    padding: 140px 0;
}

.newsDetailMenu {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
}
.newsDetailMenu>span:hover{
    color: #007aff;;
}

.newsDetailContent {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 50px 40px;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    border-radius: 12px;
    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;
}
.ab1942{
    color: #ab1942 !important;
}
.ff0000{
    color: #ff0000 !important;
}

.detailTagItem span:last-child {
    font-weight: 400;
}

.detailSubTitle {
    color: #1a1a1a;
    line-height: 38px;
    font-weight: 700;
    font-size: 16px;
}
.scanCodeTxt{
    color: #007aaa;
    line-height: 38px;
    text-indent: 30px;
    font-weight: 700;
    font-size: 15px;
    box-sizing: border-box;
}

.detailSubTxt{
    color: #333;
    line-height: 38px;
    font-size: 15px;
    text-indent: 30px;
    box-sizing: border-box;
}
.detailSubTable{
    border: 1px solid #dddddd;
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: left;
}
.detailSubTable th{
    text-align: center;
    padding: 15px 0;
    border: 1px solid #dddddd;
    background-color: #0e3383;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.detailSubTable td {
    vertical-align: top;
    width: 50%;
    border: 1px solid #dddddd;
    padding: 15px ;
    line-height: 2;
}


.detailImgTitle{
    margin-top: 10px;
    margin-bottom: 20px;
}

.detailImg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.detailImg img {
    width: 80%;
    display: block;
    margin: 0 auto;
}


.activeity_manager{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    margin: 15px auto;
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
    background-color: #9cb737;
    border-radius: 12px 12px 12px 50px;
    color: #fff;
}
.activeity_manager .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.activeity_manager .left .title {
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 20px;
}
.activeity_manager .left .text {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.activeity_manager .line {
    width: 2px;
    height: 60%;
    background-color: #fff;
}
.activeity_manager .right {
    display: flex;
    align-items: center;
    height: 100%;
}
.activeity_manager .right .itemBox {
    font-size: 20px;
}
.activeity_manager .right .itemBox div {
    margin-bottom: 10px;
}
.activeity_manager .right .itemBox div:last-child {
    margin-bottom: 0;
}
.activeity_manager .right .r-line {
    margin: 0 24px;
    width: 18px;
    height: 18px;
}
.activeity_manager .right .itemCode {
    flex: 0 0 auto;
    padding: 15px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.activeity_manager .right .itemCode:last-child {
    margin-right: 0;
}
/* 移动的样式 */
@media (max-width: 800px) {
    .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;
    }

    .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;
    }
    .detailSubTable th{
        padding: 10px 0;
        font-size: 14px;
    }
    .detailSubTable td{
        padding: 10px;
        font-size: 13px;
    }
    .scanCodeTxt{
        line-height: 28px;
    }
    /* 底部 */
    .activeity_manager{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px auto;
        padding: 15px;
        height: 100%;
    }
    .activeity_manager .left {
        width: 100%;
    }

    .activeity_manager .left .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .activeity_manager .left .text {
        font-size: 14px;
    }
    .activeity_manager .line {
        width: 100%;
        height: 2px;
        margin: 15px 0;
    }

    .activeity_manager .right .itemBox {
        font-size: 14px;
    }
    .activeity_manager .right .itemBox div {
        margin-bottom: 8px;
    }
    .activeity_manager .right .r-line {
        margin: 0 10px;
        width: 14px;
        height: 14px;
    }
    .activeity_manager .right .itemCode {
        padding: 10px;
        width: 60px;
        height: 60px;
        margin-right: 12px;
        background-color: #fff;
    }
}