@charset "UTF-8";
@import "mixins/mixins";
@import "common/var";
/*————————————————————图文信息固定条数展示组件1开始——————————————————————*/
.twinfo_show_fixrecord_pc_1 {
  width: 100%;
  margin-top: 30px;
}

.twinfo_show_fixrecord_pc_1 .news-toutiao {
  width: 100%;
  height: 46px;
  background-color: #f7f7f7;
  margin-top: 20px;
  display: flex;
}

.twinfo_show_fixrecord_pc_1 .news-toutiao .sp1 {
  width: 130px;
  height: 46px;
  display: block;
  background: url('#{$--url-path}/news-top-title.png') center no-repeat;
  background-color: $--color-primary;
  float: left;
}

.twinfo_show_fixrecord_pc_1 .news-toutiao .sp2 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-left: 20px;
  white-space: nowrap;
  position: relative;
  z-index: 99;
}

.twinfo_show_fixrecord_pc_1 .news-toutiao .sp2 a {
  color: #666;
  margin-right: 20px;
  //position: absolute;
  //z-index: 98;
}

.twinfo_show_fixrecord_pc_1 .news-toutiao .tempWrap {
  width: 960px !important;
  display: block;
  float: left;
  margin-left: 10px;
  height: 46px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .twinfo_show_fixrecord_pc_1 .news-toutiao .tempWrap {
    width: 760px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .twinfo_show_fixrecord_pc_1 .news-toutiao .tempWrap {
    width: 560px !important;
  }
}

@media screen and (max-width: 767px) {
  .twinfo_show_fixrecord_pc_1 .news-toutiao .tempWrap {
    width: 50% !important;
  }
}

.seamless-warp2 {
  overflow: hidden;
  height: 46px;
  width: 100%;
  display: flex;
}

/*————————————————————图文信息固定条数展示组件1结束——————————————————————*/
