.epower-home-news {
    margin-bottom: 20px;
    background-color: #fff; /* ✅ 固定背景颜色 */
}

.epower-home-news .detail,
.epower-home-news .extra-card {
    background-color: #ffffff !important; /* ✅ 白色内容卡片 */
}
.epower-home-news .tabs-common {
    margin-top: 20px;
}

.epower-home-news .news-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative; /* 给父容器设置相对定位 */
}

.epower-home-news .detail-left {
    width: 960px;
}

.epower-home-news .detail-right {
    width: 160px;
}

.epower-home-news .extra-card .lis .item {
    height: 30px;
    line-height: 30px;
}

.epower-home-news .tabs-common {
    height: auto;
    line-height: 50px;
    margin-bottom: 10px;
    background: #fff;
}

.epower-home-news .tabs-common li {
    float: left;
    width: 10%;
    text-align: center;
    border-bottom: solid 1px #ebeef5;
    color: #9b9b9b;
    cursor: default;
    border-left: 1px solid #ececec;
}
.epower-home-news .tabs-common li.search-input{
    float: right;
    text-align: right;
    width: 30%;
    border-left: 0px;
    border-bottom: 0px;
}
.epower-home-news .tabs-common li.search-input:hover{
     border-bottom: 0px solid #3c7ee5;
 }
.epower-home-news .tabs-common li:first-child,
.epower-home-news .tabs-common li:nth-child(11) {
    border-left: none;
}

.epower-home-news .tabs-common li.active,
.epower-home-news .tabs-common li:hover {
    height: 51px;
    border-bottom: 2px solid #3c7ee5;
    color: #3c7ee5;
}

.epower-home-news .tabs-common li.active a,
.epower-home-news .tabs-common li:hover a {
    color: #3c7ee5;
}

.epower-home-news .tabs-common li>a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    color: #9b9b9b;
}

.epower-home-news .tabs-common .tabsfixed {
    position: absolute;
    top: 70px;
    width: 1200px;
    background: #fff;
    box-shadow: 0 0 6px 2px hsla(0, 0%, 86.7%, 0.5);
    z-index: 9;
}

.epower-home-news .news-wrapper {
    margin-top: 10px;
}

.epower-home-news .list {
    width: 1200px;
}

.epower-home-news .list .item {
    padding: 20px;
    border-bottom: 1px solid #e0e3e8;
}

.epower-home-news .list .item .tit {
    font-size: 16px;
    font-weight: 600;
}

.epower-home-news .list .item .time {
    height: 20px;
    margin: 10px 0 7px;
    color: #959595;
}

