﻿/*!
==================================================================

                  本文件由SCSS编译生成，禁止直接修改

  THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

==================================================================
*/
.section {
  position: relative;
  width: 1100px;
  margin: 0 auto 20px;
}

.wide-container,
.slim-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.wide-container img,
.slim-container img {
  width: 100%;
}

.slim-column {
  position: relative;
  width: 540px;
}

.slim-column img {
  height: 80px;
}

.scroll-news-link {
  position: relative;
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.scroll-news-tag {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  margin-top: -10px;
  background-color: #ffbc7b;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  color: #9c4607;
}

.headline-main-news {
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.headline-main-news:hover {
  color: #e60012;
}

.headline-sub-news {
  margin-bottom: 24px;
  text-align: center;
  color: #aaa;
}

.headline-sub-news .sub-news-item {
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.headline-sub-news .sub-news-item:hover {
  color: #e60012;
}

.headline-sub-news .sub-news-item:last-of-type {
  margin-right: 0;
}

.today-topic-aside {
  width: 380px;
}

.today-topic-aside .news-list .news-item {
  line-height: 42px;
  font-size: 16px;
  color: #222;
}

.today-topic-aside .news-list .news-item-highlight {
  font-size: 18px;
}

.today-topic-aside .notice {
  position: relative;
  padding-left: 46px;
  background-color: #f7f7f7;
}

.today-topic-aside .notice-title {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 22px;
  height: 56px;
  margin-top: -28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/notice.png");
      cursor: pointer;
}

.today-topic-aside .notice-line {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 1px;
  height: 48px;
  margin-top: -24px;
  background-color: #ccc;
}

.today-topic-aside .notice-main {
  position: relative;
  height: 90px;
  padding: 7px 10px 7px 0;
  overflow: hidden;
}

.today-topic-aside .notice-item {
  position: relative;
  line-height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #8c8c8c;
}

.today-topic-main {
  width: 700px;
  height: 510px;
}

.today-topic-main .swiper-container {
  display: block;
  width: 100%;
  height: 100%;
}

.today-topic-main .swiper-ctrl {
  position: absolute;
  bottom: 45px;
  z-index: 888;
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.today-topic-main .swiper-ctrl-prev {
  left: 30px;
  background-image: url("/static/images/icon_prev.png");
}

.today-topic-main .swiper-ctrl-next {
  right: 30px;
  background-image: url("/static/images/icon_next.png");
}

.today-topic-main .swiper-ctrl:hover {
  opacity: .8;
}

.today-topic-main .swiper-pagination {
  bottom: 12px;
}

.today-topic-main .swiper-pagination-bullet {
  margin: 0 8px;
  background-color: #fff;
  opacity: 1;
}

.today-topic-main .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 4px;
  background-color: #e60012;
}

.today-topic-main .swiper-slide-box {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

.today-topic-main .swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
}

.today-topic-main .swiper-slide-summary {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 22px 70px 0;
  background-color: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), 30%, black);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

.recommend {
  position: relative;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}

.recommend-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 25px 0;
}

.recommend-header {
  position: relative;
  margin-bottom: 12px;
}

.recommend-more {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 26px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/icon_right_red.png");
}

.recommend-title {
  width: 456px;
  height: 31px;
  margin: 0 auto;
  background-image: url("/static/images/recommend.png");
}

.recommend-swiper {
  position: relative;
  padding-top: 10px;
  height: 260px;
}

.recommend-swiper .swiper-container {
  margin: 0 60px;
  z-index: 888;
}

.recommend-swiper-ctrl {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.recommend-swiper-ctrl-prev {
  left: 0;
  background-image: url("/static/images/icon_prev_red.png");
}

.recommend-swiper-ctrl-next {
  right: 0;
  background-image: url("/static/images/icon_next_red.png");
}

.recommend-swiper-ctrl:hover {
  background-color: #f5f6f7;
  opacity: .8;
}

.recommend-news-box {
  position: relative;
  display: block;
  height: 170px;
  overflow: hidden;
}

.recommend-news-box:hover .recommend-news-pic {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.recommend-news-box:hover .recommend-news-summary {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.recommend-news-pic {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.recommend-news-summary {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 2em;
  line-height: 1.8em;
  font-size: 14px;
  color: #fff;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.recommend-news-main {
  position: relative;
  padding-top: 10px;
}

.recommend-news-title {
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.recommend-news-description {
  height: 3.6em;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

.recommend-news-detail {
  margin-left: 8px;
  color: #cfa972;
  -webkit-font-smoothing: antialiased;
}

.media-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.media-container-header {
  position: relative;
  height: 64px;
  line-height: 64px;
}

.media-container-header .header-title {
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  font-size: 24px;
  color: #e60012;
}

.media-container-header .header-line {
  position: absolute;
  top: 50%;
  display: block;
  height: 2px;
  margin-top: -1px;
  background-color: #e60012;
}

.media-container-header .header-line-left {
  left: 0;
  width: 490px;
}

.media-container-header .header-line-right {
  right: 68px;
  width: 430px;
}

.media-container-header .header-more {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 26px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/icon_right_red.png");
}

.media-container .media-preview,
.media-container .media-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.media-container .media-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px .5em;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.media-container .media-tip.is-small {
  padding: 10px .5em;
  font-size: 12px;
}

.media-container .media-tip.is-big {
  padding: 15px .5em;
  font-size: 20px;
}

.tab-list-container {
  position: relative;
  width: 1100px;
  margin: 0 auto 20px;
}

.tab-list-container .tab-column {
  width: 340px;
  margin-right: 40px;
}

.tab-list-container .tab-column:last-of-type {
  margin-right: 0;
}

.tab-list-container .tab-head {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.tab-list-container .tab-head-item {
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 22px;
  color: #989898;
  cursor: pointer;
}

.tab-list-container .tab-head-item:hover, .tab-list-container .tab-head-item:active, .tab-list-container .tab-head-item.is-active {
  color: #e60012;
}

.tab-list-container .tab-head-item:hover:after, .tab-list-container .tab-head-item:active:after, .tab-list-container .tab-head-item.is-active:after {
  width: 100%;
}

.tab-list-container .tab-head-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 3px;
  background-color: #e60012;
  width: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.tab-list-container .tab-head-more {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/icon_right.png");
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: none;
}

.tab-list-container .tab-head-more:hover {
  opacity: .8;
}

.tab-list-container .tab-head-more.is-active {
  display: block;
}

.tab-list-container .tab-head.has-big-gap .tab-head-item:not(:last-of-type) {
  margin-right: 105px;
}

.tab-list-container .tab-head.has-small-gap .tab-head-item:not(:last-of-type) {
  margin-right: 60px;
}

.tab-list-container .tab-main {
  position: relative;
}

.tab-list-container .tab-main-item {
  padding-top: 5px;
  display: none;
}

.tab-list-container .tab-main-item .news-list {
  padding: 5px 0;
}

.tab-list-container .tab-main-item .news-list .news-item {
  padding-right: 0;
}

.tab-list-container .tab-main-item.is-active {
  display: block;
}

.tab-list-container .tab-main-images {
  padding: 5px 0;
}

.tab-list-container .tab-main-images .image-item {
  width: 165px;
  height: 160px;
}

.tab-list-container .tab-main-images .image-item.is-full {
  width: 100%;
}

.tab-list-container .tab-main-images .image-item-link, .tab-list-container .tab-main-images .image-item-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.video-gallery .video-main {
  width: 540px;
  height: 310px;
}

.video-gallery .video-aside {
  width: 540px;
}

.video-gallery .video-row {
  position: relative;
  margin-bottom: 10px;
}

.video-gallery .video-row-item {
  width: 265px;
  height: 150px;
}

.video-gallery .video-row:last-of-type {
  margin-bottom: 0;
}

.video-gallery .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/icon_video.png");
  cursor: pointer;
}

.news-section-container {
  position: relative;
  width: 1100px;
  margin: 0 auto 20px;
}

.news-section-container .section-column {
  position: relative;
  width: 350px;
  min-height: 360px;
  margin-right: 25px;
  padding: 0 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.news-section-container .section-column-header {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.news-section-container .section-column-header .digital-paper-logo {
  display: block;
  width: 110px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/logo_digital.png");
}

.news-section-container .section-column-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 4px;
  font-size: 22px;
  color: #e60012;
}

.news-section-container .section-column-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background-color: #e60012;
  width: 100%;
}

.news-section-container .section-column-action {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/icon_more.png");
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news-section-container .section-column-action:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.8;
}

.news-section-container .section-column-main {
  position: relative;
  padding-top: 15px;
}

.news-section-container .section-column-main .news-list {
  position: relative;
  margin-bottom: 10px;
}

.news-section-container .section-column-footer {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.news-section-container .section-column-footer-more {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 8px;
  background-color: #f7f7f7;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  color: #666;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.news-section-container .section-column-footer-more:hover {
  background-color: #efefef;
}

.news-section-container .section-column:last-of-type {
  margin-right: 0;
}

.news-section-container .column-image-news {
  position: relative;
  margin-bottom: 10px;
}

.news-section-container .column-image-news .image-news-link {
  width: 155px;
  height: 105px;
}

.news-section-container .column-image-news .image-news-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.news-section-container .column-image-news .image-news-main {
  position: relative;
  margin-left: 166px;
  padding-top: 20px;
}

.news-section-container .column-image-news .image-news-title {
  height: 3.2em;
  line-height: 1.6em;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-section-container .model-list {
  position: relative;
}

.news-section-container .model-list .model-item {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}

.news-section-container .model-list .model-item-link {
  width: 85px;
  height: 100px;
}

.news-section-container .model-list .model-item-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.news-section-container .model-list .model-item-main {
  position: relative;
  margin-left: 100px;
}

.news-section-container .model-list .model-item-name {
  margin-bottom: 4px;
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}

.news-section-container .model-list .model-item-summary {
  height: 4em;
  line-height: 1.33em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #777;
}

.news-section-container .digital-paper-preview {
  position: relative;
  margin-bottom: 20px;
}

.news-section-container .digital-paper-preview .preview-link {
  width: 44%;
  height: 180px;
  margin: 0 2%;
}

.news-section-container .digital-paper-preview .preview-link-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.news-section-container .digital-paper-preview .preview-main {
  position: relative;
  margin-left: 142px;
}

.news-section-container .digital-paper-preview .preview-main-title {
  margin-bottom: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}

.news-section-container .digital-paper-preview .preview-main-summary {
  height: 9em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  color: #848484;
}

.news-section-container .digital-paper-preview .preview-main-summary strong {
  margin-right: 1em;
  color: #222;
}

.news-section-container .digital-paper-swiper {
  position: relative;
  height: 100px;
  margin-bottom: 15px;
}

.news-section-container .digital-paper-swiper .swiper-container {
  height: 100px;
  margin: 0 20px;
}

.news-section-container .digital-paper-swiper .swiper-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.news-section-container .digital-paper-swiper .swiper-slide-pic {
  display: block;
  width: 100%;
  height: 80px;
}

.news-section-container .digital-paper-swiper .swiper-slide-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.news-section-container .digital-paper-swiper .swiper-ctrl {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 18px;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}

.news-section-container .digital-paper-swiper .swiper-ctrl-prev {
  left: 0;
  background-image: url("/static/images/icon_prev_gray.png");
}

.news-section-container .digital-paper-swiper .swiper-ctrl-next {
  right: 0;
  background-image: url("/static/images/icon_next_gray.png");
}

.news-section-container .digital-paper-swiper .swiper-ctrl:hover {
  opacity: 0.8;
}

.news-section-container .local-links {
  position: relative;
}

.news-section-container .local-links .china-map {
  position: relative;
  width: 260px;
  height: 170px;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/map.png");
}

.news-section-container .local-links .location-item {
  width: 2em;
  font-weight: 500;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-section-container .local-links .location-item.is-wide {
  width: 69px;
}

.image-gallery {
  position: relative;
}

.image-gallery .image-md {
  height: 240px;
  overflow: hidden;
}

.image-gallery .image-md .image-item-text {
  font-size: 20px;
}

.image-gallery .image-md-wrap {
  width: 314px;
}

.image-gallery .image-lg {
  height: 480px;
  overflow: hidden;
}

.image-gallery .image-lg-wrap {
  width: 628px;
}

.image-gallery .image-lg .image-item-text {
  font-size: 28px;
}

.image-gallery .image-sm {
  height: 120px;
  overflow: hidden;
}

.image-gallery .image-sm .image-item-text {
  font-size: 14px;
}

.image-gallery .image-sm-wrap {
  width: 158px;
}

.image-gallery .image-item-link, .image-gallery .image-item-pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.image-gallery .image-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .1em .8em;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  text-align: center;
  color: #fff;
  line-height: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.image-gallery .image-item:hover .image-item-pic {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.image-gallery .image-item:hover .image-item-text {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pop-channel-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #e60012;
  color: #fff;
  overflow: hidden;
  display: none;
}

.pop-channel-container .pop-channel-header {
  position: relative;
  height: 41px;
  line-height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
}

.pop-channel-container .pop-channel-close {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/static/images/icon_close.png");
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  cursor: pointer;
}

.pop-channel-container .pop-channel-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pop-channel-container .pop-channel-main {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 0 4px 8px;
  overflow: hidden;
}

.pop-channel-container .pop-channel-inner {
  position: absolute;
  top: 4px;
  left: 8px;
  right: 0;
  bottom: 4px;
  overflow-y: auto;
}

.pop-channel-container .pop-channel-list {
  position: relative;
  padding: 5px 0;
}

.pop-channel-container .pop-channel-list .channel-item {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 30px;
  line-height: 30px;
  margin: 5px 6px;
  background-color: #b7000f;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.headline-more {
    position: absolute;
    right: 20px;
    display: block;
    width: 26px;
    height: 12px;
    margin-top: -16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/static/images/icon_right_red.png);}