/* 重置样式 */
*{ margin:0; padding:0; }
body{ 
    font-size:14px; 
    background-color:#F5F7FA; 
    font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;  
    color:#333;
    line-height:1.6;
}
a{ text-decoration:none; color:#2c80c5; }
a:hover{ text-decoration:underline; color:#1a5a8a; }
a:visited{ color:#666; }

/* 布局容器 */
.container {
    width: 1000px;
    margin: 0 auto;
}

/* 顶部区域 */
.topbg {
    background: linear-gradient(to right, #2c80c5, #1a5a8a);
    overflow: hidden;
}
.top {
    width: 1000px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top img {

}

/* 导航菜单 */
.menusbg {
    background-color: #1a5a8a;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin-bottom:10px;
}
.menus {
    width: 1000px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.menus ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}
.menus ul li {
    height: 50px;
    line-height: 50px;
    list-style: none;
    padding: 0 10px;
    transition: all 0.3s;
}
.menus ul li:hover {
    background-color: #2c80c5;
}
.menus ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
}

/* 主内容区域 */
.index_box {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}
.index_box:after {
    content: "";
    display: table;
    clear: both;
}

/* 幻灯片区域 */
.hd_box {
    width: 1000px;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.container_slider {
    width: 1000px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.slider {
    position: absolute;
    width: 4000px;
}
.slider li {
    list-style: none;
    float: left;
    width: 1000px;
    height: 350px;
    position: relative;
}
.slider img {
    width: 1000px;
    height: 350px;
    display: block;
}
.slider_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
}
.slider_title {
    font-size: 22px;
    margin-bottom: 5px;
}
.slider_desc { width:800px;
    font-size: 14px;
}
.num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
.num li {
    float: left;
    color: #fff;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.3s;
}
.num li.on {
    background-color: #fff;
    color: #2c80c5;
}

/* 内容布局 */
.home_left_list {
    width: 680px;
    overflow: hidden;
    float: left;
}
.home_right_list {
    width: 300px;
    overflow: hidden;
    float: right;
}

/* 栏目区块 */
.index_article_typebox {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}

/* 标题样式 */
.box_title_point {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e6f2ff;
    margin-bottom: 15px;
    position: relative;
}
.box_title_point strong {
    font-size: 18px;
    color: #2c80c5;
    padding-left: 10px;
    border-left: 4px solid #2c80c5;
}
.box_title_point .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

/* 文章列表 */
.index_article_artlist ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.index_article_artlist ul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
    overflow: hidden;
    padding: 0 5px;
    transition: all 0.2s;
}
.index_article_artlist ul li:hover {
    background-color: #f9f9f9;
    padding-left: 10px;
}
.index_article_artlist ul li:last-child {
    border-bottom: none;
}
.index_article_artlist ul li .time {
    float: right;
    color: #999;
    font-size: 13px;
}

/* 推荐文章 */
.home_right_box {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.toutiao_list ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.toutiao_list ul li {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 15px;
    list-style: none;
    border-bottom: 1px dashed #eee;
    padding: 0 5px;
}
.toutiao_list ul li:last-child {
    border-bottom: none;
}
.toutiao_list ul li:hover {
    background-color: #f9f9f9;
}
span.ano {
    font: 700 14px/16px Arial;
    float: left;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 7px 8px 0 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
span#no1 { background: #E78936; }
span#no2 { background: #C64C3F; }
span#no3 { background: #9756B4; }
span#no4 { background: #3D8BBE; }
span#no5 { background: #3cb570; }
span#no6, span#no7, span#no8, span#no9, span#no10 { background: #2c80c5; }

/* 图片文章 */
.home_right_imglist {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.home_right_imglist ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.home_right_imglist li {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    transition: all 0.3s;
}
.home_right_imglist li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.home_right_imglist li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.home_right_imglist li p {
    text-align: center;
    padding: 8px 5px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    margin: 0;
}
.home_right_imglist li p a {
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 特色文章块 */
.uLink {
    font-family: "Microsoft Yahei";
    text-align: center;
    overflow: hidden;
    width: 1000px;
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.uLink a { 
    color: #fff; 
    display: block;
    height: 100%;
    border-radius: 5px;
    transition: all 0.3s;
}
.uLink a:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.uLink p { 
    margin: 0;
}
.xbox1, .xbox2, .xbox3, .xbox4, .xbox5 {
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.xbox1 { background: #e78936; }
.xbox2 { background: #c64c3f; }
.xbox3 { background: #9756B4; }
.xbox4 { background: #3cb570; }
.xbox5 { background: #3d8bbe; }

/* 友情链接 */
.links {
    padding: 15px;
    line-height: 180%;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.links a {
    margin-right: 10px;
    color: #666;
}
.links a:hover {
    color: #2c80c5;
}

/* 页脚 */
.footer {
    width: 970px;
    margin: 0 auto;
    background-color: #1a5a8a;
    color: #fff;
    overflow: hidden;
    padding: 25px 15px;
    text-align: center;
    line-height: 180%;
    border-radius: 0 0 8px 8px;
}
.footer a {
    color: #e6f2ff;
}

/* 响应式设计 */
@media (max-width: 1000px) {
    .container, .top, .menus, .index_box, .hd_box, .container_slider, .footer {
        width: 100%;
    }
    .home_left_list, .home_right_list {
        width: 100%;
        float: none;
    }
    .uLink {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .home_right_imglist ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .menus ul {
        flex-wrap: wrap;
    }
    .menus ul li {
        flex: 1 0 33%;
        text-align: center;
        padding: 0 5px;
    }
    .uLink {
        grid-template-columns: 1fr;
    }
    .home_right_imglist ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .slider_title {
        font-size: 18px;
    }
}

/* 列表页专用样式 - 避免与首页冲突 */
.list-page-container {
    width: 1000px; 
    margin: 0 auto;margin-bottom:10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.list-page-content {
    padding: 20px;
    min-height: 600px;
}

/* 面包屑导航 */
.list-breadcrumb {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.list-breadcrumb a {
    color: #2c80c5;
}
.list-breadcrumb span {
    margin: 0 5px;
    color: #999;
}

/* 列表布局 */
.list-layout {
    display: flex;
    gap: 20px;
}
.list-main {
    flex: 1;
    overflow: hidden;
}
.list-sidebar {
    width: 300px;
    overflow: hidden;
}

/* 文章列表项 */
.list-article-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s;
}
.list-article-item:hover {
    background-color: #f9f9f9;
    border-radius: 5px;
}
.list-article-item:last-child {
    border-bottom: none;
}
.list-article-thumb {
    width: 200px;
    height: 130px;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #e6f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c80c5;
}
.list-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-article-content {
    flex: 1;
}
.list-article-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.list-article-title a {
    color: #333;
}
.list-article-title a:hover {
    color: #2c80c5;
}
.list-article-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}
.list-article-meta {
    display: flex;
    font-size: 12px;
    color: #999;
}
.list-article-meta span {
    margin-right: 15px;
}
.list-article-meta .list-category {
    background-color: #e6f2ff;
    color: #2c80c5;
    padding: 2px 8px;
    border-radius: 3px;
}
.list-article-readmore {
    color: #2c80c5;
    font-weight: bold;
}

/* 无缩略图样式 */
.list-article-item.no-thumb {
    padding: 15px 0;
}
.list-article-item.no-thumb .list-article-title {
    font-size: 16px;
    margin-bottom: 8px;
}

/* 分页 */
.list-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.list-pagination a{
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #e6f2ff;
    border-radius: 5px;
    color: #2c80c5;
    transition: all 0.3s;
}

.list-pagination strong {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    transition: all 0.3s;
}

.list-pagination a:hover, .list-pagination a.active {
    background-color: #2c80c5;
    color: #fff;
    border-color: #2c80c5;
}

/* 侧边栏 */
.list-sidebar-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.list-sidebar-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e6f2ff;
    margin-bottom: 15px;
    position: relative;
}
.list-sidebar-title strong {
    font-size: 18px;
    color: #2c80c5;
    padding-left: 10px;
    border-left: 4px solid #2c80c5;
}
.list-sidebar-list {
    list-style: none;
}
.list-sidebar-list li {
	height:40px; line-height:40px;
    border-bottom: 1px dashed #eee; overflow:hidden;
}
.list-sidebar-list li:last-child {
    border-bottom: none;
}
.list-sidebar-list li a {
    color: #333;
    display: block;
    transition: all 0.2s;
}
.list-sidebar-list li a:hover {
    color: #2c80c5;
    padding-left: 5px;
}
.list-sidebar-list .list-thumb-item {
    display: flex;
    align-items: center;
}
.list-sidebar-list .list-thumb-item .list-sidebar-thumb {
    width: 60px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e6f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c80c5;
    font-size: 10px;
}
.list-sidebar-list .list-thumb-item .list-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-sidebar-list .list-thumb-item .list-sidebar-title-text {
    flex: 1;
    font-size: 14px;
}

/* 排行榜数字 */
.list-rank-number {
    font: 700 14px/16px Arial;
    float: left;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 12px 8px 0 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.list-rank-number.rank-1 { background: #E78936; }
.list-rank-number.rank-2 { background: #C64C3F; }
.list-rank-number.rank-3 { background: #9756B4; }
.list-rank-number.rank-4 { background: #3D8BBE; }
.list-rank-number.rank-5 { background: #3cb570; }
.list-rank-number.rank-6, 
.list-rank-number.rank-7, 
.list-rank-number.rank-8, 
.list-rank-number.rank-9, 
.list-rank-number.rank-10 { background: #2c80c5; }

/* 图片文章列表 */
.list-img-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.list-img-article-item {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    transition: all 0.3s;
}
.list-img-article-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.list-img-article-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.list-img-article-item p {
    text-align: center;
    padding: 8px 5px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    margin: 0;
}
.list-img-article-item p a {
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 栏目列表 */
.list-channel-list {
    list-style: none;
}
.list-channel-list li {
    list-style: none;
}
.list-channel-list li a {
    font-size: 15px;
    color: #2c80c5;
}

/* 响应式设计 */
@media (max-width: 1000px) {
    .list-page-container {
        width: 100%;
    }
    .list-layout {
        flex-direction: column;
    }
    .list-sidebar {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .list-article-item {
        flex-direction: column;
    }
    .list-article-thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .list-img-articles {
        grid-template-columns: 1fr;
    }
}


/* 文章详情页专用样式 - 避免与其他页面冲突 */
.detail-page-container {
    width: 1000px;
    margin: 0 auto;
	margin-bottom:10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.detail-page-content {
    padding: 20px;
    min-height: 600px;
}

/* 面包屑导航 */
.detail-breadcrumb {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.detail-breadcrumb a {
    color: #2c80c5;
}
.detail-breadcrumb span {
    margin: 0 5px;
    color: #999;
}

/* 详情页布局 */
.detail-layout {
    display: flex;
    gap: 20px;
}
.detail-main {
    flex: 1;
    overflow: hidden;
}
.detail-sidebar {
    width: 300px;
    overflow: hidden;
}

/* 文章头部 */
.detail-header {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.detail-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}
.detail-meta {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}
.detail-meta span {
    margin: 0 15px;
}
.detail-meta .detail-category {
    background-color: #e6f2ff;
    color: #2c80c5;
    padding: 3px 10px;
    border-radius: 3px;
}

/* 文章内容 */
.detail-content {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    line-height: 1.8;
    font-size: 16px;
}
.detail-content p {
    margin-bottom: 15px;
    text-indent: 2em;
}
.detail-content h2 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #2c80c5;
    border-left: 4px solid #2c80c5;
    padding-left: 10px;
}
.detail-content h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #333;
}
.detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.detail-content blockquote {
    background-color: #f9f9f9;
    border-left: 4px solid #2c80c5;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
    font-style: italic;
}

/* 文章导航 */
.detail-navigation {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.detail-prev, .detail-next {
    max-width: 45%;
}
.detail-nav-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}
.detail-nav-title {
    font-size: 16px;
    color: #2c80c5;
    line-height: 1.4;
}

/* 相关推荐 */
.detail-recommend {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.detail-recommend-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e6f2ff;
    margin-bottom: 15px;
    position: relative;
}
.detail-recommend-title strong {
    font-size: 18px;
    color: #2c80c5;
    padding-left: 10px;
    border-left: 4px solid #2c80c5;
}
.detail-recommend-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.detail-recommend-item {
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}
.detail-recommend-item:hover {
    background-color: #f9f9f9;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.detail-recommend-item a {
    color: #333;
    display: block;
}
.detail-recommend-item a:hover {
    color: #2c80c5;
}

/* 侧边栏 */
.detail-sidebar-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.detail-sidebar-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e6f2ff;
    margin-bottom: 15px;
    position: relative;
}
.detail-sidebar-title strong {
    font-size: 18px;
    color: #2c80c5;
    padding-left: 10px;
    border-left: 4px solid #2c80c5;
}
.detail-sidebar-list {
    list-style: none;
}
.detail-sidebar-list li { height:40px; line-height:40px; overflow:hidden;
    border-bottom: 1px dashed #eee;
}
.detail-sidebar-list li:last-child {
    border-bottom: none;
}
.detail-sidebar-list li a {
    color: #333;
    display: block;
    transition: all 0.2s;
}
.detail-sidebar-list li a:hover {
    color: #2c80c5;
    padding-left: 5px;
}
.detail-sidebar-list .detail-thumb-item {
    display: flex;
    align-items: center;
}
.detail-sidebar-list .detail-thumb-item .detail-sidebar-thumb {
    width: 60px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e6f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c80c5;
    font-size: 10px;
}
.detail-sidebar-list .detail-thumb-item .detail-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-sidebar-list .detail-thumb-item .detail-sidebar-title-text {
    flex: 1;
    font-size: 14px;
}

/* 排行榜数字 */
.detail-rank-number {
    font: 700 14px/16px Arial;
    float: left;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 12px 8px 0 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.detail-rank-number.rank-1 { background: #E78936; }
.detail-rank-number.rank-2 { background: #C64C3F; }
.detail-rank-number.rank-3 { background: #9756B4; }
.detail-rank-number.rank-4 { background: #3D8BBE; }
.detail-rank-number.rank-5 { background: #3cb570; }
.detail-rank-number.rank-6, 
.detail-rank-number.rank-7, 
.detail-rank-number.rank-8, 
.detail-rank-number.rank-9, 
.detail-rank-number.rank-10 { background: #2c80c5; }

/* 分享区域 */
.detail-share {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
.detail-share-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}
.detail-share-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.detail-share-btn a {
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}
.detail-share-btn.wechat { background-color: #07C160; }
.detail-share-btn.weibo { background-color: #E6162D; }
.detail-share-btn.qq { background-color: #12B7F5; }
.detail-share-btn.qzone { background-color: #F7CE1A; color: #333; }
.detail-share-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* 响应式设计 */
@media (max-width: 1000px) {
    .detail-page-container {
        width: 100%;
    }
    .detail-layout {
        flex-direction: column;
    }
    .detail-sidebar {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .detail-navigation {
        flex-direction: column;
        gap: 15px;
    }
    .detail-prev, .detail-next {
        max-width: 100%;
    }
    .detail-recommend-list {
        grid-template-columns: 1fr;
    }
    .detail-share-buttons {
        flex-wrap: wrap;
    }
}

/* 单页专用样式 - 避免与其他页面冲突 */
.single-page-container {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.single-page-content {
    padding: 20px;
    min-height: 600px;
}

/* 面包屑导航 */
.single-breadcrumb {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.single-breadcrumb a {
    color: #2c80c5;
}
.single-breadcrumb span {
    margin: 0 5px;
    color: #999;
}

/* 单页内容区域 */
.single-main-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    line-height: 1.8;
    font-size: 16px;
}

/* 响应式设计 */
@media (max-width: 1000px) {
    .single-page-container {
        width: 100%;
    }
}