.epower-home-news .list .item .time span {
    display: inline-block;
    max-width: 280px;
    height: 20px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epower-home-news .list .item .abs {
    line-height: 24px;
}

.epower-home-news .list .item .read-more {
    color: #3c7ee5;
}

.epower-home-news .list .item .read-more:hover {
    text-decoration: underline;
}

.epower-home-news .list .item:last-child {
    border-bottom: 0;
}

.epower-home-news .list-ad-component {
    width: 200px;
}

.epower-home-news .extra-card {
    width: 1200px;
    background: #fff;
}

.epower-home-news .extra-card .tit {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
}

.epower-home-news .extra-card .lis {
    padding: 10px 20px;
}

.epower-home-news .extra-card .lis .item {
    height: auto;
    line-height: 1.8;
    letter-spacing: 0.3px;
    padding: 8px 0;
}

.epower-home-news .extra-card .lis .item .article-index {
    color: #409EFF;
    font-weight: bold;
    margin-right: 6px;
}

.epower-home-news .extra-card .lis .news-tag {
    margin-right: 6px;
}

.epower-home-news .list-ad-component .item {
    width: 200px;
    height: 85px;
    padding: 16px;
    margin-bottom: 4px;
    background: linear-gradient(319deg, #4186ff, #514fe0);
    border-radius: 2px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

.epower-home-news .list-ad-component .item .name {
    margin-bottom: 8px;
}

.epower-home-news .list-ad-component .item .iconfont {
    position: absolute;
    opacity: 0.2;
}

.epower-home-news .list-ad-component .item .iconfont.icons-reg {
    width: 54px;
    height: 60px;
    line-height: 60px;
    top: 8px;
    right: 12px;
    font-size: 58px;
}

.epower-home-news .list-ad-component .item .iconfont.icons-trade {
    width: 68px;
    height: 70px;
    line-height: 70px;
    top: 2px;
    right: 5px;
    font-size: 68px;
}

.epower-home-news .list-ad-component .item .iconfont.icons-search {
    width: 72px;
    height: 76px;
    line-height: 76px;
    top: 2px;
    right: 0;
    font-size: 74px;
}

.epower-home-news .list-ad-component .item-carousel {
    width: 200px;
    height: 200px;
    background: linear-gradient(319deg, #4186ff, #514fe0);
}

.epower-home-news .detail {
    width: 1200px;
    padding: 50px;
    line-height: 250%;
}
.epower-home-news .noticedetail {
    width: 1200px;
    margin: 10px 0; /* 合并了上下的边距 */
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}
.epower-home-news .detail .title {
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.epower-home-news .detail .copywriting {
    text-align: center;
}

.epower-home-news .detail .time {
    height: auto; /* 高度自动调整 */
    line-height: 24px; 
    margin: 30px 0;
    padding-bottom: 20px; /* 增加底部内边距，为边框留出空间 */
    color: #959595;
    text-align: center;
    display: flex; /* 如果需要让span在一行显示，使用flex布局 */
    justify-content: space-between; /* 使span之间的间距为20px */
    border-bottom: 2px solid #f0f0f0; /* 添加2px浅灰色底部边框 */
}

.epower-home-news .detail .time span {
    flex: 1;  /* 自动填充剩余空间 */
    max-width: 200px;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px; /* 增加右侧间距 */
}

.epower-home-news .detail .content {
    margin-top: 10px;
    line-height: 300%;
    text-align: justify;
    text-indent: 2em;
}
.epower-home-news .detail .content > p {
    margin-bottom: 10px;
    text-indent: 2em;
}
.epower-home-news .detail .content img {max-width: 90%}

.epower-home-news .detail .seo-title {
    margin-top: 20px;
    text-align: center;
}

.epower-home-news .detail .content-bottom {
    height: 30px;
    line-height: 30px;
    margin-top: 40px;
}

.epower-home-news .detail .content-bottom .share .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.epower-home-news .detail .content-bottom .share .iconfont.icons-wechat {
    background: #08bb08;
}

.epower-home-news .detail .content-bottom .share .iconfont.icons-qzone {
    background: #ffc100;
}

.epower-home-news .detail .content-bottom .share .iconfont.icons-weibo {
    background: #fb5555;
}

.epower-home-news .detail .content-bottom .share span {
    color: #959595;
}

.epower-home-news .noticedetail .title {
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.epower-home-news .noticedetail .copywriting {
    text-align: center;
}

.epower-home-news .noticedetail .time {
    height: 20px;
    margin: 20px 0;
    
    color: #959595;
    text-align: center;
}

.epower-home-news .noticedetail .time span {
    display: inline-block;
    max-width: 200px;
    height: 16px;
    margin: 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epower-home-news .noticedetail .content {
    margin-top: 10px;
    line-height: 250%;
    text-align: justify;
    text-indent: 2em;
}
.epower-home-news .noticedetail .content > p {
    margin-bottom: 10px;
    line-height: 250%;
}
.epower-home-news .noticedetail .content img {max-width: 90%}

.epower-home-news .noticedetail .seo-title {
    margin-top: 20px;
    text-align: center;
}

.epower-home-news .noticedetail .content-bottom {
    height: 30px;
    line-height: 30px;
    margin-top: 40px;
}

.epower-home-news .noticedetail .content-bottom .share .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.epower-home-news .noticedetail .content-bottom .share .iconfont.icons-wechat {
    background: #08bb08;
}

.epower-home-news .noticedetail .content-bottom .share .iconfont.icons-qzone {
    background: #ffc100;
}

.epower-home-news .noticedetail .content-bottom .share .iconfont.icons-weibo {
    background: #fb5555;
}

.epower-home-news .noticedetail .content-bottom .share span {
    color: #959595;
}

.epower-home-news .extra-card {
    width: 1200px;
    background: #fff;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.epower-home-news .extra-card .tit {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
}

.epower-home-news .extra-card .lis {
    padding: 10px 20px;
}

.epower-home-news .extra-card .lis .item {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epower-home-news .extra-card .lis .news-tag {
    margin-right: 6px;
}

.epower-home-news .breadcrumb .el-breadcrumb {
    height: 40px;
    margin-top: 10px;
    line-height: 40px !important;
}

.epower-home-news .breadcrumb .el-breadcrumb .el-breadcrumb__inner,
.epower-home-news .breadcrumb .el-breadcrumb .el-breadcrumb__separator {
    color: #9da0a6 !important;
}

.epower-home-news .operate-panel-inner {
    width: 200px;
    padding-bottom: 10px;
    line-height: 26px;
    background: #fff;
}

.epower-home-news .operate-panel-inner .title {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
}

.epower-home-news .operate-panel-inner .title.sec-tit {
    border-top: 1px solid #ececec;
}

.epower-home-news .operate-panel-inner .card {
    display: block;
    color: #fff;
}

.epower-home-news .operate-panel-inner .card.c-01,
.epower-home-news .operate-panel-inner .card.c-02,
.epower-home-news .operate-panel-inner .card.c-05 {
    width: 180px;
    height: 97px;
}

.epower-home-news .operate-panel-inner .card.c-01,
.epower-home-news .operate-panel-inner .card.c-02 {
    padding: 16px 0 0 16px;
    margin: 10px 10px 0;
    font-size: 16px;
}

.epower-home-news .operate-panel-inner .card.c-05 {
    padding: 15px 0 0 9px;
    margin: 10px 10px 0;
    line-height: 16px;
    
}

.epower-home-news .operate-panel-inner .card.c-05 .btn {
    height: 18px;
    padding: 0;
    margin-top: 5px;
}

.epower-home-news .operate-panel-inner .card.c-03,
.epower-home-news .operate-panel-inner .card.c-04 {
    width: 85px;
    height: 97px;
    padding-top: 8px;
    margin: 10px 0 0 10px;
    text-align: center;
}

.epower-home-news .operate-panel-inner .card.c-01 {
    background: url('../../../img/bd9faa2.png') no-repeat 50%;
}

.epower-home-news .operate-panel-inner .card.c-02 {
    margin-bottom: 20px;
    background: url('../../../img/d47730d.png') no-repeat 50%;
}

.epower-home-news .operate-panel-inner .card.c-03 {
    background: url('../../../img/e73d10a.png') no-repeat 50%;
}

.epower-home-news .operate-panel-inner .card.c-04 {
    background: url('../../../img/e516272.png') no-repeat 50%;
}

.epower-home-news .operate-panel-inner .card.c-05 {
    background: url('../../../img/13b9d09.png') no-repeat 50%;
}

.epower-home-news .operate-panel-inner .ls-lis {
    height: 164px;
    padding: 20px 10px;
    overflow: hidden;
}

.epower-home-news .operate-panel-inner .ls-lis a {
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 20px;
    color: #3c7ee5;
    
    word-break: keep-all;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.epower-home-news .operate-panel-inner .ls-lis a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.epower-home-news .detail-similar {
    padding-bottom: 0;
    border: 2px solid #e6ebf5; /* 添加2px宽的实线边框，颜色为#e6ebf5 */
    border-radius: 4px; /* 可选：添加圆角效果 */
}
.epower-home-news .detail-similar .content {
    height: 83.5px;
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
}

.epower-home-news .detail-similar .content+.content {
    border-top: 1px solid #ececec;
}

.epower-home-news .detail-similar .content .mask {
    padding-top: 4px;
    opacity: 0;
}

.epower-home-news .detail-similar .content .mask .price {
    width: 100%;
    font-size: 16px;
    position: absolute;
    text-align: center;
}

.epower-home-news .detail-similar .content:hover .mask {
    opacity: 1;
    position: relative;
    margin-top: -10px;
    margin-left: -10px;
    width: 200px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
}

.epower-home-news .detail-similar .content:hover .operate {
    bottom: 10px;
    opacity: 1;
}

.epower-home-news .detail-similar .img-wrapper {
    float: left;
    display: block;
    width: 90px;
    height: 60px;
    /* line-height: 56px; */
    text-align: center;
}

.epower-home-news .detail-similar .tm-info {
    width: 85px;
    float: left;
    margin-left: 5px;
}

.epower-home-news .detail-similar .tm-info p {
    height: 13px;
    line-height: 13px;
}

.epower-home-news .detail-similar .tm-info .name {
    margin-top: 10px;
}

.epower-home-news .detail-similar .tm-info .cls {
    margin: 5px 0 10px;
    color: #6e6e6e;
    opacity: 1;
    transition: all 0.3s;
}

.epower-home-news .textover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epower-home-news .detail-similar .operate {
    position: absolute;
    bottom: -26px;
    left: 10px;
    opacity: 0;
    transition: all 0.3s;
}

.epower-home-news .detail-similar .operate .btn {
    width: 86px;
    height: 24px;
    padding: 0;
}

.epower-home-news .detail-similar .operate .el-button+.el-button {
    margin-left: 2px;
}

.epower-home-news .detail-ad-component {
    width: 100%;
    margin-bottom: 10px;
}

.epower-home-news .detail-ad-component .item {
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
    margin-bottom: 4px;
    border-radius: 2px;
    text-align: center;
}

.epower-home-news .detail-ad-component .item img {
    vertical-align: middle;
}

.epower-home-news .detail-ad-component .item img[lazy="error"],
.epower-home-news .detail-ad-component .item img[lazy="loading"] {
    width: 86%;
}

.epower-home-news .detail-ad-component .item img[lazy="loaded"] {
    width: 100%;
    height: 100%;
}

.epower-home-news .recommend {
    margin-bottom: 10px;
}

.epower-home-news .list .item span {
    color: #999;
}

.epower-home-news .des {
    margin-bottom: 10px;
}

#bsBox,
#bsBox *,
#bsWXBox,
#bsWXBox * {
    box-sizing: content-box !important;
}

.epower-home-news .list .item.with-thumbnail .article-thumbnail{
    width: 150px;
    height: 100px;
    float: left;
    text-align: center;
    font-size: 0px;
    line-height: 100px;
}

.epower-home-news .list .item.with-thumbnail .article-thumbnail img {
    max-width: 150px;
    max-height: 100px;
    vertical-align: middle;
}
.epower-home-news .list .item.with-thumbnail .article-thumbnail img.filter-gray{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

.epower-home-news .list .item.with-thumbnail .article-thumbnail-content{
    width: 950px;
    float: right;
    margin-left: 20px;
}
/* 新增宽度为1200px的样式 */
.news-wrapper-wide .detail {
    width: 1200px;
    background: #fff;
    padding: 50px 75px; /* 上下 0 像素，左右 75 像素 */
    line-height: 250%;
}

/* 针对 .news-wrapper-wide 的 el-card 样式 */
.news-wrapper-wide .el-card {
    border-radius: 4px;
    border: none;
    background-color: #fff;
    overflow: hidden;
    color: #1a253d;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    transition: .3s;
}
.el-card {
   border: none !important;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.prev-page,
.next-page {
    font-weight: bold; /* 设置字体为粗体 */
    margin-bottom: 8px; /* 保持原有的下边距 */
}
.contentfooternotice {
    max-width: 100%;
    margin: 0 auto;
}

.notice-section {
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 0;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.notice-section:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.notice-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.05) 0%, rgba(0, 196, 204, 0.05) 100%);
    border-radius: 0 0 0 100%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.section-header:hover {
    background-color: rgba(26, 115, 232, 0.03);
}

.contentfooternotice-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.contentfooternotice-title::before {
    display: none;
}

.notice-section:nth-child(1) .contentfooternotice-title::before {
    display: none;
}

.notice-section:nth-child(2) .contentfooternotice-title::before {
    display: none;
}

.notice-section:nth-child(3) .contentfooternotice-title::before {
    display: none;
}

.notice-section:nth-child(4) .contentfooternotice-title::before {
    display: none;
}

.notice-section:nth-child(5) .contentfooternotice-title::before {
    display: none;
}

.toggle-icon {
    transition: transform 0.3s ease;
    color: #1a73e8;
    font-size: 0.8rem;
}

.toggle-icon.expanded {
    transform: rotate(180deg);
}

.section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.section-content.expanded {
    max-height: 1000px;
    padding: 0 20px 20px 20px;
}

.contentfooternotice p {
    margin-bottom: 16px;
    color: #5f6368;
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-indent: 2em; /* 首行缩进两个字 */
}

.contentfooternotice p:last-child {
    margin-bottom: 0;
}

.contentfooternotice strong {
    font-weight: 600;
}

.contentfooternotice a {
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.contentfooternotice a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contentfooternotice {
        padding: 16px 0;
    }
    
    .notice-section {
        margin-bottom: 12px;
    }
    
    .section-header {
        padding: 16px;
    }
    
    .section-content.expanded {
        padding: 0 16px 16px 16px;
    }
    
    .contentfooternotice-title {
        font-size: 1rem;
    }
}
.fs14 {
            font-size: 14px;
        }
.text-indent2em {
            text-indent: 2em !important; /* 强制应用缩进 */
        }
        /* 二维码样式 */
.qrcode-section {
    text-align: center;
    margin: 10px auto;
    max-width: 200px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

.qrcode-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
}

.qrcode-image {
    width: 128px;
    height: 128px;
}
.qrcode-title {
    font-weight: bold;
}
.keywords-container {
    margin: 15px 0;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 4px;
}

.keywords-container .keywords-wrapper {
    display: flex;
    align-items: center;
}

.keywords-container .keywords-title {
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

.keywords-container .keywords-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
}

.keywords-container .keyword-tag {
    padding: 0px 14px;
    border-radius: 4px;
    border: 2px solid #e6ebf5;
    font-size: 14px;
    2px solid #e6ebf5
    white-space: nowrap;
}
.news-description {
    border: 2px solid rgba(228, 228, 228, 0.5); /* 设置边框透明度为50% */
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.description-content {
    font-size: 14px;
    color: #333; /* 内容字体颜色 */
}
.time .action-btn {
    position: relative;
    display: inline-block;
    padding: 0 12px; /* 增加左右边框与文字之间的间距 */
    margin-left: 15px;
    border: 2px solid rgba(228, 228, 228, 0.5); /* 设置边框透明度为50% */
    border-radius: 4px; /* 圆角效果 */
    cursor: pointer;
    text-align: center; /* 确保文字居中 */
    line-height: 1.5; /* 调整行高确保文字垂直居中 */
    transition: color 0.3s ease, border-color 0.3s ease; /* 设置边框和文字颜色的渐变效果 */
}



.time .action-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 4px;
    transition: width 0.3s ease;
}

.time .action-btn:hover::after {
    width: 100%; /* 鼠标悬停时下划线从左到右展开 */
}

.time .action-btn:hover {
    color: #fff; /* 悬停时文字颜色变白 */
    border-color: transparent; /* 边框颜色透明 */
    background-color: #3369E3; /* 背景色变为蓝色 */
}


.logo-container {
    position: absolute;  /* 相对父容器绝对定位 */
    right: 50px;         /* 距离右侧20px */
    bottom: 65px;        /* 距离底部20px */
    z-index: 9999;       /* 层级设置，确保 logo 在其他内容上方 */
}

.site-logo {
    height: 50px;  /* 设置 Logo 宽度 */
    opacity: 0.5;  /* 设置透明度 */
    display: block;
}

/* 确保文章内容区域足够高，避免内容遮挡 */
.news-wrapper-wide {
    position: relative;
}

/* 针对上一篇和下一篇的按钮底部对齐 */
.prev-page, .next-page {
    position: relative;
}
@media print {
    .prev-page,
    .next-page {
        display: none;
    }
}
.font-size-control {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.font-size-control .el-button-group {
    margin-left: 5px;
}

.font-size-label {
    margin-right: 10px;
    color: rgb(149, 149, 149);
    text-align: center;
 
}
}

.content.font-small {
    font-size: 14px;
}

.content.font-medium {
    font-size: 16px;
}

.content.font-large {
    font-size: 18px;
} 
.title-index {
    color: #333!important;
    font-weight: bold;
}
.article-thumbnail-content .tit-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-thumbnail-content .tit-time .tit {
    flex-grow: 1;
}

.article-thumbnail-content .tit-time .time {
    white-space: nowrap;
    text-align: right;
}
/* Article Tab Component – isolated styles */
.article-tab-container { margin-top: 10px; }

.article-tab-header {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 2px;
}

.article-tab-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px 8px 0 0;
  background: #f7f8fa;
  border: 1px solid transparent;
  font-size: 14px;
  color: #444;
}

.article-tab-button[aria-selected="true"] {
  background: #fff;
  color: #111;
  border-color: #e5e7eb #e5e7eb #fff;
  box-shadow: 0 1px 0 #fff inset;
}

.article-tab-panels { padding: 10px 0; }
.article-tab-panel { display: none; }
.article-tab-panel[aria-hidden="false"] { display: block; }

.article-tab-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #cfe3ff;
}

/* Sticky header support */
[data-article-tab-sticky="true"] .article-tab-header {
  position: sticky;
  top: 0;
  background: inherit;
  z-index: 3;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .article-tab-header { border-bottom-color: #313131; }
  .article-tab-button { background: #222; color: #ddd; }
  .article-tab-button[aria-selected="true"] {
    background: #111; color: #fff;
    border-color: #313131 #313131 #111;
  }
}

/* Cloak to prevent FOUC */
[data-article-tab-cloak="true"] .article-tab-header,
[data-article-tab-cloak="true"] .article-tab-panels { visibility: hidden; }
[data-article-tab-ready="true"] .article-tab-header,
[data-article-tab-ready="true"] .article-tab-panels { visibility: visible; }
@supports (color: color(display-p3 1 1 1)) {
  /* 生成图片前可禁用新色彩语法 */
  [data-capture] * {
    color: #000 !important;
    background-color: #fff !important;
  }
}
[data-capture],[data-capture] *{
  color:#000!important;
  background:#fff!important;
  background-color:#fff!important;
  border-color:#000!important;
  box-shadow:none!important;
  text-shadow:none!important;
}

/* 底部 Tab 切换样式 */
.bottom-tabs-card {
  margin-top: 20px;
}

.bottom-tabs-card .el-tabs__header {
  margin-bottom: 20px;
}

.bottom-tabs-card .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
}

.bottom-tabs-card .el-tabs__item.is-active {
  color: #409EFF;
  font-weight: 600;
}

.bottom-tabs-card .el-tabs__content {
  padding: 0;
}

.bottom-tabs-card .related-content,
.bottom-tabs-card .interest-content,
.bottom-tabs-card .notice-content {
  min-height: 200px;
  padding: 10px 0;
}

/* 相关文章和推荐阅读Tab样式 */
.related-tabs-card {
  background-color: #ffffff !important;
}

.related-tabs-card .related-content,
.related-tabs-card .recommend-content {
  min-height: 200px;
}

.related-tabs-card .lis {
  padding: 10px 0;
}

.related-tabs-card .lis .item {
  height: auto;
  line-height: 1.8;
  letter-spacing: 0.3px;
  padding: 8px 0;
}

.related-tabs-card .lis .des {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 0;
}

.related-tabs-card .article-index {
  color: #409EFF;
  font-weight: bold;
  margin-right: 6px;
}

.bottom-tabs-card .notice-content .contentfooternotice {
  padding: 0;
}

.bottom-tabs-card .notice-content .contentfooternotice .notice-section {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.bottom-tabs-card .notice-content .contentfooternotice .notice-section::before {
  display: none;
}
