/* 监督页面专用样式 */
.supervision-page {
  width: 100%;
}

.supervision-page .news_notice {
  margin-bottom: 30px;
}

.supervision-page .jc_jy {
  margin-bottom: 30px;
}

.supervision-page .jc_jy:last-child {
  margin-bottom: 0;
}

.supervision-page .teach-activity {
  background: transparent;
  padding: 0;
}

.supervision-page .teach-activity .common-common-header {
  padding: 15px 0;
  border-bottom: 2px solid var(--si-theme-red);
  margin-bottom: 15px;
}

.supervision-page .teach-activity .common-common-header h1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
  display: inline-block;
}

.supervision-page .teach-activity .common-common-header a {
  float: right;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.supervision-page .teach-activity .common-common-header a:hover {
  color: var(--si-theme-red);
}

.supervision-page .right_hover_item {
  margin-left: 0;
}

.supervision-page .right_hover_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.supervision-page .right_hover_item ul li {
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  position: relative;
  padding-left: 15px;
}

.supervision-page .right_hover_item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--si-theme-red);
  border-radius: 50%;
}

.supervision-page .right_hover_item ul li:last-child {
  border-bottom: none;
}

.supervision-page .right_hover_item ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
}

.supervision-page .right_hover_item ul li a:hover {
  color: var(--si-theme-red);
}

.supervision-page .right_hover_item ul li a span.content {
  font-size: 14px;
  color: #333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.supervision-page .right_hover_item ul li a:hover span.content {
  color: var(--si-theme-red);
}

.supervision-page .right_hover_item ul li a span.date {
  font-size: 12px;
  color: #999;
  margin-left: 15px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .supervision-page .jc_jy {
    margin-bottom: 20px;
  }
  
  .supervision-page .right_hover_item ul li {
    padding: 10px 0;
    padding-left: 12px;
  }
  
  .supervision-page .right_hover_item ul li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  .supervision-page .right_hover_item ul li a span.date {
    margin-left: 0;
  }
}
