* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
}
html body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: inherit;
    padding-top: 53px;
}
html body  {
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
}
html body ul {
    margin: 0;
    padding: 0;
}
html body ul li {
    list-style: none;
}
html body p {
    margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
    margin: 0;
    padding: 0;
}
html body a {
    text-decoration: none;
}
html body img {
    border: none;
}
html body input {
    border: none;
    padding: 0;
}
html body button {
    padding: 0;
    background: transparent;
    border: none;
}
@media (min-width: 1920px) {
    #zpFullpage {
        width: 1920px;
        margin: 0 auto;
    }
    body {
        background-color: #0D0C08;
    }

}
.ctBody {
    width: 100%;
    height: auto;
}
.ctTop {
    width: 100%;
    height: 248px!important;
    position: relative;
}
.topBj {
    width: 100%;
    height: 100%;
    position: relative;
}
.topBj img {
    width: 100%;
    height: 100%;
    object-fit:fill
}
.topBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 40px;
}
.topBox h1 {
    color: #fff;
    font-size: 40px;
    font-family: cursive;
}
.searchBox {
    width: 662px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 0;
}
.searchLeft {
    width: 662px;
    height: 52px;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}
.searchLeft input {
    background-color: #fff;
    width: 80%;
    height: 100%;
    font-size: 18px;
    text-indent: 18px;
    outline: none;
    float: left;
}
.searchBtn {
    width: 20%;
    height: 100%;
    background-color: #B20B30;
    color: #DECCAC;
    font-size: 20px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    display: inline-block;
    float: right;
}
.navUl {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 16px auto 0;
}
.navUl a, .navUl > div {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 12px;
    color: #fff;
    font-size: 18px;
}
.ctBox {
    width: 1250px;
    height: auto;
    min-width: 1250px;
    margin: 30px auto;

}
.ctBox1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ciRightDd {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ciRightDd > span {
    display: inline-block;
    width: 10px;
    height: 24px;
    background-color: #B20B30;
}
.dyDiv {
    width: auto;
    height: auto;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin: 0 12px;
}
.dyDiv > span {
    color: #B20B30;
    font-size: 24px;
}
.dyLine {
    flex: 1;
    height: 1px;
    background-color: #EEEEEE;
}
.dyText {
    width: 100%;
    height: auto;
    padding-left: 22px;
    color: #333333;
    font-size: 16px;
    margin-top: 16px;
}
.ctBoxLeft {
    width: 915px;
    height: auto;
    margin-right: 18px;
}
.ctBoxRight {
    flex: 1;
    height: auto;
    overflow: hidden;
}
.ctBoxLeftLi {
    width: 100%;
    height: auto;
    padding: 18px 24px;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    margin-bottom: 18px;
}
.leftLiLeft {
    width: 168px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
}
.rwBj {
    width: 100%;
    height: 100%;
    background-image: url("https://imgs0.zupu.cn/news/2021/6/28/455/c65b7939-ccef-4d2c-bdad-7b121db76c53.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.rwTop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rwTop img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.leftLiRight {
    flex: 1;
    height: auto;
}
.leftLiRightTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.leftLiRightTop div {
    color: #111111;
    font-size: 26px;
}
.leftLiRightTop span {
    color: #333;
    font-size: 20px;
}
.leftLiRightText {
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 18px;
    margin-top: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.leftLiRightType {
    width: 100%;
    height: auto;
    text-align: right;
    color: #999999;
    font-size: 18px;
    margin-top: 13px;
}
.pagegation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.pagegation .pages {
    display: flex;
    align-items: center;
}

.pagegation .pages .num {
    width: 44px;
    height: 44px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-right: 8px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.pagegation .pages .num.active {
    border-color: #b20b30;
    color: #b20b30;
}

.pagegation .pages .num:last-child {
    margin-right: 16px;
}
.pagegation .pages .head, .pagegation .pages .prev, .pagegation .pages .next, .pagegation .pages .end {
    font-size: 16px;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}
.rightBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 8px #E4E5E8;
    padding: 22px 18px;
    margin-bottom: 18px;
}
.rightBoxTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rightBoxTopLeft {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.rightBoxTopLeft span {
    width: 3px;
    height: 22px;
    background-color: #B20B30;
    margin-right: 5px;
}
.rightBoxTopLeft p {
    color: #111111;
    font-size: 22px;
    font-weight: bold;
}
.rightBoxTop a {
    color: #B20B30;
    font-size: 16px;
    cursor: pointer;
}
.rightBoxUl {
    width: 100%;
    height: auto;
    margin-top: 18px;
}
.rightBoxUl a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}
.rightGxUl {
    width: 100%;
    height: auto;
    margin-top: 18px;
}
.rightGxLi {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 18px;
}
.rightGxLi > img {
    width: 100px;
    height: 130px;
    margin-right: 8px;
}
.gxLiRight {
    flex: 1;
    height: auto;
}
.gxLiRightTit {
    color: #002F6B;
    font-size: 18px;
    text-align: left;
}
.gxLiRightText {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.gxLiRightType {
    width: 100%;
    height: auto;
    text-align: right;
    color: #999999;
    font-size: 12px;
    margin-top: 12px;
}










.ctFoot {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border-top: 1px solid #f3f3f3;
    padding: 20px 30px;
    margin: 30px 0;
}
.footTop {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.footTop a {
    margin: 0 10px;
    cursor: pointer;
    color: #0a7aec;
}
.footFoot a {
    color: #999999;
}
.pagegation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.pagegation .pages {
    display: flex;
    align-items: center;
}

.pagegation .pages .num {
    width: 44px;
    height: 44px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-right: 8px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.pagegation .pages .num.active {
    border-color: #b20b30;
    color: #b20b30;
}

.pagegation .pages .num:last-child {
    margin-right: 16px;
}
.pagegation .pages .head, .pagegation .pages .prev, .pagegation .pages .next, .pagegation .pages .end {
    font-size: 16px;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}