a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
  opacity: 1;
}

.main {
  padding-top: 0;
}

.slide-container {
  --container-margin-x: 15px;
  --container-radius: 6px;
  --aspect-ratio: 0.5625;
  margin: 10px var(--container-margin-x);
  border-radius: var(--container-radius);
}

.slide {
  width: 100%;
  position: relative;
  padding-top: calc((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio));
  height: calc(((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio)) + 32px);
  border-radius: var(--container-radius);
  overflow: hidden;
  background-color: rgb(234, 234, 234);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-a-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: calc((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio));
  width: 100%;
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--container-radius) var(--container-radius) 0 0;
  overflow: hidden;
}

.slide-a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 38px;
  padding: 12px 12px 9px;
  box-sizing: border-box;
  z-index: 2;
}

.slide-a .title p {
  margin-bottom: 0;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 25px;
  text-shadow: rgba(0, 0, 0, 0.12) 0 1px 0;
}

.slide-a .mask {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(179.65deg, rgba(0, 0, 0, 0.4) 0.3%, rgba(0, 0, 0, 0) 24.13%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54.9%);
  border-radius: var(--container-radius) var(--container-radius) 0 0;
  z-index: 1;
}

.slide-info {
  width: 100%;
  height: 32px;
  background: rgb(247, 247, 247);
  border-radius: 0 0 var(--container-radius) var(--container-radius);
}

.slide-info span {
  float: left;
  margin-left: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  color: rgb(153, 153, 153);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.slide-container .swiper-pagination-custom {
  position: absolute;
  bottom: 0;
  right: 50%;
  left: auto;
  transform: translateX(50%);
  margin: 14px 0;
  width: auto;
  height: auto;
  font-size: 0;
}

.slide-container .swiper-pagination-customs {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgb(217, 218, 219);
}

.slide-container .swiper-pagination-customs + .swiper-pagination-customs {
  margin-left: 4px;
}

.slide-container .swiper-pagination-customs.active {
  width: 10px;
  background: #0080ff;
  border-radius: 2px;
}

.channel-container-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background: #fff;
  z-index: 30;
  display: flex;
}

.channel-container-wrapper:before {
  margin: 0 15px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #e7e7e7;
}

.channel-actions {
  margin-right: 15px;
  width: 8vmin;
  height: 10vmin;
}

.channel-actions .iconfont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.5vmin;
  color: #aaa;
}

.channel-container {
  margin-left: 15px;
  flex: 1;
}

.channel-container .channel {
  width: auto;
  margin: 0 4.26667vmin;
}

.channel:first-child {
  margin-left: 0;
}

.channel:last-child {
  margin-right: 0;
}

.channel.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.53333vmin;
  border-radius: 0.53333vmin;
  background-color: #3f66f6;
}

.channel.active a {
  color: #3f66f6;
}

.channel a {
  line-height: 10.66667vmin;
  display: inline-block;
  text-align: center;
  font-size: 3.73333vmin;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #505050;
}

.channel a:link {
  text-decoration: none;
}

.card-list {
  padding: 1.5vmin 4vmin 0;
}

.card-list-title {
  margin-top: 6vmin;
  font-size: 4.8vmin;
  line-height: 1.5;
  font-weight: bold;
}

.card {
  display: flex;
  align-items: flex-start;
  padding: 2.5vmin 0;
  position: relative;
}

.card:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #e7e7e7;
}

.card-img {
  --aspect-ratio: 0.474;
  --img-width: 30vmin;
  background-color: #eaeaea;
  width: var(--img-width);
  height: calc(var(--aspect-ratio) * var(--img-width));
  position: relative;
  border-radius: 0.53333vmin;
  overflow: hidden;
  margin-right: 2.6vmin;
  flex-shrink: 0;
  object-fit: cover;
}

.card-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card-title {
  font-size: 4.66vmin;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1vmin;
}

.card-subtitle {
  font-size: 3.5vmin;
  line-height: 1.5;
  min-height: 10.5vmin;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1vmin;
}

.card-info {
  font-size: 3.2vmin;
  color: #a0a0a0;
  text-align: right;
}

.button-row {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 90px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: #3f66f6;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.button:hover {
  background-color: rgba(63, 102, 246, 0.8);
  color: #fff;
}
.grid {
  margin-top: 8vmin;
  padding: 1.5vmin 4vmin 10vmin;
}

.grid-title {
  font-size: 4.8vmin;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

/*.grid-title::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    transform: scaleY(.5);*/
/*    background-color: #e7e7e7*/
/*}*/

.video-list {
  margin-top: 4vmin;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video {
  margin-bottom: 4vmin;
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2vmin;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.video-img {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.video-img-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 3.2vmin;
  line-height: 3.3vmin;
  padding: 1.34vmin 1.6vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),to(transparent));
  background: linear-gradient(0deg,rgba(0,0,0,.8),transparent);
}
.video-img-info .iconfont{
  font-size: inherit;
  line-height: inherit;
}

.video-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
}

