.news-detail[data-v-8c2bfaba] {
  padding: 20px 0;
}
.container[data-v-8c2bfaba] {
  display: none;
}
.detail-header[data-v-8c2bfaba] {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.detail-title[data-v-8c2bfaba] {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 700;
}
.detail-meta[data-v-8c2bfaba] {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.detail-meta span[data-v-8c2bfaba] {
  margin-right: 20px;
}
.detail-content[data-v-8c2bfaba] {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.detail-content p[data-v-8c2bfaba] {
  margin-bottom: 20px;
}
.detail-attachments[data-v-8c2bfaba] {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
}
.detail-attachments h3[data-v-8c2bfaba] {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
.detail-attachments ul[data-v-8c2bfaba] {
  list-style: none;
  padding: 0;
}
.detail-attachments li[data-v-8c2bfaba] {
  margin-bottom: 10px;
}
.detail-attachments a[data-v-8c2bfaba] {
  color: #1890ff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
}
.detail-attachments a[data-v-8c2bfaba]:hover {
  color: #40a9ff;
  text-decoration: underline;
}
.detail-navigation[data-v-8c2bfaba] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #aaa;
  padding-top: 10px;
  color: #444;
  font-size: 15px;
  line-height: 2;
}
.detail-navigation .prev-news[data-v-8c2bfaba],
.detail-navigation .next-news[data-v-8c2bfaba] {
  margin-bottom: 2px;
}
.detail-navigation a[data-v-8c2bfaba] {
  color: #444;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-navigation a[data-v-8c2bfaba]:hover {
  color: #1890ff;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .detail-title[data-v-8c2bfaba] {
    font-size: 20px;
  }
  .detail-content[data-v-8c2bfaba] {
    font-size: 15px;
  }
  .detail-navigation[data-v-8c2bfaba] {
    flex-direction: column;
  }
  .prev-news[data-v-8c2bfaba],
  .next-news[data-v-8c2bfaba] {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.back-button[data-v-8c2bfaba] {
  margin-top: 40px;
  text-align: center;
}
.back-button a[data-v-8c2bfaba] {
  color: #1890ff;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #1890ff;
  border-radius: 4px;
}
.back-button a[data-v-8c2bfaba]:hover {
  background-color: #1890ff;
  color: #fff;
}
img[data-v-8c2bfaba] {
  cursor: pointer !important;
}
