/* 研发管线页面样式 */
.ban_rdachievements {
	background: url(/assets/images/99.png) center center no-repeat !important;
	background-size: 1200px 675px !important;
	height: 675px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 20px !important;
}

.rdachievements-intro {
	background: #f8f9fa;
	padding: 40px 0;
	text-align: center;
}

.rdachievements-intro p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 从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;
	font-size: 38px;
	line-height: 60px;
	font-weight: 300;
}

.news-section .container .article .article--title {
	margin: 0 0 13px;
}

.news-section .container .article .article--title h2 {
	font-size: 38px;
	line-height: 60px;
	font-weight: 300;
	color: #262626;
	margin: 0;
}

.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;
}

/* 管线内容样式 */
.pipeline-content {
	min-height: 500px;
}

.pipeline-content .pipeline-section {
	display: none;
}

.pipeline-content .pipeline-section.active {
	display: block;
}



/* 强制应用标题样式到所有情况 */
.article--title a {
	color: #262626 !important;
	font-size: 38px !important;
	line-height: 60px !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}

.article--title h2 {
	font-size: 38px !important;
	line-height: 60px !important;
	font-weight: 300 !important;
	color: #262626 !important;
	margin: 0 !important;
}

.pipeline-tabs {
	list-style: none;
	padding: 0;
	margin: 40px 0;
}

.pipeline-tabs li {
	display: block;
	margin-bottom: 10px;
}

.pipeline-tabs li a {
	display: block;
	padding: 15px 20px;
	color: #666;
	text-decoration: none;
	border-left: 3px solid transparent;
	transition: all 0.3s ease;
}

.pipeline-tabs li a.tab-link:hover,
.pipeline-tabs li a.tab-link.f-zclcrt {

}

.pipeline-images {
	margin: 30px 0;
}

.pipeline-images img {
	width: 100%;
	height: auto;
	object-fit: fill;
	object-position: center;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: transparent;
}

/* 新的图片行布局样式 */
.image-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.image-row.single {
	justify-content: center;
}

/* 哺乳动物基因编辑管线样式 */
.mammal-pipeline .image-row.single img {
	max-width: 1000px;
	height: auto;
	object-fit: fill;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: #f8f9fa;
}

/* 鱼基因编辑管线样式 */
.fish-pipeline .image-row.single img {
	max-width: 800px;
	width: 800px;
	height: auto;
	object-fit: fill;
	border: none;
	box-shadow: none;
}

.image-row.triple {
	justify-content: space-between;
	gap: 5px;
}

/* 哺乳动物基因编辑管线三张图片样式 */
.mammal-pipeline .image-row.triple img {
	flex: 1;
	max-width: calc(33.333% - 14px);
	height: auto;
	object-fit: fill;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: #f8f9fa;
}

/* 鱼基因编辑管线三张图片样式 */
.fish-pipeline .image-row.triple img {
	flex: 1;
	max-width: calc(33.333% - 2px);
	width: calc(33.333% - 2px);
	height: auto;
	object-fit: fill;
	border: none;
	box-shadow: none;
}

.image-row.double {
	justify-content: space-between;
}

/* 哺乳动物基因编辑管线两张图片样式 */
.mammal-pipeline .image-row.double img {
	flex: 1;
	max-width: calc(50% - 10px);
	height: 200px;
	object-fit: fill;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: #f8f9fa;
}

/* 鱼基因编辑管线两张图片样式 */
.fish-pipeline .image-row.double img {
	flex: 1;
	max-width: calc(50% - 10px);
	width: calc(50% - 10px);
	height: 300px;
	object-fit: contain;
	border: none;
	box-shadow: none;
}

