/* 引入基础样式文件 */

@import url('../2025/base.css');



/* === 全局基础样式 === */

.highlight {

    background-color: #F4A460;

    border-radius: 8px 0 8px 0;

    color: white;

    display: inline-block;

    font-size: 0.95rem;

    font-weight: 500;

    padding: 0.2rem 0.8rem;

}



.radius-bg {

    background-color: #f9f9f9;

    border-radius: 8px;

    /* 背景色让内容更突出 */

    /* 圆角设计 */

}



.view-all {

    align-items: center;

    color: #4CAF50;

    display: flex;

    font-size: 0.9rem;

    font-weight: 500;

    gap: 0.5rem;

    margin-left: auto;

    padding-top: 0.5rem;

    text-decoration: none;

}



.view-all i {

    font-size: 0.8rem;

    transition: transform 0.3s ease;

}



.view-all:hover {

    color: #2E7D32;

}



.view-all:hover i {

    transform: translateX(3px);

}







/* === 期刊介绍区域 === */

.journal-section {

    background-color: #D6EDE4;

    margin-bottom: -4rem;

    position: relative;

}



.journal-section .container {

    padding-left: 0;

    /* 移除左侧内边距 */

}



@media (max-width: 992px) {

    .journal-section .container {

        padding-left: 15px;

        /* 在移动端恢复内边距 */

    }

}



.journal-description {

    margin-top: 3.5rem;

}



.journal-intro {

    background: none;

    box-shadow: none;

    display: flex;

    gap: 1.5rem;

    padding: 0;

    position: relative;

}



/* 封面部分 */

.cover-section {

    flex: 0 0 300px;

    padding-top: 4.5rem;

    position: relative;

    z-index: 2;

}



@media (max-width: 992px) {

    .cover-section {

        margin: 0 auto;

        max-width: 240px;

        /* 在移动端保持居中 */

    }

}



.journal-cover {

    border-radius: 8px;

    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);

    display: block;

    height: auto;

    margin: 0;

    width: 80%;

}



@media (max-width: 992px) {

    .journal-cover {

        margin: 0 auto;

        /* 在移动端保持居中 */

    }

}



/* 信息区域 */

.info-section {

    background: none;

    box-shadow: none;

    flex: 1;

    padding: 1rem 0;

}



/* === 编辑团队 === */

.editor {

    align-items: flex-start;

    display: flex;

    gap: 0.8rem;

}



.editor-icon {

    align-items: center;

    background-color: rgba(255, 255, 255, 0.9);

    border-radius: 50%;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

    color: #2E7D32;

    display: flex;

    flex-shrink: 0;

    font-size: 1rem;

    height: 2.4rem;

    justify-content: center;

    padding: 0.7rem;

    position: relative;

    width: 2.4rem;

}



.editor-icon::before {

    background: rgba(46, 125, 50, 0.1);

    border-radius: 50%;

    bottom: -2px;

    content: '';

    left: -2px;

    position: absolute;

    right: -2px;

    top: -2px;

    z-index: -1;

}



.editor-circle {

    align-items: center;

    background-color: rgba(255, 255, 255, 0.9);

    border-radius: 50%;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

    display: flex;

    flex-shrink: 0;

    height: 2.8rem;

    justify-content: center;

    position: relative;

    width: 2.8rem;

    /* 增大图标圆框 */

}



.editor-circle i {

    color: #2E7D32;

    font-size: 1.2rem;

    /* 增大图标大小 */

}



.editor-content h3 {

    font-size: 1.1rem;

}



/* === 期刊评价指标 (Journal Metrics) === */

.metrics-section {

    background-color: #fff;

    padding: 1rem 0 2rem;

    position: relative;

    z-index: 1;

}



.journal-metrics {

    align-items: flex-start;

    display: flex;

    gap: 3rem;

    margin-left: 250px;

    padding-right: 120px;

    position: relative;

}



@media (max-width: 1200px) {

    .journal-metrics {

        gap: 0.5rem;

    }



    .journal-metrics .view-all {

        display: none;

    }

}



@media (max-width: 992px) {

    .journal-metrics {

        flex-wrap: wrap;

        gap: 1.5rem 2.5rem;

        margin-left: 0;

        padding-right: 0;

    }

}



.metric {

    flex: 0 0 auto;

    min-width: 100px;

}



@media (max-width: 992px) {

    .metric {

        flex: 0 0 calc(33.333% - 2rem);

    }

}



@media (max-width: 768px) {

    .metric {

        flex: 0 0 calc(50% - 2rem);

    }

}



@media (max-width: 576px) {

    .metric {

        flex: 0 0 100%;

    }

}



.metric .value {

    font-size: 1.5rem;

    font-weight: bold;

    margin-bottom: 0.3rem;

    transition: color 0.3s ease;

}



.metric:hover .value {

    color: #2E7D32;

}



.metric .label {

    color: #666;

    font-size: 0.9rem;

    line-height: 1.3;

    white-space: normal;

}



.journal-metrics .view-all {

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

}



/* === Citescore 徽标 === */

