/* 详情页样式 */

/* 面包屑导航 */
.breadcrumb {
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
  color: #666;
}

.breadcrumb-item {
  color: #4caf50;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-item:hover {
  text-decoration: underline;
}

.breadcrumb-item.current {
  color: #666;
  cursor: default;
}

.breadcrumb-item.current:hover {
  text-decoration: none;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #ccc;
}

/* 文章详情 */
.article-detail {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

/* 文章标题 */
.article-header {
  padding-bottom: 20px;
}

.article-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: #999;
}

.publish-date,
.article-source,
.view-count {
  display: flex;
  align-items: center;
}



/* 文章内容 */
.article-content {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.article-content p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
  text-indent: 2em;
}

/* 文章图片 */
.article-image {
  margin: 30px 0;
  text-align: center;
}

.content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* 文章标签 */
.article-tags {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.tag-label {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.tag {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 8px 8px 0;
  background: #e8f5e8;
  color: #4caf50;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid #4caf50;
}

.tag:hover {
  background: #4caf50;
  color: #fff;
  cursor: pointer;
}

.slyb-list-header {
  display: flex;
  align-items: center;
  padding: 0px 0 10px 18px;
}
.slyb-list-header img{
  width: 20px;
}

.slyb-list-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