.video-title {
  font-size: 3.5vmin;
  padding: 1.5vmin 3vmin;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer {
  position: absolute;
  top: 10.66667vmin;
  left: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.drawer-overlay {
  /* position: fixed;
    left: 0;
    top: 0; */
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.drawer-overflow-hidden {
  overflow: hidden !important;
}

.drawer-menu {
  padding: 2.67vmin;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.drawer-menu .link {
  margin: 2.13333vmin;
  white-space: nowrap;
  color: #757575;
  font-size: 3.73333vmin;
}
.drawer-menu .link:active {
  color: rgba(63, 102, 246, 0.6);
}
.drawer-menu .link.active {
  color: rgba(63, 102, 246, 1);
}

.blank {
  padding: 20% 0;
  color: #666;
}
.blank img {
  display: block;
  margin: 0 auto 20px;
  max-width: 110px;
}

.column {
  display: none;
}
.column.active {
  display: block;
  min-height: 50vmax;
}

@media (min-width: 768px) {
  .row-content{
    padding-right: 10px;
  }
  .main {
    padding-top: 40px;
  }
  .slide-container {
    margin-top: 0;
    --container-margin-x: 10px;
    --aspect-ratio: 56.25%;
  }

  .slide {
    height: auto;
    padding-top: var(--aspect-ratio);
  }

  .slide-a-cover {
    height: calc(100% - 32px);
  }

  .slide-info {
    height: 32px;
  }

  .slide-container .swiper-pagination-customs {
    width: 6px;
    height: 6px;
  }

  .slide-container .swiper-pagination-customs + .swiper-pagination-customs {
    margin-left: 8px;
  }

  .slide-container .swiper-pagination-customs.active {
    width: 6px;
    border-radius: 50%;
  }

  .channel-container-wrapper {
    top: 80px;
  }

  .channel-actions {
    margin-right: 15px;
    width: 40px;
    height: auto;
  }

  .channel-actions .iconfont {
    font-size: 19px;
  }

  .channel-container {
    margin-left: 15px;
  }

  .channel-container .channel {
    margin: 0 20px;
  }

  .channel:first-child {
    margin-left: 0;
  }

  .channel:last-child {
    margin-right: 0;
  }

  .channel.active:after {
    height: 3px;
    border-radius: 3px;
  }

  .channel a {
    line-height: 50px;
    font-size: 18px;
  }

  .card-list {
    padding: 30px 10px 0;
  }

  .card-list-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .card {
    padding: 10px 0;
    align-items: center;
  }

  .card-img {
    border-radius: 0;
    margin-right: 10px;
    --aspect-ratio: 0.474;
    --img-width: 220px;
  }

  .card-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .card-subtitle {
    font-size: 14px;
    min-height: 42px;
    margin-bottom: 15px;
  }

  .card-info {
    font-size: 12px;
  }

  .grid {
    margin-top: 0;
    padding: 30px 10px 50px;
  }

  .grid-title {
    font-size: 20px;
  }

  .video-list {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .video {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(33% - 20px);
    border-radius: 0;
  }

  .video-img-info {
    font-size: 13px;
    line-height: 14px;
    padding: 12px 12px 8px;
  }

  .video-title {
    font-size: 16px;
    padding: 10px 12px;
  }

  .drawer {
    top: 50px;
  }

  .drawer-menu {
    padding: 20px;
  }
  .drawer-menu .link {
    margin: 20px;
    font-size: 18px;
  }

  .column {
    display: none;
  }
  .column.active {
    display: block;
    min-height: 500px;
  }
}

.hot+.hot{
  padding-top: 20px;
}
.hot ul li {
  margin-bottom: 19px;
  border-bottom: 1px solid #e1e1e1;
}
.hot ul li:last-child {
  border-bottom: none;
}
.hot h3 {
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 26px;
}
.hot h3:before {
  width: 5px;
  height: 19px;
  background: #3f66f6;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.hot h4 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  height: 40px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hot .time {
  text-align: right;
  margin-top: 6px;
  color: #a0a0a0;
  font-size: 14px;
  padding-bottom: 19px;
}
.hot .time i {
  margin-right: 4px;
}
@media (max-width: 1170px) {
  .hot h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hot h4 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}

.hot h4 {
  word-break: break-word;
  height: auto;
  margin-bottom: 19px;
  -webkit-line-clamp: 1;
}

.hot a {
  overflow: hidden;
}

.hot a .top {
  display: flex;
}

.hot a .top-left {
  flex: 1;
  overflow: hidden;
}

.hot a .top-left h4 {
  margin-top: 0;
  -webkit-line-clamp: 1;
}

.hot a .top-right {
  margin-left: 10px;
  color: #f14a30;
  font-size: 16px;
}

.hot a p {
  margin-bottom: 19px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot ul > li > p > span {
  margin-bottom: 19px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 10em;
}
.hot ul > li > p > span + span:before {
  content: ' | ';
}

@media (max-width: 1170px) {
  .hot a .top-right {
    font-size: 14px;
  }
  .hot h4 {
    margin-bottom: 8px;
  }
  .hot h3 {
    margin-bottom: 19px;
  }
  .hot a p {
    font-size: 12px;
  }
}