/* 闈㈠寘灞戝鑸� */
.breadcrumb {
    background-color: #f5f5f5;
    padding: 15px 60px;
    border-bottom: 1px solid #e2e8f0;
}

.breadcrumb-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

.breadcrumb span {
    color: #999;
}

.breadcrumb .current {
    color: var(--primary-color);
    font-weight: 500;
}

.news-detail-section {
    padding: 60px 0;
}

.detail-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-detail-nav {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.news-nav-prev,
.news-nav-next {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 8px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.news-nav-prev:hover,
.news-nav-next:hover {
    background: #eee;
}

/* 宸︿晶锛氳鎯呭唴瀹� */
.detail-left {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detail-header {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 20px;var(--primary-color)rgin-bottom: 30px;
}

.detail-header h1 {
    font-size: 22px;
    color: var(--primary-color);
    margin: 0 0 15px 0;
 var(--primary-color)-height: 1.4;
    text-align: center;
}

.detail-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
    align-items: center;
    justify-content: center;

}

.detail-meta span {
  
    align-items: center;
   
}

.detail-content {
    line-height: 1.8;
    color: #333;
}

.detail-content p {
    margin-bottom: 20px;
}

.detail-content b {
    margin-bottom: 20px;
	font-weight: normal;
}

.detail-content h2 {
    font-size: 20px;
    color: var(--primary-color);
    margin: 30px 0 15px 0var(--primary-color)ont-weight: normal;
}

/* 鍙充晶锛氭渶鏂板姩鎬� */
.detail-right1 {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.detail-right1 .sidebar-section {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    fvar(--primary-color)e: 14px;
    font-weight: 500;
}

.sidebar-title span:nth-child(2) {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.icon-circle {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.icon-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.new-badge {
    font-size: 11px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 600;
}

.latest-list {
    padding: 0;
    margin: 0;
}

.latest-item {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest-item span{
    width: 70px;
}
.latest-item:last-child {
    border-bottom: none;
}

.latest-item:hover {
    background-color: #f8f9fa;
}

.latest-item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    line-height: 1.4;
}

.detail-right1 .related-news {
    margin-top: 0;
}

.related-list {
    padding: 0;
    margin: 0;
}

.related-list .related-item {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    transition: background-color 0.3s ease;
    display: block;
}

.related-list .related-item:last-child {
    border-bottom: none;
}

.related-list .related-item:hover {
    background-color: #f8f9fa;
}

.related-list .related-item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    line-height: 1.4;
}


@media (max-width: 1200px) {
    .detail-container {
        flex-direction: column;
    }

    .detail-right1 {
        width: 100%;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .news-detail-section {
        padding: 40px 0;
    }

    .detail-left {
        padding: 25px;
    }

    .detail-header h1 {
        font-size: 22px;
    }

    .detail-content h2 {
        font-size: 18px;
    }

    .detail-content p {
        text-indent: 0;
    }
	.detail-content b {
	    text-indent: 0;
	}
 .news-detail-nav {
        flex-direction: column;
    }
    .related-grid {
        grid-template-columns: 1fr;
    }

    .breadcrumb {
        padding: 12px 20px;
    }

    .breadcrumb-content {
        flex-wrap: wrap;
    }
}