.type-nav {
    white-space: nowrap;
    overflow-x: auto;
    padding: 10px 0;
}
.type-nav .nav-item {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    font-weight: bolder;
    font-size: 16px;
}


.art-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.art-left {
    flex: 1;
    padding-right: 15px;
}
.art-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.art-meta {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}
.art-meta .art-time {
    margin-right: 15px;
}
.art-right img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}


.nav-item.active {
  background-color: rgba(255, 140, 0, 0.2);  
  color: #FF8C00;           
  font-weight: bold;
}

.sidebar {
    background-color: white;
}