@charset "UTF-8";
.chn-cont-wrap,
.chn-cont-wrap a,
.chn-cont-wrap h3,
.chn-cont-wrap h4,
.chn-cont-wrap span,
.chn-cont-wrap div {
  font-family: "Source Han Sans CN", "Microsoft YaHei";
}

/* 通用图片效果 */
.img-wrap {
  overflow: hidden;
  display: block;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* 频道内容开始 */
.chn-cont {
  display: flex;
  justify-content: space-between;
  padding: 0 2.6rem 0.8rem;
  min-height: 7rem;
}

/* 栏目左侧边导航 */
.chn-sidebar {
  width: 1.8rem;
}
/* 侧边导航一级栏目名 */
.chn-sidebar-tit {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.chn-sidebar-tit::before {
  content: "";
  width: 0.05rem;
  height: 0.38rem;
  border-radius: 0.02rem;
  display: inline-block;
  background: var(--chn-main-color);
  margin-right: 0.15rem;
}
.chn-sidebar-tit a {
  font-family: "FZYanSongS-M-GB";
  font-size: 0.5rem;
  line-height: 100%;
}

/* 侧边 二级栏目列表 */
.chn-sidebar-list li {
  margin-bottom: 0.2rem;
}

.chn-sidebar-list a {
  font-size: 0.22rem;
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.26rem;
  transition: all 0.3s ease;
}
.chn-sidebar-list a:hover {
  background: #f0f2fa;
}
.chn-sidebar-list .active,
.chn-sidebar-list .active:hover {
  background: var(--chn-main-color);
  color: #fff;
}

/* 右侧 内容 */
.chn-main {
  width: 11.35rem;
}
/* 顶部滚图 */
.chn-top-swiper {
  width: 100%;
  height: 5.13rem;
  margin-bottom: 0.58rem;
}
.chn-top-swiper .swiper-slide {
  position: relative;
  display: block;
}
.chn-top-swiper h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  background-image: var(--mask-linear-gradient2);
  padding: 0 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-inline-box;
  overflow: hidden;
}
.chn-top-swiper .img-wrap {
  height: 5.13rem;
}
.chn-top-swiper a:hover img {
  transform: var(--img-zoom);
  opacity: var(--img-opacity);
}
/* 顶部滚图 箭头 */
.chn-top-swiper .swiper-button-next,
.chn-top-swiper .swiper-button-prev {
  width: 0.36rem;
  height: 0.69rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-top: -0.35rem;
}
.chn-top-swiper .swiper-button-prev {
  left: 0;
  background-image: url(../images/chn-top-arrow-l.png);
}
.chn-top-swiper .swiper-button-next {
  right: 0;
  background-image: url(../images/chn-top-arrow-r.png);
}
/* 顶部滚图 分页选项 */
.chn-top-swiper .swiper-pagination {
  display: none;
}
/* 频道版块开始 */
.chn-mod-wrap {
  display: flex;
  justify-content: space-between;
}
/* 左侧 最新版块 */
.chn-mod-l {
  width: 7.2rem;
}
/* 频道版块栏目名 */
.chn-mod-hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
span.chn-nav,
a.chn-nav {
  font-family: "FZYanSongS-M-GB";
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.chn-nav::before {
  content: "";
  display: inline-block;
  width: 0.05rem;
  height: 0.2rem;
  background: var(--chn-main-color);
  border-radius: 0.05rem;
  margin-right: 0.1rem;
}

/* 卡片 列表切换 */
.change-btn {
  font-size: 0.18rem;
}
.change-btn a {
  color: #7b7382;
  line-height: 0.21rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding-left: 0.24rem;
}
.change-btn a:hover,
.change-btn .active {
  color: #fe0154;
}
.change-btn img {
  width: 0.21rem;
  height: auto;
}
/* 卡片按钮 */
.card-btn {
  background-image: url(../images/icon_card_normal.png);
}
/* 列表按钮 */
.list-btn {
  background-image: url(../images/icon_list_normal.png);
  margin-left: 0.3rem;
}
/* 卡片按钮 选择状态*/
.card-btn.active {
  background-image: url(../images/icon_card_select.png);
}
/* 列表按钮 选择状态*/
.list-btn.active {
  background-image: url(../images/icon_list_select.png);
}

/* 卡片列表 */
.card-list {
  display: flex;
  flex-wrap: wrap;
}
.card-list-item {
  width: calc(50% - 0.125rem);
  margin-right: 0.25rem;
  margin-bottom: 0.42rem;
}
.card-list-item:nth-child(2n) {
  margin-right: 0;
}
.card-list-item .img-wrap {
  position: relative;
  height: 2.65rem;
  margin-bottom: 0.18rem;
}
.card-list-item h3,
.card-list-item h4 {
  text-align: justify;
}
.card-list-item:hover h4 {
  color: var(--main-color);
}
.card-list-item .img-wrap h3 {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: var(--text-line-height);
  padding: 0 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.card-list-item .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-image: var(--mask-linear-gradient2);
  z-index: 1;
}
.card-list-item:hover img {
  transform: var(--img-zoom);
  opacity: var(--img-opacity);
}
.card-info h3 {
  display: none;
}
.card-info h4 {
  font-size: 0.16rem;
  color: #777777;
  line-height: var(--text-line-height);
  margin-bottom: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-info span {
  color: #777777;
  font-size: 0.16rem;
  text-align: right;
  display: block;
}
/* 来源 pc隐藏 */
.card-info span b {
  display: none;
}
/* 切换 列表 */
.list-view .card-list-item {
  width: 100%;
  margin-right: 0;
  display: flex;
  align-items: stretch;
}
.list-view .img-wrap {
  width: 2.35rem;
  height: 1.77rem;
  margin-right: 0.24rem;
  margin-bottom: 0;
}
.list-view .img-wrap h3 {
  display: none;
}

.list-view .card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-view .card-info h3 {
  display: block;
  font-size: 0.2rem;
  color: #333333;
  line-height: var(--text-line-height);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.list-view .card-info h4 {
  margin-bottom: 0.4rem;
}
.list-view .card-info span {
  text-align: left;
}
.btn-more {
  background: #f8f7f7;
  border-radius: 0.2rem;
  border: 1px solid #cfcfd1;
  width: 1.25rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  font-size: 0.16rem;
  color: #999999;
  margin: 0 auto;
  display: block;
}

/* 右侧 AI推荐 热点榜 */
.chn-mod-r {
  width: 3.5rem;
}
/* AI推荐 */
.chn-mod-ai {
  margin-bottom: 0.8rem;
}
.chn-mod-ai .chn-nav::before {
  display: none;
}
/* 推荐图标 */
.chn-mod-ai .chn-nav {
  position: relative;
  padding-left: 0.6rem;
  transition: all 0.3s ease;
  line-height: 110%;
}
.chn-mod-ai .chn-nav::before{
  content: "";
  display: inline-block;
  width: 0.49rem;
  height: 0.47rem;
  background: url(../images/icon-nav-ai.png) no-repeat center;
  background-size: 0.49rem 0.47rem;
position: absolute;
left: 0;
}

/* 文字列表 */
.news-list {
  position: relative;
}
.news-list::before{
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.18rem;
  background: url(../images/icon-mod-ai-fire.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: -0.2rem;
}
.news-list a {
  display: block;
  font-size: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.35rem;
  line-height: var(--text-line-height);
  position: relative;
}
.news-list a span {
  font-size: 0.16rem;
  color: #f66f02;
  font-weight: bold;
  margin-right: 0.3rem;
}

.news-list a:first-child span{
  font-size: 0.22rem;
  margin-right: 0.15rem;
}
.news-list a:last-child {
  margin-bottom: 0;
}
/* 热点榜 */
.chn-mod-hot .chn-nav {
  position: relative;
}
.chn-mod-hot .chn-nav::before {
  display: none;
}
.chn-mod-hot .chn-nav::after {
  content: "";
  width: 0.47rem;
  height: 0.45rem;
  position: absolute;
  bottom: -0.08rem;
  right: -0.17rem;
  background: url(../images/icon-nav-hot.png) no-repeat;
  transition: all 0.5s ease;
  background-size: 100% auto;
}
.chn-mod-hot .chn-nav:hover::after {
  transform: rotate(360deg);
}
/* 热点榜文字列表 */
.hot-news-list {
  counter-reset: hot-index;
  position: relative;
}
.hot-news-list a {
  position: relative;
  display: block;
  font-size: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.35rem;
  padding-left: 0.5rem;
  line-height: var(--text-line-height);
}
.hot-news-list a:last-child {
  margin-bottom: 0;
}
.hot-news-list a::before {
  counter-increment: hot-index; /* 递增计数器 */
  content: counter(hot-index); /* 显示计数器值 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.34rem;
  text-align: center;
  font-size: 0.16rem;
  color: #9c9b99;
  font-weight: bold;
}

/* 前三特殊样式 */
.hot-news-list a:nth-child(-n + 3)::before {
  color: #fe0154;
}
.hot-news-list a:first-child::before {
  content: "";
}
.hot-news-list::before {
  content: "";
  display: block;
  width: 0.34rem;
  height: 0.47rem;
  position: absolute;
  left: 0;
  top: -0.1rem;
  background: url(../images/icon-mod-top.png) no-repeat;
  background-size: 100% auto;
}

/* 卡片列表 3列 */
.card-list-3 {
  display: flex;
  flex-wrap: wrap;
}
.card-list-3 .card-list-item {
  width: calc(33.333% - 0.1667rem);
  margin-right: 0.25rem;
  margin-bottom: 0.42rem;
}

.card-list-3 .card-list-item:nth-child(3n) {
  margin-right: 0;
}
.card-list-3 .card-list-item .img-wrap {
  position: relative;
  height: 2.65rem;
  margin-bottom: 0.18rem;
}

/* 深圳频道 领导banner */
.chn-mod-banner {
  display: none;
}

/* 页面切换加载动画 */
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0.6rem;
  height: 0.62rem;
  background-image: url(../images/loading.png);
  background-repeat: no-repeat;
  background-size: auto 0.62rem;
  animation: spriteAnimation 1s steps(10) infinite;
  vertical-align: middle;
}

@keyframes spriteAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6rem 0;
  }
}

/* 手机适配 */
@media screen and (max-width: 768px) {
  .chn-sidebar,
  .chn-mod-l .chn-mod-hd,
  .chn-mod-r,
  .chn-top-swiper .swiper-button-next,
  .chn-top-swiper .swiper-button-prev {
    display: none;
  }
  /* 频道内容开始 */
  .chn-cont {
    padding: 0.3rem 0;
  }
  .chn-main {
    width: 100%;
  }
  /* 顶部滚图 */
  .chn-top-swiper {
    height: auto;
    padding-bottom: 1rem;
    border-bottom: 0.15rem solid #f8f7fc;
    margin-bottom: 0.5rem;
  }
  .chn-top-swiper .img-wrap {
    height: 4.37rem;
  }
  .chn-top-swiper h3 {
    position: relative;
    background: none;
    color: #000;
    text-align: left;
    padding: 0 0.3rem;
    font-weight: bold;
    font-size: 0.3rem;
    height: auto;
    line-height: 130%;
    margin-top: 0.3rem;
  }
  .chn-top-swiper .swiper-pagination {
    display: block;
    text-align: left;
    left: 0.3rem;
    bottom: 0.5rem;
  }
  .chn-top-swiper .swiper-pagination-bullet {
    transition: all 0.4s ease;
    background: #dedede;
    opacity: 1;
    margin-right: 0.1rem !important;
    margin-left: 0 !important;
    border-radius: 0.1rem;
  }
  .chn-top-swiper .swiper-pagination-bullet-active {
    width: 0.45rem;
    background: var(--main-color);
  }
  .chn-mod-wrap {
    padding: 0 0.3rem;
  }
  .chn-mod-l {
    width: 100%;
  }
  /* 卡片列表 */
  .card-list-item {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.35rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid #f2f0f3;
  }
  .card-list-item .img-wrap,
  .card-list-3 .card-list-item .img-wrap {
    width: 2rem;
    height: 1.3rem;
    margin-right: 0.4rem;
    margin-bottom: 0;
  }
  .card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-list-item .img-wrap h3,
  .card-list-item .img-wrap::after,
  .card-info h4 {
    display: none;
  }
  .card-info h3 {
    display: block;
    font-size: 0.32rem;
    color: #3a3b3e;
    line-height: var(--text-line-height);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 来源 手机显示 */
  .card-info span {
    text-align: left;
    color: #83878c;
    font-size: 0.24rem;
  }
  .card-info span b {
    display: inline-block;
    margin-right: 0.35rem;
  }
  /* 深圳频道 领导banner */
  .chn-mod-banner {
    display: block;
  }
  .chn-mod-banner a {
    display: block;
    margin-bottom: 0.3rem;
  }
  .chn-mod-banner a:last-child {
    margin-bottom: 0.5rem;
  }
  .chn-mod-banner a img {
    width: 100%;
  }
  /* 加载更多 */
  .btn-more {
    font-size: 0.24rem;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 30%;
    border-radius: 0.5rem;
  }
  /* 三列卡片列表 */
  .card-list-3 {
    padding: 0 0.3rem;
  }
  .card-list-3 .card-list-item {
    width: 100%;
    margin-right: 0;
  }
}
