.epower-home-news {
    margin-bottom: 20px;
}

.epower-home-news .tabs-common {
    margin-top: 20px;
}

.epower-home-news .news-wrapper {
    margin-top: 10px;
}

.epower-home-news .detail-left {
    width: 990px;
}

.epower-home-news .detail-right {
    width: 200px;
}

.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: 12.5%;
    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: 990px;
}

.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: 100%;
    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: 30px;
    line-height: 30px;
}

.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: 990px;
    padding: 20px;
}

.epower-home-news .detail .title {
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.epower-home-news .detail .copywriting {
    text-align: center;
}

.epower-home-news .detail .time {
    height: 16px;
    margin: 20px 0;
    font-size: 14px;
    color: #959595;
    text-align: center;
}

.epower-home-news .detail .time span {
    display: inline-block;
    max-width: 200px;
    height: 16px;
    margin: 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epower-home-news .detail .content {
    margin-top: 10px;
    line-height: 160%;
    text-align: justify;
    /*text-indent: 2em;*/
}
.epower-home-news .detail .content > p {
    margin-bottom: 10px;
}
.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 .extra-card {
    width: 100%;
    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;
	 counter-reset: list-num; /* 初始化计数器 */
}

.epower-home-news .extra-card .lis .item {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	 display: flex;
    align-items: center;
    gap: 8px;
    counter-increment: list-num; /* 每次自增计数器 */
}

/* 用伪元素渲染序号 */
.epower-home-news .extra-card .lis .item::before {
    content: counter(list-num);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:18px;
    height:18px;
    border-radius:50%;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
}

/* 不同序号的颜色 */
.epower-home-news .extra-card .lis .item:nth-child(1)::before {
   
	color:#f56c6c;
}
.epower-home-news .extra-card .lis .item:nth-child(2)::before {
 
	color:#e6a23c;
}
.epower-home-news .extra-card .lis .item:nth-child(3)::before {
   
	color:#e6a23c;
}
.epower-home-news .extra-card .lis .item:nth-child(4)::before,
.epower-home-news .extra-card .lis .item:nth-child(5)::before,
.epower-home-news .extra-card .lis .item:nth-child(6)::before {
  
    color: #000;
	background: rgba(255, 128, 44, 0.2);
	background:#f2f2f2;
	
}

.epower-home-news .extra-card .lis .item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    color: #333;
    text-decoration: none;
}
.epower-home-news .extra-card .lis .item a:hover {
    color: #409eff;
}

.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;
    font-size: 12px;
}

.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;
    font-size: 12px;
    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;
    font-size: 12px;
    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;
}

.epower-home-news .detail-similar .content {
    height: 70px;
    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;
    font-size: 14px;
	line-height: 24px;
}

.epower-home-news .des {
    font-size: 12px;
    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: 778px;
    float: right;
    margin-left: 20px;
}

.submit-btn-red {
    width: 126px;
    height: 36px;
    background: #f85252;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-top: 18px;
    display: block;
}
.submit-btn-red:hover {color:#fff !important;}
.tm-code-img {
    width: 76px;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
}
/*2026-4-17新增新闻页专利展示*/
.epower-home-news .zhuanli-panel-inner {
    width: 200px;
    padding-bottom: 10px;
    line-height: 26px;
    background: #fff;
	margin-top: 10px;
}

.epower-home-news .zhuanli-panel-inner .title {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
}
.epower-home-news .zhuanli-panel-inner ul{
    padding: 10px 20px;
}
.epower-home-news .zhuanli-panel-inner ul li .pull-left{
	font-size:14px;

}
.epower-home-news .zhuanli-panel-inner ul li .pull-left::before{
    content: '';
    width: 2px;
    height: 2px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-right: 4px;


}
.epower-home-news .zhuanli-panel-inner ul li{
  margin-bottom:20px;

}



.epower-home-news .zhuanli-panel-inner ul li  .li-icon{
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-color: #fee9e7;
    line-height: 20px;
    padding: 0 8px;
    color: #ff4433;
    border-radius: 10px;
    margin-right: 9px;


}
.epower-home-news .zhuanli-panel-inner ul li p{
 color:#888;


}
/*2026-4-17新增新闻页图片轮播展示*/

/* 轮播容器 */
.epower-home-news .slider {
  width: 200px;
  height: 129px;
  position: relative;
  overflow: hidden;
}

/* 图片 */
.epower-home-news .slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fade 16s infinite;
  opacity: 0;
}

/* 错开时间播放 */
.epower-home-news .slider img:nth-child(1) { animation-delay: 0s; }
.epower-home-news .slider img:nth-child(2) { animation-delay: 4s; }
.epower-home-news .slider img:nth-child(3) { animation-delay: 8s; }
.epower-home-news .slider img:nth-child(4) { animation-delay: 12s; }

/* 淡入淡出 */
@keyframes fade {
  0% { opacity: 0; }
  10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}

/* 底部小圆点容器 */
.epower-home-news .dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 10;
}

/* 圆点样式 */
.epower-home-news .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  animation: dot 16s infinite;
}

/* 每个圆点对应一张图高亮 */
.epower-home-news .dot:nth-child(1) { animation-delay: 0s; }
.epower-home-news .dot:nth-child(2) { animation-delay: 4s; }
.epower-home-news .dot:nth-child(3) { animation-delay: 8s; }
.epower-home-news .dot:nth-child(4) { animation-delay: 12s; }

/* 圆点高亮动画 */
@keyframes dot {
  0% { background: rgba(255,255,255,0.9); }
  25% { background: rgba(255,255,255,0.9); }
  30% { background: rgba(255,255,255,0.4); }
  100% { background: rgba(255,255,255,0.4); }
}


    