@media screen and (max-width: 768px) {
    .pc-content {
        display: none;
    }

    .mobile-content {
        display: block;
        width: 100%;
    }

    .news-m-1 {
        width: 100%;
        height: 96.8vw; /* 363px 转换为 vw：363 / 375 * 100 = 96.8vw */
        background: url("../imgs/news-mobile/banner@2x.png") no-repeat center / 100% 100%;
    }

    .news-m-1 .title {
        font-weight: 500;
        font-size: 6.933333vw; /* 26px 转换为 vw：26 / 375 * 100 = 6.933333vw */
        color: #ffffff;
        padding-top: 27.2vw; /* 102px 转换为 vw：102 / 375 * 100 = 27.2vw */
        text-align: center;
    }

    .tabs {
        width: 49.066667vw; /* 184px 转换为 vw：184 / 375 * 100 = 49.066667vw */
        height: 8.533333vw; /* 32px 转换为 vw：32 / 375 * 100 = 8.533333vw */
        border-radius: 1.6vw 1.6vw 1.6vw 1.6vw; /* 6px 转换为 vw：6 / 375 * 100 = 1.6vw */
        border: 0.266667vw solid #6759FF; /* 1px 转换为 vw：1 / 375 * 100 = 0.266667vw */
        margin: 5.333333vw auto; /* 20px 转换为 vw：20 / 375 * 100 = 5.333333vw */
    }

    .tabs .tab {
        flex: 1;
        height: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 3.733333vw; /* 14px 转换为 vw：14 / 375 * 100 = 3.733333vw */
        color: #6759FF;
        line-height: 8.533333vw; /* 32px 转换为 vw：32 / 375 * 100 = 8.533333vw */
    }

    .tabs .tab.active {
        background: #6759FF;
        color: #ffffff;
    }

    .news-list {
        background: #FCFCFF;
        box-sizing: border-box;
        padding: 20px;
    }

    .news-item {
        width: 100%;
        background: #FFFFFF;
        border-radius: 1.066667vw 1.066667vw 1.066667vw 1.0667vw; /* 4px 转换为 vw：4 / 375 * 100 = 1.066667vw */
        box-sizing: border-box;
        padding: 4vw; /* 15px 转换为 vw：15 / 375 * 100 = 4vw */
        margin-bottom: 5.333333vw; /* 20px 转换为 vw：20 / 375 * 100 = 5.333333vw */
    }

    .news-item:last-child {
        margin-bottom: 0;
    }

    .news-item img {
        width: 81.333333vw; /* 305px 转换为 vw：305 / 375 * 100 = 81.333333vw */
        height: 48vw; /* 180px 转换为 vw：180 / 375 * 100 = 48vw */
        border-radius: 1.066667vw; /* 4px 转换为 vw：4 / 375 * 100 = 1.066667vw */
        margin-bottom: 3.733333vw; /* 14px 转换为 vw：14 / 375 * 100 = 3.733333vw */
    }

    .news-item .item-info-title {
        font-weight: 500;
        font-size: 4.266667vw; /* 16px 转换为 vw：16 / 375 * 100 = 4.266667vw */
        color: #1F1F1F;
        line-height: 6.4vw; /* 24px 转换为 vw：24 / 375 * 100 = 6.4vw */
        margin-bottom: 1.6vw; /* 6px 转换为 vw：6 / 375 * 100 = 1.6vw */
    }
    .news-item .item-info-desc {
        font-weight: 400;
        font-size: 3.733333vw; /* 14px 转换为 vw：14 / 375 * 100 = 3.733333vw */
        color: #82878F;
        line-height: 7.466667vw; /* 28px 转换为 vw：28 / 375 * 100 = 7.466667vw */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
