@charset "UTF-8";
.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}

.section-block .section-block__head {
  line-height: 65px;
  position: relative;
}

.section-block .section-block__head--spacing {
  margin-bottom: 20px;
}

.section-block .section-block__decoration-line {
  display: block;
  position: absolute;
  margin-top: 23px;
  width: 6px;
  height: 20px;
  background: var(--theme-primary-color);
}

.section-block .section-block__title h2 {
  padding-left: 18px;
  font-size: 26px;
}

.section-block .section-block__title--underline {
  border-bottom: 1px solid #efefef;
}

.section-block .section-block__title--underline h2 {
  display: inline-block;
  padding-left: 0px;
  border-bottom: 3px solid #e12716;
}

.section-block .section-block__title-nodeco h2 {
  padding-left: 0px;
}

.section-block .section-block__more {
  position: absolute;
  top: 0;
  right: 0;
}

.section-block .section-block__more a {
  font-size: 15px;
  color: #7b7b7b;
}

.section-block-fen {
  border: 2px solid #efefef;
  border-top: 4px solid var(--theme-primary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-block-fen .section-block-fen__head {
  padding: 15px;
}

.section-block-fen .section-block-fen__title h2 {
  font-size: 20px;
}

.section-block-fen .section-block-fen__body {
  padding: 15px;
}

.multiple-thumbs-slider {
  height: 280px;
  position: relative;
}

.multiple-thumbs-slider .multiple-thumbs-slider__part-wrapper {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.multiple-thumbs-slider .multiple-thumbs-slider__foot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.multiple-thumbs-slider .multiple-thumbs-slider__next-btn,
.multiple-thumbs-slider .multiple-thumbs-slider__prev-btn {
  position: relative;
  border: 2px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 110px;
  width: 25px;
  height: 55px;
  cursor: pointer;
  color: #e12716;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
}

.multiple-thumbs-slider .multiple-thumbs-slider__prev-btn {
  left: -50px;
}

.multiple-thumbs-slider .multiple-thumbs-slider__prev-btn .up {
  position: absolute;
  top: 24px;
  left: 6px;
  display: block;
  width: 10px;
  height: 3px;
  background: var(--theme-primary-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.multiple-thumbs-slider .multiple-thumbs-slider__prev-btn .down {
  position: absolute;
  top: 22px;
  left: 6px;
  display: block;
  width: 10px;
  height: 3px;
  background: var(--theme-primary-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.multiple-thumbs-slider .multiple-thumbs-slider__next-btn {
  right: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.multiple-thumbs-slider .multiple-thumbs-slider__next-btn .up {
  position: absolute;
  top: 24px;
  left: 6px;
  display: block;
  width: 10px;
  height: 3px;
  background: #e12716;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.multiple-thumbs-slider .multiple-thumbs-slider__next-btn .down {
  position: absolute;
  top: 22px;
  left: 6px;
  display: block;
  width: 10px;
  height: 3px;
  background: #e12716;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.thumb-verti {
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbfbfd;
}

.thumb-verti .thumb-verti__head img {
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-verti .thumb-verti__body {
  padding: 6px 13px 13px 13px;
}

.thumb-verti .thumb-verti__title h3 {
  font-size: 16px;
  line-height: 33px;
  height: 33px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thumb-verti .thumb-verti__desc {
  overflow: hidden;
}

.thumb-verti .thumb-verti__desc p {
  font-size: 14px;
  line-height: 24px;
  color: #a7a7a7;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.thumb-hori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumb-hori .thumb-hori__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.thumb-hori .thumb-hori__head img {
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-hori .thumb-hori__body {
  position: relative;
  padding: 16px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.thumb-hori .thumb-hori__title h3 {
  display: -webkit-box;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.thumb-hori .thumb-hori__info {
  position: absolute;
  bottom: 0;
  color: #9a9a9a;
  font-size: 14px;
}

.thumb-hori--noborder {
  border: none;
}

.thumb-hori--noborder .thumb-hori__body {
  padding: 0 16px;
}

.thumb-simple {
  overflow: hidden;
}

.thumb-simple .thumb-simple__body {
  position: relative;
}

.thumb-simple .thumb-simple__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-simple .thumb-simple__title {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  text-indent: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}

.thumb-simple .thumb-simple__title h3 {
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.thumb-simple .thumb-simple__title h3 a {
  color: #fff;
}

.thumb-simple--nobar .thumb-simple__title {
  background: none;
}

.thumb-simple--linear .thumb-simple__title {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.thumb-metrics {
  height: 317px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.thumb-metrics .thumb-simple {
  border-radius: 5px;
}

.thumb-metrics .thumb-metrics__head {
  width: 468px;
}

.thumb-metrics .thumb-metrics__head .thumb-simple,
.thumb-metrics .thumb-metrics__head .thumb-simple__body {
  width: 468px;
  height: 317px;
}

.thumb-metrics .thumb-metrics__body .thumb-simple {
  float: left;
  margin-bottom: 21px;
  margin-left: 18px;
}

.thumb-metrics .thumb-metrics__body .thumb-simple,
.thumb-metrics .thumb-metrics__body .thumb-simple__body {
  width: 226px;
  height: 148px;
}

.thumb-metrics .thumb-simple__title {
  height: 36px;
}

.thumb-metrics .thumb-simple__title h3 {
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}

.news-list .news-list__item {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list .news-list__item a {
  font-size: 16px;
  color: #000;
}

.news-list .news-list__group-item {
  margin-bottom: 20px;
}

.news-list .news-list__item-title {
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list .news-list__item-title a {
  font-size: 16px;
  color: #000;
}

.news-list .news-list__item-desc {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #9a9a9a;
}

.news-list .news-list__item-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list--videos .news-list__item {
  background: url(../sucai/video-title-icon.jpg) no-repeat left center;
  padding-left: 20px;
}

.section-ad {
  height: 70px;
}

.section-ad .section-ad__body {
  height: 100%;
}

.section-ad .section-ad__body img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.friend-links .friend-link {
  float: left;
}

.friend-links .friend-link a {
  display: block;
  min-width: 182px;
  padding: 6px 12px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #efefef;
  font-size: 16px;
  font-weight: 500;
  color: #4e4e4e;
}

.friend-links .friend-link a::before {
  content: '·';
  font-weight: 700;
  padding: 0 12px 0 0;
}

.layout__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout__380 {
  width: 380px;
}

.layout__790 {
  width: 790px;
}

.layout__410 {
  width: 410px;
}

.layout__760 {
  width: 760px;
}

.layout__375 {
  width: 375px;
}
/*# sourceMappingURL=cjnmodules.css.map */