.news-index .tabs-common {
  margin-top: 20px
}
* {
  color: inherit;
}
.news-index .news-wrapper {
  margin-top: 10px
}
.news-index .detail-left {
  width: 990px
}

.news-index .detail-right {
  width: 200px
}
body{
  background: #f4f4f7;
}
.news-index {
  margin-bottom: 20px;
}
.news-index .extra-card .lis .item {
  height: 30px;
  line-height: 30px;
}
.news-index *{
  box-sizing: border-box;
}
.tabs-common {
  height: auto;
  line-height: 50px;
  margin-bottom: 10px;
  background: #fff;
}


.tabs-common li {
  float: left;
  width: 10%;
  text-align: center;
  border-bottom: solid 1px #ebeef5;
  color: #9b9b9b;
  cursor: default;
  border-left: 1px solid #ececec;

}
.tabs-common li:first-child,
.tabs-common li:nth-child(11){
  border-left: none;
}
.tabs-common li.active,
.tabs-common li:hover {
  height: 51px;
  border-bottom: 2px solid #3c7ee5;
  color: #3c7ee5
}

.tabs-common li.active a,
.tabs-common li:hover a {
  color: #3c7ee5
}

.tabs-common li>a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
  color: #9b9b9b
}

.tabs-common .tabsfixed {
  position: absolute;
  top: 70px;
  width: 1200px;
  background: #fff;
  box-shadow: 0 0 6px 2px hsla(0, 0%, 86.7%, .5);
  z-index: 9
}

.news-index .news-wrapper {
  margin-top: 10px
}

.news-index .list {
  width: 990px
}

.news-index .list .item {
  padding: 20px;
  border-bottom: 1px solid #e0e3e8
}

.news-index .list .item .tit {
  font-size: 16px;
  font-weight: 600
}

.news-index .list .item .time {
  height: 20px;
  margin: 10px 0 7px;
  color: #959595
}

