body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.header {
    color: white;
    padding: 10px 0;
    text-align: center;
}

.header02 {
    padding-top: 18px;
    padding-bottom: 40px;
}

.header img {
    max-width: 100%;
}

.nav {
    background-color: #1D4AB3;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.nav a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    /* 增加了水平方向的 padding */
    text-decoration: none;
    font-size: 18px;
    /* 增大字体大小 */
    transition: background-color 0.3s;
    /* 添加过渡效果 */
}

.nav a:hover {
    background-color: #3670C2;
}

.nav a.active {
    background-color: #3670C2;
    border-bottom: 3px solid #ffffff;
    font-weight: bold;
    /* 加粗文字 */
}

.content {
    padding: 20px;
}

.notice {
    background-color: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.notice-date {
    color: #8e24aa;
    font-size: 26px;
    /* 增大字体 */
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.notice-date2 {
    color: #8e24aa;
    font-size: 14px;
    /* 增大字体 */
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
}

.notice-text {
    font-size: 18px;
    position: relative;
    text-decoration:none;
    color: black;
}

.notice-text::before {
    content: '';
    position: absolute;
    left: -10px;
    height: 100%;
    width: 2px;
    background-color: #8e24aa;
    margin-right: 20px;
}
.CurrChnlCls{
    position: relative;
    text-decoration:none;
    color: black;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 20px;
}
#xlmain {
    display: block;
    overflow: hidden;
    margin: 0px;
}

.xltoptitle {

    padding: 0px 0px 10px 0px;
    margin: 0;
}

#xlmain .wztitle {
    font-size: 26px;
    line-height: 38px;
    color: #444;
    margin: auto;
    /* padding: 0 13%; */
    text-decoration: none;
    /* text-align: center; */
    font-weight: 700;
}
.Previous_Next {
    overflow: hidden;
    padding: 45px 0;
    border-top: 1px solid #D5D5D5;
}

.Previous_Next a {
    font-size: 16px;
    color: #999;
}

.Previous_Next a:hover {
    color: #0A3B8D;
}

.Previous_Next a span {
    font-size: 18px;
    display: inline-block;
    margin: 0 4px;
}
/* leftnav */
.left_ejnav {
    float: left;
    width: 50%;
    margin-bottom: 50px;
}

.right_ejcent {
    margin: auto;
    float: none;
    width: 90%;
    /* padding-left: 10px; */
}
.textxl{
    padding: 0px;
}
.main-content{
    text-indent: 2em;
    font-size: 20px
    !important;

}