@media (min-width:768px) {
    .news-card-static {
        width: 390px;
        margin-left: 30px;
    }

    /* 右侧静态卡片样式 */
    .news-card-static {
        width: 385px;
        margin-left: 30px;
    }

    /* 会员特权横幅 */
    .news-card-static .vip-banner {
        background-color: #FF6B6B;
        color: #FFF;
        text-align: center;
        position: relative;
        overflow: hidden;
        width: 385px;
        height: 147px;
        border-radius: 5px;
        object-fit: cover;
    }

    /* 摩讯从这开始标题 */
    .news-card-static .section-title {
        padding: 15px 5px 8px;
        font-size: 26px;
        font-weight: 600;
        color: #333;
        position: relative;
    }

    .news-card-static .section-title::after {
        content: "";
        display: block;
        width: 100px;
        height: 4px;
        background-color: #FF6B6B;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .news-card-static .section-title::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #F2F2F2;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* 摩耶按摩文章数量 */
    .news-card-static .article-count {
        padding: 15px 5px 5px;
    }

    .news-card-static .article-count-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .news-card-static .article-count-item:last-child {
        margin-bottom: 0;
    }

    .news-card-static .article-count-item img {
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }

    .news-card-static .article-count-item .article-title {
        flex: 1;
        font-size: 14px;
        color: #333;
    }

    .news-card-static .article-count-item .article-number {
        font-size: 14px;
        color: #FF6B6B;
        font-weight: 600;
    }

    /* 精选文章 */
    .news-card-static .featured-article {
        position: relative;
        overflow: hidden;
        margin-top: 20px;
    }

    .news-card-static .featured-index {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 20px;
        background-color: #FF0000;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        z-index: 10;
        border-radius: 5px 0;

    }

    .news-card-static .featured-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 5px;
    }

    .news-card-static .featured-content {
        padding: 12px 0 0;
    }

    .news-card-static .featured-title {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin-bottom: 8px;
        line-height: 1.4;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-card-static .featured-meta {
        font-size: 12px;
        color: #999;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* 你可能会关心 */
    .news-card-static .you-may-care {
        padding: 0 0px 5px 0px;
    }

    .news-card-static .care-item {
        display: flex;
        align-items: center;
        margin: 20px 0;
        border-radius: 8px;
        transition: all 0.3s ease;
        position: relative;
    }

    .news-card-static .care-item:hover {
        transform: translateX(5px);
    }

    .news-card-static .care-item .care-index {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 20px;
        background-color: #FF0000;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        z-index: 10;
        border-radius: 5px 0;
    }

    .care-image {
        object-fit: cover;
        border-radius: 5px;
        width: 122px;
        height: 70px;
        margin-right: 10px;
    }

    .news-card-static .care-item .care-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 60px;
    }

    .news-card-static .care-item .care-title {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        line-height: 1.3;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-card-static .care-item .care-meta {
        font-size: 14px;
        color: #999;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* 问答部分 */
    .news-card-static .qa-section {
        overflow: hidden;
    }

    

	.qa-meta-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: auto;
	}

	.qa-views-icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.qa-item-first {
		display: flex;
		flex-direction: column;
		width: 380px;
		height: 211px;
		background-size: 100% 100%;
		background-image: url('/images/news/16.png');
		color: #FFF;
		border-bottom: none !important;
		border-radius: 5px 5px 0 0;
	}

	.news-card-static .qa-item {
		padding: 15px;
		border-bottom: 1px dashed #AAAAAA;
		background-color: #FFF;
		box-sizing: border-box;
	}

	.news-card-static .qa-item:last-child {
		border-bottom: none;
	}

	.qa-item-first .qa-question {
		font-size: 18px !important;
		font-weight: 600;
		margin-bottom: 8px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.qa-item .qa-question {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

    .qa-item-first .qa-question {
		font-size: 18px !important;
		font-weight: 600;
		margin-bottom: 8px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.qa-item .qa-question {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news-card-static .qa-answer {
		font-size: 14px;
		margin-bottom: 12px;
		line-height: 1.4;
		opacity: 0.9;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.news-card-static .qa-meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 12px;
		opacity: 0.8;
	}

	.qa-time {
		margin-left: 10px;
	}

	.news-card-static .qa-btn {
		background-color: #FFF;
		color: #FF4D4D;
		border: none;
		padding: 6px 12px;
		border-radius: 15px;
		font-size: 12px;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.news-card-static .qa-btn:hover {
		background-color: #FFE5E5;
		transform: scale(1.05);
	}

	/* 从这开始探索 */
	.news-card-static .explore-section {
		margin-bottom: 40px;
		margin-top: 24px;
	}

	.news-card-static .explore-title {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		margin: 0 0 15px 0;
		position: relative;
		padding-left: 15px;
	}

	.news-card-static .explore-title::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 16px;
		background-color: #FF4D4D;
		border-radius: 2px;
	}

	.news-card-static .explore-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.news-card-static .explore-tag {
		background-color: #F0F0F0;
		color: #333;
		padding: 6px 12px;
		border-radius: 5px;
		font-size: 12px;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.news-card-static .explore-tag:hover {
		background-color: #FFE5E5;
		color: #FF4D4D;
		transform: scale(1.05);
	}

	/* 特殊标签样式 */
	.news-card-static .explore-tag:nth-of-type(1n) {
		background-color: #EEF2FF;
		color: #5C7CFF;
	}

	.news-card-static .explore-tag:nth-of-type(2n) {
		background-color: #FFF0E6;
		color: #FF6F06;
	}

	.news-card-static .explore-tag:nth-of-type(3n) {
		background-color: #E7F8E9;
		color: #32B343;
	}

	.news-card-static .explore-tag:nth-of-type(4n) {
		background-color: #E9F4FE;
		color: #2997F7;
	}

	.news-card-static .explore-tag:nth-of-type(5n) {
		background-color: #FFEEF1;
		color: #F1404B;
	}

	.news-card-static .explore-tag:nth-of-type(6n) {
		background-color: #FFEEF1;
		color: #F1404B;
	}
}

@media (max-width: 767px) {
    .news-card-static {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
    /* 右侧静态卡片样式 */
	/* 会员特权横幅 */
	.news-card-static .vip-banner {
		background-color: #FF6B6B;
		color: #FFF;
		text-align: center;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 120px;
		border-radius: 5px;
		object-fit: cover;
	}

	/* 摩讯从这开始标题 */
	.news-card-static .section-title {
		padding: 12px 5px 6px;
		font-size: 22px;
		font-weight: 600;
		color: #333;
		position: relative;
	}

	.news-card-static .section-title::after {
		content: "";
		display: block;
		width: 80px;
		height: 4px;
		background-color: #FF6B6B;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.news-card-static .section-title::before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #F2F2F2;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	/* 摩耶按摩文章数量 */
	.news-card-static .article-count {
		padding: 12px 5px 5px;
	}

	.news-card-static .article-count-item {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
	}

	.news-card-static .article-count-item:last-child {
		margin-bottom: 0;
	}

	.news-card-static .article-count-item img {
		width: 22px;
		height: 22px;
		margin-right: 6px;
	}

	.news-card-static .article-count-item .article-title {
		flex: 1;
		font-size: 13px;
		color: #333;
	}

	.news-card-static .article-count-item .article-number {
		font-size: 13px;
		color: #FF6B6B;
		font-weight: 600;
	}

	/* 精选文章 */
	.news-card-static .featured-article {
		position: relative;
		overflow: hidden;
		margin-top: 15px;
	}

	.news-card-static .featured-index {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 25px;
		height: 18px;
		background-color: #FF0000;
		color: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 600;
		z-index: 10;
		border-radius: 5px 0;
	}

	.news-card-static .featured-image {
		width: 100%;
		height: 180px;
		object-fit: cover;
		border-radius: 5px;
	}

	.news-card-static .featured-content {
		padding: 10px 0 0;
	}

	.news-card-static .featured-title {
		font-size: 15px;
		font-weight: 500;
		color: #333;
		margin-bottom: 6px;
		line-height: 1.4;
	}

	.news-card-static .featured-meta {
		font-size: 11px;
		color: #999;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	/* 你可能会关心 */
	.news-card-static .you-may-care {
		padding: 0 0px 5px 0px;
	}

	.news-card-static .care-item {
		display: flex;
		align-items: center;
		margin: 15px 0;
		border-radius: 8px;
		transition: all 0.3s ease;
		position: relative;
	}

	.news-card-static .care-item:hover {
		transform: translateX(5px);
	}

	.news-card-static .care-item .care-index {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 25px;
		height: 18px;
		background-color: #FF0000;
		color: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 600;
		z-index: 10;
		border-radius: 5px 0;
	}

	.care-image {
		object-fit: cover;
		border-radius: 5px;
		width: 100px;
		height: 60px;
		margin-right: 8px;
	}

	.news-card-static .care-item .care-content {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 50px;
	}

	.news-card-static .care-item .care-title {
		font-size: 13px;
		font-weight: 500;
		color: #333;
		line-height: 1.3;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.news-card-static .care-item .care-meta {
		font-size: 12px;
		color: #999;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	/* 问答部分 */
	.news-card-static .qa-section {
		overflow: hidden;
	}

    .qa-meta-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: auto;
	}

	.qa-views-icon {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}

	.qa-item-first {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 180px;
		background-size: 100% 100%;
		background-image: url('/images/news/16.png');
		color: #FFF;
		border-bottom: none !important;
		border-radius: 5px 5px 0 0;
	}

	.news-card-static .qa-item {
		padding: 12px;
		border-bottom: 1px dashed #AAAAAA;
		background-color: #FFF;
	}

	.news-card-static .qa-item:last-child {
		border-bottom: none;
	}

	.qa-item-first .qa-question {
		font-size: 16px !important;
		font-weight: 600;
		margin-bottom: 6px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.qa-item .qa-question {
		font-size: 13px;
		margin-bottom: 6px;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.qa-question:hover{
		color: #5C7CFF !important;
	}

	.news-card-static .qa-answer {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 1.4;
		opacity: 0.9;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.news-card-static .qa-meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 11px;
		opacity: 0.8;
	}

	.qa-time {
		margin-left: 8px;
	}

	.news-card-static .qa-btn {
		background-color: #FFF;
		color: #FF4D4D;
		border: none;
		padding: 5px 10px;
		border-radius: 15px;
		font-size: 11px;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.news-card-static .qa-btn:hover {
		background-color: #FFE5E5;
		transform: scale(1.05);
	}

	/* 从这开始探索 */
	.news-card-static .explore-section {
		background-color: #FFF;
		border-radius: 8px;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.news-card-static .explore-title {
		font-size: 16px;
		font-weight: 600;
		color: #333;
		margin: 0 0 12px 0;
		position: relative;
		padding-left: 12px;
	}

	.news-card-static .explore-title::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 14px;
		background-color: #FF4D4D;
		border-radius: 2px;
	}

	.news-card-static .explore-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.news-card-static .explore-tag {
		background-color: #F0F0F0;
		color: #333;
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 11px;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.news-card-static .explore-tag:hover {
		background-color: #FFE5E5;
		color: #FF4D4D;
		transform: scale(1.05);
	}

	/* 特殊标签样式 */
	.news-card-static .explore-tag:nth-of-type(1n) {
		background-color: #EEF2FF;
		color: #5C7CFF;
	}

	.news-card-static .explore-tag:nth-of-type(2n) {
		background-color: #FFF0E6;
		color: #FF6F06;
	}

	.news-card-static .explore-tag:nth-of-type(3n) {
		background-color: #E7F8E9;
		color: #32B343;
	}

	.news-card-static .explore-tag:nth-of-type(4n) {
		background-color: #E9F4FE;
		color: #2997F7;
	}

	.news-card-static .explore-tag:nth-of-type(5n) {
		background-color: #FFEEF1;
		color: #F1404B;
	}

	.news-card-static .explore-tag:nth-of-type(6n) {
		background-color: #FFEEF1;
		color: #F1404B;
	}
}