/* 牛基因编辑管线特殊布局 */
.image-row.cow-layout {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.image-row.cow-layout .cow-large {
	flex: 2;
	height: 300px;
	object-fit: cover;
}

.image-row.cow-layout .cow-small {
	flex: 1;
	height: 300px;
	object-fit: cover;
}

.pipeline-description {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 30px;
	text-align: justify;
}

/* Tabs样式 - 参考图片样式 */
.solution-container .am-tabs {
	margin: 0 auto;
}

.solution-container .am-tabs .am-tabs-nav {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #EEEEEE;
	background: #fff;
}

.solution-container .am-tabs .am-tabs-nav li {
	padding: 9px 0;
	border-right: 1px solid #FFFFFF;
	display: inline-block;
}

.solution-container .am-tabs .am-tabs-nav li a {
	color: #262626;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	white-space: normal;
	word-wrap: break-word;
}

.solution-container .am-tabs .am-tabs-nav li.am-active {
	padding: 9px 0;
	border-bottom: 3px solid #FF4A4A;
}

.solution-container .am-tabs .am-tabs-nav li.am-active a {
	color: #FF4A4A;
}

.solution-container .am-tabs .am-tabs-bd {
	border: 0;
}

.solution-container .am-tabs .am-tabs-bd div[class^=am-tab-panel] {
	padding: 0;
	margin: 0 0 30px;
}

.solution-container .am-tabs .am-tabs-bd .am-tab-panel {
	display: none;
}

.solution-container .am-tabs .am-tabs-bd .am-tab-panel.am-active {
	display: block;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
	.pipeline-images {
		margin: 20px 0;
	}
	
	.pipeline-images img {
		height: 200px;
		object-fit: cover;
		object-position: center;
		background-color: transparent;
	}
	
	/* 移动端图片行布局调整 */
	.image-row {
		flex-direction: column;
		gap: 15px;
	}
	
	.image-row.single img {
		max-width: 100%;
		width: 100%;
		height: 200px;
		object-fit: contain;
	}
	
	.image-row.triple {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.image-row.triple img {
		max-width: 100%;
		width: 100%;
		height: 200px;
		object-fit: contain;
	}
	
	.image-row.double {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.image-row.double img {
		max-width: 100%;
	}
	
	/* 移动端牛基因编辑管线布局调整 */
	.image-row.cow-layout {
		flex-direction: column;
		gap: 15px;
	}
	
	.image-row.cow-layout .cow-large,
	.image-row.cow-layout .cow-small {
		flex: none;
		max-width: 100%;
	}
	
	.rdachievements-intro p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.pipeline-description {
		font-size: 14px;
		line-height: 24px;
	}
	
	.news-section .container .article .article--title a {
		font-size: 26px !important;
		line-height: 50px !important;
	}
	
	.news-section .container .article .article--title h2 {
		font-size: 26px !important;
		line-height: 50px !important;
	}
	
	.news-section .container .article {
		padding: 0 0 50px 0 !important;
	}
	
	.news-section .container .article .article--content {
		font-size: 14px;
	}
	
	/* 移动端banner样式 */
	.ban_rdachievements {
		min-height: 200px !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;
	}
	
	.news-section .container .article .article--title h2 {
		font-size: 26px;
		line-height: 50px;
	}
	
	.news-section .container .article .article--content {
		font-size: 14px;
	}
	
	/* 769px以下强制tabs 2行显示 */
	.solution-container .am-tabs .am-tabs-nav {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 1fr 1fr !important;
		gap: 0 !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		height: auto !important;
		float: none !important;
	}
	
	.solution-container .am-tabs .am-tabs-nav li {
		display: block !important;
		width: 100% !important;
		border-right: 1px solid #EEEEEE !important;
		border-bottom: 1px solid #EEEEEE !important;
		text-align: center !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		position: relative !important;
	}
	
	/* 第1个tab：左上 */
	.solution-container .am-tabs .am-tabs-nav li:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}
	
	/* 第2个tab：右上 */
	.solution-container .am-tabs .am-tabs-nav li:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
		border-right: none !important;
	}
	
	/* 第3个tab：左下 */
	.solution-container .am-tabs .am-tabs-nav li:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
		border-bottom: none !important;
	}
	
	/* 第4个tab：右下 */
	.solution-container .am-tabs .am-tabs-nav li:nth-child(4) {
		grid-column: 2;
		grid-row: 2;
		border-right: none !important;
		border-bottom: none !important;
	}
	
	.solution-container .am-tabs .am-tabs-nav li a {
		font-size: 12px !important;
		padding: 8px 6px !important;
		text-align: center !important;
		white-space: normal !important;
		word-wrap: break-word !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		line-height: 1.1 !important;
		box-sizing: border-box !important;
	}
	
	.solution-container .am-tabs .am-tabs-nav li.am-active {
		border-bottom: 3px solid #FF4A4A !important;
	}
}

@media screen and (max-width: 480px) {
	.pipeline-images {
		margin: 15px 0;
	}
	
	.pipeline-images img {
		height: 180px;
		object-fit: cover;
		object-position: center;
		background-color: transparent;
	}
	
	/* 小屏幕图片行布局调整 */
	.image-row {
		gap: 10px;
	}
	
	.image-row.single img {
		max-width: 100%;
		width: 100%;
		height: 180px;
		object-fit: contain;
	}
	
	.image-row.triple img {
		max-width: 100%;
		width: 100%;
		height: 150px;
		object-fit: contain;
	}
	
	.image-row.double img {
		max-width: 100%;
	}
	
	/* 小屏幕牛基因编辑管线布局调整 */
	.image-row.cow-layout {
		gap: 10px;
	}
	
	.image-row.cow-layout .cow-large,
	.image-row.cow-layout .cow-small {
		flex: none;
		max-width: 100%;
	}
	
	.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_rdachievements {
		min-height: 150px !important;
		background-size: cover !important;
		background-position: center center !important;
	}
	
	/* 480px以下进一步优化tabs样式 */
	.solution-container .am-tabs .am-tabs-nav li a {
		font-size: 11px !important;
		padding: 6px 8px !important;
		line-height: 1.0 !important;
	}
}

/* 描述部分标题样式 */
.pipeline-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;
}