/* ==================== 设计令牌 / CSS 变量 ==================== */
:root {
    --color-primary: #1787ee;
    --color-primary-light: #8CBAF0;
    --color-text: #333;
    --color-text-secondary: #828a92;
    --color-text-light: #555;
    --color-border: #eee;
    --color-border-dark: #dcdcdc;
    --color-bg: #fff;
    --color-bg-gray: #f8f8f8;
    --color-overlay: rgba(0, 0, 0, 0.6);
    --container-width: 1280px;
    --gap: 20px;
    --radius: 5px;
    --transition: all 0.3s ease;
}

/* ==================== 基础重置 ==================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-width: 1280px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text);
    letter-spacing: 0.3px;
	background-color: #D6F3FF;
	background-image: url('../images/bottombg.png');
	background-repeat: repeat-x;
	background-position: left calc(100% + 0px);
}

img {
    border: 0;
}

a {
    color: var(--color-text);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: #06c;
}

ul, ol {
    list-style: none;
}

.main-content{
	/*background: linear-gradient(180deg, #1787ee 0%, #d6f3ff 30%, #d6f3ff 100%);*/
    background: url('../images/mainbg.png') repeat-x left top;
    min-height: 100vh;
	border-top: 3px solid #D6F3FF;
}

/* ==================== 布局容器 ==================== */
.container {
    width: var(--container-width);
    margin: 0 auto;
    position: relative;
}

