.newsshow p,
.newsshow h1,
.newsshow h2,
.newsshow h3,
.newsshow h4,
.newsshow h5,
.newsshow h6,
.newsshow h7,
.newsshow span {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif !important;
    line-height: 1.8 !important;
}

.pagebox .active a {
    color: var(--text-lv5);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    cursor: pointer;
}

.inban {
    padding-top: 0;
    padding-bottom: 0;
}

.inbox.search {
    display: flex;
    align-items: flex-end;
    position: absolute;

    top: 20%;
    left: 50%;
    transform: translateX(-50%);

}

.inban-solution img {
    width: 100%;
    height: auto;
}

.inbox.search .searchbox input[name="keywords"] {
    color: var(--text-lv5);
    font-size: 16px;
    font-family: Ping;
    letter-spacing: .5px;
    padding: 0 40px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    min-width: 500px;
    backdrop-filter: blur(0);
    transition: all 0.3s ease 0s;
}

@media (max-width:1400px) {}

@media (max-width:1000px) {
    .inbox.search .searchbox {
        height: 40px;
    }


    .newsshow {
        width: 90%;
        margin: auto;
    }

    .outbox {
        padding: 10px 0;
    }

    .solbox .inbox .sollist a .pic img {
        width: 100%;
    }

    .inbox.search {
        width: 100%;
        height: 100%;
        flex-direction: column;

        text-align: center;
        align-items: center;
    }

    .text h3 {
        font-size: 31px !important;
        color: #ffffff;
    }

    .text p {
        font-size: 20px !important;
        color: #ffffff;
    }

    .inbox.search .text {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .inbox.search .searchbox input[name="keywords"] {
        min-width: auto;
        width: 60%;
        padding: 0 10px;
        font-size: 14px;
    }

    .inbox.search .searchbox button {
        padding: 0 20px;
    }

    .solbox {
        margin-top: 0px;
    }

    .solbox .inbox .sollist {
        min-width: 90%;
        max-width: 90%;
        margin: 10px auto;
    }

    .pagebox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pagebox li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-bottom: 5px
    }

    .inbox.search {
        padding: 0;
    }
}