.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: 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: 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: 12px;
    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;
}

.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;
    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: 12px;
}

.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;
}
