@media (min-width: 768px) {

  /* 右侧静态卡片样式 */
  .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;
  }

  /* 摩讯从这开始标题 */
  .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;
    border-bottom: 1px solid #F0F0F0;
  }

  .news-card-static .article-count-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .news-card-static .article-count-item:last-child {
    margin-bottom: 0;
  }

  .news-card-static .article-count-item img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .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: 8px;
  }

  .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-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .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;
    margin: 15px 0;
  }

  .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: 10px;
  }

  .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;
  }

  .news-card-static .qa-question {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-card-static .qa-answer {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .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;
  }

  .help-question-title {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 2px;
    /* 两行溢出出现省略号 */
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .help-question-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border: #FB9548 2px solid;
    background-color: #FFF;
    margin-top: 10px;
    border-radius: 50%;
    top: -4px;
    left: -20px;
    z-index: 1;
  }

  .help-question-summary {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 2px;
    /* 两行溢出出现省略号 */
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .help-question-date {
    font-size: 10px;
    color: #999;
    margin-top: 5px;
  }

  .help-questions-content {
    display: flex;
    flex-direction: column;
    padding: 20px 16px 0 40px;
    position: relative;
  }

  .help-questions-content:after {
    content: '';
    position: absolute;
    display: block;
    left: 25px;
    top: 20px;
    width: 1px;
    height: 90%;
    background-color: #E5E5E5;
  }

  .help-question-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    position: relative;
  }

  .help-more-bottom-btn {
    font-size: 12px;
    color: #777777;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #777777;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    margin: 20px 40px;
  }
}

/* 移动端适配样式 */
@media (max-width: 767px) {
  .news-card-static {
    padding: 15px;
    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: 147px;
    border-radius: 5px;
  }
  
  .news-card-static .section-title {
    padding: 15px 5px 8px 0;
    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;
  }
  
  .featured-image {
    width: 60px;
    height: 60px;
  }
  
  .care-image {
    width: 50px;
    height: 50px;
  }
  
  .featured-index {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
    background-color: #FF0000;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
  }
  
  .care-index {
    font-size: 16px;
    width: 122px;
    height: 70px;
    background-color: #FF6B6B;
    margin-right: 10px;
    border-radius: 6px;
  }
  
  .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-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .news-card-static .featured-meta {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .news-card-static .you-may-care {
    padding: 15px 0px;
  }
  
  .news-card-static .care-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .news-card-static .care-item:hover {
    transform: translateX(5px);
  }
  
  .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-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .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;
    margin: 15px 0;
  }
  
  .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: 100%;
    height: 211px;
    background-size: 100% 100%;
    background-image: url('/images/news/16.png');
    color: #FFF;
    border-bottom: none !important;
    border-radius: 10px;
  }
  
  .news-card-static .qa-item {
    padding: 15px;
    border-bottom: 1px dashed #AAAAAA;
    background-color: #FFF;
  }
  
  .news-card-static .qa-item:last-child {
    border-bottom: none;
  }
  
  .news-card-static .qa-question {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .news-card-static .qa-answer {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .news-card-static .qa-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    opacity: 0.8;
  }
  
  .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 {
    background-color: #FFF;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 24px;
  }
  
  .news-card-static .explore-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 15px 15px;
  }
  
  .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-child(6) {
    background-color: #FF4D4D;
    color: #FFF;
  }
  
  .news-card-static .explore-tag:nth-child(13) {
    background-color: #4CAF50;
    color: #FFF;
  }
  
  .news-card-static .explore-tag:nth-child(14) {
    background-color: #FF9800;
    color: #FFF;
  }
  
  .help-more-bottom-btn {
    font-size: 12px;
    color: #777777;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #777777;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    margin: 20px 40px;
  }
  
  .help-questions-content {
    display: flex;
    flex-direction: column;
    padding: 20px 16px 0 40px;
    position: relative;
  }
  
  .help-questions-content:after {
    content: '';
    position: absolute;
    display: block;
    left: 25px;
    top: 20px;
    width: 1px;
    height: 90%;
    background-color: #E5E5E5;
  }
  
  .help-question-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    position: relative;
  }
  
  .help-question-title {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 2px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .help-question-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border: #FB9548 2px solid;
    background-color: #FFF;
    margin-top: 10px;
    border-radius: 50%;
    top: -4px;
    left: -20px;
    z-index: 1;
  }
  
  .help-question-summary {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 2px;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .help-question-date {
    font-size: 10px;
    color: #999;
    margin-top: 5px;
  }
}