/* ==================== 通用组件 ==================== */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.section-title{font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.section-header--underline {
    border-bottom-color: var(--color-primary);
}


.breadcrumb{}


.breadcrumb {line-height:30px;font-size:16px;}
.breadcrumb i {font-style:normal;font-weight:bold;color:#444444;padding:0 6px;font-family:simsun;}
.breadcrumb em {font-style:normal;color:#999999;padding:0 10px;font-size:12px;}

.pager {
  margin:10px 0; padding:30px;overflow:hidden;
}
.pager .pagination {
  margin: 0;text-align: center;
}

.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
  display: inline-block;
}
.pager li.active > span{color: #fff;
    background-color: #1173fa;
    border-color: #1173fa;
    cursor: default;}

.pager li.active > span{color: #fff;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    cursor: default;}



.card-more {
    font-size: 15px;
    color: var(--color-text-secondary);;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 15px;
}

.widget-title {
    font-size: 17px;
    color: #fff;
    width: 164px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: url(../images/edu_20200320_rbg.png) no-repeat center;
    position: relative;
    top: 8px;
    left: -3px;
}

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

.threerow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.tworow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.blue {
    color: var(--color-primary) !important;
}

/* ==================== 顶部栏 ==================== */
.top-bar {
    width: 100%;
    height: 39px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top-bar__left {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    color: var(--color-text);
}

.top-bar__left .time {
    color: var(--color-text);
}

.top-bar__right p{display:inline-block;margin-left:30px;}


/* ==================== Header 主体 ==================== */
.header-main {
    padding: 25px 0;
	background: #fff;
}

.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding: 5px 0;
}

.logo img {
    height: 80px;
}

.header-banner {
    width: 550px;
}


.top_datebox{ width: 310px; height: 70px; float: left; overflow: hidden; border-left: #646363 solid 2px;  margin-left: 10px; padding-left: 30px;}
.top_datebox .toptitle{ line-height: 36px; height: 36px; font-size: 20px; font-weight: 500;letter-spacing: 1px;font-family: "Bradley Hand", "Chalkduster", "Segoe Print", "PingFang SC", "Microsoft YaHei", sans-serif;}
.top_datebox .topdate{line-height: 30px; height: 30px; font-size: 18px;letter-spacing: 1px;}


.head_mid_bottom{ float:left; }
.head_mid{float: left;
    width: 360px;
    height: 90px;
}
.head_mid_bottom{width: 358px;}

.head_mid_top{ float:left; width:100%;}	



.text_input:focus {
    outline: none;
}

.text_input:focus {
    outline: none;
    box-shadow: none;
}
.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  width: 400px;      /* 根据需要调整宽度 */
  height: 42px;
  border-radius: 5px;   /* 两边圆角 = 高度的一半 */
  overflow: hidden;      /* 关键：裁切内部直角 */
  border: 1px solid var(--color-primary);
  background-color: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
}

/* 聚焦时整体高亮 */
.search-form:focus-within {
  border-color: #409eff;
  box-shadow: 0 0 0 3px rgba(64, 158, 255, 0.15);
}

.text_input {
  flex: 1;               /* 输入框占据剩余空间 */
  height: 100%;
  padding: 0 16px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
}

.text_input::placeholder {
  color: #bbb;
}

.search-btn {
  height: 100%;
  padding: 0 22px;
  border: none;
  background-color: #1787ee;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.search-btn:hover {
  background-color: #66b1ff;
}

.header-widgets {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: var(--color-text-light);
}

/* ==================== 导航 ==================== */
.main-nav {
    padding: 10px 0;
    height: auto;
    /*min-height: 130px;*/
}

.container {
    width: var(--container-width);
    margin: 0 auto;
    position: relative;  /* 为子元素定位提供参考 */
}

/* ========== 主导航栏 ========== */
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 0px;
    margin: 0;
    list-style: none;
}

.nav-item {
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 5px;
    position: relative;
}

.nav-item > a {
    color: #fff;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    padding: 0 5px;
}

/*
.nav-item:hover > a,
.nav-item.active > a {
    color: #ffd700; 
}*/

.submenu-bar {
    display: flex;             
    width: 100%;
    height: 0px;                  
    opacity: 0;                  
    overflow: hidden;          
    align-items: center;
    /*justify-content: flex-start;*/
    transition: height 0.35s ease, opacity 0.3s ease;
    pointer-events: none;        
}

.submenu-bar.active {
    height: 40px;                
    opacity: 1;             
    pointer-events: auto;        
}

.submenu-bar.active {
    height: 40px;                 
    opacity: 1;                   
    pointer-events: auto;        
}

.submenu-bar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;             
}

.submenu-bar.right-align {
    justify-content: flex-end;
    padding-right: 20px; 
}

.submenu-bar li {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
}



.submenu-bar li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

/* .submenu-bar li a:hover {
    color: #ffd700;
}

.nav-item:hover .caret,
.nav-item.active .caret {
    border-top-color: #ffd700;
} */

.caret {
	display: inline-block;
	width: 16px;
	height: 100%;
    margin-top: -5px;
    margin-left: -15px;
    vertical-align: middle;
	transition: transform 0.3s ease;  /* 添加过渡动画 */
}

/*.nav-item.dropdown.active .caret,*/

.nav-item.dropdown:hover .caret {
    transform: rotate(180deg);
    /*border-top-color: #ffd700;*/
}


.right-banner{margin-top:20px;}

/* ==================== 轮播 + 要闻 ==================== */
.hero-section {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* 左侧轮播 */
.hero-slider {
    width: 880px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-out;
}


.swiper-title {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 17px;
    text-indent: 20px;
    width: 100%;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.swiper-pagination {
    bottom: 15px !important;
    padding-right: 10px !important;
	text-align:right;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 100%;
    background: var(--color-primary);
}

.swiper-button-white {
    width: 30px;
    height: 70px;
    background-color: #000;
    opacity: 0.3;
    border-radius: var(--radius);
    margin-top: -35px;
    background-size: 60%;
}

.swiper-button-white:hover {
    opacity: 0.8;
}

/* 右侧要闻 */
.hero-news {
    flex: 1;
    min-height: 400px;
    overflow: hidden;
	background: #fff;
}



.hero-news li {
    font-size: 16px;
    line-height: 1.5;
    min-height: 63px;
    padding: 7px 15px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}

.hero-news li a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
}

/* active 状态：当前选中项高亮 */
.hero-news li.active {
    font-weight: 500;
    color: #fff;
    background: #3494f0;
}

.hero-news li.active a {
    font-weight: 500;
    color: #fff;
}

.news-header {
    margin-bottom: 10px;	
	font-size: 22px;
    color: #333;
    font-weight: bold;
}

.topnews-header{
	background:#fff;
	padding: 20px 35px;
	margin-bottom: 20px;
}

.topnews-header h1 {
    font-size: 44px;
    color: var(--color-primary);
    margin-bottom: 8px;
	text-align:center;
}

.topnews-header h1 a {
    color: var(--color-primary);
}

.topnews-header p{
	display: flex;
    font-size: 13px;
    line-height: 1.6;
    text-align:center;
	justify-content: space-evenly;
}


.topnews-header p a{
    font-size: 16px;
    line-height: 1.6;
    color: #333;
	margin: 0 5px;
}


.news-title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

.news-title::before {	
	font-family: "iconfont" !important;
    font-weight: 600;
    content: "\e60f";
    font-size: 16px;
    color: var(--color-primary);
	padding-right: 8px;
}

.news-more {
    font-size: 14px;
    color: var(--color-text-secondary);
}

.news-featured {
    margin-bottom: 15px;
}

.news-featured li {
    margin-bottom: 15px;
}



.news-featured p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-text-secondary);
}

