/* News Category Menu Styles */
.item-category {
  border-bottom: 1px solid #eee;
  padding: 0;
}
.item-category:last-child {
  border-bottom: none;
}
.item-category a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.4;
}
.item-category a:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
  padding-left: 20px;
}
.item-category a:hover i {
  color: #007bff;
}
.item-category a i {
  margin-right: 8px;
  color: #666;
  transition: color 0.3s ease;
}

/* Original item-right styles for fallback */
.item-right {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.item-right:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-right .img {
  float: left;
  width: 80px;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
}
.item-right .img img {
  width: 100%;
  height: auto;
}
.item-right .content {
  overflow: hidden;
}
.item-right .content .name {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.item-right .content .name:hover {
  color: #007bff;
  text-decoration: none;
}
.item-right .detail-time-hit {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.item-right .detail-time-hit i {
  margin-right: 5px;
}

/* Category with News Styles */
.category-section {
  margin-bottom: 25px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}
.category-section:last-child {
  margin-bottom: 0;
}

.category-header {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-bottom: 1px solid #dee2e6;
  padding: 0;
}

.category-title {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category-title:hover {
  background-color: #007bff;
  color: white;
  text-decoration: none;
}
.category-title:hover i {
  color: white;
}
.category-title i {
  margin-right: 8px;
  color: #007bff;
}

.category-news {
  padding: 10px 0;
}

.news-item {
  border-bottom: 1px solid #f1f3f4;
  margin: 0;
}
.news-item:last-child {
  border-bottom: none;
}

.news-link {
  display: block;
  padding: 8px 15px;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.news-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
  padding-left: 20px;
}
.news-link:hover i {
  color: #007bff;
}
.news-link i {
  margin-right: 6px;
  color: #999;
  font-size: 12px;
}

.view-all {
  padding: 8px 15px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  text-align: right;
}
.view-all a {
  color: #007bff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}
.view-all a:hover {
  color: #0056b3;
  text-decoration: none;
}
.view-all i {
  margin-left: 4px;
  font-size: 11px;
}

/* Responsive for category sections */
@media (max-width: 768px) {
  .item-category a {
    padding: 10px 12px;
    font-size: 13px;
  }
  .item-category a:hover {
    padding-left: 16px;
  }
  .item-right .img {
    width: 60px;
    height: 45px;
    margin-right: 8px;
  }
  .item-right .content .name {
    font-size: 13px;
  }
  .category-section {
    margin-bottom: 20px;
  }
  .category-title {
    padding: 10px 12px;
    font-size: 14px;
  }
  .news-link {
    padding: 6px 12px;
    font-size: 12px;
  }
  .news-link:hover {
    padding-left: 16px;
  }
  .view-all {
    padding: 6px 12px;
  }
}/*# sourceMappingURL=default.css.map */