/* ===== 双站共享基础样式（已合并回各自 style.css） ===== */

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei", "SimSun";
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

a {
  color: #666;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-break: break-all;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}

.title-box {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-box .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headBtns1 span {
  font-size: 12px;
  font-weight: 400;
  color: #666
}

.headBtns1 img {
  vertical-align: middle;
  padding-right: 5px
}

.headBtns1 .verticalLine {
  padding: 0 15px
}

.headBtns1 .loginStyle,
.headBtns1 .registerStyle {
  cursor: pointer;
}

.headBtns1 .loginStyle:hover,
.headBtns1 .registerStyle:hover {
  color: #b71c1c;
}

/* 登录后右侧用户区 */
.headBtns1.user-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}

.headBtns1.user-box .hello {
  margin-right: 10px;
}

.headBtns1.user-box .user-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  padding: 0;
  margin-right: 6px;
  vertical-align: middle;
}

.headBtns1.user-box .user-name {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0462D7;
}

.headBtns1.user-box .user-arrow {
  margin-left: 4px;
  font-size: 14px;
  color: #606266;
  transition: transform .2s;
}

/* .headBtns1.user-box:hover .user-arrow {
  transform: rotate(180deg);
} */

.headBtns1.user-box .user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #FFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  ;
  z-index: 999;
  display: none;
}

.headBtns1.user-box.open .user-menu {
  display: block;
}

.headBtns1.user-box .user-menu-item {
  display: block;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}

.headBtns1.user-box .user-menu-item:hover {
  background: #f5f5f5;
  color: #b71c1c;
}

.nav-box {
  background: url(../images/876I5BY30BIMW4928099.jpg) no-repeat center center;
  background-size: 100% 190px;
  height: 194px;
}

.search img {
  height: 70px;
}

.search-select span {
  margin-right: 8px;
}

.search-input::placeholder {
  color: #ccc;
}

.search-btn:hover {
  background: #0055aa;
}

.hot-search {
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.hot-search img {
  width: 14px;
  height: 16px;
  margin: 0 8px;
}

.fire-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 2px;
}

.hot-item {
  color: #333;
  margin-left: 4px;
  font-size: 14px;
}

.hot-item:hover {
  color: #0066cc;
}

.menu-list {
  display: flex;
  justify-content: space-between;
  height: 64px;
}

.menu-list li {
  width: 120px;
  text-align: center;
  height: 64px;
}