.citescore {

    align-items: center;

    background-color: #F4A460;

    border-radius: 50%;

    box-shadow: 0 2px 6px rgba(244, 164, 96, 0.2);

    color: white;

    display: flex;

    flex-direction: column;

    height: 80px;

    justify-content: center;

    position: absolute;

    right: 0;

    text-align: center;

    top: 8px;

    width: 80px;

}



.citescore span {

    display: block;

    font-size: 0.85rem;

    margin-bottom: 2px;

}



.citescore .score {

    font-size: 1.8rem;

    font-weight: bold;

    line-height: 1;

}



/* === 突发新闻 (Breaking News) 区域 === */

.breaking-news .alert {

    border: none;

    border-radius: 0.5rem;

    margin: 0;

    padding: 1rem;

}



@media (max-width: 768px) {

    .breaking-news .alert {

        font-size: 0.85rem;

    }

}



.breaking-news .btn-close {

    opacity: 0.5;

    transition: all 0.3s ease;

}



.breaking-news .btn-close:hover {

    opacity: 1;

    transform: rotate(90deg);

}



.news-icon {

    align-items: center;

    background-color: #FFF3E0;

    border-radius: 50%;

    color: #F4A460;

    display: flex;

    height: 2rem;

    justify-content: center;

    width: 2rem;

}



/* === 特色文章 (Featured Article) 区域 === */

.featured-article {

    margin-bottom: 3rem;

    position: relative;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}



.article-image {

    border-radius: 8px 8px 0 0;

    height: 300px;

    overflow: hidden;

}



.article-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;

}



.featured-article:hover .article-image img {

    transform: scale(1.05);

}



.article-overlay {

    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);

    bottom: 0;

    left: 0;

    padding: 2rem 1.5rem;

    position: absolute;

    right: 0;

    border-radius: 0 0 8px 8px;

}



.article-overlay .article-title {

    color: #fff;

    font-family: Roboto-Medium;

    font-size: 1.4rem;

    font-weight: 600;

    line-height: 1.4;

    margin: 0;

    margin-bottom: 1rem;

}



.article-overlay .article-title a {

    color: #fff;

    text-decoration: none;

}



.article-overlay .article-title a:hover {

    text-decoration: underline;

}



.article-overlay .article-description {

    color: #e0e0e0;

    font-size: 1rem;

    line-height: 1.6;

    margin-bottom: 1.5rem;

}



.article-overlay .article-meta {

    display: flex;

    align-items: center;

    gap: 1rem;

    color: #ccc;

    font-size: 0.9rem;

}



.article-overlay .article-meta i {

    font-size: 1.2rem;

}



.article-overlay .article-meta span {

    margin-left: 0.5rem;

}



/* === 文章列表区域 === */

.article-tabs {

    border-bottom: 2px solid #eee;

    margin-bottom: 1.5rem;

}



.article-tabs .nav-link {

    background: none;

    border: none;

    color: #666;

    font-weight: 500;

    isolation: isolate;

    padding: 0.8rem 1.2rem;

    position: relative;

}



.article-tabs .nav-link:hover {

    border: none;

    color: #2E7D32;

}



.article-tabs .nav-link.active {

    background: none;

    border: none;

    color: #2E7D32;

}



.article-tabs .nav-link::after {

    background-color: #2E7D32;

    bottom: -2px;

    content: '';

    height: 2px;

    left: 0;

    position: absolute;

    right: 0;

    transform: scaleX(0);

    transition: transform 0.3s ease;

}



.article-tabs .nav-link.active::after {

    transform: scaleX(1);

}



.article-view-all {

    margin: 0 auto;

    text-align: center;

}



.article-all {

    align-items: center;

    color: #4CAF50;

    display: flex;

    font-size: 0.9rem;

    font-weight: 500;

    gap: 0.5rem;

    margin-left: auto;

    padding-top: 0.8rem;

    text-decoration: none;

}



.article-item {

    border-bottom: 1px solid #eee;

    padding: 1.5rem 0;



}



.article-item:hover {

    background-color: #f9f9f9;



    transition: background-color 1s ease;

    /* 添加背景颜色过渡效果 */

    padding: 0.2rem;



}

/* 文章列表样式 */
.article-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.article-item h2 {

    color: #2c3e50;

    font-size: 1.4rem;

    font-weight: 600;

    line-height: 1.4;

    margin-bottom: 1rem;

}



.article-info {

    align-items: center;

    color: var(--text-primary);

    display: flex;

    font-size: 0.85rem;

    gap: 0.5rem;

    margin-top: 0.8rem;

}



.article-info i {

    color: #bbb;

    font-size: 0.9rem;

}



.article-info span+i {

    margin-left: 0.8rem;

    /* 增加图标前的间距 */

}

.article-meta .badge {
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    background-color: #FBA353 !important;
    color: #fff !important;
}
/* 作者图标样式 */
.author-icon {
    color: #999;
    font-size: 1rem;
    opacity: 0.5;
}

/* 'by' 文本样式 */
.text-muted {
    color: #999 !important;
    font-size: 0.9rem;
}

/* 作者列表样式 */
.author-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

/* 作者标签样式 */
.author-tag {
    /*background-color: #f5f5f5;*/
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #666;
    transition: all 0.2s ease;
    font-weight: 400;
}

.author-tag:hover {
    background-color: #eee;
    color: #333;
}