.news-index .list .item .time span {
  display: inline-block;
  max-width: 280px;
  height: 20px;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news-index .list .item .abs {
  line-height: 24px
}

.news-index .list .item .read-more {
  color: #3c7ee5
}

.news-index .list .item .read-more:hover {
  text-decoration: underline
}

.news-index .list .item:last-child {
  border-bottom: 0
}

.list-ad-component {
  width: 200px
}

.news-index .extra-card {
  width: 100%;
  background: #fff
}

.news-index .extra-card .tit {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #ececec
}

.news-index .extra-card .lis {
  padding: 10px 20px
}

.news-index .extra-card .lis .item {
  height: 30px;
  line-height: 30px
}

.news-index .extra-card .lis .news-tag {
  margin-right: 6px
}

.list-ad-component .item {
  width: 200px;
  height: 85px;
  padding: 16px;
  margin-bottom: 4px;
  background: linear-gradient(319deg,#4186ff,#514fe0);
  border-radius: 4px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

.list-ad-component .item .name {
  margin-bottom: 8px
}

.list-ad-component .item .iconfont {
  position: absolute;
  opacity: .2
}

.list-ad-component .item .iconfont.icons-reg {
  width: 54px;
  height: 60px;
  line-height: 60px;
  top: 8px;
  right: 12px;
  font-size: 58px
}

.list-ad-component .item .iconfont.icons-trade {
  width: 68px;
  height: 70px;
  line-height: 70px;
  top: 2px;
  right: 5px;
  font-size: 68px
}

.list-ad-component .item .iconfont.icons-search {
  width: 72px;
  height: 76px;
  line-height: 76px;
  top: 2px;
  right: 0;
  font-size: 74px
}

.list-ad-component .item-carousel {
  width: 200px;
  height: 200px;
  background: linear-gradient(319deg,#4186ff,#514fe0)
}

.news-index .detail {
  width: 990px;
  padding: 20px
}

.news-index .detail .title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px
}

.news-index .detail .copywriting {
  text-align: center
}

.news-index .detail .time {
  height: 16px;
  margin: 20px 0;
  font-size: 12px;
  color: #959595;
  text-align: center
}

.news-index .detail .time span {
  display: inline-block;
  max-width: 200px;
  height: 16px;
  margin: 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news-index .detail .content {
  margin-top: 10px;
  line-height: 24px;
  text-align: justify;
  text-indent: 2em
}

.news-index .detail .seo-title {
  margin-top: 20px;
  text-align: center
}

.news-index .detail .content-bottom {
  height: 30px;
  line-height: 30px;
  margin-top: 40px
}

.news-index .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
}

.news-index .detail .content-bottom .share .iconfont.icons-wechat {
  background: #08bb08
}

.news-index .detail .content-bottom .share .iconfont.icons-qzone {
  background: #ffc100
}

.news-index .detail .content-bottom .share .iconfont.icons-weibo {
  background: #fb5555
}

.news-index .detail .content-bottom .share span {
  color: #959595
}
.news-index .extra-card {
  width: 100%;
  background: #fff
}

.news-index .extra-card .tit {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #ececec
}

.news-index .extra-card .lis {
  padding: 10px 20px
}

.news-index .extra-card .lis .item {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news-index .extra-card .lis .news-tag {
  margin-right: 6px
}

/* 分页 */
.ys .page_current {
  background: #3c7ee5;
  color: #fff;
  border-color: #3c7ee5;
}

.ys {
  text-align: center;
  padding: 8px 0;
  margin: 20px auto;
}
.ys table{
  margin: 0 auto;
}
.ys a {
  padding: 4px 10px;
  border: 1px solid #dddddd;
  margin: 5px;
  border-radius: 4px;
  color: #999;
  background: #fff;
}


.breadcrumb .el-breadcrumb {
  height: 40px;
  margin-top: 10px;
  line-height: 40px!important
}

.breadcrumb .el-breadcrumb .el-breadcrumb__inner,.breadcrumb .el-breadcrumb .el-breadcrumb__separator {
  color: #9da0a6!important
}





.operate-panel-inner {
  width: 200px;
  padding-bottom: 10px;
  line-height: 26px;
  background: #fff
}

.operate-panel-inner .title {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  border-bottom: 1px solid #ececec
}

.operate-panel-inner .title.sec-tit {
  border-top: 1px solid #ececec
}

.operate-panel-inner .card {
  display: block;
  color: #fff
}

.operate-panel-inner .card.c-01,.operate-panel-inner .card.c-02,.operate-panel-inner .card.c-05 {
  width: 180px;
  height: 97px
}

.operate-panel-inner .card.c-01,.operate-panel-inner .card.c-02 {
  padding: 16px 0 0 16px;
  margin: 10px 10px 0;
  font-size: 16px
}

.operate-panel-inner .card.c-05 {
  padding: 15px 0 0 9px;
  margin: 10px 10px 0;
  line-height: 16px;
  font-size: 12px
}

.operate-panel-inner .card.c-05 .btn {
  height: 18px;
  padding: 0;
  margin-top: 5px
}

.operate-panel-inner .card.c-03,.operate-panel-inner .card.c-04 {
  width: 85px;
  height: 97px;
  padding-top: 8px;
  margin: 10px 0 0 10px;
  font-size: 12px;
  text-align: center
}

.operate-panel-inner .card.c-01 {
  background: url(/template/Home/Default/PC/Static/img/vueModule/bd9faa2.png) no-repeat 50%
}

.operate-panel-inner .card.c-02 {
  margin-bottom: 20px;
  background: url(/template/Home/Default/PC/Static/img/vueModule/d47730d.png) no-repeat 50%
}

.operate-panel-inner .card.c-03 {
  background: url(/template/Home/Default/PC/Static/img/vueModule/e73d10a.png) no-repeat 50%
}

.operate-panel-inner .card.c-04 {
  background: url(/template/Home/Default/PC/Static/img/vueModule/e516272.png) no-repeat 50%
}

.operate-panel-inner .card.c-05 {
  background: url(/template/Home/Default/PC/Static/img/vueModule/13b9d09.png) no-repeat 50%
}

.operate-panel-inner .ls-lis {
  height: 164px;
  padding: 20px 10px;
  overflow: hidden
}

.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 .2s;
  transition: all .2s
}

.operate-panel-inner .ls-lis a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.detail-similar {
  padding-bottom: 0
}

.detail-similar .content {
  height: 70px;
  padding: 10px 5px;
  position: relative;
  overflow: hidden
}

.detail-similar .content+.content {
  border-top: 1px solid #ececec
}

.detail-similar .content .mask {
  padding-top: 4px;
  opacity: 0
}

.detail-similar .content .mask .price {
  width: 100%;
  font-size: 16px;
  position: absolute;
  text-align: center
}

.detail-similar .content:hover .mask {
  opacity: 1;
  position: relative;
  margin-top: -10px;
  margin-left: -10px;
  width: 200px;
  height: 70px;
  background: rgba(0,0,0,.6)
}

.detail-similar .content:hover .operate {
  bottom: 10px;
  opacity: 1
}

.detail-similar .img-wrapper {
  float: left;
  display: block;
  width: 90px;
  height: 60px;
  /* line-height: 56px; */
  text-align: center;
}

.detail-similar .tm-info {
  width: 85px;
  float: left;
  margin-left: 5px
}

.detail-similar .tm-info p {
  height: 13px;
  line-height: 13px
}

.detail-similar .tm-info .name {
  margin-top: 10px
}

.detail-similar .tm-info .cls {
  margin: 5px 0 10px;
  color: #6e6e6e;
  opacity: 1;
  transition: all .3s
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-similar .operate {
  position: absolute;
  bottom: -26px;
  left: 10px;
  opacity: 0;
  transition: all .3s
}

.detail-similar .operate .btn {
  width: 86px;
  height: 24px;
  padding: 0
}

.detail-similar .operate .el-button+.el-button {
  margin-left: 2px
}



.detail-ad-component {
  width: 100%;
  margin-bottom: 10px
}

.detail-ad-component .item {
  display: block;
  width: 100%;
  height: 85px;
  line-height: 85px;
  margin-bottom: 4px;
  border-radius: 4px;
  text-align: center
}

.detail-ad-component .item img {
  vertical-align: middle
}

.detail-ad-component .item img[lazy=error],.detail-ad-component .item img[lazy=loading] {
  width: 86%
}

.detail-ad-component .item img[lazy=loaded] {
  width: 100%;
  height: 100%
}

.recommend {
  margin-bottom: 10px
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.list .item span{
  color: #999;
  font-size: 12px;
}
.des{
  font-size: 12px;
  margin-bottom: 10px;
}