.news-list-wrap .news-list{
	
}


.dot-l a::before {	
	font-family: "iconfont" !important;
    font-weight: 600;
    content: "\e616";
    font-size: 16px;
    color: var(--color-primary-light);
	padding-right: 3px;
}

.dot a::before {	
	font-family: "iconfont" !important;
    font-weight: 600;
    content: "\e616";
    font-size: 16px;
    color: var(--color-border-dark);
	padding-right: 3px;
}


/* ==================== 分类网格 + 视频 ==================== */
.category-section {
    margin-top: 0px;
}

.category-grid {
    display: flex;
    gap: 45px;
	justify-content: space-between;
}

.grid-main {
    width: 750px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.grid-main-one {
    width: 750px;
}

.grid-sidebar {
    width: 405px;
}

/* 分类卡片 */

.cate-section-header{
	display: flex;
    align-items: baseline;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0px;
	justify-content: space-between;
}

.cate-section-header--right{
	display: flex;
}


.cate-section-header--left{
	font-size: 22px;
    font-weight: 600;
    color: #333;
}


.cate-section-title {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 5px 0px;
	margin-left: 20px;
	position: relative;
	letter-spacing: 2px;
}



.cate-section-title.active{
    color: var(--color-primary);
}

.cate-section-title.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary);
}

.cate-section-title:hover {
    color: var(--color-primary);
}






.cate-swiper-container{overflow: hidden;}

.cate-section-header--left .card-more {
    display: none;	
	font-size: 22px;
    font-weight: bold;
    color: #333;	
}
.cate-section-header--left .card-more.active {
    display: inline-block;
}


.category-card-top {
    width: 100%;
}

.grid-main-top{margin-bottom:20px;}


.card-body-top{width: 820px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px 30px;
}

.card-image-top {
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.card-image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}


.card-image-top figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-indent: 20px;
    background: var(--color-overlay);
    z-index: 10;
}

/* 分类卡片 */
.category-card {
    width: 355px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
	color: var(--color-primary);
}

.card-title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 22px;
    background: var(--color-primary);
    position: relative;
    top: 3px;
	margin-right: 8px;
	border-radius: 2px;
}

.card-image {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}


.card-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-indent: 20px;
    background: var(--color-overlay);
    z-index: 10;
}

.card-list li a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    height: 36px;
    overflow: hidden;
}

/* 视频网格 */
.video-list {
    overflow:hidden;
}

.video-item {
    width: 100%;
    list-style: none;
	background:#000;
}

.video-item > a {
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden;
}

.video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-item .video-play{
    position: absolute;
    font-size: 100px;
    color: rgba(255,255,255,0.6);
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align:center;
	margin-top: -60px;
	margin-left: -60px;
	font-weight:900;
	
}

.video-item .video-play:hover{color: rgba(255,255,255,0.8);}
.video-item .video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
	line-height: 50px;
	text-indent: 20px;
	height:50px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 10;
}

.video-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-text);
    margin-top: 5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

/* ==================== 广告位 ==================== */
.ad-banner {
    margin-bottom: 20px;
    text-align: center;
}

/* ==========================================
   电子报区域：左右布局
   ========================================== */