.menu-list a {
  display: block;
  line-height: 64px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.mySwiper .swiper-slide {
  position: relative;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  font-size: 28px;
  color: #fff;
}

.mySwiper .swiper-button-next {
  right: 0;
}

.mySwiper .swiper-button-prev {
  left: 0;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  font-size: 22px;
}

.mySwiper .swiper-pagination-fraction {
  width: auto;
  left: 30px;
  color: #fff;
  line-height: 40px;
  bottom: 0;
  top: unset;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.mySwiper .swiper-pagination-fraction span {
  font-size: 16px;
}

.mySwiper .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  line-height: 26px;
  margin-bottom: 10px;
}

.footer-copy img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.footer-right {
  width: 120px;
  text-align: right;
  padding-right: 15px;
}

.footer-right .footer-qr {
  width: 100px;
}

@charset "UTF-8";

[v-cloak] {
  display: none !important;
}

/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

/*去掉input等聚焦时的蓝色边框*/

/*防止拖动*/

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

body {
  font:
    14px / 1.5 Arial,
    Microsoft YaHei,
    PingFang SC,
    sans-serif;
  color: #333;
  background: #f5f5f5;
}

.clearfix:before,
.clearfix:after {
  /*清楚浮动*/
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

/* a:hover{color:#2D6DAF;} */

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/

.col-red {
  color: #c81623 !important;
}

/*公共类*/

.w {
  /*版心 提取 */
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.hide {
  display: none;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

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

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.switch-language {
  display: inline-block;
  text-align: center;
}

.switch-language em {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 2px 6px;
  text-align: center;
  border-radius: 2px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-style: normal !important;
}

.book-is-login {
  font-size: 14px;
  margin-right: 15px;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 130px;
  font-size: 14px;
  /* padding-top: 50px; */
}

.search-right {
  /* width: 600px; */
}

.search-bar {
  display: flex;
  height: 40px;
  /* background: #fff; */
  /* border: 1px solid #dcdcdc; */
  border-radius: 2px;
  overflow: hidden;
}

.search-select {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  color: #999;
  /* font-size: 16px; */
  background-color: #fff;
}

.search-input {
  padding: 0 15px;
  border: none;
  font-size: 16px;
  color: #333;
  width: 310px;
  height: 40px;
  border: 1px solid #dcdfe6;
  border-left: 0;
}

.search-btn {
  background: #0462d7;
  color: #fff;
  border-radius: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  padding: 0 20px;
  height: 40px;
  font-size: 26px;
}

.search-btn img {
  width: 32px;
  height: 32px;
}

.hot-title {
  /* color: #666; */
  font-size: 14px;
}

.menu_bg {
  background-color: #0462d7;
  height: 64px;
}

.menu-list li:hover {
  background: #0a34bd;
}

.menu-list li.act {
  background: #0a34bd;
}

.mySwiper {
  position: relative;
  margin-top: 15px;
}

.mySwiper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.mySwiper .swiper-slide p {
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}

.information-box {
  background: #efefef;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lineOne .iconfont {
  font-size: 20px;
  line-height: 50px;
  z-index: 999;
}

.themeColor {
  color: #0462d7;
}

.lineTwo {
  display: block;
  margin-left: 15px;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 50px;
}

.lineTwo:hover {
  color: #0462d7;
}

.lineFour {
  display: block;
  line-height: 50px;
}

.toMoresSpan {
  width: 28px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
  z-index: 999;
  vertical-align: middle;
  color: #999;
}

.lineFour img {
  width: 7px;
  height: 12px;
  top: 18px;
  display: inline-block;
}

.lineFour:hover .toMoresSpan {
  color: #333;
}

/* 资讯与杂志主要布局 */

.main-layout {
  display: flex;
  justify-content: space-between;
}

.left-news {
  width: 793px;
  background-color: #fff;
  padding: 0 15px 26px 15px;
  box-sizing: border-box;
}

.left-news .section-header {
  padding: 0;
}

.right-magazine {
  width: 386px;
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 栏目标题提取 */

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
  padding: 0 20px;
  /* margin-bottom: 10px; */
}

.header-left {
  display: flex;
  align-items: center;
}

.blue-bar {
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #0462d7;
  margin-right: 15px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.more-link {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.more-link img {
  width: 7px;
  height: 12px;
  margin-left: 5px;
}

.more-link:hover {
  color: #666;
}

/* 新闻列表 */

.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 46px;
}

.news-title {
  font-size: 16px;
  color: #333;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.news-title:hover {
  color: #0462d7;
}

.news-date {
  font-size: 14px;
  color: #999;
  width: 80px;
  text-align: right;
}

/* 杂志内容区 */

.magazine-img-box {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.magazine-img-box img {
  width: auto;
  height: 290px;
  transition: transform 0.4s ease;
}

.magazine-img-box:hover img {
  transform: scale(1.1);
}

.magazine-info {
  text-align: center;
  width: 100%;
}

.magazine-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #494949;
  font-family: "宋体";
  line-height: 24px;
  margin: 30px 0 10px;
}

.magazine-info p {
  text-align: justify;
  line-height: 25px;
  color: #7a7a7a;
  font-family:
    arial,
    Microsoft Yahei,
    å®‹ä½“;
  font-size: 14px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

/* ===== 杂志区域 Swiper 轮播样式 ===== */
.magazineSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.magazineSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 导航控制箭头定位（居中悬浮在 290px 高度的封面两侧） */
.magazine-prev,
.magazine-next {
  color: #0462d7 !important;
  width: 32px !important;
  height: 32px !important;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  top: 145px !important;
  /* 290px 的一半 */
  margin-top: -16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.magazine-prev:hover,
.magazine-next:hover {
  background-color: #0462d7;
  color: #fff !important;
}

.magazine-prev::after,
.magazine-next::after {
  font-size: 14px !important;
  font-weight: bold;
}

.swiper-button-lock {
  display: none !important;
}

.richText {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.richText .image {
  text-align: center !important
}

.richText .image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.richText h2 {
  font-size: 24px;
}

/* 三列布局 */

.three-col-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.col-item {
  width: 386px;
  background-color: #fff;
  /* padding: 0 20px 20px 20px; */
  box-sizing: border-box;
}

.col-image-box {
  position: relative;
  width: 100%;
  height: 218px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

.col-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.col-image-box:hover img {
  transform: scale(1.1);
}

.col-image-box:hover p {
  color: #0462d7;
}

.col-image-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.col-news-list {
  padding: 0 20px 15px 20px;
}

.col-news-list li {
  line-height: 46px;
}

.col-news-list a {
  font-size: 16px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.col-news-list a:hover {
  color: #0462d7;
}

/* 两列布局 */

.two-col-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.col-item-2 {
  width: 590px;
  background-color: #fff;
  box-sizing: border-box;
}

/* 四列布局 */

.four-col-layout {
  /* margin-top: 20px; */
  /* margin-bottom: 30px; */
}

.four-col-layout .section-header {
  padding: 0;
  /* margin-bottom: 15px; */
}

.four-col-list {
  display: flex;
  justify-content: space-between;
}

.four-col-item {
  width: 278px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 15px;
}

.four-col-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.four-col-item .img-box {
  width: 100%;
  height: 156px;
  overflow: hidden;
}

.four-col-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.four-col-title {
  padding: 15px 20px 0 24px;
  height: 63px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}

.four-col-item:hover .four-col-title {
  color: #0462d7;
}

.four-col-item:hover .img-box img {
  transform: scale(1.1);
}

/* 精选视频 */

.featured-videos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured-videos .section-header {
  padding: 0;
}

.top-video-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.big-video-item {
  position: relative;
  width: 585px;
  height: 330px;
  display: block;
  overflow: hidden;
}

.big-video-item img,
.small-video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.big-video-item:hover img,
.small-video-item:hover img {
  transform: scale(1.1);
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.big-overlay {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.small-videos-wrapper {
  width: 585px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.small-video-item {
  position: relative;
  width: 278px;
  height: 150px;
  display: block;
  overflow: hidden;
}

.overlay-left {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overlay-right {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.play-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 7px solid transparent;
  margin-right: 5px;
}

.video-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #0a34bd;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  z-index: 10;
  border-bottom-right-radius: 4px;
}

/* 底部横幅区 */

.banners-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.banners-section .banner-link {
  display: block;
  overflow: hidden;
  width: 100%;
}

.banners-section .banner-link img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.banners-section .banner-link:hover img {
  transform: scale(1.02);
}

.banners-zt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blue-banners {
  display: flex;
  justify-content: space-between;
}

.blue-banner-half {
  width: 590px;
  display: block;
  overflow: hidden;
}

.blue-banner-half img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blue-banner-half:hover img {
  transform: scale(1.02);
}

.blue-banner-full {
  height: auto;
}

/* 友情链接 */

.friend-links {
  margin-bottom: 40px;
  background-color: transparent;
}

.friend-links .section-header {
  padding: 0;
}

.friend-links-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.friend-links-list li {
  flex: 1;
  width: 0;
  background-color: #fff;
  text-align: center;
  line-height: 44px;
}

.friend-links-list a {
  display: block;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
  padding: 0 20px;
}

.friend-links-list a:hover {
  color: #0462d7;
}

/* 底部区域 */

.footer {
  width: 100%;
  height: 300px;
  background: url(../images/880JC7W2M6BU65054753.png) center center / 100% 100% no-repeat rgb(245, 245, 245);
  background-size: cover;
  box-sizing: border-box;
  display: flex;
}

.footer-left {
  width: 150px;
}

.footer-left .footer-logo {
  width: 96px;
  height: auto;
}

.footer-middle {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.footer-links a {
  color: #0462d7;
  font-size: 16px;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #0a34bd;
}

.footer-copy {
  color: #0462d7;
  font-size: 12px;
  line-height: 26px;
}

.footer-copy a {
  color: #0462d7;
}

.footer-copy a:hover {
  color: #0a34bd;
}

/* 列表页整体布局 */

.list-page-main {
  margin-top: 50px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.list-left {
  width: 845px;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}

.list-right {
  width: 325px;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}

.list-left .section-header,
.list-right .section-header {
  padding: 0;
}

/* 列表页左侧资讯 */

.m-back-bar {
  display: none;
}

.notice-page-main {
  margin-top: 0;
}

.notice-page-main .list-left {
  width: 100%;
}

.notice-page-main .article-empty {
  text-align: center;
  color: #999;
  padding: 40px 0;
}

.article-list {
  margin-top: 10px;
}

.article-list li {
  border-bottom: 1px dashed #e5e5e5;
  /* margin-bottom: 10px; */
}

.article-item-link {
  display: flex;
  gap: 30px;
  padding: 20px 0 20px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.article-item-link:hover .article-title {
  color: #0462d7;
}

.article-list li:last-child {
  border-bottom: none;
}

.article-img-box {
  flex-shrink: 0;
  width: 270px;
  height: 180px;
  overflow: hidden;
  display: block;
}

.article-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  background-color: #f5f5f5;
}

.article-img-box:hover img {
  transform: scale(1.05);
}

.article-text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.article-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  display: block;
  transition: color 0.3s;
  margin: 15px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 没有图片时，标题不需要上边距 */

.article-item-link>.article-text-box:first-child .article-title {
  margin-top: 0;
}

.article-desc {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

.article-date {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

/* 列表页右侧排行榜 */

.leaderboard-list li {
  border-bottom: 1px solid #e5e5e5;
}

.leaderboard-item-link {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.leaderboard-item-link:hover .title {
  color: #0462d7;
}

.leaderboard-list li:last-child {
  border-bottom: none;
}

.leaderboard-list .num {
  line-height: 22px;
  width: 25px;
  color: #666;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  margin-right: 10px;
}

.leaderboard-list .num.top3 {
  color: #0462d7;
}

.leaderboard-list .info {
  flex: 1;
}

.leaderboard-list .title {
  font-size: 16px;
  color: #444;
  display: block;
  line-height: 24px;
  transition: color 0.3s;
}

.leaderboard-list .date {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  display: block;
  margin-top: 10px;
}



/* =============================================

   分页组件（pagination）— 1:1 还原设计图

   ============================================= */

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
  font-size: 14px;
  color: #606266;
  user-select: none;
  border-top: 1px dotted #ccc;
}

/* 总条数 */

.pg-total {
  margin-right: 10px;
  color: #606266;
  font-size: 13px;
  white-space: nowrap;
}

/* 通用按钮 */

.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 28px;
  padding: 0 4px;
  background-color: #f4f4f5;
  color: #606266;
  font-size: 13px;
  cursor: pointer;
  border-radius: 2px;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
  line-height: 1;
  font-weight: 700;
}

.pg-btn:hover:not(.pg-disabled):not(.pg-active) {
  color: #0462d7;
}

/* 当前激活页 */

.pg-btn.pg-active {
  background: #0462d7;
  color: #fff;
  cursor: default;
}

/* 禁用（首页/末页时箭头） */

.pg-btn.pg-disabled {
  color: #c0c4cc;
  border-color: #dcdfe6;
  cursor: not-allowed;
  background: #fff;
}

/* 箭头按钮 */

.pg-arrow {
  min-width: 30px;
  height: 28px;
  font-size: 13px;
  padding: 0;
}

.pg-arrow i {
  font-size: 13px;
  font-weight: bold;
}

/* 省略号 */

.pg-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 28px;
  font-size: 13px;
  color: #909399;
  letter-spacing: 2px;
}

/* 跳转区域 */

.pg-jumper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  color: #606266;
  font-size: 13px;
  white-space: nowrap;
}

.pg-jump-input {
  width: 50px;
  height: 28px;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  color: #606266;
  outline: none;
  transition: border-color 0.2s;
  padding: 0 4px;
}

.pg-jump-input:focus {
  border-color: #409eff;
}

/* 抖动动画（非法输入） */

@keyframes pg-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-4px);
  }

  40%,
  80% {
    transform: translateX(4px);
  }
}

.pg-jump-shake {
  animation: pg-shake 0.4s ease;
  border-color: #f00 !important;
}

.pg-jump-btn {
  height: 28px;
  padding: 0 12px;
  background: #0462d7;
  border: 1px solid #0462d7;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.breadcrumb {
  line-height: 50px;
  font-size: 14px;
}

.breadcrumb-title {
  font-weight: 700;
  color: #303133;
}

.breadcrumb-subtitle {
  font-weight: 400;
  color: #606266;
}

.breadcrumb-subtitle::before {
  content: "\e6e0";
  font-family: element-icons !important;
  margin: 0 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #c0c4cc;
}

.content {
  padding: 20px;
  background: #fff;
}

.content-title {
  font-size: 30px;
  text-align: center;
  color: #333;
  line-height: 44px;
  padding: 30px;
}

.content-info {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.content-info-left {
  display: flex;
  gap: 20px;
}

.content-info-left font {
  color: #0462d7;
}

.content-info-right {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}

.content-info-right span:last-child {
  width: 150px;
  text-align: center;
}

.content-info {
  position: relative;
}

.content-share-tip {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 1000;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.share-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
  font-size: 18px;
  color: #303133;
  margin-bottom: 20px;
}

.share-close {
  cursor: pointer;
  color: #999;
  font-size: 16px;
}

.share-qrcode {
  text-align: center;
  margin-bottom: 15px;
}

.share-qrcode img {
  width: 300px;
  height: 300px;
  display: inline-block;
  margin: auto;
}

.share-footer {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

.content-main {
  padding-top: 20px;
  overflow: hidden;
  text-align: justify;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}

.content-main p {
  margin-bottom: 16px;
  text-indent: 2em;
}

.content-main video,
.content-main audio,
.content-main img {
  margin: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
}

.content-executive {
  float: right;
}

.content-main .more_mg {
  text-align: center;
}

.content-main .more_mg p {
  text-indent: 0;
}

/* ===== 评论区样式已迁移至 ../../common/comment.css ===== */

.topic-page-main {
  margin-top: 10px;
  /* margin-bottom: 30px; */
}

.topic-page-main .section-header {
  padding: 0;
}

.topic-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.topic-card {
  width: 580px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.topic-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 232px;
  overflow: hidden;
}

.topic-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.enter-topic {
  width: 86px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

.topic-banner:hover .enter-topic {
  background: rgba(4, 98, 215, 0.85);
}

.topic-body {
  padding: 20px 20px 20px;
}

.topic-title {
  font-size: 22px;
  color: #333;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
}

.topic-title:hover {
  color: #0462d7;
}

.topic-news-list {
  margin-top: 20px;
}

.topic-news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 46px;
}

.topic-news-title {
  font-size: 16px;
  color: #333;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  position: relative;
}

.topic-news-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
}

.topic-news-title:hover {
  color: #0462d7;
}

.topic-news-title:hover::before {
  background: #0462d7;
}

.topic-news-date {
  color: #999;
  font-size: 14px;
  flex-shrink: 0;
}

/* =============================================

   文化页专有样式

   ============================================= */

.culture-main {
  margin-bottom: 20px;
  /* padding-top: 20px; */
}

.culture-section+.culture-section {
  margin-top: 20px;
}

.culture-item {
  width: 272px;
  display: block;
  background-color: transparent;
}

.culture-item .img-box {
  width: 100%;
  height: 154px;
  overflow: hidden;
  box-shadow: 1px 2px 5px #ccc;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.culture-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.culture-item:hover .img-box {
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
}

/* .culture-item:hover .img-box img {
  transform: scale(1.05);
} */

.culture-title {
  font-weight: 400;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.culture-item:hover .culture-title {
  color: #0462d7;
}

.culture-meta {
  display: none;
}





/* 底部备案图标 */

.beian-icon {
  vertical-align: middle;
  margin: 0 4px 4px 0;
}

/* 热搜词垂直对齐 */

.hot-search .hot-title {
  vertical-align: middle;
}

/* =============================================

   专题列表页专有样式

   ============================================= */

.topic-list-banner-wrap {
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.topic-list-banner-img {
  display: block;
  max-width: 100%;
  height: 480px;
  object-fit: contain;
  margin: 0 auto;
}

.topic-list-main {
  margin-top: 0;
  display: block;
}

.topic-list-main .list-left {
  width: 100%;
  background: none;
  padding: 0;
}

.topic-list-main .section-header {
  /* border-bottom: 1px solid #e5e5e5; */
}

.topic-list-main .article-list {
  background: #fff;
  padding: 0px 20px;
  margin-top: 0;
}

.topic-list-main .article-list li:last-of-type {
  border-bottom: 0;
}

.mini-search-box {
  display: flex;
  width: 350px;
  height: 40px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.mini-search-input {
  flex: 1;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  outline: none;
  color: #333;
}

.mini-search-icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  cursor: pointer;
  font-size: 18px;
}

/* #list-pagination {
  margin-top: 30px;
  margin-bottom: 50px;
} */

/* 文化列表页样式 */

.culture-breadcrumb {
  padding: 20px 0;
  font-size: 14px;
}

.culture-breadcrumb-title {
  color: #333;
}

.culture-breadcrumb-separator {
  margin: 0 5px;
  color: #ccc;
}

.culture-breadcrumb-subtitle {
  color: #999;
}

.culture-list-page {
  margin-top: 0;
}

.culture-section-header {
  margin-bottom: 20px;
  padding: 20px 0 10px 0;
}

.culture-section-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.culture-grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 30px;
  row-gap: 20px;
  margin-bottom: 20px;
}

.culture-grid-item {
  width: 178px;
  display: block;
  text-decoration: none;
}

.culture-grid-item .img-box {
  width: 100%;
  height: 248px;
  overflow: hidden;
  margin-bottom: 10px;
}

.culture-grid-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.culture-grid-item:hover .img-box img {
  transform: scale(1.1);
}

.culture-grid-item .culture-title {
  font-weight: 400;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: justify;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.culture-grid-item:hover .culture-title {
  color: #0462d7;
}

/* PC 端：列表页内的文章标签 / 日期 / 返回按钮 不显示 */
.culture-grid-item .culture-tag,
.culture-grid-item .culture-date,
.m-page-back {
  display: none;
}



/* =============================================

   视频内容页专有样式

   ============================================= */

.video-player-wrap {
  background: #000;
}

.video-player-box {
  position: relative;
  width: 100%;
  height: auto;
}

.video-player {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

.video-content {
  background: #fff;
  padding: 20px 80px;
  box-sizing: border-box;
}

.video-title {
  font-size: 24px;
  color: #333;
  line-height: 42px;
  padding: 10px 0 15px;
}

.video-rating-display {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.liked-active {
  color: #0462d7;
}

.video-thumbs-section {
  background: #f5f5f5;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.video-thumb-nav {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 36px;
  flex-shrink: 0;
}

/* .video-thumb-nav:hover {
  color: #0462d7;
} */

.video-thumb-list {
  flex: 1;
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.video-thumb-list::-webkit-scrollbar {
  display: none;
}

.video-thumb-item {
  width: 160px;
  height: 100px;
  background: #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}

/* .video-thumb-item.active,
.video-thumb-item:hover {
  border-color: #0462d7;
} */

.video-thumb-item::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background: url("../images/videoplay.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
}

/* .video-thumb-item.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
} */

.video-thumb-item.active::after,
.video-thumb-item:hover::after {
  display: block;
}

.video-thumb-item img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.detail_sys {
  padding: 10px;
  background: #f5f5f5;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* 手机端导航（默认隐藏） */
.m-header,
.m-mobile-section,
.m-footer,
.m-tabbar {
  display: none;
}

.m-banner-back {
  display: none;
}

html {
  font-size: 13.33333vw
}

@media screen and (min-width:769px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:721px) and (max-width:768px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:641px) and (max-width:720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:541px) and (max-width:640px) {
  html {
    font-size: 85.33px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:481px) and (max-width:540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:415px) and (max-width:480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:413px) and (max-width:414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:394px) and (max-width:412px) {
  html {
    font-size: 54.93px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:376px) and (max-width:393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:361px) and (max-width:375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:321px) and (max-width:360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw
  }
}

@media screen and (max-width:320px) {
  html {
    font-size: 42.667px;
    font-size: 13.33333vw
  }
}

@media (max-width: 768px) {
  body {
    background: #fff;
  }

  .w {
    width: 100%
  }

  .header,
  .main-layout,
  .three-col-layout,
  .two-col-layout,
  .four-col-layout,
  .featured-videos,
  .friend-links,
  .banners-section>a:nth-child(1),
  .banners-section>a:nth-child(2),
  .search-result-page,
  .footer {
    display: none;
  }



  /* 手机端导航 */
  .m-header {
    display: block;
  }

  .m-top {
    background: url(/common/images/7983GMW4MXKOC2809360.png);
    padding: 0.24rem 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.24rem;
    background-size: cover;
  }

  .m-logo {
    color: #fff;
    line-height: 1.1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

  .m-logo img {
    height: 0.6rem;
    width: auto;
    display: block;
  }

  .m-logo-cn {
    display: block;
    font-size: 0.36rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
  }

  .m-logo-en {
    display: block;
    font-size: 0.18rem;
    opacity: .9;
    margin-top: 0.04rem;
  }

  .m-search {
    flex: 1;
    background: rgba(255, 255, 255, .95);
    border-radius: 0.36rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    padding: 0 0.24rem;
    margin: 0 0.12rem;
    min-width: 0;
  }

  .m-search i {
    color: #969799;
    font-size: 0.28rem;
    margin-right: 0.12rem;
  }

  .m-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.26rem;
    color: #333;
    min-width: 0;
  }

  .m-search input::placeholder {
    color: #969799;
  }

  .m-tool {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 0.22rem;
    text-decoration: none;
    flex-shrink: 0;
  }

  .m-tool i {
    display: block;
    font-size: 0.36rem;
  }

  .m-tool img {
    display: block;
    width: auto;
    height: 0.6rem;
  }

  .m-nav {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 .08rem .266667rem 0 rgba(0, 0, 0, .03);
    padding: 0 0.16rem;
    margin-bottom: .15rem;
  }

  .m-nav-list {
    flex: 1;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    line-height: 0.88rem;
  }

  .m-nav-list::-webkit-scrollbar {
    display: none;
  }

  .m-nav-list li {
    flex-shrink: 0;
    padding: 0 0.24rem;
    font-size: 0.32rem;
    position: relative;
  }

  .m-nav-list li a {
    color: #333;
    text-decoration: none;
  }

  .m-nav-list li.act a {
    color: #007aff;
    font-weight: 700;
    font-size: 0.36rem;
  }

  .m-nav-list li.act::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.08rem;
    width: 0.44rem;
    height: 0.16rem;
    background: url(/common/images/meun-act.png) no-repeat center / contain;
  }

  .m-nav-more {
    /* line-height: 1; */
    padding-right: 0.14rem;
    padding-bottom: 0.12rem;
  }

  .m-nav-more img {
    width: 0.32rem;
    height: 0.32rem;
  }

  /* 轮播图手机端样式 */
  .mySwiper {
    margin: 0 auto;
    width: calc(100% - 0.6rem);
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;

  }

  .mySwiper img {
    height: 2.46rem;
    border-radius: 0.2rem;
  }

  .mySwiper .swiper-slide p {
    display: none;
  }

  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    display: none;
  }

  .mySwiper .swiper-pagination {
    bottom: 0.2rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .mySwiper .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    opacity: .55;
    border-radius: 50%;
    margin: 0 0.06rem !important;
    transition: width .3s, opacity .3s;
  }

  .mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    border-radius: 0.06rem;
    background: #007aff;
  }



  /* 公告通知条手机端样式 */
  .information-box {
    margin: 0 0.3rem 0;
    height: 0.84rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem;
    padding: 0 0.28rem;
    width: auto;
    margin-bottom: 0.2rem;
  }

  .information-box .lineOne .iconfont {
    font-size: 0.36rem;
    line-height: 0.84rem;
    color: #2f7bff;
  }

  .information-box .lineTwo {
    line-height: 0.84rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    color: #333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .information-box .lineFour {
    line-height: 0.88rem;
    background: #fff;
    border-radius: 0.28rem;
    padding: 0 0.2rem;
    height: 0.52rem;
    line-height: 0.52rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .information-box .toMoresSpan {
    font-size: 0.24rem;
    color: #999;
    line-height: 1;
    margin-right: 0.08rem;
  }

  .information-box .lineFour img {
    width: 0.12rem;
    height: 0.2rem;
    top: 0;
  }

  /* ===== 手机端专属内容区 ===== */
  .m-mobile-section {
    display: block;
    padding: 0 0.3rem;
    background: #fff;
  }

  .m-quick-list {
    list-style: none;
    margin: 0 0 0.4rem;
    padding: 0;
    background: #fff;
  }

  .m-quick-list li {
    border-bottom: 1px solid #ddd;
  }

  .m-quick-list li a {
    display: block;
    padding: 0.3rem 0;
    font-size: 0.32rem;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
  }

  .m-banner-card {
    display: block;
    margin-bottom: 0.3rem;
    text-decoration: none;
    padding-bottom: 0.3rem;
    color: #222;
    border-bottom: 1px solid #ddd;
  }

  .m-banner-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.16rem;
  }

  .m-banner-card p {
    margin: 0.24rem 0 0;
    font-size: 0.32rem;
    line-height: 1.4;
    color: #222;
    font-weight: 500;
  }

  .m-news-list {
    list-style: none;
    margin: 0 0 0.16rem;
    padding: 0;
  }

  .m-news-list li {
    border-bottom: 1px solid #ddd;
    padding: 0.28rem 0;
  }

  .m-news-list li:last-child {
    border-bottom: 0;
  }

  .m-news-list a {
    text-decoration: none;
    color: #222;
    display: block;
  }

  .m-news-list .m-news-title {
    margin: 0 0 0.16rem;
    font-size: 0.32rem;
    line-height: 1.45;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .m-news-list .m-news-date {
    font-size: 0.24rem;
    color: #999;
  }

  .m-article-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .m-article-list li {
    border-bottom: 1px solid #ddd;
    padding: 0.28rem 0;
  }

  .m-article-list a {
    display: flex;
    gap: 0.2rem;
    text-decoration: none;
    color: #222;
    align-items: stretch;
  }

  .m-article-list .ma-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .m-article-list .ma-title {
    margin: 0;
    font-size: 0.32rem;
    line-height: 1.45;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .m-article-list .ma-meta {
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.24rem;
    font-size: 0.24rem;
    color: #999;
  }

  .m-article-list .ma-thumb {
    width: 2.24rem;
    height: 1.7rem;
    flex-shrink: 0;
    border-radius: 0.12rem;
    overflow: hidden;
    background: #f4f5f7;
  }

  .m-article-list .ma-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .banners-section {
    padding: 0 0.3rem
  }

  .blue-banner-half {
    width: 100%;
  }

  .banners-zt {
    display: none;
  }

  .blue-banners {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.4rem;
  }

  .blue-banner-half img {
    height: 1.5rem;
  }

  .banners-section .banner-link img {
    height: 1.3rem;
    object-fit: cover;
  }

  .m-footer {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    display: block;
  }

  /* 底部菜单 */
  body {
    padding-bottom: 1.5rem;
  }

  .m-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    z-index: 900;
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 0 0.2rem #ececec;
  }

  .m-tabbar .m-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.04rem;
    color: #7f7f7f;
    font-size: 0.24rem;
    text-decoration: none;
    line-height: 1;
  }

  .m-tabbar .m-tab img {
    width: 0.44rem;
    line-height: 1;
  }

  .m-tabbar .m-tab .img-inactive {
    display: none;
  }

  .m-tabbar .m-tab.act {
    color: #1989fa;
  }

  .m-tabbar .m-tab.act .img-inactive {
    display: block;
  }

  .m-tabbar .m-tab.act .img-active {
    display: none;
  }
}


/* ===== 自定义频道面板 ===== */
.channel-panel {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.channel-panel.open {
  transform: translateX(0);
}

.channel-panel .channel-header {
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.channel-panel .channel-back {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 22px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  padding: 0 6px;
}

.channel-panel .channel-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.channel-panel .channel-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 14px 30px;
}

.channel-panel .channel-section {
  margin-bottom: 22px;
}

.channel-panel .channel-section-head {
  position: relative;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.channel-panel .cs-title {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.channel-panel .cs-tip {
  margin-left: 8px;
  font-size: 12px;
  color: #999;
}

.channel-panel .cs-edit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2f7bff;
  color: #fff;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
}

.channel-panel .channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 10px;
}

.channel-panel .ch-item {
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f4f5f7;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.channel-panel .ch-item.fixed {
  color: #999;
}

.channel-panel .ch-item .ch-x {
  display: none;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  background: #bbb;
  color: #fff;
  font-size: 14px;
}

.channel-panel.editing .ch-item:not(.fixed) .ch-x {
  display: block;
}

.channel-panel .ch-item.dragging {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
  opacity: .95;
  animation: none;
}

.channel-panel .rec-list .ch-item {
  background: #f4f5f7;
  color: #333;
}

/* ===== 搜索面板 ===== */
.search-panel {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
}

.search-panel.open {
  transform: translateX(0);
}

.search-panel .sp-top {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 12px;
  flex-shrink: 0;
}

.search-panel .sp-back {
  font-size: 22px;
  color: #333;
  padding: 6px 10px 6px 0;
  cursor: pointer;
}

.search-panel .sp-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f4f5f7;
  border-radius: 20px;
  height: 36px;
  padding: 0 14px;
}

.search-panel .sp-input-wrap .el-icon-search {
  color: #999;
  font-size: 16px;
  margin-right: 8px;
}

.search-panel .sp-input-wrap input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  color: #333;
  height: 100%;
}

.search-panel .sp-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px 30px;
}

.search-panel .sp-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.search-panel .sp-hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.search-panel .sp-hot-list li {
  background: #f4f5f7;
  color: #555;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
}

.search-panel .sp-hot-list li:active {
  background: #e8e9ec;
}

.abstrct {
  padding: 5px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
  color: #181818;
  font-size: 12px;
  margin-bottom: 16px;
  margin-top: -15px;
}

.abstrct p {
  max-width: calc(100% - 50px);
  text-indent: 0;
  margin: 0;
}

/* ===== 内容详情页：手机端默认隐藏 ===== */
.m-content-meta {
  display: none;
}

/* ===== 内容详情页：手机端样式 ===== */
@media (max-width: 768px) {

  /* 隐藏 PC 端面包屑、文章头部信息行 */
  .breadcrumb,
  .content-info,
  .content-share-tip {
    display: none !important;
  }

  .content {
    padding: 0 0.3rem 0.4rem;
    background: #fff;
  }

  .content-title {
    font-size: 0.48rem;
    line-height: .6rem;
    color: #222;
    text-align: left;
    padding: 0.2rem 0 0.2rem;
    font-weight: 700;
  }

  .content-main {
    padding-top: 0.3rem;
    font-size: 0.32rem;
    line-height: 1.7;
    color: #333;
  }

  .content-main p {
    margin-bottom: 0.24rem;
    text-indent: 2em;
  }

  .content-executive {
    font-size: 0.26rem;
    color: #999;
  }

  .abstrct {
    font-size: .24rem;
    line-height: .5rem;
  }

  .abstrct p {
    text-indent: 0;
    margin: 0;
  }

  /* 文章信息（手机端：日期 / 浏览量 / 作者） */
  .m-content-meta {
    display: block;
    color: #999;
    font-size: 0.24rem;
    padding: 0.1rem 0 0.2rem;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0.2rem;
  }

  .m-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: .4rem;
  }

  .m-meta-views {
    display: flex;
    align-items: center;
  }

  .m-meta-views i {
    margin-right: 0.06rem;
    font-size: 0.24rem;
  }

  .m-meta-author {
    color: #aaa;
    font-size: 0.24rem;
    line-height: .4rem;
  }

  /* ===== 视频详情页：手机端样式（与 content 页一致，仅顶部多一个视频） ===== */
  .video-content {
    padding: 0 0.3rem 0.4rem;
    background: #fff;
  }

  .video-content .detail_sys,
  .video-thumbs-section {
    display: none !important;
  }

  .video-player-box {
    margin: 0 -0.3rem;
    width: calc(100% + 0.6rem);
    aspect-ratio: 16 / 9;
    background: #000;
  }

  .video-player-box .video-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .video-title {
    font-size: 0.48rem;
    line-height: .6rem;
    color: #222;
    text-align: left;
    padding: 0.3rem 0 0.2rem;
    font-weight: 700;
  }

  body:has(.notice-page-main) {
    background: #f5f5f5 !important;
  }

  /* 移动端顶部导航栏 */
  .m-back-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.92rem;
    background: #f5f5f5;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 0.3rem;
  }

  .m-back-bar .m-back-btn {
    color: #000;
    font-size: 0.44rem;
    text-decoration: none;
    width: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .m-back-bar .m-back-btn i {
    font-weight: bold;
  }

  .m-back-bar .m-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #000;
    flex: 1;
    text-align: center;
  }

  .m-back-bar .m-empty {
    width: 0.8rem;
  }

  .list-page-main {
    display: block;
    margin-top: .2rem
  }

  /* ===== 资讯列表页：手机端布局，与首页 .m-article-list 风格一致 ===== */
  .list-page-main .list-right,
  .list-page-main .list-left .section-header {
    display: none;
  }

  .list-page-main .list-left {
    width: auto;
    padding: 0 0.3rem;
    background: #fff;
  }

  .list-page-main .article-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .list-page-main .article-list li {
    border-bottom: 1px solid #eee;
    padding: 0.28rem 0;
  }

  /* .list-page-main .article-list li:last-child {
    border-bottom: 0;
  } */

  .list-page-main .article-item-link {
    display: flex;
    flex-direction: row-reverse;
    /* 图片在右、文字在左 */
    gap: 0.2rem;
    text-decoration: none;
    color: #222;
    align-items: stretch;
    padding: 0;
  }

  .list-page-main .article-text-box {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .list-page-main .article-title {
    margin: 0;
    font-size: 0.32rem;
    line-height: 1.45;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
  }

  /* 列表页正文摘要在手机端不展示 */
  .list-page-main .article-desc {
    display: none;
  }

  .list-page-main .article-date {
    margin-top: 0rem;
    font-size: 0.24rem;
    color: #999;
  }

  /* 通知公告页专属手机端样式 */
  .notice-page-main {
    margin-top: 0.2rem;
  }

  .notice-page-main .article-desc {
    display: none;
  }

  .notice-page-main .article-date {
    font-size: 0.24rem;
    color: #999;
    margin: 0.1rem 0 0;
    text-align: right;
    display: block;
    width: 100%;
  }

  .notice-page-main .m-load-tip {
    text-align: center;
    color: #999;
    padding: 16px 0;
    font-size: 0.28rem;
  }

  /* 缩略图盒子（仅有图项展示） */
  .list-page-main .article-img-box {
    width: 2.24rem;
    height: 1.7rem;
    flex-shrink: 0;
    border-radius: 0.08rem;
    overflow: hidden;
    background: #f4f5f7;
  }

  .list-page-main .article-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #list-pagination {
    display: none;
  }

  /* ===== 专题页：手机端样式 ===== */
  .topic-page-main {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }

  .topic-page-main .section-header {
    display: none;
  }

  .topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-top: 0;
    justify-content: flex-start;
    padding: .3rem
  }

  .topic-list .topic-card {
    width: calc((100% - 0.2rem) / 2);
    background: transparent;
    border-radius: 0.12rem;
    overflow: hidden;
  }

  /* 单数末尾时占整行 */
  .topic-list .topic-card:last-child:nth-child(odd) {
    width: 100%;
  }

  .topic-list .topic-banner {
    height: auto;
    border-radius: 0.12rem;
    overflow: hidden;
  }

  .topic-list .topic-banner img {
    width: 100%;
    height: 1.62rem;
    display: block;
    object-fit: cover;
  }

  .topic-list .topic-banner .enter-topic {
    display: none;
  }

  .topic-list .topic-body {
    display: none;
  }

  /* ===== 专题列表页：手机端样式 ===== */


  .topic-list-main {
    background: #f4f5f7;
    padding: 0 .24rem .4rem;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  body:has(.topic-list-main) {
    background: #f5f5f5;
  }

  .topic-list-banner-wrap {
    position: relative;
    margin: 0 0 .24rem;
    padding: 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
  }

  .topic-list-banner-img {
    width: 100%;
    height: auto;
    max-height: 4.4rem;
    object-fit: cover;
  }

  .topic-list-banner-wrap .m-banner-back {
    display: flex;
    position: fixed;
    top: .15rem;
    left: .15rem;
    width: auto;
    height: .68rem;
    border-radius: 50%;
    color: #333;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    text-decoration: none;
    z-index: 2;
  }

  .topic-list-main .list-left {
    width: auto;
    background: transparent;
    padding: 0;
  }

  /* 顶部仅展示搜索框 */
  .topic-list-main .list-left .section-header {
    display: block;
    padding: .12rem 0 .24rem;
    border: none;
  }

  .topic-list-main .section-header .header-left {
    display: none;
  }

  .topic-list-main .mini-search-box {
    width: 100%;
    height: .64rem;
    border: none;
    border-radius: .64rem;
    ;
    background: #fff;
    /* box-shadow: 0 .04rem .16rem rgba(0, 0, 0, .04); */
    flex-direction: row-reverse;
  }

  .topic-list-main .mini-search-icon {
    width: .8rem;
    background: transparent;
    color: #999;
    font-size: .32rem;
  }

  .topic-list-main .mini-search-input {
    flex: 1;
    height: 100%;
    padding: 0 .3rem 0 0;
    font-size: .28rem;
    background: transparent;
    color: #333;
  }

  .notice-page-main .list-left {
    width: 94%;
    margin: auto;
  }

  /* 列表卡片 */
  .topic-list-main .article-list {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .24rem;
  }

  .topic-list-main .article-list li {
    background: #fff;
    border: none;
    border-radius: .16rem;
    padding: .4rem .3rem;
    box-shadow: 0 .04rem .16rem rgba(0, 0, 0, .04);
  }

  .topic-list-main .article-item-link {
    display: block;
    padding: 0;
  }

  .topic-list-main .article-text-box {
    display: flex;
    gap: .2rem;
  }

  .topic-list-main .article-title {
    /* margin: 0 0 .1rem; */
    font-size: .32rem;
    line-height: .48rem;
    color: #535353;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .topic-list-main .article-date {
    display: block;
    margin: 0;
    text-align: right;
    color: #999;
    font-size: .22rem;
    line-height: .36rem
  }

  .zt-header,
  .zt-footer {
    display: none;
  }

  .four-col-layout.culture-section {
    display: block;
  }

  /* ===== 文化页 手机端 ===== */
  .culture-main {
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
  }

  .culture-section+.culture-section {
    margin-top: 0;
  }

  .culture-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    line-height: .8rem;
    padding: 0 .3rem
  }

  .culture-section .section-header .header-left {
    display: flex;
    align-items: center;
  }

  .culture-section .section-header .blue-bar {
    display: none;
  }

  .culture-section .section-header .section-title {
    font-size: 0.32rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }

  .culture-section .section-header .more-link {
    font-size: 0.24rem;
    color: #999;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .culture-section .section-header .more-link img {
    width: 0.12rem;
    height: 0.18rem;
    margin-left: 0.08rem;
  }

  .culture-section .four-col-list {
    display: block;
  }

  .culture-section .culture-item {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 2.2rem;
    /* grid-template-rows: auto 1fr; */
    column-gap: 0.24rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ececec;
    background: transparent;
  }

  .culture-section .culture-item:last-child {
    border-bottom: 0;
  }

  .culture-section .culture-item .img-box {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 2.24rem;
    height: 1.7rem;
    border-radius: 0.08rem;
    overflow: hidden;
    transition: none;
  }

  .culture-section .culture-item:hover .img-box {
    box-shadow: none;
  }

  .culture-section .culture-item .culture-title {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    margin: 0;
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #333;
    font-weight: 500;
    height: auto;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .culture-section .culture-meta {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: flex-end;
    gap: 0.2rem;
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.2rem;
  }

  .culture-section .culture-source {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .culture-section .culture-date {
    flex-shrink: 0;
    font-size: .24rem;
    color: #999;
  }

  /* ===== 文化列表页：手机端样式 ===== */
  body:has(.culture-list-page) .m-header,
  body:has(.culture-list-page) .m-tabbar {
    display: none;
  }

  body:has(.culture-list-page) {
    background: #fff;
  }

  /* 顶部返回按钮 */
  .m-page-back.culture-list-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: .92rem;
    color: #000;
    font-size: .4rem;
    text-decoration: none;
    padding-left: .3rem;
    font-weight: bold;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
  }

  .m-page-back.culture-list-back i {
    font-weight: bold;
  }

  /* 列表容器：去掉 PC 栅格，改为竖向列表 */
  .culture-list-page {
    margin-top: 0;
    /* padding: 0 .3rem; */
    box-sizing: border-box;
    margin-top: 0.92rem;
  }

  .culture-list-page .list-left {
    width: auto;
    padding: 0;
    background: #fff;
  }

  .culture-list-page .culture-grid-list {
    display: block;
    margin: 0;
    padding: 0;
  }

  .culture-list-page .culture-grid-item {
    width: 100%;
    display: grid;
    grid-template-columns: 2.24rem 1fr;
    /* grid-template-rows: auto 1fr; */
    column-gap: .24rem;
    padding: .2rem .3rem;
    border-top: 1px solid #ececec;
    background: transparent;
  }

  .culture-list-page .culture-grid-item .img-box {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 2.28rem;
    height: 1.5rem;
    margin-bottom: 0;
    border-radius: .08rem;
    overflow: hidden;
    box-shadow: none;
  }

  .culture-list-page .culture-grid-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .culture-list-page .culture-grid-item:hover .img-box img {
    transform: none;
  }

  .culture-list-page .culture-grid-item .culture-title {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: .28rem;
    line-height: .46rem;
    color: #222;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-align: left;
  }

  .culture-list-page .culture-grid-item .culture-tag {
    display: inline-block;
    font-size: .22rem;
    color: #0462d7;
    border: 1px solid #0462d7;
    border-radius: .04rem;
    padding: 0 .08rem;
    line-height: .36rem;
    margin-right: .12rem;
    vertical-align: middle;
    white-space: nowrap;
  }

  .culture-list-page .culture-grid-item .culture-date {
    display: block;
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: end;
    text-align: right;
    margin-top: .2rem;
    font-size: .24rem;
    color: #999;
    line-height: 1;
  }

  /* 隐藏分页（与列表页其它手机端规则一致） */
  .culture-list-page #list-pagination {
    display: none;
  }
}

/* ===== 登录页：移动端专属元素（PC 端隐藏） ===== */
.m-login-head,
.m-label,
.m-agree,
.m-register-btn,
.m-forgot {
  display: none;
}

/* ===== 登录页：手机端样式 ===== */






/* =============================================
   精选视频列表页（videoList.html）
   ============================================= */
.video-list-page {
  /* margin-top: 10px; */
  margin-bottom: 40px;
}

.video-list-page .section-header {
  padding: 0;
  margin-bottom: 20px;
}

.video-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 22px;
}

.video-list-item {
  background: #fff;
  display: block;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  transition: box-shadow .25s ease;
}

.video-list-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.vli-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9ecf0;
}

.vli-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-list-item:hover .vli-thumb img {
  transform: scale(1.08);
}

.vli-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  box-sizing: border-box;
  pointer-events: none;
  text-align: center;
}

.vli-play.fa-play {
  line-height: 50px;
  font-size: 24px;

}

.vli-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, .4);
  height: 30px;
  line-height: 30px;
}

.vli-duration .fa-play {
  font-size: 16px;
  color: #fff;
}

.vli-title {
  font-size: 16px;
  color: #333;
  line-height: 1.55;
  padding: 16px 20px 0;
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}

.video-list-item:hover .vli-title {
  color: #0462d7;
}

.vli-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 14px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.video-list-page #list-pagination {
  margin-top: 30px;
}

/* ===== 精选视频列表页：手机端样式 ===== */
@media (max-width: 768px) {
  body:has(.video-list-page) {
    background: #fff;
  }

  body:has(.video-list-page) .breadcrumb,
  body:has(.video-list-page) .m-header,
  body:has(.video-list-page) .footer {
    display: none !important;
  }

  .video-list-page {
    width: auto;
    margin: 0;
    padding: .2rem .3rem 1.2rem;
    box-sizing: border-box;
  }

  .video-list-page .section-header {
    display: none;
  }

  .video-list-grid {
    display: block;
  }

  .video-list-item {
    margin-bottom: .4rem;
  }

  .vli-thumb {
    aspect-ratio: 16 / 9;
    border-radius: .08rem;
  }

  .vli-play {
    width: .7rem;
    height: .7rem;
  }

  .vli-play.fa-play {
    line-height: .7rem;
    font-size: .3rem;
  }

  .vli-duration {
    display: none;
  }

  .vli-title {
    font-size: .32rem;
    color: #222;
    line-height: 1.5;
    padding: .2rem 0 0;
    height: auto;
    -webkit-line-clamp: 2;
  }

  .vli-meta {
    display: none;
  }

  .video-list-page #list-pagination {
    display: none;
  }
}