/* 技术平台页面样式 */
.ban_innovation {
	background: url(../images/Innovation/14.png) center center no-repeat;
	background-size: 1200px 675px !important;
	height: 675px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px !important;  /* 新增的padding */
}

/* 从BrandCenter.css继承的关键样式 */
body {
	background: #FFFFFF;
}

.section {
	padding: 40px 0;
}

.news-section .container {
	overflow: auto;
}

.news-section .container .article {
	padding: 0 35px 50px 0;
}

/* 技术平台标题样式 - 高优先级 */
.news-section .container .article .article--title a {
	color: #262626 !important;
	font-size: 38px !important;
	line-height: 60px !important;
	font-weight: 300 !important;
}

.news-section .container .article .article--title {
	margin: 0 0 13px;
}

.news-section .container .article .article--title h2 {
	font-size: 38px !important;
	line-height: 60px !important;
	font-weight: 300 !important;
	color: #262626 !important;
	margin: 0;
}

/* 更具体的选择器确保样式生效 */
.platform-content .article--title a,
.platform-content .article--title h2 {
	color: #262626 !important;
	font-size: 38px !important;
	line-height: 60px !important;
	font-weight: 300 !important;
}

.news-section .container .article .article--meta {
	padding: 14px 0 0;
}

.news-section .container .article .article--meta .article--meta_item {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #969696;
	margin: 10px 20px 0 0;
}

.news-section .container .article .article--meta .article--meta_item i {
	color: #59bcdb;
	margin-right: 5px;
}

.news-section .container .article .article--content {
	margin: 23px 0 0;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #969696;
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}

.news-section .container .article .article--content img {
	width: 100%;
}

.blog_sidebar .widget {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 30px;
}

.blog_sidebar .widget:first-child {
	margin-top: 20px;
}

.blog_sidebar .widget .widget--title {
	background: #fafafa;
	position: relative;
	font-size: 18px;
	padding: 20px 10px 20px 24px;
	margin: 0;
	font-weight: 400;
}

.blog_sidebar .widget .widget--title i {
	margin-right: 5px;
	color: #59bcdb;
}

.blog_sidebar .widget ul {
	font-size: 15px;
	line-height: 24px;
	padding: 0;
	margin: 0 !important;
}

.blog_sidebar .widget ul li {
	border-top: 1px solid #e5e5e5;
	padding: 17px 20px;
	color: #9b9b9b;
	list-style: none;
}

.blog_sidebar .widget ul li a {
	color: #9b9b9b;
	padding: 5px 0;
	cursor: pointer;
}

.blog_sidebar .widget ul li .rss-date {
	display: block;
	color: #262626;
	padding: 4px 0 2px;
	font-size: 15px;
}

.innovation-intro {
	background: #f8f9fa;
	padding: 40px 0;
	text-align: center;
}

.innovation-intro p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.platform-tabs {
	margin: 40px 0;
}

.platform-tabs .tab-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.platform-tabs .tab-menu li {
	display: block;
	margin-bottom: 10px;
}

.platform-tabs .tab-menu li a {
	display: block;
	padding: 15px 20px;
	color: #666;
	text-decoration: none;
	border-left: 3px solid transparent;
	transition: all 0.3s ease;
}

.platform-tabs .tab-menu li a:hover,
.platform-tabs .tab-menu li a.active {
	color: #59bcdb;
	border-left-color: #59bcdb;
	background: #f0f9ff;
}

.platform-content {
	min-height: 500px;
}

.platform-content .platform-section {
	display: none;
}

.platform-content .platform-section.active {
	display: block;
}

.platform-images {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin: 30px 0;
}

.platform-images img {
	width: 100%;
	height: auto;
	object-fit: fill;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.platform-description {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 30px;
	text-align: justify;
}

/* 子平台样式 */
.sub-platform {
	margin: 40px 0;
}

.sub-platform-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #FF4A4A;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
	.platform-images {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.platform-images img {
		height: 250px;
	}
	
	.innovation-intro p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.platform-description {
		font-size: 14px;
		line-height: 24px;
	}
	
	.news-section .container .article .article--title a {
		font-size: 26px !important;
		line-height: 50px !important;
		color: #262626 !important;
	}
	
	.news-section .container .article .article--title h2 {
		font-size: 26px !important;
		line-height: 50px !important;
		color: #262626 !important;
	}
	
	.news-section .container .article {
		padding: 0 0 50px 0 !important;
	}
	
	.news-section .container .article .article--content {
		font-size: 14px;
	}
	
	/* 手机端banner样式 */
	.ban_innovation {
		min-height: 200px !important;
		background-size: cover !important;
		background-position: center center !important;
	}
}

/* 手机端超小屏幕 */
@media screen and (max-width: 480px) {
	.platform-images {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.platform-images img {
		height: 200px;
	}
	
	.news-section .container .article .article--title a {
		font-size: 24px !important;
		line-height: 40px !important;
	}
	
	.news-section .container .article .article--title h2 {
		font-size: 24px !important;
		line-height: 40px !important;
	}
	
	/* 手机端banner样式 */
	.ban_innovation {
		min-height: 150px !important;
		background-size: cover !important;
		background-position: center center !important;
	}
}

@media (max-width: 769px) {
	.news-section .container .article {
		padding: 0 0 50px;
	}
	
	.news-section .container .article .article--title a {
		font-size: 26px;
		line-height: 50px;
		color: #262626;
	}
	
	.news-section .container .article .article--title h2 {
		font-size: 26px;
		line-height: 50px;
		color: #262626;
	}
	
	.news-section .container .article .article--content {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.platform-images {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.platform-images img {
		height: 200px;
	}
}

/* 描述部分标题样式 */
.platform-description h4 {
	font-size: 18px;
	font-weight: 600;
	color: #FF4A4A;
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #FF4A4A;
	display: inline-block;
}