.epaper {
    width: 405px;
    padding: 20px;
	background: #fff;
}


.epaper-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 10px;
    margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
}

.epaper-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.epaper-more {
    font-size: 15px;
    color: var(--color-text-secondary);
}

.epaper-section {
	display: flex;
    gap: 10px;
	align-items: center;
}

/* ==========================================
   左侧：版面展示 150×220
   ========================================== */
.epaper-viewer {
    width: 180px;
    flex-shrink: 0;
}

.epaper-list {
    width: 180px;
    height: 255px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.epaper-list .swiper-slide {
    width: 180px;
    height: 255px;
}


.epaper-img {
    width: 180px;
    height: 255px;
    position: relative;
}

.epaper-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.epaper-img_cover {
    width: 180px;
    height: 255px;
    object-fit: cover;
    display: block;
}

/* 标题覆盖层 */
.epaper-img .g-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
}

.epaper-img .g-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================
   右侧：Logo 竖向排列
   ========================================== */
.epaper-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;          /* 与左侧等高 */
    margin-left: 15px;
}

.epaper-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;              /* Logo 间距 */
}

.epaper-logo li {
    width: 150px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s ease,
                box-shadow 0.25s ease,
                transform 0.2s ease;
    border: 2px solid transparent;
}

.epaper-logo li:hover {
    opacity: 0.8;
}

.epaper-logo li.active {
    opacity: 1;
    /*border-color: #2196F3;
    box-shadow: 0 2px 8px rgba(33,150,243,0.3);*/
}

.epaper-logo li img {
    width: 100%;
    height: 100%;
    display: block;
}


/* ==================== 专题滚动 ==================== */
.special-section {
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	background: #fff;
	padding: 20px;
}

.special-header {
	width:40px;
	height:100px;
	background: var(--color-primary);
	margin-right: 5px;
}

.special-header--underline {
    border-bottom-color: var(--color-primary);
}

.special-title {
    font-size: 17px;
	line-height:1.1;
    font-weight: bold;
    align-items: center;
	color: #fff;
	padding: 10px;
	letter-spacing: 0;
}


.special-slider {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.special .swiper-slide {
    width: 310px;
}

.special .swiper-slide img {
    width: 300px;
    height: 130px;
    object-fit: cover;
    display: block;
}

.special .swiper-slide p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-text-light);
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.special-button-prev,
.special-button-next {
    width: 43px;
    height: 43px;
    top: 50%;
    background-color: #000;
    opacity: 0.6;
    border-radius: 50%;
    background-size: 30%;
}

.special-button-prev:hover,
.special-button-next:hover {
    opacity: 0.8;
}

/* ==================== 最新更新 + 侧边栏 ==================== */
.news-update {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
	justify-content: space-between;
}

.news-update__main {
    width: 860px;
	padding: 20px;
	background: #fff;
}

.sidebar {
    width: 405px;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

/* 地区筛选容器 */
.type-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #f8f9fa;
    border-radius: 0px;
    border: 1px solid #e9ecef;
}

