@charset "utf-8";

.swiper-item-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.news-list a {
  color: #191919;
}

.top-news-container{
  /* width:94.6vw; */
  margin:0 2.7vw 4.3vw;
  box-sizing: border-box;
  padding: 3.2vw 3.2vw 3.7vw; 
  /* background: linear-gradient(180deg, #FFFFFF 0%, #E8F3FF 100%) #FFFFFF; */
  background:rgba(255, 255, 255, 1);
  box-shadow: 0 1.1vw 3.2vw 0 rgba(8,35,61,0.08);
  border-radius: 1.1vw;
  border: 0.3vw solid rgba(0,0,0,0.03);
}

.top-news-title{
  font-size: 3.7vw;
  font-family: SFProText, SFProText;
  font-weight: 800;
  color: #1D6BD3;
  /* line-height: 6.4vw; */
  margin-bottom: 2.1vw;
  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.top-news-title img{
  width: 4vw;
  height:4vw;
  margin-right:1.6vw;
  transform: translateY(0.8vw);
}

.top-news-list a{
  margin-bottom: 3.2vw;
  font-size: 4.8vw;
  font-family: Charter, Charter;
  font-weight: bold;
  color: #000000;
  line-height: 6.4vw;
}

.top-news-list a{
  display: block;
  text-decoration: none;
}

.top-news-list li:last-child{
  margin-bottom:0;
}

.en-xhs-swiper {
  margin-bottom: 3.2vw;
  height: 56.25vw;
}

.en-xhs-swiper.only-one .swiper-item-title {
  padding-bottom: 2.3333vw;
}

.en-xhs-swiper .swiper-slide {
  position: relative;
}

.en-xhs-swiper .swiper-item-title {
  padding-top: 1.3333vw;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 6.3333vw;
  font-family: 'charter_bold';
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 5.8667vw;
}

.swiper-item-title > span {
  position: relative;
  z-index: 3;
}

.en-xhs-swiper .swiper-item-title::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.65;
  content: '';
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.en-xhs-swiper .swiper-nav {
  display: flex;
  width: auto;
  position: absolute;
  bottom: 2.6667vw;
  left: 0;
  right: 0;
  z-index: 9;
  padding-right: 2.6667vw;
  justify-content: flex-end;
}

.en-xhs-swiper .swiper-nav .swiper-pagination-bullet {
  display: inline-flex;
  width: 1.6vw;
  height: 1.3333vw;
  overflow: hidden;
  margin-right: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.en-xhs-swiper .swiper-nav .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 2.6667vw;
}

.en-xhs-swiper .swiper-nav .swiper-pagination-bullet-active {
  width: 3.7333vw;
  border-radius: 2.1333vw;
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination--top {
  position: absolute;
  right: 2vw;
  left: initial !important;
  z-index: 10;
  text-align: right;
  line-height: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination--top .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: 2.1333vw;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination--top .swiper-pagination-bullet-active {
  width: 14px;
  background-color: #fff;
  border-radius: 4px;
}

.swiper-pagination--top .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
}

.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20vw;
  text-align: center;
}

.more-btn .btn {
  display: block;
  padding: 2vw 4.6667vw;
  color: #4990e0;
  background: url('../imgs/loading@2x.png') no-repeat 100% 58%;
  background-size: 3.2vw 3.2vw;
  font-size: 5vw;
  cursor: pointer;
}

.more-btn .fn-hide {
  display: none;
}

.this-is-card-box strong {
  color: #4187e3;
}

.this-is-card-box .news-template__time::before {
  background: url('../imgs/icon-time-white.svg') no-repeat 50% 50%;
  background-size: contain;
}

.this-is-bg-index {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.this-is-top-show-index {
  display: flex;
  flex-direction: column;
  min-height: 73vw;
  padding: 3.2vw 2.4vw 4.2667vw;
  background-color: rgba(0, 0, 0, 0.3);
}

.this-is-bg-index > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
}

.this-is-btn-show {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.this-is-btn-show .icon-group {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.icon-group > span + span {
  margin-left: 3.2vw;
}

.follow-content-container {
  flex: 1;
}

.icon-volume,
.icon-save,
.icon-share {
  display: inline-flex;
  width: 4.2667vw;
  height: 4.2667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.icon-volume {
  transform: scale(1.2);
  background-image: url('../imgs/icon-volume.svg');
}

.icon-save {
  background-image: url('../imgs/icon-save.png');
}

.icon-share {
  background-image: url('../imgs/icon-share.svg');
}

.icon-microphone {
  display: inline-flex;
  width: 3.2667vw;
  height: 3.2667vw;
  background: url('../imgs/icon-microphone.svg') no-repeat 0 0;
  background-size: contain;
  content: '';
}

.this-is-btn-show > span:first-child {
  display: flex;
  height: 5.3333vw;
  justify-content: center;
  align-items: center;
  padding: 0 2.1333vw;
  font-size: 3.2vw;
  color: white;
  background-color: #4187e3;
  border-radius: 2.6667vw;
  white-space: nowrap;
  line-height: 5.3333vw;
}

.this-is-btn-show > span:first-child > img {
  margin-right: 1.0667vw;
}

.xi-says-title {
  display: flex;
  align-items: center;
  font-family: 'charter_bold';
  font-weight: bold;
}

.xi-says-title > span {
  font-size: 4.8vw; /* 36 */
  font-weight: 400;
  color: white;
}

.xi-says-english,
.xi-says-china {
  color: white;
  word-break: break-word;
}

.xi-says-title .icon-translate {
  display: inline-flex;
  width: 4.2667vw;
  height: 4.2667vw;
  margin-right: 2.1333vw;
  background: url(../imgs/icon-translate.png) no-repeat 0 0;
  background-size: contain;
}

.xi-says-english {
  font-family: 'charter_bold';
  font-weight: bold;
}

.xi-says-china {
  font-family: PingFangSC-Medium, PingFang SC;
}

.xi-says-english + .xi-says-china {
  margin-top: 10px;
}

.xi-says-china + .xi-says-english {
  margin-top: 10px;
}

.special-time {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  font-weight: 400;
  color: #fffefe;
}

.specical-score {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 3.2vw;
  font-weight: 400;
  color: #fffefe;
}

.specical-score::before {
  display: inline-flex;
  width: 2.6667vw;
  height: 2.6667vw;
  margin-right: 1.0667vw;
  background: url('../imgs/icon-score-list@2x.png') no-repeat 0 0;
  background-size: contain;
  content: '';
}

.special-time::before {
  display: inline-flex;
  width: 2.6667vw;
  height: 2.6667vw;
  margin-right: 1.0667vw;
  background: url('../imgs/icon-clock.png') no-repeat 0 0;
  background-size: contain;
  content: '';
}

.state-bottom-box-special {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: 4vw;
}

.text-overflow-single {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[class*=' text-overflow-multiple-'],
[class^='text-overflow-multiple-'] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.text-overflow-multiple-2 {
  -webkit-line-clamp: 2;
}

.text-overflow-multiple-3 {
  -webkit-line-clamp: 3;
}

.text-overflow-multiple-4 {
  -webkit-line-clamp: 4;
}

.news-template__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.news-template__title {
  color: #333;
  font-size: 5.0667vw;
  font-family: 'charter_bold';
  line-height: 5.8667vw;
}

.news-template__tag {
  color: #4387e3;
}

.news-template__relation-column {
  margin-left: auto;
  color: #4387e3;
  font-size: 4vw;
  white-space: nowrap;
}

.news-template-media .news-template__relation-column {
  min-width: 0;
  max-width: 31vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-template__extra {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #999;
  font-size: 3.2vw;
}

.news-template__time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.news-template__time::before {
  content: '';
  width: 2.6667vw;
  height: 2.6667vw;
  margin-right: 1.0667vw;
  background: url('../imgs/icon-clock.svg') no-repeat 50% 50%;
  background-size: contain;
}

.news-template__comment {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-left: 4vw;
}

.news-template__comment::before {
  content: '';
  width: 2.6667vw;
  height: 2.6667vw;
  margin-right: 1.0667vw;
  background: url('../imgs/icon-reply.svg') no-repeat 50% 50%;
  background-size: contain;
}

.news-template .icon-ar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 6.6667vw;
  height: 6.6667vw;
  background-color: #4387e3;
}

.news-template .icon-ar::after {
  width: 3.4667vw;
  height: 3.4667vw;
  content: '';
  background: url('../imgs/icon-ar.svg') no-repeat 50% 50%;
  background-size: contain;
}

.news-template .icon-ar-media {
  width: 4.6667vw;
  height: 4.6667vw;
  border-bottom-right-radius: 2.1333vw;
}

.news-template .icon-ar-media::after {
  transform: scale(0.8);
}

.news-template .icon-vr {
  width: 4.2667vw;
  height: 4.2667vw;
  background: url('../imgs/icon-vr.png') no-repeat 50% 50%;
  background-size: contain;
}

.news-template .duration {
  margin-left: 1.0667vw;
  line-height: 1;
}

.icon-video {
  display: inline-flex;
  width: 2.6667vw;
  height: 2.6667vw;
  background: url('../imgs/icon-play.png') no-repeat 50% 50%;
  background-size: contain;
}

.tag-vote {
  display: inline-flex;
  justify-content: center;
  width: 10.6667vw;
  margin-bottom: 2.9333vw;
  background-color: #4387e3;
  color: #fff;
  font-size: 3.4667vw;
  font-weight: bold;
  line-height: 4.8vw;
  white-space: nowrap;
}

.newslist-container {
  background-color: #fff;
  overflow-x: hidden;
}

.newslist-container .vote__title {
  font-size: 4.8vw;
  line-height: 5.8667vw;
  font-family: 'charter_bold';
  font-weight: bold;
}

.newslist-container .vote__deadline {
  font-size: 3.2vw;
}

.newslist-container .vote__item {
  min-height: 10.1333vw;
  font-size: 4vw;
  line-height: 5.0667vw;
}

.newslist-container .vote-group .vote__action {
  margin-top: 9.3333vw;
}

.newslist-container .vote-container {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 2vw;
}

/* 习说跟读、普通跟读 */

.follow-type-xi .news-template__time,
.follow-type-xi .news-template__tag,
.follow-type-normal .news-template__time,
.follow-type-normal .news-template__tag,
.follow-type-chinese .news-template__time,
.follow-type-chinese .news-template__tag {
  color: #fff;
}

.follow-type-xi .xi-says-english[data-size='fs-l'],
.follow-type-normal .xi-says-english[data-size='fs-l'] {
  font-size: 18px;
  line-height: 1.5;
}

.follow-type-xi .xi-says-china[data-size='fs-l'],
.follow-type-normal .xi-says-china[data-size='fs-l'] {
  font-size: 15px;
  line-height: 1.5;
}

.follow-type-xi .xi-says-english[data-size='fs-m'],
.follow-type-normal .xi-says-english[data-size='fs-m'] {
  font-size: 16px;
  line-height: 1.2;
}

.follow-type-xi .xi-says-china[data-size='fs-m'],
.follow-type-normal .xi-says-china[data-size='fs-m'] {
  font-size: 13px;
  line-height: 1.4;
}

.follow-type-xi .xi-says-english[data-size='fs-s'],
.follow-type-normal .xi-says-english[data-size='fs-s'] {
  font-size: 14px;
  line-height: 1.2;
}

.follow-type-xi .xi-says-china[data-size='fs-s'],
.follow-type-normal .xi-says-china[data-size='fs-s'] {
  font-size: 13px;
  line-height: 1.2;
}

/* 汉语进行时 */

.follow-type-chinese .xi-says-china[data-size='fs-l'] {
  font-size: 18px;
  line-height: 1.5;
}

.follow-type-chinese .xi-says-english[data-size='fs-l'] {
  font-size: 14px;
  line-height: 1.5;
}

.follow-type-chinese .xi-says-china[data-size='fs-m'] {
  font-size: 16px;
  line-height: 1.2;
}

.follow-type-chinese .xi-says-english[data-size='fs-m'] {
  font-size: 14px;
  line-height: 1.2;
}

.follow-type-chinese .xi-says-china[data-size='fs-s'] {
  font-size: 14px;
  line-height: 1.2;
}

.follow-type-chinese .xi-says-english[data-size='fs-s'] {
  font-size: 12px;
  line-height: 1.2;
}

/* 图文新闻 */
.news-template {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 3.2vw 2vw;
  padding-bottom: 1.8667vw;
}

.this-is-card-box {
  padding-bottom: 0;
}

.news-template--3001 {
  border-bottom: 1px solid #dadada;
}

.news-template--3002 {
  display: flex;
  padding-top: 4vw;
  border-bottom: 1px solid #dadada;
}

.news-template--3002 .news-template__content {
  flex: 1;
}

.news-template--3002 .news-template__image {
  width: 28vw; /* 210 */
  height: 21.0667vw; /* 158 */
}

.news-template--3003 .news-template__image img {
  border-top-left-radius: 2.1333vw;
  border-top-right-radius: 2.1333vw;
}

.news-template--timeline {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.news-template__image--grid {
  display: flex;
  justify-content: space-between;
}

.news-template__count {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 2.1333vw;
  padding-right: 1.3333vw;
  line-height: 4.8vw;
  white-space: nowrap;
  background-color: #4387e3;
  color: #fff;
  font-size: 2.6667vw;
}

.news-template__video {
  display: flex;
  align-items: center;
  height: 6.6667vw; /* 50 */
}

.news-template__icon-img {
  width: 2.4vw;
  height: 2.4vw;
  margin-right: 1.0667vw;
  background: url('../imgs/photo.png') no-repeat;
  background-size: 2.4vw 2.4vw; /* 18px */
}

.news-template__image-item {
  overflow: hidden;
  flex: 1;
}

.news-template__image-item + .news-template__image-item {
  margin-left: 1.3333vw;
}

.news-template--focus {
  margin-right: -2.1333vw;
  margin-left: -2.1333vw;
  padding-bottom: 0;
}

.news-template--focus img {
  display: block;
  width: 100%;
}

.news-template--focus .news-template__title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 8vw 6.1333vw 4.5333vw;
  color: #fff;
  font-size: 6.1333vw;
  line-height: 7.4667vw;
}

.news-template--focus .news-template__title::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.65;
  content: '';
}
.news-template--focus .news-template__title.gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 8vw 6.1333vw 4.5333vw;
  color: #000;
  font-size: 6.1333vw;
  line-height: 7.4667vw;
  background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.72) 29%, #FFFFFF 100%);
}

.news-template--focus .news-template__title.gradient::after {
  background: none;
  opacity: 1;
}

.news-template--focus .news-template__title > span {
  position: relative;
  z-index: 3;
}

.news-template--3004 {
  border-bottom: 1px solid #dadada;
}

.news-template--3008 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.news-template--3008 .news-template__image {
  border-top-left-radius: 2.1333vw;
  border-top-right-radius: 2.1333vw;
  overflow: hidden;
}

.special-template--3037 .news-template {
  margin: 0;
}

.fn-spacing-l-34 {
  margin-left: 4.5333vw;
}

.fn-spacing-l-r-20 {
  margin-left: 2.6667vw;
  margin-right: 2.6667vw;
}

.fn-spacing-l-10 {
  margin-left: 1.3333vw;
}

.fn-spacing-b-20 {
  margin-bottom: 2.6667vw;
}

.fn-spacing-b-16 {
  margin-bottom: 2.1333vw;
}

.fn-spacing-l-auto {
  margin-left: auto;
}

.fn-spacing-t-auto {
  margin-top: auto;
}

.fn-spacing-b-30 {
  margin-bottom: 4vw;
}

.fn-spacing-l-40 {
  margin-left: 5.3333vw;
}

.fn-spacing-l-30 {
  margin-left: 4vw;
}

.fn-shadow {
  box-shadow: 0px 0px 1.0667vw 0px rgba(0, 0, 0, 0.15);
}

.news-template__icon-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 6.6667vw;
  padding: 0 2.4vw;
  background-color: #4387e3;
  color: #fff;
  font-size: 3.2vw;
  white-space: nowrap;
}

.news-template__item-title {
  position: relative;
  z-index: 1;
  padding-left: 6.4vw; /* 48 */
  color: #333;
  font-family: 'charter_bold';
  font-weight: bold;
  font-size: 4.8vw; /* 36 */
  line-height: 6.6667vw; /* 50 */
}

.news-template__item-title::before {
  position: absolute;
  left: 2.1333vw;
  top: 3.1333vw;
  width: 1.0667vw;
  height: 1.0667vw;
  border-radius: 50%;
  background-color: #333;
  content: '';
}

.news-template__item-title.news-link + .news-template__item-title.news-link {
  margin-top: 1.3333vw;
}

.news-template__tag-special {
  position: absolute;
  top: 2.1333vw;
  left: 3.2vw;
  z-index: 2;
  color: #fff;
  background-color: #4387e3;
  padding: 0 1.0667vw;
  font-size: 3.2vw;
  line-height: 4.2667vw; /* 32 */
  white-space: nowrap;
}

.news-template__title--special {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 2.1333vw 3.2vw;
}

.news-template__title--special::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.65;
  content: '';
}

