    /* 电脑 */
    
    .desktop {
        /*display: none;*/
    }
    
    .desktop .main .content {
        position: relative;
        padding: 0 3.6rem;
        z-index: 9;
        max-width: 151.2rem;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .desktop .main .content .lists-box {
        padding: 2.6rem 0 !important;
        display: flex;
        align-items: flex-start;
        gap: 2.4rem;
    }
    
    .desktop .main .content .lists {
        flex: 3;
        padding: 2.6rem;
        border-radius: 1.6rem;
        border: .1rem solid #0000001A;
        background-color: #FFFFFF;
    }
    
    .desktop .main .content .menu {
        flex: 1;
        padding: 2.6rem;
        border-radius: 1.6rem;
        border: .1rem solid #0000001A;
        background-color: #FFFFFF;
    }
    
    .desktop .main .content .breadcrumb {
        display: flex;
        align-items: center;
    }
    
    .desktop .main .content .breadcrumb a {
        font-family: PingFang SC;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2.2rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(0, 0, 0, 0.4);
    }
    
    .desktop .main .content .breadcrumb a:last-child {
        color: #000000;
    }
    
    .desktop .main .content .breadcrumb p {
        width: 1.6rem;
        height: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 .4rem;
    }
    
    .desktop .main .content .breadcrumb p img {
        width: auto;
        height: .8rem;
    }
    
    .desktop .main .content .lists ul {
        padding-left: 0;
    }
    
    .desktop .main .content .lists ul li {
        padding: 2.6rem 0;
        border-bottom: .1rem solid #E1E1E4;
    }
    
    .desktop .main .content .lists ul li a {
        display: flex;
        gap: 2.4rem;
    }
    
    .desktop .main .content .lists ul li a .item-img {
        width: 23.9rem;
        height: 14.6rem;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 1.2rem;
    }
    
    .desktop .main .content .lists ul li a .item-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .desktop .main .content .lists ul li a .item-info .info-top h3 {
        font-family: PingFang SC;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 2.5rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000B33;
    }
    
    .desktop .main .content .lists ul li a .item-info .info-top p {
        font-family: PingFang SC;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.2rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-top: 1.2rem;
        color: #000B33B2;
    }
    
    .desktop .main .content .lists ul li a .item-info .time {
        font-family: PingFang SC;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.8rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(0, 0, 0, 0.5);
        padding-top: .6rem;
    }
    
    .desktop .main .content .menu {
        position: relative;
    }
    
    .desktop .main .content .menu::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 9.0rem;
        background: url(/img/head-bg4.png) no-repeat center center;
        background-size: cover;
    }
    
    .desktop .main .content .menu .head {
        height: 5.0rem;
    }
    
    .desktop .main .content .menu .head .tabs {
        display: flex;
        align-items: center;
        gap: 4.6rem;
    }
    
    .desktop .main .content .menu .head .tabs .tab-item {
        font-family: PingFang SC;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 3.0rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000B33;
        padding: 2.0rem 0;
    }
    
    .desktop .main .content .menu .head .tabs .tab-item.active {
        position: relative;
        font-family: PingFang SC;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 3.0rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: var(--theme-color);
    }
    
    .desktop .main .content .menu .head .tabs .tab-item.active::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: .4rem;
        border-radius: 9.9rem;
        background-color: var(--theme-color);
    }
    
    .desktop .main .content .menu .menu-list {
        padding-top: 1.5rem;
    }
    
    .desktop .main .content .menu .menu-list ul li {
        padding: 1.2rem;
        border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
    }
    
    .desktop .main .content .menu .menu-list ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .desktop .main .content .menu .menu-list ul li a {
        font-family: PingFang SC;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 5.0rem;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000000;
    }
    
    .desktop .main .content .menu .menu-list ul li a.active {
        color: #0128B7;
        font-weight: 600;
    }