body {
    background-color: #F3F3F3;
}

.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.main .tabUl {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
}

.main .tabUl li {
    width: 30%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.main .tabUl .active {
    background-color: #e22323;
    color: #fff;
}



.xzcfxw {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.xzcfxw .xzcfxw-link .news-title {
    /* color: #E22323; */
    margin-bottom: 20px;
}

.xzcfxw .xzcfxw-link .word {
    margin-bottom: 10px;
}

.xzcfxw .xzcfxw-link .word-title {
    font-size: 18px;
    font-weight: 600;
    color: #5C6466;
    margin-bottom: 10px;
}

.xzcfxw .xzcfxw-link .news-title,
.xzcfxw .xzcfxw-link .word,
.xzcfxw .xzcfxw-link .word-title {
    text-indent: 2em;
}

.xzcfxw .xzcfxw-link .news-title:first-child {
    text-indent: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7dff46b;
}

.xzcfxw .xzcfxw-link .bb {
    padding-bottom: 10px;
}


.wap{
    width: 96%;
    margin: 10px auto;
}

.wap .tabUl li{
    width: fit-content;
    padding: 0 10px;
}

.pceo .xzcfxw .xzcfxw-link .news-title, 
.pceo .xzcfxw .xzcfxw-link .word, 
.pceo .xzcfxw .xzcfxw-link .word-title,
.wapeo .xzcfxw .xzcfxw-link .news-title, 
.wapeo .xzcfxw .xzcfxw-link .word, 
.wapeo .xzcfxw .xzcfxw-link .word-title{
    font-size: 18px;
}