.news-template__title--special-inner {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 4.2667vw;
  line-height: 5.0667vw;
}

.video-live-status,
.vr-live-status {
  position: absolute;
  top: 2.1333vw;
  left: 2.1333vw;
  z-index: 2;
}

.video-live-status.live-status__ing {
  width: 18.6667vw;
  height: 4.8vw;
  background: url('../imgs/icon-video-live--ing.png') no-repeat 0 0;
  background-size: contain;
}

.video-live-status.live-status__playback {
  width: 26.4vw;
  height: 4.8vw;
  background: url('../imgs/icon-video-live--playback.png') no-repeat 0 0;
  background-size: contain;
}

.video-live-status.live-status__upcoming {
  width: 28.2667vw;
  height: 4.8vw;
  background: url('../imgs/icon-video-live--upcoming.png') no-repeat 0 0;
  background-size: contain;
}

.vr-live-status.live-status__ing {
  width: 14.6667vw;
  height: 4.8vw;
  background: url('../imgs/icon-vr-live--ing.png') no-repeat 0 0;
  background-size: contain;
}

.vr-live-status.live-status__playback {
  width: 22.1333vw;
  height: 4.8vw;
  background: url('../imgs/icon-vr-live--playback.png') no-repeat 0 0;
  background-size: contain;
}

