body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #f6f6f6;
}

.content_01 p {
    text-align: justify;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin: 0;
    padding: 0;
}
.content_01 p,.content_01 span{
    font-family: unset !important;
}
a,
ul,
li,
span,
p {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.wrapper_01 {
    // min-width: 1900px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

.wrapper_01_01 {
    margin: 0 auto;
    max-width: calc(1400px + 3rem);
    min-height: 100vh;
}

.headerImg {
    width: 100%;
    height: 750px;
    position: relative;
}

.headerImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headerImg::after {
    content: '';
    background: linear-gradient(#8a21aa00, #9521a4d8, #9421a4);
    height: 7em;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 98;
}

.pageHeader {
    padding: 30px 0;
}

.pageHeader>span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}

.box-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.box-wrapper .navWrapper {
    width: 250px;
    height: 300px;
    background-color: #873192;
    min-height: 400px;
}

.navWrapper .navTitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}

.navWrapper .navList {
    margin-left: auto;
    width: calc(100% - 15px);
    height: auto;
    background-color: #fff;
    border: 1px solid #ebebeb;
    min-height: 400px;
    position: relative;
}

.navList>li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
    text-indent: 30px;
    position: relative;
}

.navList>li>a {
    color: #333;
    font-size: 16px;
    position: relative;
}

.navList li.active>a {
    color: #750d87;
    font-weight: bold;
    font-size: 18px;
}

.navList li.active>a::before {
    content: "";
    background-color: #750d87;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 40px;
}

.navList li.active::after {
    content: ">";
    float: right;
    color: #873192;
    font-size: 18px;
    font-weight: bold;
    margin-right: 36px;
}

.navList .navImgBg {
    width: 100%;
    position: absolute;
    bottom: -211px;
}

.navImgBg>img {
    width: 100%;
    height: 100%;
}

.box-wrapper .content {
    width: calc(100% - 250px - 50px);
    min-height: calc(100vh - 40px - 68px);
    height: auto;
    background-color: #fff;
    margin-left: 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 24px;
    min-height: 900px;
}

.content_01 {
    padding: 30px 48px;
    padding-top: 48px;
}


.content_01>p {
    font-size: 16px;
    line-height: 1.5;
    text-indent: 2rem;
    margin-bottom: 8px;
    color: #303030;
    line-height: 32px;
    text-align: justify;
}

.content_label {
    position: relative;
}

.content_label>span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
}

.content_label::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #873192;
    font-size: 18px;
    position: absolute;
}

.img-style {
    width: 100%;
    height: auto;
    margin-top: 38px;
    margin-bottom: 48px;
}

.img-style-common {
    width: 100%;
    height: auto;
}

.margin-top-48 {
    margin-top: 48px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-16 {
    margin-top: 16px;
}


.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main-color) !important;
    color: #fff;
}

.gloable-page {
    text-align: center
}

.main-label {
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

:root {
    --main-color: #750d87;
    --main-color-light: #873192;
    --main-color-dark: #9421a4;
    --main-color-darkest: #8a21aa;
    --main-color-lightest: #f6f6f6;
}



#headNav {
    display: none;
}

/*列表样式*/
#containerId ul>li {
    height: 80px;
    line-height: 80px;
    background-color: #faf6fb;
    margin-bottom: 12px;
    text-indent: 2rem;
    position: relative;
}

#containerId ul>li>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#containerId ul>li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 50%;
    background-color: #750d87;
    position: absolute;
    left: 0px;
}

.newsDate {
    margin-right: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px;
    justify-content: center;
    color: #750d87;

}

.newsName {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.newsDate span {
    font-size: 14px;
}

.newsDate .time {
    font-size: 18px;
    color: #750d87;
}


.A2-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 12px;
    padding-top: 24px;
}

.A2-wrapper .item {
    width: calc(50% - 8px);
    /* 减去间隙的一半 */
    line-height: 80px;
    border: 1px solid #ccc;
    /* cursor: pointer; */
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    text-indent: 2rem;
    letter-spacing: 1px;
}

.A2-wrapper .item:hover {
    background-color: #FBF3FD;
}

.container {
    display: inherit;
    max-width: calc(70rem + 4em);
    margin: 0 auto;
    align-items: inherit;
    justify-content: inherit;
    flex-wrap: inherit;
}


@media screen and (max-width: 768px) {
    .wrapper_01 {
        min-width: 100%;
    }

    .wrapper_01_01 {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .navWrapper {
        display: none;
    }

    .headerImg {
        height: auto;
    }
   .headerImg::after{
content: '';
    background: linear-gradient(#8a21aa00, #9521a4d8, #9421a4);
    height: 3em;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 98;
}
.headerImg>img{

}

    .box-wrapper .content {
        width: calc(100% - 16px);
        margin: 0 auto;
    }

    .content_01 {
        padding: 30px 12px;
        padding-top: 48px;
    }

    .content-table-wrapper .table-item {
        font-size: 14px !important;
        line-height: inherit !important;
        display: flex;
        align-items: center;
    }

    .img-style {
        margin: 12px 0 12px 0 !important;
        height: auto;
        object-fit: cover;
    }

    .pageHeader {
        padding: 18px 0;
        margin-left: 8px;
    }

    #containerId ul>li {
        text-indent: 1rem;
    }

    .newsName {
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 12px;
        text-overflow: ellipsis;
        color: #333333;
    }

    .newsDate {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 24px;
        justify-content: center;
        color: #750d87;
        width: 30%;
    }

    .margin-top-48 {
        margin-top: 24px;
    }

    .A2-wrapper {
        margin-left: 0;
        padding-top: 0;
    }

    .A2-wrapper .item {
        text-align: center;
        text-indent: 0;
        font-size: 14px;
        height: 50px;
        line-height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .layui-laypage-next em,
    .layui-laypage-prev em {
        font-size: 14px !important;
    }

    .layui-laypage a,
    .layui-laypage span {
        padding: 0 10px !important;
    }

}

@media screen and (max-width: 550px) {
    .A2-wrapper .item {
        width: 100%;
    }
}