/* 地区链接默认样式 */
.type-filter a {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 悬停效果 */
.type-filter a:hover {
    color: #fff;
    background: #007bff;
    border-color: #007bff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

/* 激活状态（当前选中） */
.type-filter a.active {
    color: #fff;
    background: #007bff;
    border-color: #007bff;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}



/* ==================== 中部滚动 ==================== */

.video-section {
    margin: 20px 0;
	background: #fff;
	padding: 20px;
}

.video-slider {
    position: relative;
    overflow: hidden;
	margin: 0 0px;
}

.video .swiper-slide {
    width: 400px;
}

.video .swiper-slide img {
    width: 400px;
    height: 225px;
    object-fit: cover;
    display: block;
}

.video .swiper-slide .video-play {
    position: absolute;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8);
    top: 38%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -30px;
    margin-left: -30px;
    font-weight: 900;
	opacity: 0.3;
}
.video .swiper-slide .video-play:hover{
	opacity: 0.8;	
}

.video .swiper-slide p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;	
	color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;	
	
}
.video .swiper-slide p a{color: #FFFFFF;}

.video-button-prev,
.video-button-next {
    width: 43px;
    height: 43px;
    top: 50%;
    background-color: #000;
    opacity: 0.6;
    border-radius: 50%;
    background-size: 30%;
}

.video-button-prev:hover,
.video-button-next:hover {
    opacity: 0.8;
}

/* 新闻卡片列表 */
.news-feed {
    margin-top: 20px;
}

.news-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
	min-height: 160px;
    border-bottom: 1px solid var(--color-border-dark);
    position: relative;
}

.news-card:first-child {
    padding-top: 0;
}

.news-card__image {
    width: 237px;
    height: 132px;
    flex-shrink: 0;
    overflow: hidden;
    background: #eee;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}



.news-card__body {
    flex: 1;
    min-width: 0;
}

.news-card__title {
    font-size: 18px;
    margin-bottom: 9px;
    line-height: 1.4;
}

.news-card__title a {
    color: var(--color-text);
}

.news-card__desc {
    font-size: 13px;
    line-height: 22px;
    color: var(--color-text-secondary);
}

.news-card__source {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 14px;
    color: #afaaaa;
}


.news-item-text ul li{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news-item-text ul li{
    transition: 0.3s all;
    line-height: 2.6;
}	

.news-item-text ul li a{
	position: relative;
    transition: 0.3s all;
    padding-left: 15px;
	font-size: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news-item-text ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: 0.3s all;
}	

.news-item-text ul li:nth-child(5n) {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.news-item-text ul li em {
    float: right;
	padding-left:30px;
	padding-right:10px;
    font-size: 15px;
    color: #999;
    font-weight: normal;
    margin-top: 3px;
	font-style: normal;
}


.news-item-text ul li a span{
	color:#ff0000;
	display:inline-block;
}




/* 加载更多 */
.load-more {
    text-align: center;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 8px 50px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: var(--radius);
    background: #fff;
    color: var(--color-text);
    user-select: none;
    transition: var(--transition);
}

.btn:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

/* 专家卡片 */
.widget-expert{margin-top:15px;}

.expert-list {
    padding-top: 0px;
    height: 405px;          /* 根据卡片实际内容调整，确保刚好显示两行 */
    overflow: hidden;
	position:relative;
}

.expert-list .swiper-slide{background:#fff;}

.news-header .swiper-button {
    display: flex;
    right: 0px;
	gap: 5px;
    flex-direction: row;
}


.news-header .swiper-button .expert-button-prev i,
.news-header .swiper-button .expert-button-next i{
	align-items: center;
    display: flex;
    justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align:center;
	line-height:20px;
	cursor: pointer;
	font-weight: 600;
	color: var(--color-text-secondary);
	border: 1px solid var(--color-text-secondary);
	border-radius: 50%;
}

.news-header .swiper-button .expert-button-prev:hover i,
.news-header .swiper-button .expert-button-next:hover i{
	color: var(--color-text);
}


.expert-card {
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    padding: 0px 0 10px;
    height: 135px;
}

.expert-card:first-child {
    border-top: none;
}

.expert-card__avatar {
    width: 110px;
    height: 125px;
    flex-shrink: 0;
    overflow: hidden;
    background: #eee;
}

.expert-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-card__info {
    flex: 1;
    min-width: 0;
}

.expert-card__name {
    font-size: 17px;
    margin-bottom: 5px;
}

.expert-card__title {
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
}

.expert-card__desc {
    font-size: 13px;
    line-height: 22px;
    color: var(--color-text-secondary);
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-hot{
	margin-top: 0px;
	background: #fff;
    padding: 20px;	
}

/* 热门排行 */
.hot-rank{padding:0px;}

.hot-rank__featured {
	display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 30px 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.hot-rank__featured_img{
    width: 160px;
    height: 100px;
}

.hot-rank__featured_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-rank__featured_figcaption h3{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hot-rank__featured_figcaption span{
	margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot-rank__list li {
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
}

.hot-rank__list li a {
    display: block;
    height: 36px;
}



/* ==========================================
   整体容器
   ========================================== */
.news-tabs-section {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

/* ==========================================
   Tab 导航
   ========================================== */
.tab-nav {
    border-bottom: 1px solid #E0E0E0;
	background: #fff;
            position: relative;
            z-index: 100;
            transition: box-shadow 0.3s ease;
}


.tab-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.tab-nav-placeholder {
    display: none;
}

.tab-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
	justify-content: center;
}

.tab-nav li {
    position: relative;
}

.tab-nav li a {
    display: block;
    padding: 12px 0;
    font-size: 22px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.tab-nav li .red {
    color: var(--color-primary);
}

.tab-nav li.active a {
    color: var(--color-primary);
}

.tab-nav li.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary);
}

.tab-nav li a:hover {
    color: var(--color-primary);
}




/* ==========================================
   Tab 内容
   ========================================== */
.tab-content {
	padding: 20px;
	background: #fff;
}

.mb{
	margin-bottom: 20px;	
}

.tab-content.active {
    display: block;
}

/* ==========================================
   顶部区域：主卡片 + 侧边列表
   ========================================== */
   
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.content-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.platform-link {
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.platform-link:hover {
    text-decoration: underline;
}   
   
.content-top {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}


.content-bottom {
    display: flex;
    gap: 30px;
	flex-direction: row-reverse;
}


/* 主卡片 */
.main-card {
    flex: 1;
    background: #F5F5F5;
    padding: 30px;
    border-radius: 4px;
}




.card-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.card-title a {
    color: #111;
    text-decoration: none;
}

.card-title a:hover {
    color: var(--color-primary);
}

.card-summary {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 25px 0;
}

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

.card-tags {
    display: flex;
    gap: 10px;
}

.tag {
    display: inline-block;
    padding: 4px 12px;
    background: #E0E0E0;
    color: #666;
    font-size: 14px;
    border-radius: 2px;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.share-btn:hover {
    color: var(--color-primary);
}

.share-btn svg {
    width: 16px;
    height: 16px;
}

/* 右侧列表 */
.side-list {
    width: 320px;
    flex-shrink: 0;
}


.side-list .news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-list .news-list li {
    border-bottom: 1px solid #E0E0E0;
}

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

.side-list .news-list li a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

.side-list .news-list li a:hover {
    color: var(--color-primary);
}


.content-image-section {
    margin: 0 auto;
    padding: 20px 0 0;
	background: #fff;
}

.content-image-list {
    display: flex;
    gap: 20px;                    /* 栏间距 */
}

/* ==========================================
   单栏：等分三栏
   ========================================== */
.content-image-item {
    flex: 1;                      /* 三等分：约 413px 每栏 */
    min-width: 0;                 /* 防止 flex 子项溢出 */
}

/* ==========================================
   图片区域
   ========================================== */
.content-image-img {
    position: relative;
    width: 100%;
    height: 225px;                /* 固定高度，保持比例 */
    border-radius: 0px;
    overflow: hidden;
}

.content-image-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-image-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-image-title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.content-image-title a {
    color: #333;
    text-decoration: none;
    display: block;
}

.content-image-title a:hover {
    color: #1565C0;
}

/* ==========================================
   新闻区域：总宽 1280px，三栏布局
   ========================================== */
.video1-section {
    width: 1280px;
    margin: 0 auto;
    padding: 20px;
	background: #fff;
}

.video1-list {
    display: flex;
    gap: 20px;                    /* 栏间距 */
}

/* ==========================================
   单栏：等分三栏
   ========================================== */
.video1-item {
    flex: 1;                      /* 三等分：约 413px 每栏 */
    min-width: 0;                 /* 防止 flex 子项溢出 */
}

/* ==========================================
   图片区域
   ========================================== */
.video1-img {
    position: relative;
    width: 100%;
    height: 225px;                /* 固定高度，保持比例 */
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
}

.video1-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.video1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ==========================================
   第一栏：直播中标签
   ========================================== */
.live-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #E53935;
    color: #fff;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 500;
    z-index: 2;
}

.live-tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* ==========================================
   第一栏：播放按钮
   ========================================== */
.play-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    z-index: 2;
    opacity: 0.9;
}
.play-btn i{
	font-size: 40px;	
	line-height: 40px;
	width: 40px;
	height: 40px;
}
.play-btn svg {
    width: 100%;
    height: 100%;
}

/* ==========================================
   第三栏：底部文字覆盖
   ========================================== */
.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 12px 12px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    z-index: 2;
}

.overlay-text {
    color: #FFFFFF;               /* 金黄色 */
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* ==========================================
   标题区域
   ========================================== */
.video1-title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.video1-title a {
    color: #333;
    text-decoration: none;
    display: block;
}

.video1-title a:hover {
    color: #1565C0;
}

/* 第一栏标题高亮字 */
.video1-title .highlight {
    color: #42A5F5;               /* 浅蓝色 */
}

/* 第一栏标题换行效果 */
.video1-item:first-child .video1-title {
    color: #42A5F5;
}

.video1-item:first-child .video1-title a {
    color: #42A5F5;
}


/* ==================== 友情链接 ==================== */
.links-section {
    margin-bottom: 30px;
}

.links-header {
    margin-top: 20px;
    margin-bottom: 5px;
	border-bottom: 1px solid var(--color-primary);
}

.links-title {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.links-title.active {
    background: var(--color-primary);
    color: #fff;
}

.links-body {
    padding-top: 10px;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.links-list li {
    font-size: 16px;
    line-height: 30px;
}

/* ==================== 页脚 ==================== */

/*.site-footer .container {
    width: 1280px;
    margin: 20px auto 80px;
    padding: 30px;
    background: #f5f5f5;
}

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

}*/

.site-footer {
    margin: 20px auto 60px;
}

.site-footer .container {
    width: 1280px;
    padding: 30px;
    background: #ffffff;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: url(../images/footerbottom.png) no-repeat right bottom;
	background-size: 400px auto;
}

/* 左侧文字区 */
.footer-left {
    flex: 1;
    font-size: 14px;
    color: #333;
    line-height: 2.2;
}

.footer-left .foot_about{font-size: 18px; font-weight: bold; clear: both; height: 35px; line-height: 35px;}

.footer-left .foot_page {text-align:left;height:32px;line-height:32px;overflow:hidden;}

.footer-left .foot_page a{margin-right:15px;}
.footer-left p {
    margin: 0;
    white-space: nowrap;
}

.footer-left .spacer {
    height: 10px;
}

.footer-left .gap {
    display: inline-block;
    width: 10px;
}

/* 举报行：文字与图标同行，图标紧跟文字右侧 */
.report-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;   /* 文字靠左，图标紧跟后面 */
    gap: 20px;                     /* 文字与图标间距 */
}

.report-text {
    white-space: nowrap;
}

.report-logos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.report-logos img {
    height: 30px;
    width: auto;
}

/* ICP 行 */
.icp-line .with-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.icp-line img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* 右侧山西日报 logo */
.footer-brand {
    flex-shrink: 0;
    margin-left: 40px;             /* 与左侧内容间距 */
    align-self: center;              /* 垂直居中 */
}

.footer-brand img {
    height: 70px;
    width: auto;
    display: block;
}

/*内容正文*/
.content-main{padding-bottom: 60px; margin: 20px;}
.content-main h1 {font-size: 30px;line-height:40px;font-weight: 500; color: #000;text-align:center;}
.content-main #title{padding: 5px;}
.content-main h4 {font-size: 18px;line-height: 30px; color: #333;text-align:center;margin-bottom:2px;font-weight: 400;padding:0 20px;}
.content-main h3 {font-size: 20px;line-height: 30px; color: #333;text-align:center;font-weight: 400;}
.content-main .box{font-size: 14px; color:#555555; line-height: 30px;padding: 10px 0px;border-bottom: 1px solid #ccc;text-align:center;}
.content-main .box span{margin-right: 15px;}
.content-main .box span i{font-size:16px;line-height: 20px;margin-right:5px;}


.content-text{width: auto;  margin: 0; font: 17px/32px "Microsoft Yahei";  border-top:0px dotted #ccc; color: #191919; padding:10px 0 30px 0;}

.content-text figure{text-align: center;}
.content-text img,.content-text figure img{max-width:770px;}
.content-text p{
    padding: 10px 0; text-indent: 2em;clear: both;
    text-align:justify;/*firefox*/
    text-justify:inter-ideograph;/*ie*/
    -ms-text-justify: inter-ideograph;    
}

span.ke-img-caption-input {
    display: block;
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    outline: none;
    padding: 2px 0;
}

p[data-type="figure"] img{
    display: block;
    text-indent: 0!important;
    text-align: center;
}

.content-text img[data-type="figure"] {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    height: auto;
    text-indent: 0 !important;      /* 清除继承的缩进 */
}


p[data-type="figure"] span[data-type="figcaption"] {
    display: block;
    text-align: center;
    text-indent: 0!important;
    margin-top: 0;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    outline: none;
    padding: 2px 0;
}

.content-text p[style*="text-align: center"],
.content-text p[style*="text-align:center"] {
    text-indent: 0;clear: both;
}
.content-msg{ margin: 0; font: 12px/32px "Microsoft Yahei";  color: #888; padding-bottom: 20px; clear: both;overflow: hidden; }

.content-main .video-wrapper{margin: 30px 0;max-width: 770px;}

.ke-img-caption-input{border:none!important;}
.content-main .video-wrapper .vjs-poster img{max-width: 770px;object-fit: cover!important;}

.content-donate {
    padding: 10px 0;
    text-align: center;
}

.content-donate a {
    min-width: 120px;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}

.vote-like {
    color: #fff;
    background-color: #e62129;
    border-color: #e62129;
}

.vote-like:hover,
.vote-like:focus,
.vote-like:active,
.vote-like:active:focus {
  color: #fff;
  background-color: #ad080e;
  border-color: #ad080e;
}

.content-donate .btn{
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 5px;
}

.social-share {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.social-share span{margin-right: 10px;}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 24px!important;
  border-radius: 50%;
  line-height: 38px;
  border: 1px solid #ccc;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
  margin: 6px;
}


.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}


.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}

.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}


.social-share .icon-wechat .wechat-qrcode {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -81px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto 0;
}

.social-share .icon-wechat .wechat-qrcode .qrcode img{margin: 2px auto;}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
  text-indent: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}




/*自媒体*/
.media-matrix {
    width: 1280px;
	margin-top: 20px;
    padding: 20px 20px 30px;
	background: #fff;
    text-align: center;
}

.matrix-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.matrix-title .red {
    color: var(--color-primary);
}

.matrix-list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.matrix-item {
    position: relative;
    display: block;
	transition: all 0.2s ease;
border: 1px solid #EEEEEE;	
    text-decoration: none;
	cursor: pointer;
}

.matrix-item .pt{
	width: 139px;
	height: 49px;
}

.matrix-item:hover {
    border-color: var(--color-primary);
    box-shadow: 0 2px 8px rgba(198, 40, 40, 0.1);
}



/* 二维码弹窗 */
.qr-popup {
    position: absolute;
    bottom: calc(100% + 15px);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    white-space: nowrap;
}

/* 小三角箭头 */
.qr-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
}

.qr-popup img {
    width: 109px!important;
    height: 109px!important;
    display: block;
}

.qr-popup p {
    font-size: 12px;
    color: #666;
    margin: 0;
    text-align: center;
}

/* 悬停显示 */
.matrix-item:hover .qr-popup {
    opacity: 1;
    visibility: visible;
}

/* 底部出现版本（如果要在底部显示，用这个替代上面的 .qr-popup） */
.qr-popup-bottom {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: top center;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

.qr-popup-bottom::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.qr-popup-bottom img {
    width: 120px!important;
    height: 120px!important;
    display: block;
    margin-bottom: 8px;
}

.qr-popup-bottom p {
    font-size: 12px;
    color: #666;
    margin: 0;
    text-align: center;
}

.matrix-item:hover .qr-popup-bottom {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}


.sitepage-main{
	background: #fff;
	padding: 60px;
	min-height: 900px;
}

.sitepage-main h1 {font-size: 30px;line-height:40px;font-weight: 500; color: #000;text-align:center;}
.sitepage-main #title{padding: 15px 0px;}
.sitepage-main .box {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


.shake {
    animation: shake 0.5s;
    border-color: #e74c3c !important;
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}