.vr-live-status.live-status__upcoming {
  width: 24vw;
  height: 4.8vw;
  background: url('../imgs/icon-vr-live--upcoming.png') no-repeat 0 0;
  background-size: contain;
}

.news-template--1004-3003.jump {
  padding-bottom: 0;
}

.is-dark .special-template,
.is-dark .special-template-scroll {
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.special-template {
  margin-left: 2vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #d4d4d4;
}

.special-template__hd a {
  display: flex;
  align-items: center;
}

.special-template__tag {
  padding: 0 1.3333vw;
  background-color: #4387e3;
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.special-template__title {
  flex: 1;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.special-template__bd {
  overflow-x: scroll;
  white-space: nowrap;
}
.special-template__bd::-webkit-scrollbar {
  /* display: none; */
  height: 6px;
}

.special-template--3035,.special-template--3041 {
  padding-bottom: 0;
}

.special-template--3035 .this-is-card-box {
  margin: 0;
}

/* .special-template.special-template--3035::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18.6667vw;
  height: 87%;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
} */
.is-dark .special-template__item {
  background-color: #1f1f1f;
}
.special-template__item {
  display: inline-block;
  width: 59.4667vw;
  height: 57.3333vw;
  margin-right: 3.2vw;
  margin-bottom: 2.6667vw;
  background-color: #fff;
  vertical-align: middle;
}

.special-template__item a {
  display: block;
  overflow: hidden;
  padding-bottom: 2.6667vw;
}

.special-template__item-image {
  height: 33.3333vw;
  margin-bottom: 1.0667vw;
}

.special-template__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-template__item-title {
  padding: 0 2.6667vw;
  color: #333;
  font-size: 4.8vw;
  font-family: 'charter_bold';
  font-weight: bold;
  line-height: 6.6667vw;
  white-space: normal;
}

.special-template__arrow {
  display: inline-block;
  width: 4.2667vw;
  overflow: hidden;
  padding-left: 3.2vw;
  padding-right: 4.2667vw;
  white-space: nowrap;
  background-image: url('../imgs/icon-arrow-right@2x.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: 100%;
}

.special-template .special-template__arrow {
  height: 20vw;
  /* margin-right: 18.6667vw; */
  background-size: 4.2667vw;
  background-position: 50% 50%;
}

.special-template-scroll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.2vw;
  border-bottom: 1px solid #d4d4d4;
}

.special-template-scroll .special-template__image {
  width: 26.6667vw;
  height: 19.7333vw;
  overflow: hidden;
}

.special-template__hgroup {
  flex: 1;
  height: 16.8vw;
  overflow: hidden;
}

.special-template__scroll-title {
  color: #000;
  font-family: 'charter_bold';
  font-size: 4.2667vw;
  line-height: 5.8667vw;
}

.special-template__hgroup a {
  display: flex;
  align-items: center;
  height: 100%;
}

.special-template-scroll .special-template__arrow {
  height: 16vw;
  background-size: 3.2vw;
  background-position: 100% 50%;
}

.special-scroll {
  height: 100%;
  overflow: hidden;
}

.special-template--follow-wrap {
  position: relative;
  z-index: 1;
}

.special-template--follow {
  overflow: hidden;
}

.swiper-pagination--follow {
  position: absolute;
  right: 3.0667vw;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-pagination--follow .swiper-pagination-bullet {
  margin-bottom: 8px;
}

.news-template__type {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.news-template-media {
  display: flex;
}

.news-template-media .news-template__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-template-media .news-template__image {
  width: 33.3333vw;
  height: 25.0667vw;
}
.news-template-media .news-template__verticalVideoCoverImage {
  width: 33.3333vw;
}

.news-template--1003-3004 .news-template__icon-wrapper,
.news-template--1001-3007 .news-template__icon-wrapper {
  height: 4.8vw;
}

.news-template--1004-3003 {
  padding-bottom: 0;
}

.news-template-media .news-template__title {
  min-height: 17.3334vw;
}

.news-template--1001-3007 .news-template__icon-wrapper {
  padding-right: 1.6vw;
  padding-left: 1.6vw;
}

.news-template--100201-3034 {
  padding-bottom: 0;
}

.fn-border-b {
  border-bottom: 1px solid #d4d4d4;
}

/* 暗夜模式 */
.is-dark .special-template__title,
.is-dark .news-template__title,
.is-dark .news-template__title--special-inner,
.is-dark .verticalVideo-title,
.is-dark .news-template__item-title,
.is-dark .special-template__scroll-title,
.is-dark .special-template__item-title {
  color: rgba(177, 177, 177, 1);
}
.is-dark .comments .comments-title {
  color: rgba(177, 177, 177, 1) !important;
}
.is-dark .comments {
  border-top: 4vw solid #121212;
}
.is-dark .fn-border-b {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/* 竖视频 */
.verticalVideo-template {
  overflow: visible;
}

.verticalVideo-container::-webkit-scrollbar {
  /* display: none; */
  height: 6px;
}

/* popular 排序 */
.news-sort {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  color: #C3C3C3;
  font-size: 18px;
  width: 22px;
  text-align: center;
  z-index: 20;
}
.verticalVideo-title {
  font-size:18px;
  font-weight:bold;
  /* line-height:17px; */
  margin-left:8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.special_big_pic {
  /* background: #EFEFEF; */
}
.special_big_pic .special_big_pic_span {
  /* background-image: url(../imgs/big_pic_banner.png);
  background-size: cover;
  color: rgba(255,255,255,0.95);
  background-position: center;
  background-repeat: no-repeat; */
  font-weight: 800;
  /* padding: 0 12px 0 8px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.special-template__Reporter_tag {
  font-family: Charter, Charter;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reporters_container {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.special-template__reporters__item {
  width: calc(28.26667vw - 2.26667vw - 2.26667vw);
  height: calc(33.33333vw - 2.26667vw - 2.26667vw);
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  display: inline-block;
  padding: 2.26667vw;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 2.6667vw;
  margin-right: 2.1333vw;
}
.special-template__reporters__item .headImg {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 6px;
}
.special-template__reporters__item .headImg::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.4667vw;
  height: 3.4667vw;
  background: url(../imgs/icon-v@2x.png) no-repeat 0 0;
  background-size: cover;
  content: '';
}
.special-template__reporters__item .headImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.special-template__reporters__item-name {
  font-family: Charter, Charter;
  font-size: 15px;
  color: #333333;
  line-height: 17px;
  margin-bottom: 8px;
}
.special-template__reporters__item-desc {
  font-family: Charter, Charter;
  font-size: 12px;
  color: rgba(0,0,0,.5);
  line-height: 14px;
  white-space: normal;
}