.page-container-inner {
    background: #FEEAB8;

}

.about-banner {
    margin-top: var(--header-height);
    position: relative;
    background: url(../images/news/banner.png);
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.about-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    /*text-shadow: 0 2px 5px rgb(0, 0, 0, 0.3);*/
}

.main {

    padding-right: var(--spacer) !important;
    padding-left: var(--spacer) !important;
}

.filter {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.filter .filter-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.filter .filter-top img {
    width: 20px;
    height: 18px;
}

.filter .filter-top .filter-top-num {
    margin-bottom: 0;
    line-height: 18px;
    color: #595C95;
    margin-left: 5px;
}

.filter-center {
    display: flex;
    flex-wrap: wrap;
}

.filter-content .filter-center-list {
    display: flex;
    flex-wrap: wrap;
}

.filter-content .filter-center-list .filter-center-item {
    display: flex;
    height: 39px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #595C95;
    padding: 0 14px;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 7px;
}

.filter-content .filter-center-list .filter-center-item:last-child {
    margin-right: 25px;
}

.filter-content .filter-center-list .filter-center-item .filter-center-item-text {
    line-height: 39px;
    color: #595C95;
    font-size: 16px;
    margin-bottom: 0;

}

.filter-content .filter-center-list .filter-center-item img {
    width: 12px;
    height: 12px;
    margin-left: 30px;

    cursor: pointer;
}

.filter-center-item-all {
    line-height: 39px;
    color: #595C95;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
    /* flex: 1; */

}

.selectListContent {
    display: none;
}

.selectList {
    margin-top: 30px;
    display: flex;
    transition: all 0.5s;
    padding-bottom: 30px;
}

.selectList .select-item {
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #1D1D1D;
    border-radius: 5px;
    width: 422px;
    position: relative;
    box-sizing: border-box;
    margin-right: 24px;
    position: relative;
}

.selectList .select-item:last-child {
    margin-right: 0;
}

.selectList .select-item .select-item-text {
    margin-bottom: 0;
    line-height: 56px;
    font-size: 18px;
    color: #1D1D1D;
}

@media (max-width: 1000px) {
    .selectList {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .selectList .select-item {
        width: calc(50% - 12px);
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .filter {
        padding-top: 40px;
    }
}

@media (max-width: 600px) {
    .selectList {
        margin-top: 20px;
        display: block;

    }

    .selectList .select-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
}

.selectList .select-item>img {
    transition: all 0.5s;
    width: 18px;
}

.selectList .select-item .select-item-center {
    position: absolute;
    top: -2px;
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    border: 1px solid #1D1D1D;
    border-radius: 5px;
    display: none;
    z-index: 20;
}

/* .selectList .select-item:hover>img {

    transform: rotate(180deg);
} */

.select-item-center .select-item-top {
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    padding: 0 25px;
    position: relative;
    box-sizing: border-box;
}

.select-item-center .select-item-top .select-item-top-text {
    margin-bottom: 0;
    line-height: 56px;
    font-size: 18px;
    color: #1D1D1D;
}

.select-item-center .select-item-top>img {
    transition: all 0.5s;
    width: 18px;

}

.select-item-center:hover .select-item-top>img {
    transform: rotate(180deg);
}

.select-item-center .select-item-list {
    padding: 10px 25px 0;
}

.select-item-center .select-item-list .active .select-item-list-item-left {
    background: #8AC5C9 !important
}

.select-item-center .select-item-list .active .select-item-list-item-left img {
    display: block !important
}

.select-item-list .select-item-list-item {
    display: flex;
    cursor: pointer;
}

.select-item-list-item .select-item-list-item-left img {
    height: 15px;
    width: 15px;
    margin: 1.5px;
    display: none;
}

.select-item-list-item .select-item-list-item-left {
    /* background: #8AC5C9; */
    height: 20px;
    width: 20px;
    border: 1px solid #707070;
}

.select-item-list-item .select-item-list-item-text {
    font-size: 18px;
    color: #1D1D1D;
    margin-left: 10px;
    flex: 1;
}

.select-item-center .select-item-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}

.select-item-center .select-item-footer .select-item-footer-clear {
    font-size: 16px;
    line-height: 35px;
    color: #707070;
    cursor: pointer;
}

.select-item-center .select-item-footer .select-item-footer-Bottom {
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #6363a7;
    cursor: pointer;
}

.img-center {
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}

.img-center .img-item {
    width: 30%;
    color: #1D1D1D;
    margin-bottom: 40px;
}

.img-center .img-item .img-content {
    overflow: hidden;
}

.img-center .img-item .img-content:hover img {
    transform: scale(1.1);
}

.img-center .img-item .img-content img {
    width: 100%;
    aspect-ratio: 1/0.95;
    transition: all 0.5s;
}

.img-center .img-item .title {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.img-center .img-item .date {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.img-center .img-item .des {
    margin: 8px 0;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main .more {
    width: 100%;
    margin-bottom: 100px;
}

.main .more button {
    border: none;
    background: #97588E;
    width: 196px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
}

.sectioncontent {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    max-width: calc(clamp(1100px, 75vw, 1700px) + var(--spacer) * 2);
    margin-left: auto;
    margin-right: auto;
}

.newscate {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-top: 100px;
}

.newscate li a {
    padding: 15px 40px;
    border: 1px solid #1D1D1D;
    color: #1D1D1D;
    border-radius: 5px;
    margin: 0 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 18px;
}

.newscate li a:hover {
    background-color: #97588e;
    border-color: #97588e;
    color: #fff;
}

@media (min-width: 576px) {

    .sectioncontent {
        padding-right: var(--spacer) !important;
        padding-left: var(--spacer) !important;
    }

    .second-content,
    .third-real-content,
    .partner-item>ul {
        padding-right: var(--spacer) !important;
        padding-left: var(--spacer) !important;
    }
}


@media (max-width: 1160px) {}

@media (max-width: 920px) {

    .main,
    .px-3,
    .container-fluid-px,
    .container-fluid-px-mw,
    .no-data span {
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        padding-left: 0 !important;
    }

    .no-data span {
        font-size: 36px;
    }

    .no-data {
        padding-bottom: 80px;
    }

    .img-center .img-item {
        width: 47%;
    }


}

@media (max-width: 1024px) {

    .about-banner .banner-title {
        left: 20%;
    }
}

@media (max-width: 768px) {
    .newscate {
        flex-direction: column;
    }

    .newscate li {}

    .newscate li a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
}

@media (max-width: 750px) {

    .no-data span {
        font-size: 40px;
    }

    .about-banner {
        background: url(../images/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 139px;
    }
}

@media (max-width: 610px) {
    .about-banner .banner-title {
        left: 50%;
        top: 50%;
    }
}

@media (max-width: 610px) {
    .seckback {
        display: none;
        position: fixed;
        z-index: 99999;
        height: 100vh;
        width: 100%;
        right: 0;
        top: 0;
        overflow: hidden;
    }

    .seckback .secoverback {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .83);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .seckback .selectList_mobile {
        background: #fff;
        width: 80vw;
        height: 100vh;
        overflow-y: scroll;
        display: block;
        margin-top: 0;
        float: right;
        position: relative;
        z-index: 99;
    }

    .seckback .select-item {
        position: relative;
        top: 0px;
        left: 0px;
        width: calc(100% + 2px);
        background: #fff;
        border: none;
        border-radius: 0px;
        display: block;
        z-index: 20;
        height: auto;
        padding: 0 5px;
    }

    .seckback .select-item .select-item-center {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }

    .about-banner .banner-title {
        left: 50%;
        top: 50%;
    }

    .filter {
        display: flex;
        flex-direction: column-reverse;
    }

    .filter .filter-top {
        position: relative;
        border: 1px solid #595C95;
        border-radius: 5px;
        display: flex;
        padding: 10px 15px;
        max-width: 155px;
    }

    .filter .filter-top::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 6px;
        background: url(../images/forward.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);

    }

    .selectList {
        display: none;
    }
}

@media (max-width: 520px) {
    .about-banner .banner-title {
        left: 50%;
        top: 50%;
    }

    .img-center .img-item {
        width: 100%;
    }

    .main .more {
        margin-bottom: 40px;
    }

    .img-center {
        margin-bottom: 0px;
    }

    .main .more button {
        width: 170px;
        height: 50px;
    }
}