/* 新闻详情页样式 */
.news-detail-info {
    margin-top: 20px;
}

.news-detail-info > p {
    text-indent: 0;
    text-align: justify;
}

p.news-mianze {
    color:#8a8a8a;
    font-size: 0.9rem;
    margin: 0;
}

.news-detail-info > p img {
    margin: 1rem auto;
    /*width: 100%;*/
    /*height: 100%;*/
    display: block;
}

.more-link {
    float: right;
    font-size: 1.25rem;
    font-weight: 700;
    color: #999;
    text-decoration: none;
}

.section-header a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-header a:hover {
    color: #007bff;
}

.article-header a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-header a:hover {
    color: #007bff;
}

.container .footer-bottom p a {
    color: #8c8c8c;
    font-size: 0.875rem;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s;
}
.container .footer-bottom p a:hover {
    color: #007bff;
    text-decoration: none;
}

.hero-section .container .hero-content .hero-text span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: var(--gradient-blue-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.container .logo h1 {
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.container .logo h1 {
    color: var(--white);
    padding: 4px 0;
}

.container .logo h1 span {
    font-weight: normal !important;
    font-weight: 400 !important;
}