body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-family: 'Crimson Pro';
    font-size: 28px;
    line-height: 1.4;
    --wp--style--root--padding-top: 0;
    --wp--style--root--padding-right: 6vw;
    --wp--style--root--padding-bottom: 0;
    --wp--style--root--padding-left: 6vw;
}

* {
    margin: 0;
    padding: 0;
}

header {
    background: #3b3b3b;
    font-family: 'Metropolis';
    padding: .5rem;
}

a {
    text-decoration: auto;
    display: flex;
    flex-direction: column;
    color: #fff;
}

ul, ol, li {
    list-style: none;
}

.header {
    margin: auto;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 100%;
    max-width: 200px;
}

.type {
    display: flex;
    overflow: auto;
}

.type-item {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    transition: all .3s;
}

.type-item:hover {
    background: #4692ff;
}

.btn {
    background: none;
    border: none;
    outline: none;

    width: 30px;
    height: 30px;
}

.btn img {
    width: 100%;
    height: 100%;
}

.main-content {
    max-width: 1140px;
    margin: 1rem auto;
}

.top-text {
    margin-bottom: 2rem;

    display: flex;
    gap: 1rem;
}

.top-left {
    flex: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.top-right {
    flex: 1;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.top-text-item {
    position: relative;

    width: 100%;
    aspect-ratio: 4/2.25;
}

.text-img {
    width: 100%;
    aspect-ratio: 4/2.25;
    transition: all .3s;
}

.text-img:hover {
    scale: 1.08;
}

.top-text-info {
    width: 100%;
    position: absolute;
    bottom: .5rem;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.top-text-info p {
    padding: 0 10px;
}

.next-text {
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    position: relative;
}

.next-left {
    flex: 7.5;
    width: 75%;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.next-right {
    flex: 2.5;
    width: 25%;
    position: sticky;
    top: 1rem;
    max-height: 900px;
}

.next-1, .next-2, .next-3 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.next-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.next-type {
    font-size: 24px;
    font-weight: bold;
    color: #404040;
}

.next-top a {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}

.next-1-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.next-1-item {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.next-1-left {
    width: 30%;
    flex: 3;
    position: relative;
    display: flex;
}

.next-1-cate {
    position: absolute;
    top: 0;
    left: 0;

    background: #404040;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 5px;
}

.next-1-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 7;
    width: 70%;
}

.next-1-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.next-1-desc {
    color: #787878;
    font-size: 15px;
}

time {
    color: #888888;
    font-size: 12px;
}

.next-2-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.next-2-item {
    background: #edf1f4;
}

.next-2-top {
    width: 100%;
    aspect-ratio: 4/2.25;
    position: relative;
    display: flex;
}

.next-2-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: .5rem;
}

.tools {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-btn {
    display: none;
}

.top-text-item a {
    width: 100%;
    height: 100%;
}

.top-text-item img {
    height: 100%;
}

.next-2-title p {
    padding: 0 10px;
}

.next-2-bottom {
    color: #787878;
    font-size: 14px;
    margin: 10px;
}

.next-3-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
}

.next-3-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.next-3-img {
    width: 100%;
    display: flex;
}

.next-3-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.next-right, .next-4, .next-5 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.next-4-item {
    width: 100%;
    position: relative;
    display: flex;
}

.next-4-cate {
    position: absolute;
    top: 0;
    left: 0;
    background: #279bff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 2px 5px;
}

.next-4-title {
    position: absolute;
    bottom: .5rem;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.next-4-title p {
    padding: 0 10px;
}

.next-5-item {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.next-5-left {
    flex: 4;
    width: 30%;
    display: flex;
}

.next-5-right {
    flex: 6;
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.next-5-title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.next-5-cate {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

footer {
    background: #3b3b3b;
    padding: 2rem 0;
}

.footer {
    margin: auto;
    max-width: 1140px;
    padding: 0 10px;
}

.footer-list {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding-bottom: 2rem;
}

.footer-item {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.copyright {
    padding-top: 2rem;
    border-top: 1px solid #5e6369;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #b5b1b1;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.site-main {
    position: relative;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100000;
    transition: all .3s;
    right: -100%;
}

.menu-bg {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
}

.menu-info {
    width: 70%;
    height: 100%;
    background: #3b3b3b;
    max-width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100001;
    padding: 2rem 1.5rem;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.menu-close {
    width: 30px;
    height: 30px;
}

.menu-item {
    font-weight: bold;
    font-size: 1.5rem;
}

.search-content {
    position: fixed;
    width: 100%;
    height: 210px;
    top: -250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 100000;
    background: #3b3b3b;
    transition: all .5s;
}

.search-info {
    padding: 20px;
    text-align: center;
}

.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 2rem auto;
}

.search-input {
    height: 40px;
    border-radius: 50px;
    background: #b2b0b0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 50px 0 15px;
    width: 100%;
    border: none;
    outline: none;
}

.search-input-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;

    background: none;
    border: none;
    outline: none;
}

.search-input-btn img {
    width: 100%;
    height: 100%;
}


.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50px;
    background: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
}

.scroll-top:hover {
    background: #4692ff;
}

.scroll-top img {
    width: 50%;
    height: 50%;
}

.article-content {
    font-size: 16px;
}

.article-content img {
    max-width: 100%;
}

.article-content p, .article-content li, .article-content div {
    margin: 0 0 16px;
    line-height: 1.8;
}

.article-content ul, .article-content ol {
    padding-left: 30px;
}

.article-content ul, .article-content li, .article-content ol {
    list-style: disc;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    margin: 16px 0;
    font-weight: bold;
    line-height: 1.3;
}

.article-content a {
    color: #4692ff;
    display: inline;
}

@media screen and (max-width: 768px) {
    .top-text {
        flex-direction: column;
    }

    .next-text {
        flex-direction: column;
    }

    .next-left {
        width: 100%;
    }

    .next-right {
        width: 100%;
        max-height: 100%;
    }

    .next-1-left {
        width: 50%;
        flex: 5;
    }

    .next-1-right {
        flex: 5;
        width: 50%;
        gap: .5rem;
    }

    .next-2-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .next-3-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .next-1, .next-2, .next-3 {
        gap: 1rem;
    }

    .menu-btn {
        display: block;
    }

    .type {
        display: none;
    }
}


@media screen and (max-width: 1140px) {
    .main-content {
        margin: 1rem 10px;
    }
}

.banners {
    overflow: hidden;
    display: flex;
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

.banner_dot {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: white;
}

.banner_arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.bottom-1-5 {
    bottom: 1.5rem;
}

.banner_arrows img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #7575735e;
}

.banner {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s;
}

.banner.active {
    opacity: 1;
}

.page_size {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    gap: 1rem;
}

.page_size li, .page_size a {
    color: #333;
    font-weight: bold;
}