.header{
	width: 100%;
	background: rgba(255,255,255,0);
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12.5%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all .3s;
	background: rgba(255,255,255,0);
}

@media (min-width: 768px) {
	.header {
		display: flex;
	}
}

.header.scroll{
	height: 60px;
}

.header .logo {
	display: block;
	line-height: 0;
}
.header .logo img{
	width: auto;
	height: 44px;
}

.header .menu {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 50px;
}

.header .menu li{
	position: relative;
}
.header .menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 30px;
	/*line-height: 60px;*/
	position: relative;
}

.header .menu li:hover a, .header .menu li a.curr{
	color: var(--theme-color);
}
.header .menu li .sub-menu{
    min-width:140px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px;
}
.header .menu li .sub-menu li a{
	color: var(--dark-color);
	font-size: var(--font-size14);
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	padding: 8px 10px;
}
.header .menu li .sub-menu li a:hover{
	background-color: var(--theme-color);
	color: #fff;
}

.header .menu li:hover ul.sub-menu{
	display: block;
}

.header .more-box{
	display: flex;
	align-items: center;
	margin-right: 15px;
	gap: 10px;
}
.header .lang-switch{
	margin-left: 0;
}
.header .lang-switch a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	margin: 0 3px;
	font-size: 13px;
	border-radius: 30px;
	color: #fff;
	border-color: rgba(255,255,255,0.55);
	background-color: rgba(255,255,255,0.08);
}
.header .lang-switch a:hover{
	background-color: rgba(255,255,255,0.16);
	border-color: rgba(255,255,255,0.8);
}
.header .lang-switch a.active{
	color: #fff;
	border-color: var(--theme-color, #1e50ae);
	background-color: var(--theme-color, #1e50ae);
}

.read-more{
	display: block;
	padding: 0 25px;
	line-height: 30px;
	border-radius: 30px;
	background: var(--theme-color);
	color: #fff;
	font-size: var(--font-size14);
	transition: all .3s;
}
.read-more:hover{
	color: #fff;
	opacity: 0.8;
}


/* 首页banner样式 */

.banner-video{
	width: 100%;
	height: auto;
	position: relative;
}
.video-bg{
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
.video-bg video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-video .banner-con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 120px 0 250px;
}
.banner-video .banner-con .item-title{
	font-size: var(--font-size60);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}
.banner-video .banner-con .item-con{
	width: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 80px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.banner-video .banner-con .item-con p{
	margin-top: 20px;
	text-align: center;
}



.section{
	padding: 100px 0;
}
.normal-section{
	padding: 100px 0 0;
}


.title-box{
	position: relative;
}
.title-box .title{
	text-align: center;
	font-size: var(--font-size48);
	font-weight: 600;
	line-height: 1.6;
	color: var(--theme-color);
	letter-spacing: 1px;
}

.title-box .title-en{
	margin-top: 0px;
	color: var(--extra-color);
  	font-size: var(--font-size20);
	text-align: center;
	letter-spacing: 1px;
}
.title-box .title-desc{
	margin-top: 20px;
	color: var(--extra-color);
	text-align: center;
}

.title-box.dark .title{
	color: #fff;
}
.title-box.dark .title-en{
	color: #fff;
}
.title-box.dark .title-desc{
	color: #eee;
}


.section1-list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
}
.section1-list li{
	background: #f2f2f2;
	overflow: hidden;
}
.section1-list li .item-one{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 40px;
}
.section1-list li .item-one .icon{
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section1-list li .item-one img{
	width: 100%;
	height: auto;
	fill: #fff;
}
.section1-list li .item-one .title{
	margin-top: 20px;
	font-size: var(--font-size17);
	line-height: 1.4;
	color: var(--theme-color);
	font-weight: bold;
	text-align: center;
	min-height: 40px;
}
.section1-list li .item-one .desc{
	margin-top: 10px;
	font-size: var(--font-size14);
	color: var(--normal-color);
	line-height: 1.5;
}
.section1-list li .item-one:hover .desc{
	color: var(--theme-color);
}

.index-section2{
	background-size: cover;
	background-position: center;
	overflow: hidden;
}


.section2-list{
	width: 100%;
}
.section2-list li{
	float: left;
	width: 21%;
	background: #f2f2f2;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
}
.section2-list li.on{
	width: 37%;
	background: var(--theme-color);
	overflow: hidden;
	padding: 40px 0;
	transform: translateY(-40px);
}

.section2-list li .item-one{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:60px 20px;
}
.section2-list li .item-one .title{
	font-size: var(--font-size24);
	line-height: 1.4;
	color: var(--theme-color);
	font-weight: bold;
	text-align: center;
	min-height: 35px;
}
.section2-list li .item-one .desc{
	margin-top: 10px;
	font-size: var(--font-size14);
	color: #111;
	line-height: 1.6;
	position: relative;
	margin-top: 50px;
	height: 160px;
	text-align: center;
}
.section2-list li.on .desc,.section2-list li.on .title{
	color: #fff;
}

.section2-list li .item-one .desc::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	top:0;
	margin-top: -20px;
	background-color: var(--theme-color);
	transition: background-color .3s;
}
.section2-list li.on .item-one .desc::after{
	background-color: #fff;
}

.pic-news-list li{
    float: left;
	width: 33.33%;
  	cursor: pointer;
}
.pic-news-list li .li-pad{
    padding: 10px;
}
.pic-news-list li a{
	display: block;
	padding: 30px;
	background-color: #fff;
	transition: box-shadow .5s;
}
.pic-news-list li a .pic{
	width: 100%;
	height: 185px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.pic-news-list li a .pic img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}

.pic-news-list li a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.pic-news-list li a:hover .pic img{
	transform: scale(1.1);
}

.pic-news-list li a .title{
	margin-top: 20px;
	color: #111;
	font-weight: bold;
	white-space: nowrap; /* 强制文本在一行内显示，不换行 */
    overflow: hidden;   /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 当文本溢出时，显示省略号 */
}
.pic-news-list li a:hover .title{
	color: var(--theme-color);
}

.pic-news-list li a .date{
	line-height: 1;
	margin-top: 8px;
	max-width: 100%;
	color: var(--secondary-color);
	font-size: var(--font-size14);
}
.pic-news-list li a .desc{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666;
	font-size: var(--font-size14);
	line-height: 1.7;
	margin-top: 18px;
	min-height: 50px;
}
.link-box{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.link-box .link{
	width: 40px;
	height: 28px;
	max-width: 100%;
	overflow:hidden;
	position: relative;
}
.link-box .link::before,.link-box .link::after{
	content: '';
	background:url(../images/icon-all.png) -23px -324px;
	display: inline-block;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	transition:all .36s ease;
}
.link-box .link::after{
	left: -30px;
	opacity: 0;
}

.pic-news-list li a:hover .link-box .link::before{
	left: 30px;
	opacity: 0;
}
.pic-news-list li a:hover .link-box .link::after{
	left: 0;
	opacity: 1;
}

.pic-news-list li a .link-box .arrow{
	display: none;
}
.pic-news-list li a:hover .link-box .arrow{
	animation: newsListArrow .36s ease;
}

@keyframes newsListArrow {
  0% {
    left:0
  }
  50% {
    left:50px
  }
  51% {
    left:-20px
  }
  to {
    left:0
  }
}


.sub-banner{
	width: 100%;
	height: 370px;
	background-size: cover;
	background-position: center;
	background-color: var(--theme-color);
	overflow: hidden;
	position: relative;
}
.sub-banner .banner-con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 30px 0;
}

.page-banner{
	height: 350px;
}

.sub-banner .banner-con .item-title{
	font-size: var(--font-size36);
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.sub-banner .banner-con .item-con{
	width: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 30px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}



.page-section{
	padding: 50px 0;
	min-height: 45vh;
}



.rich-content{
    line-height: 1.8;
}
.rich-content p{
    text-indent: 0;
}

.rich-content img{
    max-width: 100%;
    height: auto;
}

/*文章模块*/
.article-list{padding:20px 0;}
.article-list .article-item{padding: 30px; border-bottom:1px solid #f2f2f2; transition: background-color .4s ease-out;}
.article-list .article-item a{display:block}
.article-list .article-item .item-head{display:flex;flex-wrap: nowrap; align-items:center; justify-content:space-between;}
.article-list .article-item .item-head h3{font-weight:bold;line-height:1.4;color:var(--link-color)}
.article-list .article-item .item-head span{flex-shrink: 0; font-size:var(--font-size14);color:var(--secondary-color); margin-left:30px;}
.article-list .article-item .item-body{
    white-space: normal;
    word-break: break-word;
    color: var(--extra-color);
    font-size: var(--font-size14);
    line-height: 1.6;
    margin-top: 15px;
}
.article-list .article-item:hover{background:#fff; border-radius:4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.article-list .article-item:hover h3{color:var(--theme-color)}



.detail-box .detail-hd .title{
    color: var(--link-color);
    font-size: var(--font-size24);
    font-weight: bold;
    line-height: 1.3;
}
.detail-box .detail-hd .date{
    color: var(--secondary-color);
    font-size: var(--font-size14);
    margin-bottom: 20px;
    margin-top: 10px;
}

.detail-bd{
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-top: 30px;
}

.relation-box{
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}
.relation-box .relation-item{
    margin-top:10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--font-size14);
}
.relation-box .relation-item span{
    margin-right: 10px;
}


.product-banner{
	height: 180px;
}
.product-banner .banner-con .item-title{
	font-size: var(--font-size30);
	margin-top: 20px;
}
.product-banner .banner-con .item-con{
	line-height: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin: 10px auto 0;
}

.product-channel-section1 .title-box{
	margin-bottom: 30px;
}

.global-tech-innovations{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.global-tech-innovations .item-content{
	width: 100%;
	flex: 1;
}
.global-tech-innovations .item-content .title{
	font-size: var(--font-size36);
	line-height: 1.4;
	color: var(--theme-color);
	font-weight: bold;
}
.global-tech-innovations .item-content .desc{
	font-size: var(--font-size18);
	line-height: 1.8;
	color: var(--normal-color);
	margin-top: 20px;
	text-indent: 2em;
}
.global-tech-innovations .item-pic{
	width: 40%;
	margin-left: 80px;
}
.global-tech-innovations .item-pic img{
	width: 100%;
	height: auto;
}


.product-channel-section2{
	padding-top: 0;
}
.product-cat-list{
	display: flex;
	align-items: stretch; /* 由 center 改为 stretch */
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product-cat-list li{
	width: 20%;
	padding: 20px 25px;
	position: relative;
	border-bottom: 1px solid #ececec;
	position: relative;
}

.product-cat-list li::before{
	border-right:1px dashed #ececec;
	content: "";
	display: block;
	height: calc(100% - 40px);
	position: absolute;
	right: 0;
	top: 20px;
}
.product-cat-list li:nth-child(5n)::before{
	border-right:1px dashed transparent;
}

.product-cat-list li .name{
	line-height: 1.6;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-cat-list li .sub-cat-list{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 5px 0;
	min-height: 50px;
}

.product-cat-list li .sub-cat-list a{
	font-size: var(--font-size14);
	color: var(--normal-color);
	display: block;
	margin-right: 15px;
	margin-top: 5px;
	
}
.product-cat-list li .sub-cat-list a:hover{
	color: var(--theme-color);
}


.go-more{
	display: flex;
	align-items: center;
	justify-content: center;
}
.go-more .btn-box{
	font-size: var(--font-size14);
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	position: relative;
}
.go-more .btn-box:hover{
	color: #fff;
}

.go-more .btn-box::before{
	content: '';
	background: var(--theme-color);
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition:width .3s ease;
}
.go-more .btn-box:hover::before{
	width: 100%;
}

.go-more .btn-box .btn-content{
	height: 40px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 80px;
}
.go-more .btn-box .iconfont{
	margin-left: 5px;
	font-size: var(--font-size16);
}



.hide-article-box{
    width: 100%;
    position: relative;
    z-index: 996;
    padding-top: 160px;
    bottom: -1px;
    margin-top: -220px;
    text-align: center;
    width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 32px;
}
.hide-article-box .vip-mask{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hide-article-box .vip-handle{
    cursor: pointer;
    flex-shrink: 0;
    padding: 7px 20px;
    border-radius:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fc5531;
    border:1px solid #fc5531;
    font-size: var(--font-size16);
    font-weight: 600;
    position: relative;
    background:#fff;
}
.hide-article-box .vip-handle .lock-img{
    width: 16px;
    height: 19px;
    margin-right: 8px;
}
.hide-article-box .vip-handle .btn-text{font-weight: 600;}


.product-channel-section3{
	padding-top: 0;
}

.organizations-list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 80px;
}

.organizations-list li{
	position: relative;
	line-height: 0;
}
.organizations-list li::before{
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	background-color: #ffcc80;
	transform: translateY(10px);
	opacity: 0;
	transition:all .36s ease;
}
.organizations-list li img{
	width: 100%;
	height: auto;
}
.organizations-list li .item-one{
	line-height: 1.6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
	background: #f5f5f5;
	border-radius: 7px;
	transition:all .5s ease;
}
.organizations-list li .item-one .title{
	font-size: var(--font-size20);
	color: var(--theme-color);
	font-weight: bold;
	line-height: 1.4;
}
.organizations-list li .item-one .desc{
	margin-top: 5px;
	font-size: var(--font-size14);
}

.organizations-list li:hover .item-one{
	background: var(--theme-color);
	transform: translateY(-15px);
}

.organizations-list li:hover::before{
	transform: translateY(-21px);
	opacity: 1;
}


.organizations-list li:hover .item-one .title,
.organizations-list li:hover .item-one .desc{
	color: #fff;
}

.product-section{
	padding: 50px 0;
	min-height: 65vh;
}


.product-main{
	padding: 50px 0;
}
.product-main .main-box{
	display: flex;
}
.left-side{
	width: 20.8%;
	flex-shrink: 0;
	max-height: calc(100vh - 122px);
	min-width: 200px;
	overflow-y: overlay;
	position: sticky;
	top: 92px;
	scrollbar-gutter: stable;
	margin-right: 50px;
}
.search-box{
	background:#f5f5f5;
	border-radius:18px;
	box-sizing: border-box;
	height: 36px;
	padding:0 12px;
	display: flex;
	align-items: center;
}
.search-box .search-icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box .search-icon .iconfont{
	font-size: var(--font-size18);
	color: var(--link-color);
}

.search-box .input-box{
	width: 100%;
	flex: 1;
}
.search-box .input-box .keywords-search{
	background-color: transparent;
	border:none;
	box-sizing: border-box;
	display: block;
	color: var(--link-color);
	font-size: var(--font-size16);
	height: 100%;
	outline:none;
	padding:0 8px;
	width: 100%;
}



.radio-icon{
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid var(--normal-color);
	margin-right: 10px;
	position: relative;
	transition: all .6s;
}
.radio-icon:hover{
	border-color: var(--theme-color);
}
.radio-icon s{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	transition: all .6s;
}



.category-box{
	line-height: 1.4;
	padding-right: 20px;
}
.category-box .title{
	color: var(--link-color);
	font-weight: bold;
}
.category-box .category-list{
	padding-top: 10px;
}
.category-list li{
	margin-top: 10px;
}

.category-list .root-item{
	margin-bottom: 8px;
	position: relative;
}


.category-list .select-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	margin-right: 30px;
}


.category-list .select-item .name{
	width: 100%;
	flex: 1;
	color: var(--link-color);
	font-size: var(--font-size15);
}
.category-list .select-item:hover .name,.category-list .select-item.on .name{
	color: var(--theme-color);
}
.category-list .expand-icon{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-image: url(../images/open.png);
	background-size: 11px 11px;
	background-position: center center;
	background-repeat: no-repeat;
}
.category-list .expand-icon.open{
	background-image: url(../images/close.png);
}


.category-list .radio-icon{
	border-color: var(--theme-color);
}
.category-list .select-item.on .radio-icon s{
	background-color: var(--theme-color);
}
.category-list li li .radio-icon{
	width: 13px;
	height: 13px;
}
.category-list li li .radio-icon s{
	width: 7px;
	height: 7px;
}

.category-list li .sub-ul {
	display: none;
	padding: 0 25px;
}
.category-list li .sub-ul li{
	margin-top: 5px;
}
.category-list li .sub-ul .select-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	margin-top: 5px;
}
.category-list li ul .select-item .name {
	color: var(--normal-color);
	font-size: var(--font-size14);
}


.product-main .product-list-box{
	width: 100%;
	flex: 1;
	min-height: calc(100vh - 370px);
	position: relative;
}


.product-list-box .localtion{
	display: flex;
	padding-bottom: 10px;
}
.product-list-box .localtion h3{
	font-size: var(--font-size24);
	color: var(--link-color);
	font-weight: bold;
}

.product-list{
	display: flex;
	align-items: stretch; /* 由 center 改为 stretch */
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product-list li{
	width: calc(25% - 22px);
	position: relative;
	border-bottom: 1px solid #ececec;
	border: 1px solid #f0f0f0;
  	border-radius: 2px;
	background-color: #fff;
	margin: 10px;
	overflow: hidden;
}
.product-list li:hover{
	box-shadow: 0 0 22px rgba(0,0,0,.12);
}
.product-list li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: transparent;
	transition: all .5s;
}
.product-list li:hover::after{
	width: 100%;
	background-color: var(--theme-color);
}

.product-list li .item-one{
	padding:15px;
	cursor: pointer;
	display: block;
}
.product-list li .name{
	color: var(--link-color);
	font-size: var(--font-size16);
	line-height: 22px;
	height: 44px;
}

.product-list li .desc{
	margin-top: 10px;
	font-size: var(--font-size14);
	line-height: 20px;
	height: 40px;
	color: var(--extra-color);
}
.product-list li .price-box{
	color: var(--theme-color);
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.product-list li .price-box .unit{
	font-size: var(--font-size16);
	margin-right: 5px;
}
.product-list li .price-box .price{
	font-size: var(--font-size18);
	font-weight: bold;
}
.buy-box{
	width: 100%;
	display: flex;
	align-items: center;
}

.buy-btn{
	font-size: var(--font-size14);
	margin-top: 10px;
	border-radius:25px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	padding: 5px 20px;
	background-color: var(--theme-color);
}
.product-list li:hover .buy-btn{
	opacity: .8;
}

.detail-section{
	padding: 50px 0;
	min-height: 65vh;
	line-height: 1.8;
}
.detail-section p{
	text-indent: 2em;
}
.detail-section img{
	max-width: 100%;
	height: auto;
}
.detail-section .title h1{
	font-size: var(--font-size24);
	color: var(--link-color);
	font-weight: bold;
	text-align: center;
}
.detail-section .abstract{
	margin-top: 30px;
	font-size: var(--font-size16);
	line-height: 24px;
	color: var(--extra-color);
	padding: 20px;
	border: 1px solid #ececec;
	background-color: #f9f9f9;
}
.detail-section .content{
	margin-top: 30px;
	font-size: var(--font-size16);
	line-height: 1.8;
	color: var(--link-color);
}

.about-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-info .about-info-image{
    width:38%;
    line-height: 0;
}
.about-info .about-info-image img{
    width:100%;
    height: auto;
}
.about-info .about-info-content{
    width: 60%;
    padding-left:60px;
    box-sizing: border-box;
}
.about-info .about-info-content .title{
    font-size: var(--font-size36);
    color: var(--theme-color);
    font-weight: bold;
    padding-bottom: 10px;
}
.about-info .about-info-content .desc{
    line-height: 1.6;
    font-size: var(--font-size14);
}

.about-info .about-info-content .desc p{
    margin-top:10px;
    text-indent: 2em;
}

.tabs-box .tabs-header{display: flex; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0;}
.tabs-box .tabs-header li{
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size16);
    color: var(--link-color);
    font-weight: bold;
    margin: 10px 5px;
    max-width: 100%;
    min-width: 54px;
    padding: 10px 20px;
    text-align: center;
}
.tabs-box .tabs-header li.on{font-weight:normal; color:#fff; border-color:var(--theme-color); background-color:var(--theme-color);box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;}
.tabs-box .tabs-content{padding-top:10px;}
.tabs-box .tabs-content .item-con{display:none; padding: 10px 0; font-size: var(--font-size14); line-height: 1.6;}
.tabs-box .tabs-content .item-con p{margin-top:10px; text-indent: 2em; font-size: var(--font-size14) !important;}
.tabs-box .tabs-content .item-con span{font-size: var(--font-size14) !important;}


/*联系我们*/
.contact-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.contact-list li{
	position: relative;
	line-height: 0;
}
.contact-list li::before{
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	transform: translateY(10px);
	opacity: 0;
	transition:all .36s ease;
}
.contact-list li img{
	width: 100%;
	height: auto;
}
.contact-list li .item-one{
	line-height: 1.6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
	background: #ffffff;
	transition:all .5s ease;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
	color: var(--link-color);
}
.contact-list li .item-one .icon{
	width: 80px;
	height: 80px;
	border-radius:80px;
	background: var(--theme-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all .5s ease;
}

.contact-list li .item-one .iconfont{
	font-size: var(--font-size48);
	color:#fff;
	transition:all .5s ease;
}

.contact-list li .item-one .title{
    margin-top: 25px;
	font-size: var(--font-size18);
	line-height: 1.4;
}


.contact-list li .item-one .desc{
	margin-top: 10px;
	font-size: var(--font-size18);
}

.contact-list li:hover .item-one{
	background: var(--theme-color);
	transform: translateY(-15px);
}

.contact-list li:hover .item-one .icon{
	background: #fff;
}

.contact-list li:hover .item-one .icon .iconfont{
	color: var(--theme-color);
}


.contact-list li:hover::before{
	transform: translateY(-21px);
	opacity: 1;
}


.contact-list li:hover .item-one .title,
.contact-list li:hover .item-one .desc{
	color: #fff;
}


.message-box{
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}


.message-board{
    background: #fff;
}
.message-board .title-box .title{
    color: var(--theme-color);
}

.message-board .form-item{
    margin-bottom: 10px;
}
.message-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px 30px;
}
.message-form .form-item{
    margin-bottom: 20px;
	width: 33.33%;
	padding: 5px 15px;
}
.message-form .textarea-item{
	width: 100%;
}

.message-form .form-item .label-name{
    display: block;
    font-size: var(--font-size14);
    line-height: 1.4;
    color: var(--normal-color);
    margin-bottom: 8px;
}
.message-form .form-item .label-name .red{
    color: red;
}


.message-form .form-item .text-box{
	box-sizing: border-box;
	color: #333;
	padding: 5px 14px;
	line-height: 1.4;
	outline:0;
	background: #f6f6f6;
}

.message-form .textarea-item .text-box{
	padding: 14px;
}

.message-form input, .message-form textarea{
	background-color: transparent;
	border:none;
	box-sizing: border-box;
	display: block;
	color: var(--link-color);
	font-size: var(--font-size16);
	height: 32px;
	outline:none;
	width: 100%;
}

.message-form textarea{
	background-color: transparent;
	border:none;
	box-sizing: border-box;
	display: block;
	color: var(--link-color);
	font-size: var(--font-size16);
	height: auto;
	min-height: 80px;
	outline:none;
	width: 100%;
}

.message-form .btn-box{
    display:flex;
    align-items: center;
	width: 100%;
	padding:10px 15px;
}
.message-form .btn-box button{
	background-color: var(--theme-color);
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: var(--font-size16);
	height: 46px;
	line-height: 46px;
	outline:none;
	padding: 0 20px;
	width: 33.33%;
	max-width: 300px;
}
.message-form .btn-box button:hover{
	opacity: 0.8;
}

/* 语言切换组件 */
.lang-switch {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    vertical-align: middle;
}

.lang-switch a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 2px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.lang-switch a:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.lang-switch a.active {
    background-color: var(--theme-color, #1e50ae);
    color: #fff;
    border-color: var(--theme-color, #1e50ae);
}

/* 新闻媒体版式覆盖 */
:root {
    --ink: #102c44;
    --muted-ink: #607080;
    --paper: #f7f8f9;
    --line: #d9e0e5;
    --accent: #d94c3d;
    --theme-color: #12395b;
}
body { background: #fff; color: var(--ink); font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif; }
body, body a, body button, body input, body textarea { letter-spacing: 0; }
body a { color: var(--ink); }
body a:hover { color: var(--accent); }
.site-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: block; position: relative; z-index: 20; background: #fff; }
.utility-bar { background: var(--ink); color: #cbd8e2; font: 12px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.utility-inner, .utility-links { display: flex; align-items: center; justify-content: space-between; }
.utility-links { gap: 12px; }
.utility-links a { color: #fff; }
.utility-separator { opacity: .45; }
.masthead { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-mark { display: flex; align-items: center; min-width: 240px; font: 700 28px/1.1 Georgia, serif; color: var(--ink); }
.brand-mark img { max-width: 240px; max-height: 58px; width: auto; }
.brand-fallback { display: none; }
.masthead-tabs { display: flex; flex: 1; align-items: center; gap: 4px; min-width: 0; overflow-x: auto; }
.masthead-tabs a { flex: 0 0 auto; padding: 8px 11px; border-bottom: 2px solid transparent; color: var(--muted-ink); font: 700 13px/1.25 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; white-space: nowrap; }
.masthead-tabs a:hover { color: var(--accent); }
.masthead-note { color: var(--muted-ink); font: 12px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.masthead-note span { text-transform: none; letter-spacing: 0; }
.primary-nav { border-top: 1px solid #e9ebef; border-bottom: 0; background: #f5f6fa; }
.nav-inner { display: flex; align-items: center; justify-content: center; min-height: 48px; }
.nav-home, .nav-search { width: 42px; color: var(--muted-ink); font: 22px/48px Georgia, serif; text-align: center; }
.nav-home:hover, .nav-search:hover { color: var(--accent); }
.header .menu, .nav-inner .menu { flex: 0 1 auto; display: flex; align-items: center; justify-content: center; gap: 0; padding: 0; }
.nav-inner .menu > li { position: relative; }
.nav-inner .menu > li > a { display: block; padding: 0 18px; color: var(--ink); font: 700 13px/48px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.nav-inner .menu > li:hover > a, .nav-inner .menu > li > a.active { color: var(--accent); background: var(--paper); }
.nav-inner .sub-menu { display: none; position: absolute; top: 48px; left: 0; min-width: 170px; padding: 8px 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 18px rgba(16,44,68,.12); }
.nav-inner .menu li:hover > .sub-menu { display: block; }
.nav-inner .sub-menu a { display: block; padding: 8px 14px; color: var(--ink); font: 13px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.nav-inner .sub-menu a:hover { background: var(--paper); color: var(--accent); }
.header-space { display: none; }
.mobile-header, .mobile-header-space, .mobile-nav { display: none; }
.news-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 58px 0 30px; border-bottom: 1px solid var(--line); }
.news-intro h1 { margin-top: 10px; font-size: clamp(34px, 5vw, 62px); line-height: 1.05; font-weight: 700; }
.news-intro p { max-width: 540px; margin-top: 16px; color: var(--muted-ink); font-size: 17px; line-height: 1.7; }
.intro-rule { width: 160px; height: 10px; border-top: 2px solid var(--accent); border-bottom: 1px solid var(--ink); }
.section-kicker, .story-label { color: var(--accent); font: 700 11px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.home-lead { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr); gap: 32px; padding: 34px 0 52px; }
.lead-story { min-height: 440px; position: relative; overflow: hidden; background: var(--ink); }
.lead-story > a { display: block; height: 100%; min-height: 440px; position: relative; }
.lead-story img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; opacity: .72; }
.lead-story .story-overlay { position: absolute; right: 0; bottom: 0; left: 0; padding: 32px; color: #fff; background: linear-gradient(transparent, rgba(7,25,39,.94)); }
.lead-story h2 { max-width: 720px; margin-top: 10px; font-size: clamp(28px, 4vw, 48px); line-height: 1.08; font-weight: 700; }
.lead-story p { max-width: 640px; margin-top: 12px; color: #dce8ef; font-size: 15px; line-height: 1.6; }
.lead-list { border-top: 2px solid var(--ink); }
.compact-story { padding: 19px 0 21px; border-bottom: 1px solid var(--line); }
.story-date { display: block; color: var(--muted-ink); font: 11px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .06em; }
.compact-story h3 { margin-top: 7px; font-size: 23px; line-height: 1.2; font-weight: 700; }
.compact-story p { margin-top: 8px; color: var(--muted-ink); font-size: 14px; line-height: 1.55; }
.home-section { padding: 0 0 52px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.section-heading h2 { margin-top: 6px; font-size: 30px; line-height: 1.1; font-weight: 700; }
.text-link { color: var(--accent); font: 700 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.text-link span { font-size: 16px; margin-left: 5px; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; padding-top: 24px; }
.story-card { min-width: 0; border-bottom: 1px solid var(--line); }
.story-card-image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--paper); }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-card-image img { transform: scale(1.04); }
.story-card-body { padding: 13px 0 21px; }
.story-card h3 { margin-top: 7px; font-size: 22px; line-height: 1.25; font-weight: 700; }
.story-card p { margin-top: 8px; color: var(--muted-ink); font-size: 14px; line-height: 1.55; }
.listing-page, .detail-page { padding-top: 58px; padding-bottom: 80px; }
.listing-header { max-width: 780px; padding-bottom: 28px; margin-bottom: 30px; border-bottom: 2px solid var(--ink); }
.listing-header h1 { margin-top: 8px; font-size: clamp(38px, 5vw, 60px); line-height: 1.05; font-weight: 700; }
.listing-header p { margin-top: 15px; color: var(--muted-ink); font-size: 17px; line-height: 1.65; }
.article-stream { max-width: 920px; }
.stream-item { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.stream-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--paper); }
.stream-thumb img { width: 100%; height: 100%; object-fit: cover; }
.stream-copy h2 { margin-top: 7px; font-size: 27px; line-height: 1.2; font-weight: 700; }
.stream-copy p { margin-top: 10px; color: var(--muted-ink); font-size: 15px; line-height: 1.6; }
.topic-nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 25px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
.topic-nav a { padding: 8px 15px; border: 1px solid var(--line); color: var(--muted-ink); font: 700 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.topic-nav a.active, .topic-nav a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.photo-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.photo-index-card { border-bottom: 1px solid var(--line); }
.photo-index-card > a { display: block; }
.photo-index-image { aspect-ratio: 4/3; overflow: hidden; background: var(--paper); }
.photo-index-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.photo-index-card:hover img { transform: scale(1.04); }
.photo-index-copy { padding: 15px 0 20px; }
.photo-index-copy h2 { margin-top: 8px; font-size: 24px; line-height: 1.2; font-weight: 700; }
.photo-index-copy p { margin-top: 8px; color: var(--muted-ink); font-size: 14px; line-height: 1.55; }
.news-library-page { padding-top: 18px; }
.news-library-header { padding: 0 0 14px; border-bottom: 1px solid var(--line); }
.news-library-header h1 { font-size: 30px; line-height: 1.2; font-weight: 700; }
.news-library-header p { margin-top: 9px; color: var(--muted-ink); font-size: 15px; }
.news-featured-grid, .news-latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.news-featured-grid { padding: 56px 0 38px; }
.news-latest-grid { padding: 0 0 50px; }
.news-library-card { min-width: 0; }
.news-library-card > a { display: block; }
.news-library-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper); }
.news-library-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-library-card:hover .news-library-image img { transform: scale(1.03); }
.news-library-copy { padding-top: 11px; }
.news-library-copy h2 { margin-top: 6px; font-size: 21px; line-height: 1.24; font-weight: 700; }
.news-library-copy p { margin-top: 8px; color: var(--muted-ink); font-size: 13px; line-height: 1.5; }
.news-spotlight { margin: 0 0 56px; border: 1px solid #e5e6ec; }
.news-spotlight-heading { padding: 15px 16px; background: #f3f3f8; color: var(--ink); font-size: 16px; font-weight: 700; }
.news-spotlight-card { padding: 24px 16px 28px; }
.news-spotlight-card h2 { max-width: 680px; margin-top: 9px; font-size: 22px; line-height: 1.35; font-weight: 700; }
.news-spotlight-card p { margin-top: 8px; color: var(--muted-ink); font-size: 13px; line-height: 1.5; }
.detail-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted-ink); font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.detail-breadcrumb span { color: #aab4bc; }
.detail-header { max-width: 860px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.detail-header h1 { margin-top: 11px; font-size: clamp(36px, 5.3vw, 66px); line-height: 1.06; font-weight: 700; }
.detail-header h2 { margin-top: 12px; color: var(--muted-ink); font-size: 23px; line-height: 1.35; }
.detail-deck { margin-top: 16px; color: var(--muted-ink); font-size: 19px; line-height: 1.6; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: var(--muted-ink); font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.standard-layout { max-width: 800px; }
.article-lead-image { max-width: 800px; margin: 32px 0 0; }
.article-lead-image img, .photo-hero img { width: 100%; height: auto; display: block; }
.article-content, .photo-story-content { max-width: 760px; margin-top: 30px; }
.photo-story-content { max-width: 900px; }
.photo-hero { max-width: 960px; margin: 32px 0 0; background: var(--paper); }
.rich-content { color: #263b4b; font-size: 17px; line-height: 1.95; }
.rich-content p { margin: 0 0 1.25em; }
.rich-content h2, .rich-content h3, .rich-content h4 { margin: 1.7em 0 .55em; color: var(--ink); font-weight: 700; }
.rich-content h2 { font-size: 29px; }.rich-content h3 { font-size: 23px; }
.rich-content img { max-width: 100%; height: auto; margin: 15px auto; display: block; }
.rich-content blockquote { margin: 24px 0; padding: 5px 0 5px 20px; border-left: 4px solid var(--accent); color: var(--muted-ink); }
.editorial-content { max-width: 800px; padding-bottom: 20px; }
.editorial-section { padding: 0 0 48px; }
.relation-box { display: flex; gap: 22px; max-width: 900px; margin-top: 55px; padding-top: 22px; border-top: 2px solid var(--ink); }
.relation-box a { flex: 1; padding: 12px 0; font-size: 16px; line-height: 1.35; }
.relation-box a + a { border-left: 1px solid var(--line); padding-left: 22px; }
.relation-box span { display: block; margin-bottom: 7px; color: var(--accent); font: 700 11px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.pagination-box { padding: 35px 0 5px; }
.pagination-box .pagination { display: flex; gap: 6px; }
.pagination-box .pagination li a, .pagination-box .pagination li span { min-width: 34px; padding: 8px 10px; border: 1px solid var(--line); color: var(--ink); text-align: center; background: #fff; }
.pagination-box .pagination li.active span, .pagination-box .pagination li a:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
html, body { min-height: 100%; }
body { min-height: 100vh; display: flex; flex-direction: column; }
.site-page-content { flex: 1 0 auto; min-width: 0; }
.site-footer { flex: 0 0 auto; margin-top: 20px; background: var(--ink); color: #cbd8e2; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 100px; }
.footer-brand { color: #fff; font: 700 20px/1.2 Georgia, serif; }
.footer-meta { font: 12px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.footer-divider { margin: 0 9px; opacity: .45; }
.backTop { width: 42px; height: 42px; right: 22px; bottom: 28px; border-radius: 0; border: 1px solid var(--line); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease; box-shadow: 0 2px 10px rgba(16,44,68,.12); }
.backTop.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.backTop img { width: 18px; height: 18px; }

/* Banking Dive 风格的资讯首页补充样式 */
.masthead { min-height: 68px; }
.masthead-note { display: none; }
.brand-mark { min-width: 220px; font-size: 25px; }
.brand-mark img { max-width: 220px; max-height: 44px; }
.primary-nav { border-top: 1px solid #ececf0; border-bottom: 0; background: #f5f5f8; }
.nav-inner { min-height: 44px; }
.nav-home, .nav-search { line-height: 44px; }
.nav-inner .menu > li > a { line-height: 44px; padding: 0 15px; font-size: 12px; }
.nav-inner .sub-menu { top: 44px; }
.home-page { padding-bottom: 78px; }
.home-lead { padding-top: 40px; }
.lead-story { background: #111; }
.lead-story .story-overlay { padding: 28px; }
.lead-list { border-top: 3px solid var(--accent); }
.list-heading { padding: 0 0 10px; }
.compact-story { display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: 8px; align-items: start; padding: 18px 0; }
.compact-story .story-index { color: var(--accent); font: 700 15px/1.2 Georgia, serif; }
.compact-story h3 { margin-top: 0; font-size: 17px; }
.home-latest { padding-bottom: 10px; }
.latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 58px; padding-top: 5px; }
.latest-layout .article-stream { max-width: none; }
.stream-item { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; padding: 24px 0; }
.stream-copy h2 { font-size: 24px; }
.story-kind { display: block; margin-bottom: 6px; color: var(--muted-ink); font: 700 10px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.story-author { display: block; margin-top: 13px; color: var(--muted-ink); font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.stream-item-photo .stream-thumb { aspect-ratio: 16/10; }
.newsletter-box { align-self: start; margin-top: 25px; padding: 27px 25px 30px; border: 1px solid var(--line); background: #fff; }
.newsletter-box h2 { margin-top: 10px; font-size: 25px; line-height: 1.2; }
.newsletter-box p { margin-top: 12px; color: var(--muted-ink); font: 14px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.newsletter-link { display: inline-block; margin-top: 24px; color: var(--accent); font: 700 12px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.newsletter-link span { margin-left: 5px; font-size: 16px; }
.photo-index-grid { padding-top: 22px; }
.photo-index-card { border-bottom: 0; }
.photo-index-copy { padding: 13px 0 27px; }
.photo-index-copy h2 { font: 700 21px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.photo-index-copy p { margin-top: 9px; }

/* 移动端适配 */
@media (max-width: 768px) {
    .lang-switch {
        margin: 10px 0;
    }

    .lang-switch a {
        padding: 6px 12px;
        font-size: 14px;
    }
}

/* Figma PC 资讯版式：白色品牌头部、浅灰紫行业导航、主内容+右侧模块 */
@media (min-width: 768px) {
    .utility-bar { display: none; }
    .site-container { width: min(1200px, calc(100% - 64px)); }
    .masthead { min-height: 72px; gap: 30px; }
    .brand-mark { min-width: 205px; }
    .brand-mark img { max-width: 205px; max-height: 42px; }
    .masthead-tabs { justify-content: flex-start; gap: 3px; }
    .masthead-tabs a { padding: 8px 12px; font-size: 13px; }
    .primary-nav { background: #f2f1f7; border-top: 1px solid #e8e6ef; border-bottom: 1px solid #e8e6ef; }
    .nav-inner { justify-content: flex-start; min-height: 44px; }
    .nav-inner .menu > li > a { line-height: 44px; padding: 0 18px; font-size: 13px; }
}

.content-shell { display: grid; grid-template-columns: minmax(0, 1fr) 282px; gap: 42px; align-items: start; }
.content-main { min-width: 0; }
.pc-sidebar { min-width: 0; padding-top: 8px; }
.sidebar-module { margin: 0 0 30px; padding: 0 0 22px; border-bottom: 1px solid var(--line); }
.sidebar-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.sidebar-heading > span { width: 28px; height: 3px; flex: 0 0 28px; background: var(--accent); }
.sidebar-heading h2 { margin: 0; color: var(--ink); font: 700 18px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.sidebar-list { display: flex; flex-direction: column; gap: 13px; }
.sidebar-item { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 11px; align-items: start; color: var(--ink); }
.sidebar-item img { width: 82px; height: 54px; object-fit: cover; background: var(--paper); }
.sidebar-item span { display: -webkit-box; overflow: hidden; color: var(--ink); font: 600 14px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.sidebar-item:hover span { color: var(--accent); }
.sidebar-text-list { gap: 0; counter-reset: sideitem; }
.sidebar-text-item { display: block; padding: 10px 0 10px 25px; border-bottom: 1px solid #edf0f2; position: relative; color: var(--ink); font: 600 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.sidebar-text-item::before { counter-increment: sideitem; content: counter(sideitem, decimal-leading-zero); position: absolute; left: 0; top: 11px; color: var(--accent); font: 700 11px/1 Georgia, serif; }
.sidebar-text-item:hover { color: var(--accent); }
.listing-page.content-shell, .detail-page .content-shell { padding-bottom: 80px; }
.listing-page.content-shell .listing-header { max-width: none; }
.detail-page .content-shell { gap: 48px; }
.detail-page .content-main { min-width: 0; }
.detail-page .detail-header { max-width: none; }
.detail-page .detail-header h1 { font-size: clamp(38px, 4.1vw, 56px); }
.detail-page .standard-layout, .detail-page .article-lead-image, .detail-page .article-content { max-width: none; }
.detail-page .article-content { width: min(100%, 780px); }
.detail-page .photo-story-content { max-width: none; }
.news-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; padding-top: 30px; }
.news-library-page { padding-bottom: 80px; }
.news-library-header { padding-top: 42px; }
.news-library-card { border-bottom: 1px solid var(--line); }
.news-library-copy { padding: 13px 0 20px; }
.news-library-copy h2 { font-size: 22px; }
.news-library-copy .story-author { margin-top: 10px; }

/* 主站 Publications 目录 */
.main-directory-header { background: #fff; border-bottom: 1px solid #e4e9ed; }
.main-directory-header-inner { min-height: 78px; display: flex; align-items: center; gap: 42px; }
.main-directory-brand { display: flex; align-items: center; flex: 0 0 auto; }
.main-directory-brand img { width: auto; max-width: 230px; max-height: 46px; }
.main-directory-tagline { margin-left: auto; color: var(--muted-ink); font: 700 10px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.publications-page { min-height: 70vh; padding-bottom: 90px; background: #fff; }
.publications-hero { color: #fff; background: var(--ink); }
.publications-hero-inner { min-height: 300px; display: flex; flex-direction: column; justify-content: center; padding-top: 48px; padding-bottom: 52px; }
.publications-eyebrow { color: #f28a7d; font: 700 11px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.publications-hero h1 { max-width: 850px; margin-top: 17px; color: #fff; font-size: clamp(42px, 5.8vw, 72px); line-height: 1.02; font-weight: 700; }
.publications-hero p { max-width: 700px; margin-top: 20px; color: #cfdae2; font: 17px/1.75 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.publications-content { padding-top: 54px; }
.publications-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.publications-heading h2 { margin-top: 7px; font-size: 42px; line-height: 1.05; font-weight: 700; }
.publications-count { color: var(--muted-ink); font: 13px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.publications-filter { display: flex; flex-wrap: wrap; gap: 9px; padding: 24px 0 30px; border-bottom: 1px solid var(--line); }
.publications-filter a { padding: 10px 16px; border: 1px solid var(--line); color: var(--muted-ink); background: #fff; font: 700 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.publications-filter a:hover, .publications-filter a.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.publications-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; padding-top: 34px; }
.publication-card { display: flex; min-width: 0; min-height: 390px; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.publication-card:hover { color: var(--ink); border-color: #aab9c4; box-shadow: 0 14px 34px rgba(16,44,68,.12); transform: translateY(-4px); }
.publication-logo { height: 150px; display: flex; align-items: center; justify-content: center; padding: 28px; overflow: hidden; border-bottom: 1px solid #edf0f2; background: #f7f8fa; }
.publication-logo img { width: 100%; height: 100%; object-fit: contain; }
.publication-card-body { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 24px; }
.publication-meta { min-height: 22px; display: flex; flex-wrap: wrap; gap: 6px; }
.publication-meta span { padding: 4px 7px; color: #506777; background: #edf1f4; font: 700 9px/1.1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.publication-card h2 { margin-top: 15px; font-size: 27px; line-height: 1.15; font-weight: 700; }
.publication-card p { display: -webkit-box; margin-top: 12px; overflow: hidden; color: var(--muted-ink); font: 14px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.publication-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 22px; color: var(--accent); border-top: 1px solid #edf0f2; font: 700 12px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.publication-link span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.publication-link strong { font-size: 18px; font-weight: 400; }
.publications-empty { margin-top: 34px; padding: 70px 24px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.publications-empty h2 { font-size: 28px; }
.publications-empty p { margin-top: 10px; color: var(--muted-ink); font: 14px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

/* 2026-08-11 Figma PC layout and bilingual navigation */
.language-switch {
    flex: 0 0 auto;
    min-width: 34px;
    padding: 7px 0 7px 12px;
    border-left: 1px solid #dedee4;
    color: #24262a;
    font: 700 12px/1 Arial, sans-serif;
    text-align: right;
}
.language-switch:hover { color: var(--accent); }
.mobile-language-switch { display: none; }

@media (min-width: 768px) {
    .site-header { border-bottom: 0; box-shadow: none; }
    .masthead { min-height: 78px; }
    .brand-mark { width: 212px; min-width: 212px; }
    .brand-mark img { width: 100%; max-width: 212px; max-height: 42px; object-fit: contain; object-position: left center; }
    .masthead-tabs { gap: 0; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: #babdc3 transparent; }
    .masthead-tabs::-webkit-scrollbar { height: 4px; }
    .masthead-tabs::-webkit-scrollbar-thumb { background: #babdc3; }
    .masthead-tabs a { padding: 28px 13px 25px; border-bottom-width: 3px; color: #292b2f; font-size: 13px; font-weight: 600; }
    .primary-nav { background: #f4f3f8; }
    .nav-inner { min-height: 48px; }
    .nav-inner .menu { justify-content: center; width: 100%; }
    .nav-inner .menu > li > a { line-height: 48px; padding: 0 22px; color: #292b2f; font-size: 13px; font-weight: 600; }

    .home-page { padding-bottom: 70px; }
    .home-lead { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 54px; padding-top: 42px; padding-bottom: 46px; }
    .lead-story, .lead-story > a { min-height: 0; background: #fff; color: var(--ink); }
    .lead-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #eef0f2; }
    .lead-story img { width: 100%; height: 100%; min-height: 0; opacity: 1; object-fit: cover; }
    .lead-copy { padding-top: 14px; }
    .lead-copy h1 { margin: 0; color: #1e2023; font-size: 25px; line-height: 1.25; font-weight: 700; letter-spacing: 0; }
    .lead-copy p { display: -webkit-box; margin-top: 8px; overflow: hidden; color: #62666c; font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .lead-list { border-top: 0; }
    .list-heading, .section-heading { margin-bottom: 2px; padding: 0 0 10px; border-top: 0; }
    .list-heading::before, .section-heading::before { content: ""; display: block; width: 45px; height: 4px; margin-bottom: 10px; background: var(--accent); }
    .section-kicker { color: #202226; font-size: 15px; font-weight: 700; letter-spacing: 0; text-transform: none; }
    .compact-story { grid-template-columns: 28px minmax(0, 1fr); padding: 15px 0; border-bottom: 1px solid #e9eaed; }
    .compact-story .story-index { color: #202226; font-family: Arial, sans-serif; font-size: 13px; }
    .compact-story h3 { font-size: 16px; line-height: 1.45; font-weight: 600; }

    .home-latest { padding-top: 0; }
    .latest-layout { grid-template-columns: minmax(0, 1fr) 285px; gap: 54px; }
    .stream-item { grid-template-columns: 205px minmax(0, 1fr); gap: 22px; padding: 22px 0; }
    .stream-thumb { aspect-ratio: 16 / 10; }
    .stream-copy h2 { font-size: 21px; line-height: 1.3; }
    .stream-copy p { margin-top: 7px; font-size: 13px; line-height: 1.55; }
    .story-kind { margin-bottom: 5px; color: #2d3034; font-size: 10px; letter-spacing: 0; text-transform: none; }
    .story-date, .story-author { color: #777b81; font-size: 11px; }

    .sidebar-heading { display: block; margin-bottom: 13px; }
    .sidebar-heading > span { display: block; width: 45px; height: 4px; margin-bottom: 9px; }
    .sidebar-heading h2 { font-size: 15px; }
    .sidebar-heading h2 a { color: inherit; }
    .sidebar-item { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
    .sidebar-item img { width: 88px; height: 58px; }
    .sidebar-item span, .sidebar-text-item { font-size: 13px; }
    .listing-header { margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #dfe1e4; }
    .listing-header h1 { margin: 0; font-size: 30px; line-height: 1.2; }
    .listing-header p { margin-top: 9px; font-size: 14px; line-height: 1.6; }
    .detail-page .detail-header h1 { font-size: 42px; line-height: 1.15; }
}

@media (max-width: 767px) {
    .mobile-header { padding-right: 98px; }
    .mobile-language-switch { display: block; position: absolute; right: 58px; top: 50%; color: #202226; font: 700 12px/1 Arial, sans-serif; transform: translateY(-50%); }
    .home-lead { padding-top: 22px; }
    .lead-story, .lead-story > a, .lead-story img { min-height: 0; }
    .lead-image { aspect-ratio: 16 / 9; overflow: hidden; }
    .lead-story img { width: 100%; height: 100%; opacity: 1; object-fit: cover; }
    .lead-copy { padding-top: 12px; }
    .lead-copy h1 { font-size: 24px; line-height: 1.25; }
    .lead-copy p { margin-top: 8px; color: #62666c; font-size: 14px; line-height: 1.55; }
}

@media (max-width: 767px) {
    .content-shell { display: block; }
    .content-main { width: 100%; }
    .pc-sidebar { padding-top: 34px; }
    .sidebar-module { margin-bottom: 24px; }
    .listing-page.content-shell, .detail-page .content-shell {padding-bottom: 52px; }
    .news-library-grid { grid-template-columns: 1fr; gap: 26px; padding-top: 26px; }
    .news-library-header { padding-top: 24px; }
    .main-directory-mobile-header { display: flex; }
    .publications-page { padding-bottom: 58px; }
    .publications-hero-inner { min-height: 270px; padding-top: 42px; padding-bottom: 42px; }
    .publications-hero h1 { font-size: 39px; line-height: 1.08; }
    .publications-hero p { font-size: 15px; line-height: 1.65; }
    .publications-content { padding-top: 38px; }
    .publications-heading h2 { font-size: 34px; }
    .publications-filter { flex-wrap: nowrap; overflow-x: auto; padding: 20px 0 24px; }
    .publications-filter a { flex: 0 0 auto; }
    .publications-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 26px; }
    .publication-card { min-height: 360px; }
    .publication-logo { height: 135px; }
}
