.detail-main {
    padding-top: 90px;
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 160px);
    padding-bottom: 40px;
}
.breadcrumb {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}
.breadcrumb a {
    color: #666;
    transition: color 0.3s;
}
.breadcrumb a:hover {
    color: #1a3a8f;
}
.breadcrumb .separator {
    margin: 0 8px;
    color: #999;
}
.detail-content {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.detail-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}
.detail-info {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.detail-body {
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.detail-body img {
    max-width: 100%;
    height: auto;
}
.detail-body p {
    margin-bottom: 15px;
}