

.empty{ 
    display: block;
    background: url(img/empty.png) no-repeat center;
    width: 100%;
    height: 300px;
}
#loadMoreBtn{ 
    border: none;
}

#endMessage{
    
    color: #353535;
    text-align: center;
    margin-bottom: 20px;
    
}
/*#form{*/
/*    display: flex;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*}*/
#form input{
    padding-right: 30px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 14px;
    border-bottom: 1px solid #999;
}
#form .layui-anim-upbit{
    width: 130px;
}

#pageinfo {
	text-align: center;
	/*margin-bottom: 20px;*/
	/*margin-top: 26px;*/
}

.digg {
	display: inline-block !important;
	padding-top: 30px;
}

.digg li {
	width: 32px !important;
	height: 32px !important;
	line-height: 30px;
	display: inline-block;
	margin: 0 2px;
	background: #fff;
	border: 1px solid #cecece !important;
	border-radius: 2px;
	font-size: 14px;
	color: #666;
	padding: 0px !important;
	margin-bottom:0px !important;
}
.digg li span{
	display: inline-block !important;
	overflow: initial !important;
	margin-top: 0px !important;
 
	padding: 0px !important;

}

.digg .page-item a {
	border: none;
	padding: 0px;
	height: 32px;
	line-height: 30px;
	display: inline-block;
	width: 32px;
	overflow: inherit;
}

.digg .page-item a:hover {
	/*background-color: #015196;*/
	color: #044f9a;
}

.digg .page-item a:active {
	background-color: #133d4a;
	color: #fff;
}

.digg li.active {
	display: inline-block;
	/* margin: 2px; */
	width: 31px;
	height: 31px;
	line-height: 30px;
	background-color: #133d4a;
	text-decoration: none;
}
.digg li.active span{

	color: #fff !important;
}
.warpper {
	max-width: 1244px;
	margin: 0 auto;
}

.warpper4 {
	max-width: 1700px;
	margin: 0 auto;
}

.warpper5 {
	max-width: 1440px;
	margin: 0 auto;
}

.warpper7 {
	max-width: 1280px;
	margin: 0 auto;
}

.navbar {
	background-color: #0a111f;
	height: 140px;
}

.navbar .warpper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
}

.logo-container {
	display: flex;
	align-items: center;
	gap: 15px;
}

.logo {
	width: 195px;
}

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

.nav-links {
	display: flex;
	gap: 60px;
	padding-left: 8%;
}

.nav-links a {
	color: #fff;
	/* 绿色文字 */
	text-decoration: none;
	font-size: 1.1rem;
	padding: 20px 0;
	position: relative;
	/* 添加过渡效果，让颜色变化更平滑 */
	transition: color 0.3s ease;
}


/* --- 核心动态效果代码 --- */


/* 为所有链接添加一个默认的、宽度为0的下划线 */

.nav-links a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	/* 从中间开始 */
	width: 0;
	/* 初始宽度为0 */
	height: 1px;
	background-color: #14ec2a;
	/* 使用校徽的金色作为下划线颜色，形成对比 */
	/* 添加过渡效果，让宽度和位置变化更平滑 */
	transition: width 0.3s ease, left 0.3s ease;
}


/* 当鼠标悬停时，将下划线宽度变为100%，并将left位置重置为0 */

.nav-links a:hover::after {
	width: 100%;
	left: 0;
}


/* 鼠标悬停时，文字颜色也可以略微变亮，增强反馈 */

.nav-links a:hover {
	color: #14ec2a;
}


/* 激活状态(active)的样式保持不变，但需要稍微调整一下层级 */

.nav-links a.active {
	font-weight: bold;
	color: #14ec2a;
	/* 保持原有的绿色 */
}


/* 确保激活状态的下划线覆盖在悬停效果之上 */

.nav-links a.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #14ec2a;
	/* 下划线颜色与文字颜色一致 */
}


/* --- 动态效果代码结束 --- */

.search-container {
	position: relative;
}

.search-container input {
	background: none;
	border: none;
	color: #4cae50;
	padding: 8px 0px;
	border-radius: 0px;
	width: 180px;
	outline: none;
	font-size: 0.9rem;
	transition: background-color 0.3s ease;
	border-bottom: 2px solid #79858c;
}

.search-container input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}


/* 为搜索框也添加一个简单的聚焦效果 */

.search-container input:focus {
	background: none;
}

.search-container button {
	background: none;
	border: none;
	color: #4cae50;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: color 0.3s ease;
}

.search-container button img {
	width: 20px;
}

.search-container button:hover {
	color: #c29d50;
}


/*地质学人内容样式*/

.title {
	color: #133d4a;
	font-weight: bold;
	font-size: 48px;
}

.dzx_section {
	width: 690px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.dzx_section p {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 25px;
	text-align: justify;
}

#byc {
	width: 100%;
	background: url(../images/bj01.png) no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 10;
	
	padding-top: 40px;
	/* 增加顶部内边距 */
}

#byc .byc {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	gap: 8px;
}


/* 为 .bycs 添加过渡效果，让宽度变化更平滑 */

.bycs {
	width: 224px;
	height: 465px;
	overflow: hidden;
	flex-grow: 1;
	position: relative;
	/* 关键改动：添加过渡效果 */
	transition: width 1.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.bycs.on {
	/* 关键改动：这个宽度变化现在会有 0.5 秒的过渡动画 */
	width: calc(100% - 656px);
	flex-shrink: 0;
}

.bycs .byc_tit {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.5rem;
	font-size: 1.375rem;
	width: 100%;
	height: 100%;
	background: rgba(19, 61, 74, 0.1);
}

.bycs .byc_tit .p {
	width: 100%;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	line-height: 80px;
	margin: 0;
	/* 为名称的显示/隐藏添加过渡 */
	transition: opacity 0.3s ease;
}

.bycs .byc_tit .span {
	z-index: 88;
	color: rgba(255, 255, 255, 0.85);
	line-height: 24px;
	font-size: 16px;
	position: absolute;
	top: 90px;
	left: 40px;
	width: 87%;
	/* 去掉文本截断和行数限制 */
	display: block;
	opacity: 0;
	transform: translateY(20px);
	/* 初始向下偏移 */
	transition: opacity 0.7s ease, transform 0.7s ease;
	visibility: hidden;
	/* 整体过渡动画 */
}

.bycs.on .byc_tit .span {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	/* 激活时回到原位 */
}

.byc .bycs .bl {
	height: 465px;
	/* 39.125rem * 16px/rem */
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
}


/* 为背景遮罩添加过渡效果 */

.bycs .bl:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #05161B 0%, rgba(12, 91, 115, 0) 26%, rgba(11, 84, 106, 0) 75%, #06191F 100%);
	width: 100%;
	height: 100%;
	/* 关键改动：让背景渐变的变化也有过渡 */
	transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bycs.on .bl:before {
	/* 关键改动：这个背景变化现在会有 0.5 秒的过渡动画 */
	background: linear-gradient(90deg, #063340 0%, rgba(6, 51, 64, 0.6) 90%);
}

.s_title {
	text-align: center;
}

.s_title h4 {
	color: #1f1f1f;
	font-size: 42px;
	font-weight: 500;
}

.s_title p {
	color: #1f1f1f;
	font-size: 16px;
	margin: 32px 0 60px;
}

.bycs.on .byc_tit .p {
	display: none;
}

.name_05 {
	opacity: 0;
	/* 为底部标签的显示/隐藏添加过渡 */
	transition: opacity 0.5s ease;
}

.bycs.on .name_05 {
	opacity: 1;
}

.name_01 {
	color: #fff;
	font-size: 25px;
	display: block;
	font-weight: bold;
}

.name_02 {
	font-size: 16px;
	display: block;
	margin-top: 32px;
	margin-bottom: 24px;
}

.name_03 {
	font-size: 13px;
	line-height: 25.6px;
	width: 77%;
	display: block;
	margin-bottom: 20px;
	transition: none!important;
}

.name_04 {
	font-size: 13px;
	text-align: right;
	text-decoration: underline;
	display: block;
	color: #fff;
	cursor: pointer;
}

.name_05 {
	background: #133d4a;
	height: 48px;
	line-height: 48px;
	color: #14ec2a;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}


/*杰出校友开始*/

.jcyx_nr {
	margin: 120px auto;
	align-items: flex-start;
	gap: 50px;
	background-color: #fff;
	background: none;
	position: relative;
}

.alumni-intro {
	width: 1240px;
	margin: 0 auto;
}

.alumni-title {
	font-size: 28px;
	color: #0F3C4C;
	margin-bottom: 20px;
	position: relative;
	padding-left: 15px;
	font-weight: bold;
}

.alumni-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background-color: #0F3C4C;
	border-radius: 2px;
}

.alumni-description {
	color: #555;
	line-height: 1.7;
	margin-bottom: 30px;
	font-size: 15px;
	width: 370px;
	text-align: justify;
	margin-top: 70px;
	margin-bottom: 80px;
}

.view-more {
	background: #fff;
	border: 2px solid #666666;
	color: #666666;
	padding: 10px 35px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.3s ease;
	display: inline-block;
}

.view-more:hover {
	background: #133d4a;
	border: 2px solid #133d4a;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(15, 60, 76, 0.2);
	color: #fff;
}

.alumni-slider {
	width: 57%;
	position: absolute;
	right: 0;
	top: 0;
}

.alumni-slider:before {
	background: #133d4a;
	border-radius: 60px 0 0 0;
	width: 93%;
	height: 470px;
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
}


/* 右侧Swiper 样式 */

.jcyx_nr .swiper-container {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	padding-top: 95px;
}

.jcyx_nr .swiper-slide {
	display: flex;
	justify-content: center;
	/* 每个-slide之间的间隙 */
}

.alumni-card {
	text-align: center;
	width: 192px!important;
	transition: transform 0.3s ease;
}

.alumni-card:hover {
	transform: translateY(-5px);
}

.alumni-photo {
	height: 234px;
	border-radius: 0px;
	background-color: #e9ecef;
	overflow: hidden;
}

.alumni-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}

.alumni-card:hover .alumni-photo img {
	transform: scale(1.05);
}
.alumni-card:hover{transform: scale(1.08);transition: all 0.5s ease;}

.alumni-name {
	background-color: white;
	padding: 15px 12px;
	border-radius: 0 0 15px 15px;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	border: 1px solid #cdcdcd;
}

@media (max-width: 1680px) {
	.alumni-slider {
		width: 60%;
	}
}

@media (max-width: 1400px) {
	.alumni-slider {
		width: 64%;
	}
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
		padding: 30px 15px;
		gap: 30px;
		margin: 30px auto;
	}
	.alumni-slider {
		width: 100%;
	}
	.alumni-title {
		font-size: 24px;
	}
}


/*底部样式开始*/


/* 页脚容器 */

.footer {
	background-color: #0d1f24;
	color: #ffffff;
	height: 240px;
	width: 100%;
}

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


/* 左侧机构信息 */

.footer .institution-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer .logo {
	width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.footer .logo img {
	width: 100%;
}


/* 右侧联系信息 - 关键修改处 */

.footer .contact-info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px 60px;
}

.footer .contact-item:nth-child(4),
.footer .contact-item:nth-child(5) {
	grid-column: span 1.5;
}

.footer .contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}

.footer .contact-icon {
	color: #d1d5db;
	width: 18px;
	text-align: center;
}

.fa-map-marker-alt {
	background: url(../images/dz.png) no-repeat left center;
	background-size: 100%;
	height: 20px;
}

.fa-phone {
	background: url(../images/phone.png) no-repeat left center;
	background-size: 100%;
	height: 20px;
}

.fa-envelope {
	background: url(../images/email.png) no-repeat center center;
	background-size: 94%;
	height: 20px;
}

.fa-postal-badge {
	background: url(../images/yzbm.png) no-repeat left center;
	background-size: 100%;
	height: 20px;
}

.fa-fax {
	background: url(../images/cz.png) no-repeat left center;
	background-size: 100%;
	height: 20px;
}


/* 响应式设计 */

@media (max-width: 768px) {
	.footer {
		flex-direction: column;
		gap: 30px;
		padding: 20px;
		text-align: center;
	}
	.footer .institution-info {
		flex-direction: column;
	}
	.footer .contact-info {
		grid-template-columns: 1fr;
		/* 移动端单列布局 */
		gap: 15px;
	}
	.footer .contact-item:nth-child(4),
	.footer .contact-item:nth-child(5) {
		grid-column: span 1;
		/* 移动端恢复1列 */
		/* 移动端也保持左对齐（或根据需求调整） */
	}
}


/*杰出校友页面*/

.ny_banner {
	height: 426px;
	width: 100%;
}

.ny_banner_txt {
	padding-top: 130px;
}

.ny_banner_txt h2 {
	color: #fff;
	font-size: 48px;
}

.ny_banner_txt h3 {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	background: url(../images/xfz_a.png) no-repeat left center;
	padding-left: 30px;
	background-size: 18px;
	font-size: 12px;
}

.ny_banner_txt h3 a {
	color: #fff;
	font-size: 12px;
}

.ny_banner_txt h3 a:hover {
	text-decoration: underline;
}

.nav_dh {
	background: #fff;
	height: 64px;
	width: 100%;
	line-height: 64px;
	box-shadow: 0px 3px 15px 16px rgba(120, 168, 124, 0.18);
}

.nav_dh .warpper ul {
	display: flex;
}

.nav_dh .warpper ul li {
	display: block;
	position: relative;
	transition: all 0.5s;
}

.nav_dh .warpper ul li a {
	font-size: 16px;
	color: #133d4a;
	display: block;
	padding: 0 27px;
}

.nav_dh .warpper ul .one_c {
	background: #133d4a;
	color: #fff;
}

.nav_dh .warpper ul .one_c a {
	color: #14ec2a;
	font-weight: bold;
}


/* 当鼠标悬停时，将下划线宽度变为100%，并将left位置重置为0 */

.nav_dh .warpper ul li:hover {
	background: #f0f2f6;
	font-weight: bold;
	transition: all 0.5s;
}

.nav_dh .warpper ul .one_c:hover {
	background: #133d4a;
}


/*.nav_dh .warpper ul li:hover::after {
	width: 100%;
	left: 0;
}*/

.nav_dh_ty {
	background: url(../images/ty_bj.png) no-repeat top center;
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.main_nr {
	background: url(../images/bg_da.png) no-repeat right top;
	background-size: cover;
	position: relative;
	padding: 120px 0;
}

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

.jcxy_ny1_tit {
	font-weight: 600;
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
}

.jcxy_ny1_seach .search-container input {
	border-bottom: 2px solid rgba(6, 51, 64, 0.65);
	width: 246px;
	padding: 14px 0px;
	color: rgba(6, 51, 64, 0.95);
}

.jcxy_ny1_seach .search-container input::placeholder {
	color: rgba(6, 51, 64, 0.95);
	font-size: 16px;
}

.jxgc_ny_n_right2 .search-container input::placeholder {
	color: #133d4a;
}

.jxgc_ny_n_right2 .search-container input:focus {
	border-bottom-color: #4cae50;
	/* 聚焦时下划线变绿色，强化反馈 */
	color: #133d4a;
}

.jcxy_ny2 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.jcxy_ny2 p {
	font-size: 16px;
	color: #5E5E5E;
	line-height: 27px;
	text-align: justify;
}

.jcxy_ny3_txt1 {
	margin-top: 10px;
}

.jcxy_ny3_txt1 img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: -2px;
	width: 17px;
}

.jcxy_ny3_txt2 {
	margin-top: 5px;
}

.jcxy_ny3_txt2 img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: -3px;
	width: 17px;
	transform: rotate(180deg);
}

.jcxy_ny3 {
	padding-left: 30px;
	padding-right: 30px;
}

.jcxy_ny3 ul li {
	width: 242px;
	height: 355px;
	background: linear-gradient( 180deg, #eaeeec 0%, #8ca3cb 100%);
	text-align: center;
	padding: 14px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	transition: all 0.7s;
	position: relative;
}

.jcxy_ny3_img {
	height: 265px;
	width: 100%;
	overflow: hidden;
}

.jcxy_ny3_img img {
	height: 265px;
	
	width: 100%; text-align: center;transition: 1s;transition: all 0.5s;
}

.jcxy_ny3_txt1 {
	color: #fff;
	font-size: 18px;
}

.jcxy_ny3_txt2 {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	text-align: left;
	padding-left: 69px
}

.clear {
	clear: both;
}

.jcxy_ny3 ul li:hover {
	background: linear-gradient( 180deg, #E2E2E2 20%, #2544A3 97%);
	transition: all 0.6s;
}

.jcxy_ny3_txt_a {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	box-sizing: border-box;
	padding-left: 64px;
	padding-top: 180px;
	opacity: 0;
	transition: all 0.6s;
}

.jcxy_ny3_txt_a p {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	text-align: left;
}

.jcxy_ny3 ul li:hover .jcxy_ny3_txt_a {
	opacity: 1;
	transition: all 0.7s;
}

.jcxy_ny3 ul li:hover .jcxy_ny3_txt1 {
	opacity: .6;
}

.jcxy_ny3 ul li:hover .jcxy_ny3_txt2 {
	opacity: .6;
}

.jcxy_ny3 ul li:hover .jcxy_ny3_img img{transform: scale(1.1);transition: all 0.5s;}

/*地质学人内页样式*/

.warpper3 {
	width: 1400px;
	margin: 0 auto;
}

.main_nr02 {
	padding: 0!important;
	position: relative;
	background: #fff;
}

#dzxr_ny {
	display: flex;
	overflow: hidden;
	position: relative;
}


/* 左侧导航样式 */

.nav-sidebar {
	width: 240px;
	background: #133d4a;
	color: white;
	padding: 40px 0;
	height: auto;
	position: relative;
	margin-left: 70px;
}

.nav-menu {
	list-style: none;
	padding: 0;
}

.nav-item {
	padding: 32px 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 25px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* 使用两个伪元素分别处理背景色和图标 */

.nav-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: all 0.3s ease;
	z-index: -1;
}


/* 图标使用after伪元素，固定在中央 */

.nav-item::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 80px;
	background-image: url('../images/name_zs.png');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	z-index: 1;
}


/* 鼠标悬浮时的样式 */

.nav-item:hover {
	color: #fff;
}

.nav-item:hover::before {
	background-color: #14ec2a;
	left: -60px;
	width: calc(100% + 60px);
	opacity: .8;
}


/* 当前选中项样式 */

.nav-item.active {
	color: #fff;
	.nav-sidebar
}

.nav-item a {
	color: rgba(255, 255, 255, 0.95);
	z-index: 999;
}

.nav-item.active::before {
	background-color: #14ec2a;
	left: -60px;
	width: calc(100% + 60px);
}


/* 右侧内容区域样式 */

.content-area {
	flex: 1;
	padding: 30px;
	padding-left: 80px;
	padding-right: 50px;
	padding-top: 90px;
}

.content-section {
	display: none;
	animation: fadeIn 0.5s ease;
}

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

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.page-title {
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	font-weight: 600;
}

.page-title-fbsj {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 20px
}

.profile-header {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
}

.profile-image {
	width: 150px;
	height: 180px;
	background: #e0d6c3;
	border-radius: 5px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8B4513;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border: 1px solid #d4c9b1;
}

.profile-info {
	flex: 1;
}

.profile-name {
	font-size: 24px;
	color: #8B4513;
	margin-bottom: 5px;
}

.profile-title {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.profile-dates {
	font-size: 14px;
	color: #888;
}

.section-title {
	font-size: 20px;
	color: #8B4513;
	margin: 25px 0 15px;
	padding-left: 10px;
	border-left: 4px solid #8B4513;
}

.section-content {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 16px;
	color: #5e5e5e;
	line-height: 27px;
	padding-top: 50px;
}

.section-content p {
	text-indent: 2em;
	margin-top: 10px;
	font-size: 16px;
	color: #5e5e5e;
	line-height: 27px;
}

.section-content img {
	max-width: 100%;
	display: block;
}

.achievement-list {
	list-style-type: none;
	padding-left: 20px;
}

.achievement-list li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}

.achievement-list li::before {
	content: "•";
	color: #8B4513;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}

.quote-box {
	background: #f9f5eb;
	border-left: 4px solid #8B4513;
	padding: 15px 20px;
	margin: 20px 0;
	font-style: italic;
	color: #555;
}

.image-placeholder {
	width: 100%;
	height: 200px;
	background: #e0d6c3;
	border-radius: 5px;
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8B4513;
	font-size: 16px;
	border: 1px solid #d4c9b1;
}


/*大事件样式*/

.line-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 120px;
	padding: 20px;
	padding-bottom: 10px;
}

.vertical-line {
	width: 1px;
	height: 15px;
	background: #5E5E5E;
	border-radius: 0px 0px 0px 0px;
	opacity: 0.55;
}

.timeline {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.timeline .swiper-container {
	height: 100%;
	width: 100%;
	position: relative;
}

.timeline .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline .swiper-slide {
	position: relative;
	overflow: hidden;
	height: auto;
	opacity: 0.3;
	transition: opacity 0.3s ease;
}

.timeline .swiper-slide-active {
	opacity: 1;
}

.timeline .swiper-slide-content {
	/*position: absolute;*/
	width: 100%;
	top: 400px;
	padding: 0 20px;
	font-size: 12px;
	z-index: 2;
	left: 0;
	padding-top: 300px;
	padding-bottom: 100px;
}

.dsj_nr_bg {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	gap: 30px;
}

.dsj_nr_bg_left {
	width: 336px;
	flex-shrink: 0;
	text-align: center;
}

.dsj_nr_bg_right {
	flex: 1;
	padding-left: 100px;
}

.dsj_nr_bg_right p {
	color: #5E5E5E;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	text-align: justify;
	margin-bottom: 15px;
}

.dsj_nr_bg_left1 {
	font-size: 100px;
	color: #14EC2A;
	font-weight: bold;
}

.dsj_nr_bg_left2 {
	color: rgba(6, 51, 64, 0.95);
	font-size: 46px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

.dsj_nr_bg_left3 {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: rgba(6, 51, 64, 0.95);
	text-align: left;
	padding-bottom: 30px;
}

.dsj_nr_bg_left4 {
	width: 334px;
}

.dsj_nr_bg_left4 img {
	max-width: 100%;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* 分页器样式优化 - 支持横向滚动 */

.timeline .swiper-pagination {
	position: absolute;
	top: 0px!important;
	left: 60px!important;
	height: 300px;
	/* 增加高度容纳滚动 */
	display: flex;
	align-items: flex-start;
	/* 顶部对齐 */
	z-index: 10;
	/*padding: 20px 54px;*/
	padding-top: 0;
	overflow-x: auto;
	/* 启用横向滚动 */
	overflow-y: hidden;
	scrollbar-width: none;
	/* 隐藏Firefox滚动条 */
	-ms-overflow-style: none;
}


/* 隐藏Chrome滚动条 */

.timeline .swiper-pagination::-webkit-scrollbar {
	display: none;
}

.timeline .swiper-pagination::before {
	display: none;
}

.timeline .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: center;
	opacity: 1;
	background: transparent;
	color: rgba(6, 51, 64, 0.95);
	margin: 0 12px !important;
	/* 调整间距 */
	position: relative;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 5px;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: pointer;
	flex-shrink: 0;
	/* 防止压缩 */
	min-width: 80px;
	/* 最小宽度确保对齐 */
}

.timeline .swiper-pagination-bullet .year {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 12px;
	transition: color 0.3s ease;
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	height: 28px;
}

.timeline .swiper-pagination-bullet .description {
	font-size: 15px;
	color: rgba(6, 51, 64, 0.6);
	max-width: 120px;
	line-height: 1.4;
	opacity: 1;
	transition: all 0.3s ease;
	text-align: center;
	width: 100%;
	font-style: normal;
	text-transform: none;
	margin-top: 30px;
	width: 43px;
	text-align: left;
	padding-left: 5px;
}

.timeline .swiper-pagination-bullet-active {
	color: #14ec2a;
}

.timeline .swiper-pagination-bullet-active .year {
	position: relative;
	color: #14ec2a;
}

.timeline .swiper-pagination-bullet-active .description {
	color: rgba(6, 51, 64, 0.95);
	font-size: 16px;
	font-weight: 600;
}

.timeline .swiper-pagination-bullet-active .year::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(6, 51, 64, 0.95);
	border-radius: 50%;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.3s ease;
}

.dsj_ny_tit {
	color: rgba(6, 51, 64, 0.95);
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	padding-top: 60px;
	margin-bottom: 50px;
}


/* 导航按钮优化 */

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
	background-size: 20px 20px;
	top: 100px!important;
	/* 调整位置与分页器对齐 */
	width: 40px;
	height: 40px;
	margin-top: 0;
	z-index: 11;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.timeline .swiper-button-prev {
	left: 0px;
	background: url(../images/jt_tb.png) no-repeat center center;
	background-size: 100%;
}

.timeline .swiper-button-prev:hover {
	transform: translateX(-3px) scale(1.05);
}

.timeline .swiper-button-next {
	right: 0px;
	background: url(../images/jt_tb.png) no-repeat center center;
	background-size: 100%;
	transform: rotate(180deg);
}

.timeline .swiper-button-next:hover {
	transform: translateX(3px) scale(1.05);
	transform: rotate(180deg)
}

.timeline .swiper-navigation-icon {
	display: none;
}


/* 确保内容区域可以拖动 */

.timeline .swiper-slide-content,
.dsj_nr_bg,
.dsj_nr_bg_left,
.dsj_nr_bg_right {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.timeline .swiper-pagination {
	width: 1140px!important;
	margin: 0 auto!important;
	overflow: hidden!important;
}


/* 移动端适配 */

@media screen and (max-width: 1024px) {
	.dsj_nr_bg {
		flex-direction: column;
	}
	.dsj_nr_bg_left {
		width: 100%;
		text-align: center;
	}
	.dsj_nr_bg_left4 {
		margin: 0 auto;
	}
	.timeline {
		height: 700px;
	}
	.timeline .swiper-pagination-bullet {
		margin: 0 12px !important;
	}
}

@media screen and (max-width: 768px) {
	.timeline .swiper-pagination {
		height: 120px;
		padding: 15px 0;
	}
	.timeline .swiper-pagination-bullet {
		margin: 0 8px !important;
		font-size: 16px;
		padding: 5px;
		min-width: 60px;
	}
	.timeline .swiper-pagination-bullet .description {
		display: none;
	}
	.timeline .swiper-pagination-bullet-active::before {
		width: 50px;
		height: 50px;
	}
	.timeline .swiper-button-next,
	.timeline .swiper-button-prev {
		width: 35px;
		height: 35px;
		top: 60px;
	}
	.timeline .swiper-button-prev {
		left: 10px;
	}
	.timeline .swiper-button-next {
		right: 10px;
	}
	.dsj_nr_bg_left1 {
		font-size: 70px;
	}
	.dsj_nr_bg_left2 {
		font-size: 36px;
	}
	.timeline {
		height: 750px;
	}
}

@media screen and (max-width: 480px) {
	.timeline {
		height: 800px;
	}
	.timeline .swiper-pagination-bullet {
		margin: 0 5px !important;
		font-size: 14px;
		min-width: 50px;
	}
	.timeline .swiper-pagination-bullet .year {
		font-size: 20px;
	}
	.dsj_nr_bg_left1 {
		font-size: 60px;
	}
	.dsj_nr_bg_left2 {
		font-size: 28px;
	}
	.dsj_nr_bg_right p {
		font-size: 14px;
		line-height: 1.6;
	}
}


/*人才培养成果-教师实验平台-详情*/

.ny_banner_pycg {
	width: 100%;
	height: 520px;
}

.ny_banner_pycg .ny_banner_txt h2 {
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: 600;
}

.ny_banner_pycg .ny_banner_txt h3 {
	color: rgba(6, 51, 64, 0.95);
	background: url(../images/xfz_a2.png) no-repeat left center;
	background-size: 18px;
}

.ny_banner_pycg .ny_banner_txt h3 a {
	color: rgba(6, 51, 64, 0.95);
}

.ny_banner_pycg .warpper {
	display: flex;
	justify-content: space-between;
}

.ny_banner_pycg .sypt_xq_banner_text h2 {
	text-align: right;
	background-image: linear-gradient(180.15176616824232deg, #FFFFFF 43%, rgba(1, 205, 202, 0.93) 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 58px;
	font-weight: 600;
	line-height: 80px;
	text-align: right;
	font-style: normal;
	text-transform: none;
}

.sypt_xq_banner_text {
	padding-top: 80px;
}

.ny_banner_pycg .sypt_xq_banner_text h3 {
	font-weight: 400;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 31px;
	text-align: justified;
	font-style: normal;
	text-transform: none;
	text-align: right;
	padding-top: 90px;
}

.sypt_xq_nav .warpper ul li a {
	font-size: 16px;
	padding: 0 52px;
}

.sypt_zcdh {}

.sypt_zcdh .nav-item {
	font-size: 22px;
	text-align: left;
	color: rgba(255, 255, 255, 0.95);
	justify-content: left;
	padding: 32px 45px;
}

.sypt_zcdh .nav-item::after {
	background: none;
}

.sypt_zcdh .nav-sidebar {
	width: 288px;
	margin-left: 78px;
}

.acter_z {
	padding-top: 30px;
}

.acter_z1 {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	line-height: 27px;
	text-align: justified;
	font-style: normal;
	text-transform: none;
	line-height: 30px;
	margin-top: 20px;
}

.acter_z1 a {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
}

.acter_z1 a:hover {
	text-decoration: underline;
}


/*人才培养成果-教学实验平台*/

.teach_xpt_lib ul li {
	float: left;
	width: 260px;
	display: block;
	margin-right: 46px;
	background: #f7f7f7;
	border-bottom: 6px solid #14ec2a;
	margin-bottom: 30px;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.teach_xpt_lib ul li:nth-child(3n) {
	margin-right: 0;
}

.teach_xpt_lib2 {
	padding: 10px 10px;
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	padding-bottom: 5px;
}

.teach_xpt_lib3 {
	padding: 10px 10px;
	padding-top: 0;
	text-align: right;
	color: rgba(6, 51, 64, 0.95);
	font-size: 15px;
	transition: all 0.5s;
}

.teach_xpt_lib ul li a:hover:before {
	transition: all 0.5s;
	background: #133d4a;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.teach_xpt_lib1 img {
	filter: grayscale(100%);
	width: 100%;
	text-align: center;
	transition: 1s;
}

.teach_xpt_lib1 {
	width: 260px;
	height: 204px;
	overflow: hidden;
}

.teach_xpt_lib ul li a:hover .teach_xpt_lib2 {
	color: #14ec2a;
	transition: all 0.5s;
}

.teach_xpt_lib ul li a:hover .teach_xpt_lib3 {
	color: #14ec2a;
	transition: all 0.5s;
}

.teach_xpt_lib ul li a:hover .teach_xpt_lib1 img {
	transform: scale(1.1);
	transition: all 0.7s;
	filter: grayscale(0%);
}


/*人才培养成果一流教材*/

.yijc_ny {
	padding-top: 90px;
}

.yijc_ny_lie ul li {
	position: relative;
	display: block;
	width: 360px;
}

.yijc_ny_lie_img img {
    
    width: 226px;
	max-width: 100%;
}

.yijc_ny_lie_img {
	background: rgba(199, 199, 199, 0.54);
	padding: 30px;
	box-sizing: border-box;
}

.yijc_ny_lie_txt2 {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.yijc_ny_lie_txt1 {
	color: rgba(6, 51, 64, 0.95);
	font-size: 24px;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid #bfbfbf;
	padding-top: 10px;
    width: 320px;
}

.yijc_ny_lie_txt2_left p {
	color: #5E5E5E;
	font-size: 16px;
	line-height: 30px;
}

.yijc_ny_lie_txt2 {
	padding-top: 10px;
}

.yijc_ny_lie ul li {
	float: left;
	display: block;
	margin-right: 80px;
	margin-bottom: 50px;
	padding: 30px;
	transition: all 0.8s;
}

.yijc_ny_lie ul li:nth-child(3n) {
	margin-right: 0;
}

.yijc_ny_lie_txt2_right {
	margin-top: 10px;
}

.yijc_ny_lie ul li:hover {
	transition: all 0.8s;
	background: #133d4a;
}

.yijc_ny_lie ul li:hover .yijc_ny_lie_img {
	background: none;
}

.yijc_ny_lie ul li:hover .yijc_ny_lie_txt2_left p {
	color: #fff;
}

.yijc_ny_lie ul li:hover .yijc_ny_lie_txt1 {
	color: #fff;
}

.yijc_ny_lie_txt2_right {
	background: url(../images/yjt_hs.png) no-repeat center center;
	width: 36px;
	height: 36px;
	background-size: 100%;
}

.yijc_ny_lie ul li:hover .yijc_ny_lie_txt2_right {
	background: url(../images/yjt_ls.png) no-repeat center center;
	width: 36px;
	height: 36px;
	background-size: 100%;
}

.yijc_ny_lie_img {
	align-items: center;
	display: flex;
    justify-content: center;
	box-sizing: border-box;
	transition: all 0.5s;
}

.yijc_ny_lie_img img {
	height: 290px;
	display: inline-block;
	box-shadow: 0px 19px 11px 2px rgba(0, 0, 0, 0.22);
}

.yijc_ny_lie ul li:hover .yijc_ny_lie_img {
	transition: all 0.5s;
	transform: translateY(-5px);transform: scale(1.1);
}


/*人才培养成果-一流教材 - 图文详情*/

.yljc_xq_d {
	background: #f8f8f8;
}

.yijc_details {
	width: 1166px;
	background: #fff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 100px;
	padding-top: 50px;
}

.yijc_details1 {
	font-size: 18px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.yijc_details1 a {
	color: #5E5E5E;
	font-weight: bold;
}

.yijc_details1 a:hover {
	color: #14ec2a;
}

.yijc_details2 {

	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}

.yijc_details2 h2 {
	font-weight: 600;
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
	text-align: justified;
	font-style: normal;
	text-transform: none;
	line-height: 50px;
}

.yijc_details3 {
    min-height: 200px;
	text-align: center;
	margin-top: 40px;
}

.yijc_details3 img {
	max-width: 100%;
	display: inline-block;
}

.yijc_details4 {
	padding-top: 50px;
}

.yijc_details4 dl {
	align-items: center;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	gap: 80px;
}

.yijc_details4 dl dd {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
}

.yijc_details4 dl dd span {
	background: #14ec2a;
	padding: 2px;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 10px;
}

.yijc_details5 {
	background: #f7f7f7;
	width: 100%;
	padding: 70px;
	padding-top: 40px;
	margin-top: 60px;
}

.yijc_details5_tit {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
}

.yijc_details5_nr {
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.yijc_details5_nr_left {
	flex: 1;
	padding-right: 40px;
}

.yijc_details5_nr_right {
	width: 340px;
}

.yijc_details5_nr_right img {
	max-width: 100%;
}

.yijc_details5_nr_left p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	text-align: justify;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-indent: 2em;
	margin-top: 10px;
}

.yijc_details5_nr {
	padding-bottom: 50px;
}

.yijc_details5_nr_line {
	width: 100%;
	height: 2px;
	background: #c7c7c7;
}

.yijc_details5_tit {
	margin-top: 30px;
}

.yijc_details5_nr section {
	font-size: 15px;
	line-height: 27px;
}

.yijc_details5_nr section p {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-align: justify;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-indent: 2em;
	margin-top: 10px;
}


/*人才培养成果-培养基地*/


/*人才培养成果-一实践基地详情*/

.section-content .tb_p {
	font-size: 18px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
}

.ylzy_xin_deact {
	background: #f0f2f6;
	padding: 50px;
}

.ylzy_xin_deact dl dd {
	width: 32%;
	display: block;
	float: left;
	color: rgba(6, 51, 64, 0.95);
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}

.ylzy_xin_deact dl dd:nth-child(6) {
	width: 100%;
}

.section-content {
	padding-top: 40px;
}

.video_nr {
	margin-top: 50px;
	text-align: center;
}

.ylzy_xin_deact {
	margin-top: 40px;
}


/*人才培养成果-一流课程*/

.ylkc_video_lib ul li {
	float: left;
	background: #f7f7f7;
	padding: 28px 35px;
	width: 48%;
	transition: all 0.6s;
	margin-bottom: 30px;
}

.ylkc_video_lib ul li:nth-child(2n) {
	float: right;
}

.ylkc_video_lib_img {
	width: 100%;
	height: 264px;
	overflow: hidden;
}

.ylkc_video_lib_img img {
	width: 100%;
	text-align: center;
	transition: 1s
}

.ylkc_video_lib2 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #859aa0;
	padding-top: 15px;
	padding-bottom: 10px;
}

.ylkc_video_lib2_left {
	color: rgba(6, 51, 64, 0.95);
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
}

.ylkc_video_lib2_right {
	border-radius: 4px 4px 4px 4px;
	border: 1px solid rgba(6, 51, 64, 0.5);
	padding: 4px 10px;
	font-size: 12px;
}

.ylkc_video_lib3 h2 {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
}

.ylkc_video_lib3 h3 {
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	text-align: left;
	text-align: justified;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 72px;
	margin-top: 5px;
}

.ylkc_video_lib3 {
	padding-top: 14px;
}

.ylkc_video_lib4 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #859aa0;
	border-top: 1px solid #859aa0;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	transition: all 0.6s;
}

.ylkc_video_lib4_r {
	background: url(../images/right_02.png) no-repeat center center;
	width: 35px;
	height: 35px;
	background-size: 100%;
	transition: all 0.6s;
}

.ylkc_video_lib4_l {
	color: rgba(6, 51, 64, 0.95);
	font-size: 16px;
	transition: all 0.6s;
}

.ylkc_video_lib ul li:hover .ylkc_video_lib4 {
	background: #14ec2a;
	transition: all 0.6s;
	padding-left: 10px;
}

.ylkc_video_lib ul li:hover .ylkc_video_lib4 .ylkc_video_lib4_r {
	background: url(../images/right_01.png) no-repeat center center;
	width: 35px;
	height: 35px;
	background-size: 100%;
	transition: all 0.6s;
}

.ylkc_video_lib ul li:hover .ylkc_video_lib_img img {
	transform: scale(1.1);
	transition: all 0.5s;
}


/*培养成果一流课程详情*/

.ylkc_ny_details {
	padding-left: 50px;
	padding-right: 50px;
}

.ylkc_ny_details .yijc_details4 dl {
	display: block;
}

.ylkc_ny_details .yijc_details4 dl dd {
	width: 33%;
	float: left;
	margin-bottom: 25px;
	position: relative;
}

.ylkc_ny_details .yijc_details4 dl dd:nth-child(4) {
	width: 100%;
}

.xxkec {
	position: absolute;
	right: 110px;
	top: 0;
	padding: 6px 6px;
	border: 1px solid rgba(6, 51, 64, 0.95);
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
}

.ylkc_ny_details .yijc_details4 {
	padding-left: 80px;
}

.nav-sidebar-sw {
	position: absolute;
	right: 20px;
	top: 0;
	height: 100px;
}


/* 箭头基础样式 */

.toggle-arrow {
	position: absolute;
	right: 30px;
	top: 80px;
	transform: translateY(-50%);
	width: 24px;
	height: 40px;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 9;
	background: url(../images/gam1.png) no-repeat center center;
}


/* 展开状态（箭头向左） */

.panel.expanded .toggle-arrow {
	border-left-color: #fff;
}


/* 收缩状态（箭头向右） */

.panel.collapsed .toggle-arrow {
	border-right-color: #fff;
}

.panel.collapsed {
	width: 70px;
}

.nav-menu {
	/* 添加过渡效果，让显示和隐藏更平滑（可选） */
	transition: all 0.5s ease-in-out;
	/* 确保内容不会溢出 */
}

.panel.collapsed .nav-menu {
	display: none;
}


/* 可选：为收缩状态的箭头添加一个旋转效果，提升用户体验 */

.panel.collapsed .toggle-arrow {
	transform: rotate(180deg);
	transition: transform 0.5s ease-in-out;
	top: 20px;
	right: 20px;
}

.panel.collapsed:before {
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	content: "";
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}

.expanded .nav-menu {
	margin-top: 100px;
}


/*人才培养成-教学成果奖*/

.jxgc_banner_txt {
	color: #fff;
	padding-left: 100px;
}

.ny_banner_pycg .jxgc_banner_txt h2 {
	color: #fff;
}

.ny_banner_pycg .jxgc_banner_txt h3 a {
	color: #fff;
}

.ny_banner_pycg .jxgc_banner_txt h3 {
	color: #fff;
}

.ny_banner_pycg .jxgc_banner_txt h3 span {
	color: #1dc339;
}

.ny_banner_pycg .jxgc_banner_txt h3 {
	background: url(../images/xfz_a.png) no-repeat left center;
	background-size: 18px;
}

.jxgc_banner_txt {
	padding-top: 180px;
}

.jxgc_ny_n_left {
	background: #063340;
	width: 334px;
	padding: 60px;
	box-sizing: border-box;
	position: relative;
}


/* 奖项列表标题 */

.jxgc_ny_n_left .section-title {
	color: #14ec2a;
	/* 绿色标题 */
	font-size: 24px;
	margin-bottom: 25px;
	border-left: none;
	padding-left: 0;
	text-align: center;
}


/* 筛选项通用样式 */

.jxgc_ny_n_left .filter-item {
	margin-bottom: 40px;
	text-align: left;
	padding-left: 70px;
}

.jxgc_ny_n_left .filter-item label {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0px;
	cursor: pointer;
	/* 提示标签可点击 */
}

.jxgc_ny_n_left .green-text {
	color: #14ec2a;
}

.jxgc_ny_n_left .sort-arrow {
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	transition: transform 0.3s ease;
	/* 添加过渡效果 */
	display: inline-block;
	/* 确保旋转生效 */
}


/* 箭头旋转效果：默认向上，添加rotate类后向下 */

.jxgc_ny_n_left .sort-arrow.rotate {
	transform: rotate(180deg);
}


/* 自定义下拉框通用样式 */

.jxgc_ny_n_left .custom-select-container {
	position: relative;
	display: none;
	/* 默认隐藏整个下拉容器 */
}

.jxgc_ny_n_left .custom-select-header {
	background-color: #2c3e50;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jxgc_ny_n_left .custom-select-list {
	list-style: none;
	background-color: #244a55;
	border-radius: 0px;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	/* 默认隐藏列表 */
	position: absolute;
	width: 100%;
	z-index: 100;
}

.jxgc_ny_n_left .custom-select-list.show {
	display: block;
	/* 点击后显示列表 */
}

.jxgc_ny_n_left .custom-select-list li {
	padding: 10px 12px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.jxgc_ny_n_left .custom-select-list li:hover,
.jxgc_ny_n_left .custom-select-list li.active {
	background-color: #16b70e;
	/* 选中或 hover 时绿色背景 */
}


/* 奖项级别列表 */

.jxgc_ny_n_left .level-list-container {
	background-color: none;
	overflow: hidden;
	/* 确保圆角生效 */
}

.jxgc_ny_n_left .level-list-header {
	padding: 10px;
	padding-left: 0;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jxgc_ny_n_left .level-list {
	list-style: none;
	padding: 10px;
	display: none;
	padding-left: 10px;
	margin-top: 10px;
	/* 默认隐藏 */
}

.jxgc_ny_n_left .level-list.show {
	display: block;
	/* 点击后显示 */
}

.jxgc_ny_n_left .level-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin-bottom: 12px;
	font-size: 20px;
	position: relative;
}

.jxgc_ny_n_left .level-list li:last-child {
	margin-bottom: 0;
}


/* 隐藏原生checkbox */

.level-list .checkbox-wrapper {
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.level-list input[type="checkbox"] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	/* 隐藏原生checkbox */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/* 自定义checkbox样式：默认白色边框+透明背景 */

.level-list .checkbox-custom {
	width: 22px;
	height: 22px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	z-index: 1;
	background: #d9d9d9;
}


/* checkbox选中状态：绿色背景 + 白色对勾图标 */

.level-list input[type="checkbox"]:checked+.checkbox-custom {
	background: #d9d9d9 url(../images/dh_ico.png) no-repeat center center;
	background-size: 100%;
	border: 1px solid #d9d9d9;
	content: "";
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	width: 22px;
	height: 22px;
	border-radius: 2px;
}


/* 对勾图标 */

.level-list input[type="checkbox"]:checked+.checkbox-custom::after {
	content: "";
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	display: block;
}


/* 获奖教师搜索与列表 */

.jxgc_ny_n_left .teacher-search {
	display: flex;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	/*border-bottom: 2px solid #658089;*/
}

.jxgc_ny_n_left .teacher-search input {
	flex: 1;
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 10px 0;
	outline: none;
	font-size: 17px;
	cursor: pointer;
	width: 110px;
	/* 输入框内也提示可点击 */
}

.jxgc_ny_n_left .search-icon {
	color: #fff;
	font-size: 16px;
    background: none;
    border: none;
    margin-top: 18px;
}

.jxgc_ny_n_left .teacher-list {
	list-style: none;
	background-color: #244a55;
	max-height: 240px;
	overflow-y: auto;
	display: none;
	/* 默认隐藏列表 */
	position: absolute;
	width: 100%;
	z-index: 100;
}

.jxgc_ny_n_left .teacher-list.show {
	display: block;
	/* 点击后添加show类，显示列表 */
}

.jxgc_ny_n_left .teacher-list li {
	padding: 10px 12px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.jxgc_ny_n_left .teacher-list li:hover {
	background-color: #16b70e;
	/* 选中项绿色背景 */
}

.jxgc_ny_n_left .teacher-list li.active {
	background-color: #16b70e;
	/* 选中项绿色背景 */
}


/* 确保获奖教师的下拉容器默认显示 */

.jxgc_ny_n_left #teacherSelectContainer {
	display: block;
	margin-top: 10px;
	width: 150px;
}

.custom-select-input {
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	background: none;
	border-bottom: 2px solid #658089;
}

#yearInput {
	background: none;
	border: none;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 17px!important;
}

input[type="text"],
input[type="password"],
textarea {
	color: #fff;
	font-size: 18px;
}

#yearInput::placeholder {
	color: #fff;
	/* 浅灰色提示 */
	opacity: 1;
	font-size: 17px;
}

#teacherInput::placeholder {
	color: #fff;
	/* 浅灰色提示 */
	opacity: 1;
	font-size: 17px;
}


/*滚动条样式美化css*/


/* 滚动条整体部分 */

.jxgc_ny_n_left ::-webkit-scrollbar {
	width: 12px;
	/* 滚动条宽度 */
	height: 12px;
	/* 滚动条高度 */
}


/* 滚动条滑块 */

.jxgc_ny_n_left ::-webkit-scrollbar-thumb {
	background-color: #fff;
	/* 滑块颜色 */
	border-radius: 10px;
	/* 滑块圆角 */
	border: 3px solid transparent;
	/* 滑块边框 */
	background-clip: content-box;
	/* 背景裁剪为内容盒模型 */
}


/* 滚动条轨道 */

.jxgc_ny_n_left ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .2);
	/* 轨道颜色 */
}

.xz_name_tit {
	text-align: center;
	font-size: 25px;
	color: #fff;
	border-bottom: 3px solid #35545d;
	height: 70px;
	line-height: 92px;
}

.jxgc_ny_n_left .toggle-arrow {
	top: 80px;
	right: 70px;
}

.big_szss {
	border-bottom: 3px solid #35545d;
	padding-bottom: 40px;
}

.jxgc_ny_n_right {
	flex: 1;
}

.jxgc_ny_n_right1 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.jxgc_ny_n_right1_le {
	font-size: 18px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: 600;
}

.jxgc_ny_n_right1_re {
	font-size: 18px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: 600;
}

.jxgc_ny_n_right1_re em {
	color: #8b8b8b;
}

.jxgc_ny_n_zong {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.jxgc_ny_n_right1 {
	padding-left: 80px;
	padding-top: 50px;
}

.jxgc_ny_n_right2 {
	box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 80px;
	box-sizing: border-box;
	margin-top: 50px;
	padding-top: 50px;
}

.jxgc_ny_n_right_lie ul li {
    
    height: 440px;
	float: left;
	width: 220px;
	display: block;
	position: relative;
	margin: 50px 60px 20px 60px;
	transition: all 0.5s;
}

.jxgc_ny_n_right_lie ul li a {
	transition: all 0.5s;
}

.jxgc_ny_n_right_lie ul li a:hover .jxgc_ny_n_right_lie_txt h2 {
	color: #16b70e;
	text-decoration: underline;
}

.jxgc_ny_n_right_lie ul li:hover {
	transition: all 0.5s;
	transform: translateY(-5px);
}

.jxgc_ny_n_right_lie_img img {
	
	width: 100%; text-align: center;transition: 1s;transition: all 0.5s;
}


.jxgc_ny_n_right_lie ul li:hover {transform: scale(1.1);transition: all 0.7s;}

.jxgc_ny_n_right_lie_img {
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 310px;
}

.jxgc_ny_n_right_lie_txt h2 {
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(6, 51, 64, 0.95);
	font-size: 17px;
	font-weight: 600;
	margin-top: 18px;
}

.jxgc_ny_n_right_lie_txt h3 {
	color: rgba(133, 133, 133, 0.95);
	font-size: 16px;
	text-align: justified;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
    height: 45px;
    overflow: hidden;
}

.jxgc_ny_n_right_lie_txt2 {
	padding-top: 15px;
	position: relative;
}

.jxgc_ny_n_right_lie_txt2 b {
	position: absolute;
	right: 0;
	bottom: -3px;
	border: 2px solid #14ec2a;
	border-radius: 4px;
	color: #14ec2a;
	padding: 0px 5px;
}

.jxgc_ny_n_right_lie_txt2 span {
	color: rgba(6, 51, 64, 0.95);
	font-size: 16px;
	font-weight: 600;
	padding-right: 30px;
}

.jxgc_ny_n_right_lie_img_yy {
	background: url(../images/tu_jb.png) no-repeat bottom center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 100%;
}

.line_a {
	border-bottom: 3px solid rgba(255, 255, 255, .2);
	width: 100%;
	height: 3px;
	margin-bottom: 50px;
}

.jxgc_ny_n_left.panel.collapsed .toggle-arrow {
	right: 40px;
}

.jxgc_ny_n_left.panel.collapsed .big_szss {
	display: none!important;
}

.jxgc_ny_n_left.panel.collapsed .xz_name_tit {
	display: none!important;
}

@media (max-width: 1680px) {
	.jxgc_ny_n_right_lie ul li {
		margin: 40px 45px 20px 45px
	}
}

@media (max-width: 1620px) {
	.jxgc_ny_n_right_lie ul li {
		margin: 40px 35px 20px 35px
	}
}

@media (max-width: 1560px) {
	.jxgc_ny_n_right_lie ul li {
		margin: 40px 30px 20px 25px
	}
}

@media (max-width: 1520px) {
	.jxgc_ny_n_right_lie ul li {
		margin: 40px 20px 20px 20px
	}
}

@media (max-width: 1480px) {
	.jxgc_ny_n_right_lie ul li {
		margin: 40px 15px 20px 15px
	}
}

@media (max-width: 1440px) {
	.jxgc_ny_n_left {
		padding-left: 40px;
		padding-right: 40px;
	}
	.jxgc_ny_n_right_lie ul li {
		margin: 40px 20px 20px 20px
	}
	.jxgc_ny_n_left .filter-item {
		padding-left: 83px;
	}
}


/*教学改革页面*/

.jxgg_ny_lie1_01 {
	width: 64px;
	height: 64px;
	background: rgba(6, 51, 64, 0.95);
	border-radius: 0px 0px 0px 0px;
	color: #14EC2A;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	line-height: 64px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
}

.jxgg_ny_lie1 {
	margin-top: 40px;
}

.jxgg_lie table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #cbcbcb;
	/* 合并边框 */
}

.jxgg_lie td {
	padding: 12px;
	border-bottom: 1px solid #cbcbcb;
	/* 单元格分隔线 */
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all 0.5s;
}

.jxgg_lie table tr:nth-child(2n) {
	background: #f5f5f5;
}

.jxgg_lie table tr:hover {
	background: #14ec2a;
	transition: all 0.5s;
}

.jxgg_lie table tr td:nth-child(1) {
	width: 98px;
}

.jxgg_lie table tr td:nth-child(2) {
	padding-left: 50px;
	padding-right: 50px;
}

.jxgg_lie table tr td:nth-child(3) {
	width: 90px;
}

.jxgg_lie table tr td:nth-child(4) {
	padding-left: 60px;
}


/* 浅灰色背景行 */

.jxgg_lie .gray-bg {
	background-color: #f8f8f8;
}


/* 绿色背景行 */

.jxgg_lie .green-bg {
	background-color: #00ff00;
}

.jxgg_lie {
	margin-top: 50px;
}

.jxgg_ny_lie1 {
	margin-bottom: 100px;
}
.jxgg_lie table tr{ cursor: pointer;}


/*竞赛成果样式*/

.jingsai_cg2 ul li {
	width: 30%;
	float: left;
	margin-right: 30px;
	display: flex;
	margin-top: 40px;
	margin-bottom: 20px;
}

.jingsai_cg2 ul li a {
	display: flex;
	transition: all 0.5s;
}

.jingsai_cg2 ul li a:hover .jingsai_cg2_re h3 {
	color: #14ec2a;
}

.jingsai_cg2 ul li a:hover {
	transition: all 0.5s;
	transform: translateY(-5px);
}

.jingsai_cg2 ul li:nth-child(3n) {
	margin-right: 0;
}

.jingsai_cg2_re h2 {
	color: rgba(21, 21, 21, 0.95);
	font-size: 24px;
	font-weight: 600;
	border-bottom: 3px solid #cbcbcb;
}

.jingsai_cg2_re h3 {
    width: 150px;

	color: #333;
	font-size: 24px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: 20px;
}

.jingsai_cg2_re section {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
.jingsai_cg2 ul li a:hover .jingsai_cg2_re section {
	color: #14ec2a;
}

.jingsai_cg2_le {
	width: 190px;
	height: 270px;
}

.jingsai_cg2_le img {
	width: 100%;
	height: 270px;
	box-shadow: 0px 19px 11px 2px rgba(0, 0, 0, 0.22);
	width: 100%; text-align: center;transition: 1s;transition: all 0.5s;
}



.jingsai_cg2 ul li:hover img {transform: scale(1.1);transition: all 0.5s;}

.jingsai_cg2_re {
	flex: 1;
	margin-left: 20px;
	border-bottom: 3px solid #cbcbcb;
}

.jingsai_cg1 {
	margin-top: 50px;
}

@media (max-width: 1680px) {
	.jingsai_cg2 ul li {
		width: 30%;
		margin-right: 30px;
	}
	.jingsai_cg2 ul li:nth-child(3n) {
		margin-right: 0px;
	}
}


/*人才培养成果一级页面*/

.ny_banner_txt_p {
	width: 590px;
	padding-top: 100px;
}

.ny_banner_txt_p p {
	color: rgba(6, 51, 64, 0.95);
	font-size: 16px;
	line-height: 34px;
}

.ckgd_more a {
	display: block;
	font-size: 20px;
	color: #454545;
	border-radius: 50px;
	border: 2px solid rgba(0, 0, 0, 0.6);
	width: 138px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.ckgd_more {
	margin-top: 150px;
}

.cultivation_two_tit .warpper {
	justify-content: space-between;
	display: flex;
}

.cultivation_two_tit_le {
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: 600;
}

.cultivation_two_tit_re a {
	display: block;
	font-size: 20px;
	color: #454545;
	border-radius: 50px;
	border: 2px solid rgba(0, 0, 0, 0.6);
	width: 138px;
	height: 48px;
	line-height: 45px;
	text-align: center;
}

.cultivation_two_tit_re a:hover {
	background: #14ec2a;
	color: #133d4a;
	border: 2px solid #14ec2a;
	transition: all 0.5s;
}

.ckgd_more a:hover {
	background: #14ec2a;
	color: #133d4a;
	border: 2px solid #14ec2a;
	transition: all 0.5s;
}

.cultivation_two_tit_re {
	margin-top: 10px;
}

.cultivation_two_tit {
	margin-top: 20px;
}

.cultivation_two_nr {
	background: url(../images/two1.png) no-repeat bottom center;
	background-size: 100%;
	height: 600px;
}

.cultivation_two_nr .warpper {
	overflow: hidden;
}

.cultivation_two_nr1 {
	position: relative;
	overflow: hidden;
	max-height: 317px;
	/* 保留最大高度限制，不强制固定高度 */
	align-items: center;
	justify-content: center;
	display: inline-flex;
	/* 改为inline-flex，让容器贴合图片尺寸 */
	box-sizing: border-box;
	box-shadow: 0px 19px 11px 2px rgba(0, 0, 0, 0.22);
}


/* 关键：图片保持原比例，居中显示，不拉伸 */ 

.cultivation_two_nr1 img {
	max-width: 100%;
	max-height: 317px;
	/* 限制图片最大高度，避免超出容器 */
	object-fit: contain;
	/* 保持图片比例，不拉伸（横版/竖版都适用） */
	vertical-align: middle;
	/* 消除inline元素默认空隙 */
}

.tong_height .scientific5_nr1_le_dw{ padding-top:88px;}

/* 核心修改：伪元素仅覆盖图片区域 */
.tong_height:hover .scientific5_nr1_le_dw{ display:block;}
.tong_height{ position:relative;}
.cultivation_two_nr1::after {
	position: absolute;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
	content: "";
	z-index: 1;
	height: 70%;
	/* 高度跟随图片，不再是固定60%容器高度 */
	width: 100%;
	/* 宽度跟随图片 */
	bottom: 0;
}

.cultivation_two_nr .swiper-slide {
	text-align: center;
	align-items: center;
	display: flex;
	/* 新增：让slide内的容器垂直居中 */
	flex-direction: column;
	justify-content: center;
}
.cultivation_two_nr .swiper-slide:hover .tong_height{transform: scale(1.1);transition: all 0.5s;}

.cultivation_two_nr {
	padding-top: 80px;
}

.cultivation_two_nr2 {
	text-align: center;
	position: relative;
	z-index: 2;
	/* 确保文字在阴影上方显示 */
}

.cultivation_two_nr2 h2 {
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 0;
	/* 优化间距 */
}
.cultivation_two_nr .swiper-slide:hover h2{ color: #14ec2a;}
.cultivation_two_nr .swiper-slide:hover h3{ color: #14ec2a;}
.cultivation_two_nr2 h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0;
	/* 优化间距 */
}

.tong_height {
	height: 312px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	transition: all 0.5s;
}


/*人才培养成果一级页面 一流专业建设*/

.cultivation_three_nr {
	max-width: 1244px;
	margin: 0 auto;
}

.cultivation_three {
	background: url(../images/gw_bj.png) no-repeat top center;
	background-size: cover;
}

.cultivation_three_nr2 {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 20px;
}

.cultivation_three_nr2_le {
	font-size: 24px;
	font-weight: bold;
	font-weight: 600;
	color: #fff;
	flex: 1;
}

.cultivation_three_nr2_re {
	max-width: 120px;
	flex: 1;
}

.cultivation_three_nr2_re span {
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.cultivation_three_nr ul li {
	background: url(../images/sarter_bj.png) no-repeat top center;
	background-size: cover;
	padding: 18px;
	width: 25%;
	position: relative;
	height: 666px;
	transition: all 0.7s;
}

.cultivation_three_nr ul {
	display: flex;
	justify-content: space-between;
	gap: 20px
}

.cultivation_three_nr1 {
	height: 250px;
	box-shadow: 0px 20px 15px 2px rgba(0, 0, 0, 0.3);
	width: 100%;
}

.cultivation_three_nr1 img {
	max-width: 100%;
	height: 250px;
}

.cultivation_three_nr3 {
	margin-top: 60px;
	position: relative;
}

.cultivation_three_nr3 section {
	color: rgba(202, 202, 202, 0.95);
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 5px;
}

.cultivation_three_nr3:before {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	content: "";
}

.cultivation_three_nr4 {
	position: absolute;
	bottom: 15px;
	left: 46%;
	z-index: 1;
}

.cultivation_three_nr4 img {
	width: 40%;
}

.cultivation_three_nr {
	margin-top: 50px;
}

.cultivation_three {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cultivation_three_nr5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 18px;
	box-sizing: border-box;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.cultivation_three_nr5_1 {
	height: 100%;
}

.cultivation_three_nr5_1 img {
	width: 100%;
	height: 100%;
}

.cultivation_three_nr5_2 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: -60px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	height: 150px;
	position: absolute;
	bottom: 18px;
	z-index: 3;
	left: 18px;
	width: 88%;
	box-sizing: border-box;
	line-height: 200px;
}

.cultivation_three_nr ul li:hover .cultivation_three_nr5 {
	opacity: 1;
	transition: all 0.7s;
}


/*版块4内容开始*/

.cultivation_four {
	background: #0f282f url(../images/lsdd.png) no-repeat bottom 150px center;
	background-size: 100%;
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 50px;
}

.cultivation_four_lie_le {
	font-size: 15px;
	color: #fff;
	line-height: 27px;
	width: 450px;
}

.cultivation_four_lie_le p {
	font-size: 15px;
	color: #fff;
	line-height: 27px;
	margin-top: 20px;
}

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

.cultivation_four_lie_re {
	flex: 1;
	padding-left: 110px;
}

.cultivation_four_lie_re .ylkc_video_lib ul li {
	background: none;
	padding: 0;
	margin-right: 30px;
	width: 47%;
	margin-bottom: 80px;
}

.cultivation_four_lie_re .ylkc_video_lib ul li:nth-child(2n) {
	margin-right: 0;
}

.cultivation_four_lie_re .ylkc_video_lib3 h3 {
	color: #fff;
}

.cultivation_four_lie_re .ylkc_video_lib2_left {
	color: #fff;
}

.cultivation_four_lie_re .ylkc_video_lib3 h2 {
	color: #fff;
}

.cultivation_four_lie_re .ylkc_video_lib4_l {
	color: #fff;
}

.cultivation_four_lie_re .ylkc_video_lib4_r {
	background: url(../images/right_01.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_four_lie_re .ylkc_video_lib2_right {
	color: #fff;
	border: none;
}

.cultivation_four_lie_re .ylkc_video_lib_img {
	box-shadow: 0px 19px 11px 2px rgba(0, 0, 0, 0.22);
}

.cultivation_four_lie_re .ylkc_video_lib_img img {
	height: 264px;
}

.cultivation_four_lie_re .ylkc_video_lib4 {
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.cultivation_four_lie_re .ylkc_video_lib2 {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.cultivation_four_lie {
	margin-top: 50px;
}

.cultivation_four .cultivation_two_tit_le {
	color: #fff;
}

.cultivation_four .cultivation_two_tit_re a {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.6);
}


/*版块内容5开始*/

.cultivation_five {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.cultivation_five_nr .swiper-wrapper {
	/* 原代码的height: 1260px; 和 overflow: hidden; 已删除 */
}

.cultivation_five_nr .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.cultivation_five_nr {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.cultivation_five_nr {
	margin-top: 50px;
}

.cultivation_five_nr .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	/* 原代码：width: 360px!important; 已删除 */
	width: 100%;
	/* 自适应父容器 */
	max-width: 360px;
	/* 限制最大宽度，保持原有设计 */
}

.cultivation_five_nr .swiper-slide:hover {
	transition: all 0.8s;
	background: #133d4a;
}

.cultivation_five_nr .swiper-slide:hover .yijc_ny_lie_img {
	background: none;
}

.cultivation_five_nr .swiper-slide:hover .yijc_ny_lie_txt2_left p {
	color: #fff;
}

.cultivation_five_nr .swiper-slide:hover .yijc_ny_lie_txt1 {
	color: #fff;
}

.cultivation_five_nr .swiper-slide:hover .yijc_ny_lie_txt2_right {
	background: url(../images/yjt_ls.png) no-repeat center center;
	width: 36px;
	height: 36px;
	background-size: 100%;
}

.cultivation_five_nr .swiper-slide .yijc_ny_lie_img img {
	height: 322px;
	box-shadow: 0px 19px 11px 2px rgba(0, 0, 0, 0.22);
	transition: all 0.5s;
}

.cultivation_five_nr .swiper-slide .yijc_ny_lie_img {
	padding-left: 50px;
	padding-right: 50px;
}

.cultivation_five_nr .swiper-container {
	position: relative;
}

.cultivation_five_nr .swiper-wrapper {
	transition-timing-function: ease-out;
}
.cultivation_five_nr .swiper-slide:hover .yijc_ny_lie_img img{transform: scale(1.1);transition: all 0.5s;}

/*版块7开始*/

.cultivation_seven {
	background: #063340 url(../images/diwen9.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 90px;
	margin-top: -100px;
	padding-top: 200px;
}

.cultivation_seven .cultivation_two_tit_le {
	color: #fff;
}

.cultivation_seven .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
	margin-top: 30px;
}

.cultivation_seven .section-header h2 {
	color: #13e02b;
	/* 匹配原图绿色标题 */
	font-size: 22px;
}

.cultivation_seven .view-more {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	background: none;
	border: none;
	font-size: 20px;
	padding-right: 0;
}

.cultivation_seven .view-more::after {
	content: "→";
	margin-left: 5px;
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 32px;
}


/* 教改成果列表 */

.cultivation_seven .edu-reform-list {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.cultivation_seven .list-item a {
	display: grid;
	grid-template-columns: 100px 200px 200px 100px 1fr;
	/* 分栏匹配内容 */
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
	color: #fff;
	transition: all 0.5s;
}

.cultivation_seven .list-item a:hover {
	background: #15b70e;
	transition: all 0.5s;
}


/* 竞赛成果卡片 */

.competition-cards {
	display: flex;
	justify-content: space-around;
	gap: 20px;
}

.cultivation_seven .card {
	width: 30%;
	text-align: center;
}

.cultivation_seven .card img {
	width: 100%;
	max-width: 160px;
	margin-bottom: 12px;
}

.cultivation_seven .card .year {
	margin-bottom: 6px;
}

.cultivation_seven .card .author {
	margin-bottom: 6px;
}

.cultivation_seven .card-arrow {
	margin-top: 10px;
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.competition-cards ul {
	display: flex;
	justify-content: space-between;
	gap: 60px
}

.competition-cards ul li a {
	display: flex;
	justify-content: space-between;
}

.competition-cards ul li a:hover .competition-cards_right h2 {
	color: #15b70e;
	border-bottom: 1px solid #15b70e;
}

.competition-cards ul li a:hover .competition-cards_right h3 {
	color: #15b70e;
}

.competition-cards ul li a:hover .competition-cards_right section {
	color: #15b70e;
	
}

.competition-cards_left{ position: relative;}
.competition-cards ul li a:hover .scientific5_nr1_le_dw{ display: block;}

.competition-cards_left {
	width: 136px;
	height: 200px;
	transition: all 0.5s;
}
.competition-cards_left .scientific5_nr1_le_dw{ padding-top: 40px;}
.competition-cards_left img {
	max-width: 100%;
	height: 200px;
}
.competition-cards ul li a:hover .competition-cards_left{transform: scale(1.1);transition: all 0.5s;}
.competition-cards_right {
	flex: 1;
	padding-left: 30px;
}

.competition-cards_right h2 {
	color: #fff;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	line-height: 30px;
}

.competition-cards_right h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.competition-cards_right section {
	font-size: 16px;
	line-height: 27px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #fff;
	
	height: 55px;
	position: relative;
}
.competition-cards_right h5{
	color: #14EC2A;
    font-size: 16px;
    border: 1px solid #14EC2A;
    display: inline-block;
    border-radius: 4px;
    padding: 4px;
    margin-top: 20px;
    position: relative;
    
}
.lin_xian{ width: 100%; height: 1px; background:rgba(255, 255, 255, 0.4); margin-top: 20px; }

.competition-cards_right h4 {
	width: 30px;
	margin-top: 20px;
}

.competition-cards_right h4 img {
	width: 100%;
}

.competition-cards {
	margin-top: 30px;
}

.cultivation_six {
	padding-top: 50px;
}

.cultivation_six_nr {
	box-shadow: 0px 19px 11px 5px rgba(0, 0, 0, 0.22);
	background: #f7f7f7;
	border-radius: 0px 0px 0px 0px;
	padding: 44px;
	box-sizing: border-box;
	margin-top: 40px;
	z-index: 1;
	position: relative;
}

.cultivation_six_nr_tit ul {
	display: flex;
	gap: 30px
}

.cultivation_six_nr_tit ul li {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	border-bottom: 3px solid #14ec2a;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	cursor: pointer;
	width: 144px;
	height: 80px;
	text-align: center;
	cursor: pointer;
}

.cultivation_six_nr_tit1_le {
	width: 40px;
	height: 40px;
	display: block;
}

.cultivation_six_nr_tit ul li:nth-child(1) .cultivation_six_nr_tit1_le {
	background: url(../images/a1.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li:nth-child(2) .cultivation_six_nr_tit1_le {
	background: url(../images/a2.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li:nth-child(3) .cultivation_six_nr_tit1_le {
	background: url(../images/a3.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li:nth-child(4) .cultivation_six_nr_tit1_le {
	background: url(../images/a4.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li:nth-child(5) .cultivation_six_nr_tit1_le {
	background: url(../images/a5.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li.one {
	background: #133d4a;
}

.cultivation_six_nr_tit ul li.one .cultivation_six_nr_tit1_re {
	background: url(../images/yjt_bs.png) no-repeat center center;
	width: 22px;
	height: 22px;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li.one .cultivation_six_nr_tit2 {
	color: #fff;
}

.cultivation_six_nr_tit ul li.one:nth-child(1) .cultivation_six_nr_tit1_le {
	background: url(../images/a1_a.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li.one:nth-child(2) .cultivation_six_nr_tit1_le {
	background: url(../images/a2_a.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li.one:nth-child(3) .cultivation_six_nr_tit1_le {
	background: url(../images/a3_a.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li.one:nth-child(4) .cultivation_six_nr_tit1_le {
	background: url(../images/a4_a.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit ul li.one:nth-child(5) .cultivation_six_nr_tit1_le {
	background: url(../images/a5_a.png) no-repeat center center;
	background-size: 100%;
}

.cultivation_six_nr_tit1_re {
	background: url(../images/yjt_hs.png) no-repeat center center;
	width: 22px;
	height: 22px;
	background-size: 100%;
	margin-top: 10px;
}

.cultivation_six_nr_tit2 {
	margin-top: 2px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cultivation_six_nr_tit1 {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.ckgd_djmore a {
	display: inline-block;
	font-size: 20px;
	color: #454545;
	border-radius: 50px;
	border: 2px solid rgba(0, 0, 0, 0.6);
	width: 138px;
	height: 48px;
	line-height: 45px;
	text-align: center;
	transition: all 0.5s;
}

.ckgd_djmore a:hover {
	background: #15b70e;
	border: 2px solid #15b70e;
	color: rgba(6, 51, 64, 0.95);
	transition: all 0.5s;
}

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

.cultivation_six_nr_lie1_re {
	flex: 1;
	padding-left: 50px;
	width: 286px;
}

.cultivation_six_nr_lie1_re_t h2 {
	color: rgba(6, 51, 64, 0.95);
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}

.cultivation_six_nr_lie1_re_t h3 {
	color: #5E5E5E;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid #c1c1c1;
}

.cultivation_six_nr_lie1_re_n {
	margin-top: 40px;
}

.cultivation_six_nr_lie1_re_n h2 {
	font-size: 18px;
	color: #5E5E5E;
	font-weight: bold;
}

.cultivation_six_nr_lie1_re_n section {
	color: #333333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #5E5E5E;
	height: 264px;
	margin-top: 20px;
}

.ckgd_djmore {
	text-align: right;
	margin-top: 55px;
}

.cultivation_six_nr_lie1_le img {
	width: 100%;
}

.cultivation_six_nr_lie1_le {
	margin-top: 110px;
}

.cultivation_six_nr_lie {
	margin-top: -80px;
}


/*版块一内容样式*/

.cultivation_one {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.cultivation_one .swiper-slide {
	background: #f7f7f7;
	border-bottom: 6px solid #14ec2a;
	width: 260px!important;
}

.cultivation_one .swiper-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.cultivation_one .swiper-slide:hover {
	background: #133d4a;
	transition: all 0.5s;
}

.cultivation_one .swiper-wrapper {
	gap: 30px
}

.cultivation_one .swiper-slide a:hover .teach_xpt_lib2 {
	color: #14ec2a;
	transition: all 0.5s;
}

.cultivation_one .swiper-slide .teach_xpt_lib1 img {
	width: 100%;
}

.cultivation_one .swiper-slide a:hover .teach_xpt_lib3 {
	color: #14ec2a;
	transition: all 0.5s;
}

.cultivation_one .swiper-slide a:hover .teach_xpt_lib1 img {
	transform: scale(1.1);
	transition: all 0.7s;
	filter: grayscale(0%);
}

.cultivation_two {
	margin-top: 80px;
}

.bank_one_big_bj {
	background: url(../images/di_bi_xin04.png) no-repeat top center;
	background-size: cover;
}


/*科研论文-列表筛选*/

.jxgc_ny_n_left_ky {
	background: #063340;
	width: 334px;
	padding-top: 120px;
}

.jxgc_ny_n_left_ky .toggle-arrow {
	top: 75px;
}

.jxgc_ny_n_left_ky .filter-item {
	padding-left: 83px;
}

.jxgc_ny_n_left_ky .big_szss {
	border-bottom: 3px solid rgba(255, 255, 255, .2);
}

.jxgc_ny_n_left_ky .xz_name_tit {
	height: 162px;
	line-height: 162px;
	border-bottom: 3px solid rgba(255, 255, 255, .2);
	border-top: 3px solid rgba(255, 255, 255, .2);
}

.jxgc_ny_n_right1_re dl {
	display: flex;
	gap: 20px
}
.jxgc_ny_n_right1_re dl dd{
    cursor: default;
    z-index: 999;
}
.jxgc_ny_n_right1_re dl .faxr_r1 em {
	color: #14ec2a;
}

.jxgc_ny_n_right1_re dl .faxr_r1 {
	color: #5e5e5e;
}

.research1 ul li {
	background: #fff;
	padding: 50px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	transition: all 0.5s;
}

.research1_le_lie1 {
	display: flex;
}

.research1_le_lie_le {
	width: 70px;
	font-size: 16px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
}

.research1_le_lie_re span {
	color: rgba(6, 51, 64, 0.95);
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-right: 60px;
}

.research1_le_lie_re span em {
	position: absolute;
	top: -8px;
	right: -26px;
	font-size: 16px;
	color: rgba(133, 133, 133, 0.95);
	font-weight: bold;
}

.research1_le_lie_re span .grenn {
	color: #14ec2a;
	font-weight: bold;
}

.research1_le_lie_re p {
	color: rgba(133, 133, 133, 0.95);
	font-size: 18px;
	font-weight: bold;
}

.research1_le h2 {
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
	margin-bottom: 30px;
}

.research1_le_lie_re {
	flex: 1;
	padding-left: 20px;
}

.research1_le_lie1 {
	margin-top: 5px;
}

.research1 ul li a {
	display: flex;
	justify-content: space-between;
}

.research1_re1 span {
	display: block;
}

.research1_re {
	width: 120px;
	font-weight: bold;
	font-size: 18px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
	margin-top: 5px;
}

.research1_re2 {
	font-size: 18px;
	color: rgba(133, 133, 133, 0.95);
	margin-top: 150px;
}

.research1_le {
	width: 760px;
}

.research1 {
	padding-bottom: 30px;
}

.research1 ul li:hover {
	transition: all 0.5s;
	background: #123d4a;
}

.research1 ul li:hover .research1_le h2 {
	color: #fff;
}

.research1 ul li:hover .research1_le_lie_le {
	color: #fff;
}

.research1 ul li:hover .research1_le_lie_re span {
	color: #fff;
}

.research1 ul li:hover .research1_le_lie_re p {
	color: #fff;
}

.research1 ul li:hover .research1_le_lie_re span em {
	color: #fff;
}

.research1 ul li:hover .research1_re1 {
	color: #fff;
}

.research1 ul li:hover .research1_re2 {
	color: #fff;
}

.jxgc_ny_n_right1 {
	padding-left: 40px;
}

.ny_banner_search_i {
	width: 60%;
	background: none;
	border: none;
	border-bottom: 3px solid rgba(245, 245, 245, 0.62);
	height: 60px;
	line-height: 60px;
	margin-top: 70px;
	margin-left: 50px;
}

.ny_banner_search_i::placeholder {
	color: rgba(255, 255, 255, .8);
	opacity: 1;
	font-size: 19px;
}


/*科研文章二级*/

.Research_article {
	height: 730px;
	position: relative;
	width: 100%;
}

.Research_article_yy_z a {
	display: flex;
	justify-content: space-between;
}

.bg-blur {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 285px;
	background: linear-gradient( 92deg, rgba(29, 29, 29, 0.8) 0%, rgba(19, 24, 38, 0.72) 100%);
	backdrop-filter: blur(4px);
}

.Research_article_yy .warpper7 {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 285px;
	z-index: 1;
	/* 确保内容在背景之上 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	/* 白色文字在模糊背景上更清晰 */
}

.Research_article_yy_z {
	margin-top: 870px;
}

.Research_article_yy_left {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.Research_article_yy_right {
	padding-left: 80px;
	padding-top: 20px;
}

.Research_article_yy_right1 {
	color: #fff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-style: normal;
}

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

.Research_article_yy_right2_l {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.Research_article_yy_right2 {
	margin-top: 60px;
}

.Research_article_yy_right2_r img {
	width: 40px;
}

.Research_article_nr {
	background: #f8f8f8;
}

.Research_article_nr1 {
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 50px;
}

.Research_article_nr1_re1_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient( 92deg, rgba(29, 29, 29, 0.8) 0%, rgba(19, 24, 38, 0.72) 100%);
	backdrop-filter: blur(4px);
	padding: 26px;
}

.Research_article_nr1_re1_txt h3 {
	color: #fff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 17px;
}

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

.Research_article_nr1_re1 {
	position: relative;
	width: 514px;
	height: 464px;
	float: left;
	margin-right: 20px;
	box-shadow: 0px 2px 13px 3px rgba(0, 0, 0, 0.17);
	margin-bottom: 30px;
}

.Research_article_yy_z a:hover .Research_article_yy_left {
	color: #14ec2a;
}

.Research_article_nr1_re1:nth-child(2n) {
	margin-right: 0;
}

.Research_article_nr1_re1_txt2 {
	margin-top: 20px;
}

.Research_article_nr1_re1_txt_l {
	color: #fff;
	font-size: 16px;
}

.Research_article_nr1_re1_txt_r {
	width: 30px;
}

.Research_article_nr1_re1_txt_r img {
	width: 100%;
}

.Research_article_nr1_re1_img img {
	width: 514px;
	height: 464px;
}

.Research_article_nr1 ul li {
	display: flex;
	margin-top: 40px;
}

.Research_article_nr1_re {
	padding-left: 50px;
}

.Research_article_nr1_le {
	color: #5E5E5E;
	font-size: 18px;
	font-weight: bold;
}

.Research_article_nr1_re1 a:hover .Research_article_nr1_re1_txt {
	background: rgba(21, 183, 14, .6);
	backdrop-filter: blur(4px);
	transition: all 0.2s;
}

.Research_article_nr1_re1 {
	transition: all 0.5s;
}

.Research_article_nr1_re1:hover {
	transition: all 0.5s;
	transform: translateY(-5px);
}


/*科研文章三级*/

.Research_article_nr_xq {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 140px;
	padding-top: 50px;
}

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

.Research_article_nr_xq2_le {
	width: 550px;
	font-size: 48px;
	color: rgba(0, 0, 0, 0.95);
	font-weight: 600;
	line-height: 55px;
}

.Research_article_nr_xq2_re p {
	display: block;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin-top: 10px;
}

.Research_article_nr_xq2_re p span {
	color: #999999;
}

.Research_article_nr_xq3 {
	margin-top: 30px;
}

.Research_article_nr_xq3 p {
	text-indent: 2em;
	line-height: 28px;
}

.Research_article_nr_xq3 img {
	max-width: 100%;
}

.Research_article_nr_xq1 a img {
	width: 30px;
}

.Research_article_nr_xq1 {
	margin-bottom: 50px;
}


/*科研论文成果三级*/

.Research_article_nr {
	position: relative;
}

.Research_article_nr_ar1_bg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.Research_article_nr_ar1 span {
	color: #133d4a;
	font-weight: bold;
	font-size: 18px;
}

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

.Research_article_nr_ar2_le {
	flex: 1
}

.Research_article_nr_ar2_re {
	width: 290px;
}

.Research_article_nr_ar2_le_tit {
	display: flex;
	justify-content: space-between;
	gap: 100px;
	border-bottom: 4px solid #e3e3e3;
	padding-bottom: 50px;
}

.Research_article_nr_ar2_le_tit_l {
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
	line-height: 60px;
	font-weight: bold;
}

.Research_article_nr_ar2_le_tit_r a {
	width: 138px;
	height: 48px;
	border-radius: 25px 25px 25px 25px;
	border: 2px solid rgba(6, 51, 64, 0.95);
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	color: rgba(6, 51, 64, 0.95);
	display: block;
	transition: all 0.5s;
}

.Research_article_nr_ar2_le_tit_r a:hover {
	color: #14ec2a;
	background: #133d4a;
	transition: all 0.5s;
}

.Research_article_nr_ar2_le {
	margin-top: 80px;
	padding-right: 100px;
}

.Research_article_nr_ar2_le_tit_l {
	width: 620px;
}

.Research_article_nr_ar2_le_list ul li {
	display: flex;
	border-bottom: 1px solid rgba(162, 162, 162, 0.3);
	padding-top: 30px;
	padding-bottom: 30px;
}

.Research_article_nr_ar2_le_list_le {
	font-size: 24px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
	width: 145px;
}

.Research_article_nr_ar2_le_list .research1_le_lie_re span {
	font-size: 24px;
}

.Research_article_nr_ar2_le_list_re {
	padding-left: 50px;
}

.research1_le_lie_re section {
	color: rgba(6, 51, 64, 0.95);
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}

.Research_article_nr_ar2_le_list_re {
	flex: 1
}

.research1_le_lie_re section {
	margin-bottom: 30px;
}

.Research_article_nr_ar2_re img {
	box-shadow: 0px 11px 15px 7px rgba(0, 0, 0, 0.25);
	width: 248px;
}

.Research_article_nr_ar2_re {
	width: 248px;
	padding-top: 300px;
}

.Research_article_nr_ar2_le_list {
	padding-top: 30px;
}


/*科研获奖2*/


/*重大科研项目筛选后列表*/

.research1_re1 em {
	border: 2px solid #14EC2A;
	border-radius: 4px;
	color: #14EC2A;
	font-size: 16px;
	padding: 4px 6px;
	margin-top: 10px;
	display: inline-block;
}

.research-project-collapse {
	margin-bottom: 20px;
}

.research-project-collapse__title {
	padding: 8px 0;
	cursor: pointer;
	font-size: 21px;
	color: #fff;
}

.green-text {
	color: #0f0;
	/* 匹配原图绿色 */
}

.research-project-collapse__title {}

.research-project-collapse__title .arrow {
	margin-left: 5px;
	font-size: 13px;
}

.research-project-collapse__content {
	padding-left: 40px;
	display: none;
	line-height: 2;
	font-size: 14px;
}


/* 展开状态的内容 */

.research-project-collapse__content.show {
	display: block;
}

.sub-title {
	margin: 20px 0 5px;
	font-size: 18px;
	cursor: default;
	color: #fff;
	/* 子标题不做点击响应 */
}


/* 重构：可下拉的项容器 */

.dropdown-item {
	position: relative;
	/* 作为下拉菜单的定位父级 */
	cursor: pointer;
	padding: 7px 5px;
	border-radius: 3px;
	transition: background-color 0.2s;
	font-size: 16px;
	color: rgba(202, 202, 202, 0.95);
	padding-left: 10px;
}

.filter_ny_big {
	position: relative;
}

.research-project-collapse {
	border-top: 3px solid rgba(255, 255, 255, .5);
	padding-top: 30px;
}


/* 悬浮效果 */

.dropdown-item:hover {
	color: #fff;
}


/* 点击激活效果 */

.dropdown-item:active {
	background-color: #16b70e;
	color: #fff;
}


/* 下拉菜单样式 - 关键修改：改用opacity/visibility实现过渡 */

.dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	/* 紧贴父元素下方 */
	min-width: 170px;
	background-color: #244a55;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 5px 0;
	/* 替换display: none，添加过渡基础样式 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	/* 轻微上移，过渡时更自然 */
	transition: all 0.3s ease;
	/* 过渡时长0.3秒，可调整 */
	z-index: 100;
	font-size: 14px;
	height: 300px;
	overflow-y: auto;
	/* 确保在最上层 */
}

.dropdown-menu {
	font-size: 14px;
}


/* 悬浮时显示下拉菜单 - 关键修改：显示时修改opacity/visibility/transform */

.dropdown-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/* 下拉菜单项样式 - 适配a标签，重置默认样式 */

.dropdown-option {
	display: block;
	/* a标签转为块级，占满父容器 */
	padding: 4px 12px;
	cursor: pointer;
	transition: background-color 0.2s;
	color: inherit;
	/* 继承父级文字颜色 */
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	/* 去除下划线 */
}

.dropdown-option:hover {
	background-color: #16b70e;
	color: #fff;
}


/* 新增：无下拉项的a链接样式 */

.item-link {
	display: block;
	/* 占满父容器，点击区域完整 */
	color: inherit;
	/* 继承父级颜色，避免默认蓝色 */
	text-decoration: none;
	/* 去除下划线 */
	width: 100%;
	height: 100%;
}


/* 无下拉项的a链接悬浮/激活样式继承父元素 */

.dropdown-item:hover .item-link {
	color: inherit;
}

.dropdown-item:active .item-link {
	color: #0f0;
}

.panel.collapsed .filter_ny_big {
	display: none;
}

.warpper4 .jxgc_ny_n_right_lie ul li {
	margin: 50px 60px 20px 100px
}
.warpper4 .jxgc_ny_n_right_lie ul li:hover .scientific5_nr1_le_dw{ display: block;}

@media (max-width: 1680px) {
	.jxgc_ny_n_right1 {
		padding-right: 30px;
	}
	.warpper4 .jxgc_ny_n_right_lie ul li {
		margin: 50px 50px 20px 70px
	}
}

@media (max-width: 1540px) {
	.jingsai_cg2_le {
		width: 165px;
		height: 240px;
	}
	.jingsai_cg2_le img {
		height: 240px;
	}
	.warpper4 .jxgc_ny_n_right_lie ul li {
		margin: 50px 30px 20px 50px
	}
}

@media (max-width: 1420px) {
	.jingsai_cg2 ul li {
		width: 47%;
		margin-right: 0;
	}
	.jingsai_cg2 ul li:nth-child(2n) {
		float: right;
	}
	.jxgc_ny_n_left.panel.collapsed .toggle-arrow {
		right: 29px;
		top: 40px;
	}
	.panel.collapsed:before {
		top: 115px;
	}
	.warpper4 .jxgc_ny_n_right_lie ul li {
		margin: 50px 20px 20px 40px;
	}
	.research1_le {
		width: 702px;
	}
	.warpper3 {
		width: 1240px;
	}
	.sypt_zcdh .nav-sidebar {
		margin-left: 60px;
	}
}

@media (max-width: 1360px) {
	.jxgc_ny_n_right2 {
		padding: 60px;
	}
	.warpper7 {
		max-width: 1200px;
	}
}

@media (max-width: 1320px) {
	.jxgc_ny_n_right2 {
		padding: 40px;
	}
}

@media (max-width: 1280px) {
	.warpper4 .jxgc_ny_n_right_lie ul li {
		margin: 50px 18px 20px 0px;
		width: 46%;
	}
	.warpper7 {
		max-width: 1100px;
	}
	.Research_article_nr_ar2_le {
		padding-right: 20px
	}
	.warpper3 {
		width: 1200px;
	}
	.warpper {
		max-width: 1200px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.yijc_ny_lie ul li {
		margin-right: 82px;
	}
	.nav_dh .warpper ul li a {
		padding: 0 20px;
	}
	.jcxy_ny3 ul li {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (max-width: 1200px) {
	.yijc_ny_lie ul li {
		margin-right: 60px;
	}
}

@media (max-width: 1140px) {
	.yijc_ny_lie ul li {
		margin-right: 30px;
	}
}

@media (max-width: 1100px) {
	.jingsai_cg2 ul li {
		width: 100%;
		margin-right: 0px;
	}
}

.main_nr02 .search-container input {
	color: rgba(6, 51, 64, 0.95);
}


/*数据分析页*/

.section-title2 {
	color: #fff;
	border-top: 3px solid rgba(255, 255, 255, .2);
	line-height: 100px;
	padding-left: 60px;
}

.relitu_nn {
	padding: 50px;
}

.relitu_nn2_t {
	font-size: 24px;
	color: #fff;
	line-height: 50px;
}

.relitu_nn2_nr {
	background: #fff;
	margin-top: 20px;
	text-align: center;
}

.relitu_nn2_nr img {
	max-width: 100%;
}


/* 外层容器：流式布局 */

.chart-wrapper {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
}


/* 顶部区域：图例+筛选栏 */

.chart-header {
	width: 100%;
	margin-bottom: 15px;
}


/* 图例容器：强制显示，右对齐，确保不被隐藏 */

.legend-container {
	width: 100%;
	text-align: right;
	padding: 10px 0;
	min-height: 40px;
	/* 确保容器有高度，不会塌陷 */
	border: 0;
	/* 无边界，仅占位 */
}


/* 核心：图例项样式，确保颜色块和文字清晰显示 */

.legend-item {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
	cursor: pointer;
	font-size: 13px;
	color: #e2e8f0;
	/* 确保文字颜色可见 */
}

.legend-color-box {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border-radius: 2px;
}


/* 筛选栏样式：在图例下方，右对齐，响应式换行 */

.filter-bar {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 8px 20px;
	border-radius: 6px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.filter-bar span {
	color: #e2e8f0;
	font-size: 14px;
}

.filter-bar .filter-label {
	font-weight: 600;
	margin-right: 5px;
}

.filter-bar select {
	background-color: #1e293b;
	color: #e2e8f0;
	border: 1px solid #334155;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
	min-width: 100px;
}


/* 图表容器：占剩余高度 */

.chart-container {
	width: 100%;
	height: calc(100% - 100px);
	/* 适配顶部图例+筛选栏高度 */
	position: relative;
}


/* 自定义悬浮提示框 */

.custom-tooltip {
	position: absolute;
	background-color: rgba(15, 23, 42, 0.95);
	border: 1px solid #334155;
	border-radius: 4px;
	padding: 8px 12px;
	display: none;
	z-index: 100;
	pointer-events: none;
	font-size: 14px;
	color: #fff;
}


/*科学研究成果一级*/

.scientific1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.scientific1_nr_tit {
	font-size: 48px;
	color: rgba(6, 51, 64, 0.95);
	font-weight: bold;
}

.scientific1 {
	background: url(../images/diw1.png) no-repeat top center;
	background-size: cover;
}

.scientific1_nr_nr {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.scientific1_nr_nr_right {
	width: 320px;
	padding-left: 20px;
}

.scientific1_nr_nr_right1 {
	box-shadow: 0px 4px 13px 5px rgba(95, 114, 100, 0.25);
}

.scientific1_nr_nr_right1 img {
	max-width: 100%;
}

.scientific1_nr_nr_right2 {
	width: 100%;
	height: 98px;
	line-height: 98px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.scientific1_nr_nr_right2 a {
	color: #fff;
	font-size: 20px;
	display: block;
}

.scientific1_nr_nr_right2 {
	margin-top: 200px;
}

.scientific1_nr_nr_right2 a:hover {
	background: #14ec2a;
	color: #fff;
	transition: all 0.5s;
}

.scientific1_nr_nr_left {
	width: 900px;
	background: #112733;
	flex: 1;
}

.scientific1_nr_nr_left2_1 {
	display: flex;
	color: #fff;
}

.scientific1_nr_nr_left1 {
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}

.zui_fb {
	color: #14EC2A;
	font-size: 28px;
	margin-top: 40px;
	margin-left: 40px;
	position: relative;
}

.zui_fb:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	width: 50px;
	height: 2px;
	background: #14ec2a;
}

.scientific1_nr_nr_left ul li {
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #12802f;
	transition: all 0.5s;
}

.scientific1_nr_nr_left ul {
	margin-top: 20px;
	height: 620px;
	overflow: hidden;
}

.scientific1_nr_nr_left2_re h2 {
	font-size: 17px;
	font-weight: bold;
}

.scientific1_nr_nr_left2_re h3 {
	font-size: 14px;
	font-weight: normal;
}

.scientific1_nr_nr_left2_re {
	background: url(../images/name_ico.png) no-repeat left center;
	padding-left: 42px;
}

.scientific1_nr_nr_left2_re {
	margin-right: 30px;
}

.scientific1_nr_nr_left2_re2 {
	color: #14ec2a;
	margin-top: 12px;
}

.scientific1_nr_nr_left2_re2 span {
	color: #fff;
	text-decoration: underline;
}

.scientific1_nr_nr_left3 {
	display: flex;
}

.scientific1_nr_nr_left3_1 {
	margin-right: 30px;
	color: #fff;
}

.scientific1_nr_nr_left3_1 span {
	color: #14ec2a;
}

.scientific1_nr_nr_left3_1 b {
	color: #14ec2a;
	border: 2px solid #14ec2a;
	border-radius: 4px;
	padding: 2px 4px;
	font-size: 14px;
}

.scientific1_nr_nr_left3 {
	margin-top: 15px;
}


/* 移除CSS hover的展开逻辑，改为仅通过currter类控制显示 */

.scientific1_nr_nr_left2 {
	display: none;
	transition: all 0.5s;
}

.scientific1_nr_nr_left ul li.currter {
	background: #12802f;
}

.scientific1_nr_nr_left ul li.currter .scientific1_nr_nr_left2 {
	display: block;
	transition: all 0.5s;
}


/*标志性重大项目*/

.scientific2 {
	background: #010101;
	padding-top: 80px;
	padding-bottom: 80px;
}

.scientific2 .scientific1_nr_tit {
	color: #fff;
}

.scientific2_nr {
	background: url(../images/hbj.png) no-repeat top center;
	background-size: cover;
}


/* 外层容器 */

.scientific2_nr {
	width: 1240px;
	margin: 0 auto;
	position: relative;
	background-color: #000;
	height: 760px;
}

.scientific-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}


/* 中间核心文字 */

.center-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.center-content p {
	font-size: 18px;
	margin: 5px 0;
}

.center-content span {
	font-size: 60px;
	font-weight: 700;
	display: block;
}


/* 气泡通用样式 */

.bubble {
	position: absolute;
	border-radius: 50%;
	padding: 20px 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	animation: float 3.5s ease-in-out infinite;
	min-width: 120px;
	z-index: 3;
}


/* 气泡颜色区分 */

.bubble-gray {
	background-color: #666;
}

.bubble-blue {
	background-color: #2c8cdc;
}

.bubble-green {
	background-color: #2ad05f;
}

.bubble-gray0 {
	width: 201px;
	height: 201px;
	background: radial-gradient( 70% 70% at 100% 50%, rgba(39, 60, 70, 0.08) 10%, rgba(118, 143, 153, 0.55) 100%);
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 2;
	backdrop-filter: blur(4px);
	box-shadow: 0px 4px 13px 5px rgba(0, 0, 0, .85);
}

.bubble-gray0:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: "";
	width: 400px;
	height: 400px;
	background: radial-gradient( 70% 70% at 100% 50%, rgba(44, 66, 76, 0.33) 4%, rgba(63, 83, 92, 0.89) 100%);
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
	opacity: .8;
	backdrop-filter: blur(4px);
}

.xdd05 {
	width: 540px;
	height: 540px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(208, 196, 196, 0.35);
	border-radius: 50%;
	left: 50%;
	margin-left: -270px;
	top: 112px;
	position: relative;
	z-index: 1;
	content: "";
}

.xdd05:before {
	position: absolute;
	right: -7px;
	top: 48%;
	width: 14px;
	height: 14px;
	background: #14EC2A;
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	content: "";
}

.bubble-gray0 p {
	color: #fff;
	padding-top: 50px;
}

.bubble-gray0 span {
	color: #fff;
}

.bubble-gray0 span b {
	text-decoration: underline;
}

.xin_big a:nth-child(1) {
	width: 134px;
	height: 134px;
	background: linear-gradient( 141deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%)!important;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 120px; left: 210px;
}

.xin_big a:nth-child(2) {
	width: 161px;
	height: 160px;
	background: rgba(24, 114, 141, 0.77);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 60px; left: 410px;
}

.xin_big a:nth-child(3) {
	width: 178px;
	height: 178px;
	background: linear-gradient( 142deg, rgba(222, 222, 222, 0.4) 0%, rgba(115, 115, 115, 0.1) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 90px; left: 660px;
}

.xin_big a:nth-child(4) {
	width: 152px;
	height: 152px;
	background: linear-gradient( 140deg, rgba(71, 236, 248, 0.92) 0%, rgba(71, 236, 248, 0) 100%);
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 80px; left: 890px;
}

.xin_big a:nth-child(5) {
	width: 154px;
	height: 154px;
	background: linear-gradient( 138deg, rgba(255, 255, 255, 0.4) 0%, rgba(232, 232, 232, 0.1) 100%);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 260px; left: 960px;
}

.xin_big a:nth-child(6) {
	width: 154px;
	width: 158px;
	height: 158px;
	background: linear-gradient( 156deg, rgba(6, 51, 64, 0.98) 0%, rgba(17, 132, 166, 0.26) 100%);
	box-shadow: 15px 2px 7px 10px rgba(68, 63, 90, 0.17);
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 490px; left: 670px;
}

.xin_big a:nth-child(7) {
	width: 154px;
	height: 154px;
	background: rgba(6, 51, 64, 0.85);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.2);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 550px; left: 460px;
}

.xin_big a:nth-child(8){
	width: 157px;
	height: 157px;
	background: linear-gradient( 139deg, rgba(6, 51, 64, 0.84) 0%, rgba(41, 126, 192, 0.68) 100%);
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 520px; left: 210px;
}

.xin_big a:nth-child(9) {
	width: 184px;
	height: 183px;
	background: linear-gradient( 289deg, rgba(145, 145, 145, 0.66) 0%, rgba(86, 86, 86, 0.54) 100%);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 300px; left: 80px;
}

.xin_big a:nth-child(10){
	width: 168px;
	height: 168px; 
    background: linear-gradient(140deg, rgba(71, 236, 248, 0.92) 0%, rgba(71, 236, 248, 0) 100%);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(4px);
	top: 320px; left: 310px;
}

.xin_tj_yuan .bubble:nth-child(1){top: 120px; left: 210px;
    width: 134px;
	height: 134px;
	background: linear-gradient( 141deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(202, 202, 202, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(4px);
}

.scientific2_nr .bubble-gray3 p {
	margin-top: 20px;
}

.scientific2_nr .bubble-gray4 p {
	margin-top: 25px;
}

.scientific2_nr .bubble-gray6 p {
	margin-top: 25px;
}

.scientific2_nr .bubble-gray7 p {
	margin-top: 25px;
}

.scientific2_nr .bubble-gray9 p {
	margin-top: 30px;
}

.scientific2_nr .bubble-gray10 p {
	margin-top: 25px;
}


/* 气泡内文字 */

.bubble p {
	font-size: 18px;
	margin-bottom: 2px;
	line-height: 1.2;
	text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
	margin-top: 15px;
}

.bubble span {
	font-size: 32px;
	font-weight: 700;
	text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
}

.bubble span b {
	text-decoration: underline;
}


/* 气泡交互动画 */

.bubble:hover {
	/*  transform: scale(1.25);*/
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
	background: #14EC2A;
}

.bubble:active {
	transform: scale(0.95);
}


/* 气泡浮动动画（每个气泡延迟不同） */

@keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-12px);
	}
	100% {
		transform: translateY(0);
	}
}

.bubble:nth-child(2) {
	animation-delay: 0s;
}

.bubble:nth-child(3) {
	animation-delay: 0.3s;
}

.bubble:nth-child(4) {
	animation-delay: 0.6s;
}

.bubble:nth-child(5) {
	animation-delay: 0.9s;
}

.bubble:nth-child(6) {
	animation-delay: 1.2s;
}

.bubble:nth-child(7) {
	animation-delay: 1.5s;
}

.bubble:nth-child(8) {
	animation-delay: 1.8s;
}

.bubble:nth-child(9) {
	animation-delay: 2.1s;
}

.bubble:nth-child(10) {
	animation-delay: 2.4s;
}

.bubble:nth-child(11) {
	animation-delay: 2.7s;
}

.bubble:hover{ background:#14EC2A!important;}
.xin_big a:nth-child(1):hover{ background:#14EC2A!important;}

.scientific-wrapper {
	position: relative;
}

.xdd01 {
	position: absolute;
	left: 50px;
	top: 300px;
	width: 17px;
	height: 17px;
	background: #47ECF8;
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
}

.xdd02 {
	position: absolute;
	left: 290px;
	top: 100px;
	width: 33px;
	height: 33px;
	background: #14ec2a;
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
}

.xdd03 {
	position: absolute;
	left: 290px;
	bottom: 70px;
	width: 33px;
	height: 33px;
	background: #14ec2a;
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
}

.xdd04 {
	position: absolute;
	left: 580px;
	bottom: 70px;
	width: 22px;
	height: 22px;
	background: #47ECF8;
	border-radius: 0px 0px 0px 0px;
	border-radius: 50%;
}


/* 查看更多区域 */

.more-info {
	position: absolute;
	bottom: -30px;
	right: 0px;
	width: 320px;
	background-color: #333;
	padding: 30px;
	color: #fff;
	border-radius: 10px;
	width: 375px;
	height: 348px;
	background: linear-gradient( 134deg, rgba(193, 193, 193, 0.6) 0%, rgba(51, 61, 64, 0.7) 42%, #A0A0AA 100%);
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(234, 234, 234, 0.04);
	backdrop-filter: blur(4px);
}

.more-info h3 {
	font-size: 16px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.more-info h3::after {
	content: "→";
	font-size: 18px;
}

.more-info ul {
	list-style: none;
}

.more-info ul li {
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	padding-bottom: 15px;
	position: relative;
}

.more-info ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #969b9c;
	content: "";
}

.more-info li a {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-left: 28px;
}

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

.more_info_tit_re img {
	width: 30px;
}

.more_info_tit_le {
	font-size: 24px;
}

.more-info li a:hover {
	color: #14ec2a;
}

.more-info ul li:hover:before {
	background: #14ec2a;
}


/*科研获奖板块*/

.scientific5 {
	background: url(../images/bj_block.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 100px;
}

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

.scientific5_tit_l {
	color: rgba(6, 51, 64, 0.95);
	font-size: 48px;
	font-weight: 600;
}

.scientific5_tit_r a {
	width: 140px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	color: rgba(6, 51, 64, 0.95);
	font-size: 17px;
	border: 2px solid rgba(6, 51, 64, 0.95);
	display: block;
	border-radius: 50px;
	font-weight: bold;
	transition: all 0.5s;
}

.scientific5_tit_r a:hover {
	background: #14ec2a;
	border: 2px solid #14ec2a;
	transition: all 0.5s;
}

.scientific5_nr1 {
	margin-top: 130px;
}

.scientific5_nr1 ul {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.scientific5_tit_r {
	margin-top: 10px;
}

.scientific3 .scientific5_tit_r a:hover {
	border: 2px solid #14ec2a;
}

.scientific5_nr1 ul li a {
	display: flex;
	transition: all 0.5s;
}

.scientific5_nr1_le {
	width: 200px;
	position: relative;
	height: 256px;
	overflow: hidden;
}

.scientific5_nr1_le img {
	width: 200px;
	height: 256px;
}

.scientific5_nr1_le_dw {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient( 180deg, rgba(190, 190, 190, 0.0) 0%, rgba(11, 43, 53, 0.99) 100%);
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
	padding: 15px;
	height: 57%;
	padding-top: 66px;
	display: none;
	transition: all 0.5s;
	z-index: 3;
}

.scientific5_nr1 ul li a:hover .scientific5_nr1_le_dw {
	display: block;
	transition: all 0.5s;
}

.scientific5_nr1_le_dw h2 {
	color: #fff;
	font-size: 15px;
}

.scientific5_nr1_le_dw section {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.scientific5_nr1_le img {
	width: 100%; text-align: center;transition: 1s;transition: all 0.5s;
}


.scientific5_nr1_le:hover img {transform: scale(1.1);transition: all 0.5s;}

.scientific5_nr1_re {
	margin-left: 20px;
	border-bottom: 3px solid rgba(255, 255, 255, .5);
}

.scientific5_nr1_re h2 {
	font-size: 24px;
	color: rgba(21, 21, 21, 0.95);
	font-weight: 600;
}

.scientific5_nr1_re h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
}

.scientific5_nr1_re h4 {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-top: 20px;
}

.scientific5_nr1_re h5 {
	color: #14EC2A;
	font-size: 17px;
	border: 1px solid #14EC2A;
	display: inline-block;
	border-radius: 4px;
	padding: 4px;
	margin-top: 20px;
}

.scientific5_nr1 {
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding-bottom: 60px;
}

.scientific5_nr2 ul li a {
	color: #fff;
}

.scientific5_nr2_1 {
	font-size: 24px;
}

.scientific5_nr2_1 span {
	color: rgba(132, 132, 132, 0.95);
}

.scientific5_nr2_1 b {
	color: #CDCDCD;
	font-size: 23px;
	font-weight: normal;
	margin-left: 40px;
}

.scientific5_nr2_2 {
	color: rgba(220, 220, 220, 0.95);
	font-size: 23px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.scientific5_nr2_31 {
	color: rgba(220, 220, 220, 0.95);
	font-size: 23px;
}

.scientific5_nr2_3 {
	background: url(../images/yjt_bs.png) no-repeat right center;
	background-size: 30px;
	transition: all 0.5s;
}

.scientific5_nr2 ul li {
	float: left;
	width: 48%;
	margin-top: 20px;
	padding: 30px;
	height: 200px;
	transition: all 0.5s;
}

.scientific5_nr2 ul li:nth-child(2n) {
	float: right;
}

.scientific5_nr2 ul li a {
	transition: all 0.5s;
}

.scientific5_nr2 ul li:hover {
	background: linear-gradient( 142deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.18) 10%);
	border-radius: 10px;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 6);
}

.scientific5_nr2 ul li:hover .scientific5_nr2_1 span {
	color: #14ec2a;
}

.scientific5_nr2 ul li:hover .scientific5_nr2_1 b {
	color: #14ec2a;
}

.scientific5_nr2 ul li:hover .scientific5_nr2_3 {
	background: url(../images/yjt_ls.png) no-repeat right center;
	background-size: 30px;
	transform: translatey(-5px);
}

.scientific5_nr2 ul li:hover .scientific5_nr2_2 {
	color: #fff;
}

.scientific5_nr2 ul li:hover .scientific5_nr2_31 {
	color: #fff;
}

.ckgd_gm {
	margin-top: 50px;
}

.ckgd_gm a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	width: 140px;
	height: 46px;
	line-height: 43px;
	margin: 0 auto;
	display: block;
	border-radius: 60px;
}

.ckgd_gm a:hover {
	background: #14ec2a;
	color: #fff;
	border: 2px solid #14ec2a;
}

.scientific5_nr1 ul li a:hover .scientific5_nr1_re h3 {
	color: #14ec2a;
}






/*科研项目开始*/

.scientific3 {
	background: #06070b;
	padding-top: 50px;
	padding-bottom: 50px;
}

.scientific3 .scientific5_tit_l {
	color: #fff;
}

.scientific3 .scientific5_tit_r a {
	color: #fff;
	border: 2px solid #fff;
}


/* 核心修改：外层大容器class改为scientific3_nr */

.scientific3_nr {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}

.scientific3_nr .title {
	font-size: clamp(18px, 2vw, 24px);
	color: #00ff00;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 40px;
}

.scientific3_nr .main-content {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.scientific3_nr .chart-wrap {
	flex: 1 1 600px;
	min-width: 300px;
	position: relative;
	overflow: hidden;
	/*padding-bottom: 50px;*/
}

.scientific3_nr .card-project-count span {
	color: #14EC2A;
	font-size: 48px;
}

.scientific3_nr .card-fund-amount span {
	color: #14EC2A;
	font-size: 48px;
}

.scientific3_nr .chart-container {
	position: relative;
	height: 422px;
	width: 100%;
	min-height: 300px;
	margin-bottom: 10px;
	overflow: hidden;
}
.scientific3_nr .chart-container  .scale-iframe{
    width: 900px;
    height: 400px;
}
@media (max-width: 768px) {
	.scientific3_nr .chart-container {
		height: 350px;
	}
}


/* 滚动条容器 - 适配9px滚动条 + 15px滑块 */

.scientific3_nr .chart-scroll-container {
	width: 100%;
	height: 25px;
	/* 适配15px滑块，增加容器高度 */
	padding: 0 5px;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10;
	background-color: #111;
}


/* 滚动条样式 - 高度9px、圆角、颜色#14e82a */

.scientific3_nr .scroll-slider {
	width: 100%;
	height: 9px;
	position: relative;
	background-color: #14e82a;
	border-radius: 4.5px;
	/* 高度的一半实现完美圆角 */
	top: 3px;
	/* 让滚动条在容器中垂直居中 */
	left: 5px;
}


/* 滑动圆点 - 15px×15px白色小圆圈，垂直居中 */

.scientific3_nr .scroll-thumb {
	position: absolute;
	top: -5px;
	/* 15px滑块 - 9px滚动条 = 6px，向上偏移3px实现垂直居中 */
	width: 18px;
	/* 修改为15px */
	height: 18px;
	/* 修改为15px */
	background-color: #fff;
	border-radius: 50%;
	/* 圆形 */
	cursor: grab;
	transition: background-color 0.2s;
	transform: translateX(-50%);
	/* 圆点水平居中对齐 */
	z-index: 11;
}

.scientific3_nr .scroll-thumb:hover {
	background-color: #f0f0f0;
}

.scientific3_nr .scroll-thumb:active {
	cursor: grabbing;
	background-color: #e0e0e0;
}


/* 移除原手柄样式 */

.scientific3_nr .scroll-handle {
	display: none;
}

.scientific3_nr .info-card {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, .2);
	width: 280px;
	flex-shrink: 0;
	margin-top: 30px;
	padding-top: 20px;
}

.scientific3_nr .card-item {
	margin-bottom: 0px;
}

.scientific3_nr .card-title {
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 10px;
	font-size: clamp(12px, 1.5vw, 14px);
}

.scientific3_nr .card-title p {
	font-size: 18px;
}

.scientific3_nr .card-value-big {
	color: #00ff00;
	font-size: clamp(28px, 4vw, 36px);
}

.scientific3_nr .card-year {
	color: #ccc;
	font-size: clamp(14px, 2vw, 16px);
	margin-bottom: 5px;
	margin-top: 60px;
}

.scientific3_nr .card-project-count {
	color: #00ff00;
	font-size: clamp(20px, 3vw, 24px);
	margin-bottom: 5px;
}

.scientific3_nr .card-fund-amount {
	color: #00ff00;
	font-size: clamp(26px, 3.5vw, 32px);
}









/*科研项目分类*/

.scientific4 {
	background: #06070b;
	padding-bottom: 60px;
}

.scientific4 .scientific5_tit_l {
	color: #fff;
}

.scientific4 .scientific5_tit_r a {
	color: #fff;
	border: 2px solid #fff;
}

.scientific4 .scientific5_tit_r a:hover {
	border: 2px solid #14ec2a;
}

#scientific4 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

/* ========== 核心修改1：加宽图表容器宽度，解决拥挤问题 ========== */
#scientific4 .timeline-chart {
	position: relative;
	width: 640px; /* 从580px加宽到700px */
	height: 620px;
	padding-right: 10px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#scientific4 .chart-legend {
	display: flex;
	/*gap: 20px;*/
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 50px;
}

#scientific4 .legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 18px;
}

#scientific4 .legend-item.disabled {
	opacity: 0.4;
}

#scientific4 .legend-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#scientific4 .legend-dot.national {
	background-color: #14ec2a;
}

#scientific4 .legend-dot.provincial {
	background-color: #1b95a9;
}

#scientific4 .legend-dot.bureau {
	background-color: #777779;
}

#scientific4 .legend-dot.school {
	background-color: #ff0000;
}

#scientific4 #timelineChart {
	width: 100% !important;
	height: calc(100% - 10px) !important;
}

#scientific4 .project-timeline-scroll-container {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	z-index: 2;
}

#scientific4 .project-timeline-scroll-track {
	width: 100%;
	height: 4px;
	background-color: #444;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}

#scientific4 .project-timeline-scroll-thumb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	height: 8px;
	background-color: #14ec2a;
	border-radius: 4px;
	cursor: grab;
	left: 0;
}

#scientific4 .project-timeline-scroll-thumb:active {
	cursor: grabbing;
}

/* ========== 核心修改2：适配图表加宽，调整右侧卡片容器宽度（整体保持1200px） ========== */
#scientific4 .project-card-container {
	width: 520px; /* 从500px调整为480px（700+20+480=1200） */
	display: flex;
	flex-direction: column;
	position: relative;
}

#scientific4 .project-card {
	background: linear-gradient( 140deg, #517681 0%, rgba(27, 46, 51, 0.7) 88%);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 50px;
	overflow: hidden;
}

#scientific4 .project-card h2 {
	font-size: 35px;
	margin-bottom: 20px;
	position: relative;
	color: #fff;
}

#scientific4 .project-list {
	list-style: none;
	margin-top: 20px;
	height: 290px;
	overflow: hidden;
}

.project-card_tt {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.project-card_tt2 {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	top: 12px;
}

.project-card_tt2 img {
	width: 100%;
}

#scientific4 .project-list li {
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

#scientific4 .project-list li::before {
	content: '>';
	position: absolute;
	left: 0;
	top: 0;
	color: #14ec2a;
	font-size: 18px;
}

#scientific4 .project-info {
	font-size: 14px;
	line-height: 1.6;
}

#scientific4 .project-info a {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
	font-size: 16px;
}

#scientific4 .project-info a:hover {
	color: #14ec2a;
	text-decoration: underline;
}

#scientific4 .project-tag {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 6px;
	color: #14ec2a;
	font-size: 12px;
	border-radius: 4px;
	font-weight: bold;
	border: 1px solid #14ec2a;
}

#scientific4 .right-year-filter {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 140px;
	overflow: hidden;
	z-index: 2;
}

#scientific4 .year-filter-container {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
	scrollbar-width: thin;
	scrollbar-color: #14ec2a #222;
}

#scientific4 .year-filter-container::-webkit-scrollbar {
	width: 6px;
}

#scientific4 .year-filter-container::-webkit-scrollbar-track {
	background: #222;
	border-radius: 3px;
}

#scientific4 .year-filter-container::-webkit-scrollbar-thumb {
	background: #14ec2a;
	border-radius: 3px;
}

#scientific4 .year-filter-container::-webkit-scrollbar-thumb:hover {
	background: #0ec722;
}

#scientific4 .year-filter-item {
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 8px 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 2px;
	width: 100%;
	background: transparent !important;
	border: none !important;
	color: #fff;
}

#scientific4 .year-filter-item.active {
	color: #14ec2a;
}

#scientific4 .year-filter-item:hover {
	color: #14ec2a;
}

#scientific4 .project-top-controls {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
	min-height: 140px;
}

#scientific4 .year-filter-scroll-hint {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #777;
	animation: scrollHint 2s infinite;
}
.relitu_nn2_t {
    margin-top: 50px;
}






/* 滚动提示动画 */
@keyframes scrollHint {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes scrollHint {
	0%,
	100% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
}

@media (max-width: 1680px) {
	.scientific5_nr1 {
		margin-top: 70px;
	}
	.warpper4 {
		max-width: 1400px;
	}
}

@media (max-width: 1480px) {
	.scientific5_nr1 {
		margin-top: 39px;
	}
}

@media (max-width: 1380px) {
	.warpper4 {
		max-width: 1240px;
	}
}

@media (max-width: 1300px) {
	.scientific5_nr1 {
		margin-top: 94px;
	}
	.scientific5_nr1_re h2 {
		color: #fff;
	}
}



.yc_dwm{
width: 139px;
height: 264px;
background: rgba(255,255,255,0.6);
border-radius: 10px 10px 10px 10px;
position: fixed;
right: 10px;
top: 180px;
text-align: center;
padding-top: 20px;
z-index: 9999;
}
.yc_dwm ul li{ line-height: 70px; }
.yc_dwm ul li a{color: rgba(72,72,72,0.95); font-size: 24px; padding: 10px 10px;}
.yc_dwm ul{ padding: 10px;}
.yc_dwm ul li a:hover{
	
background: linear-gradient( 140deg, #14EC2A 0%, #14EC2A 88%);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.17);
border-radius: 4px 4px 4px 4px;
color: #fff;
transition: all 0.5s;

	
}


/*最后的发展历程*/
.new_history {
        background: url(../images/di_xin.jpg) no-repeat top center;
        background-size: cover;
    }
    .container_lc {
        width: 1240px;
        margin: 0 auto;
        height: 680px;
        display: flex;
        justify-content: space-between;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .container_lc .right-section::before {
        content: "";
        position: absolute;
        right: 300px;
        top: -468px;
        width: 1500px;
        height: 1500px;
        border: 80px solid #7df68a;
        border-right: 0;
        background-color: rgba(0, 0, 0, .0);
        border-radius: 50%;
        z-index: -1;
        opacity: 1;
        transform: rotate(180deg)
    }

    .container_lc .right-section::after {
        content: "";
        position: absolute;
        right: 440px;
        top: -385px;
        width: 1500px;
        height: 1500px;
        border: 1px solid #b3b5b3;
        border-right: 0;
        background-color: rgba(0, 0, 0, .0);
        border-radius: 50%;
        z-index: -1;
        opacity: 1;
        transform: rotate(180deg);
    }

    /* 左侧扇形区域 */
    .container_lc .left-section {
        width: 55%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 80px;
        position: relative;
    }

    .container_lc .fan-container {
        width: 100%;
        height: 650px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /* 扇形文字项核心样式 - 关键优化：增加所有属性的平滑过渡 */
    .container_lc .fan-item {
        font-size: 30px;
        color: rgba(6, 51, 64, 0.8);
        font-weight: 600;
        width: 550px;
        position: absolute;
        left: 0;
        transform-origin: 50px center;
        text-align: left;
        cursor: pointer;
        /* 关键：所有属性都平滑过渡，包括transform/opacity/top */
        transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
        backface-visibility: hidden;
        opacity: 0; /* 用opacity控制显隐，不再用display */
        pointer-events: none; /* 透明时不可点击 */
        padding: 4px 8px;
        border-radius: 4px;
    }

    /* 显示状态 - 替代display: block */
    .container_lc .fan-item.show {
        opacity: 1;
        pointer-events: auto;
    }

    /* 年份标签单独样式 */
    .container_lc .fan-item .fan-year {
        font-size: 18px;
        color: #123d49;
        margin-left: 8px;
        font-weight: 700;
        transition: all 0.4s ease; /* 年份也加过渡 */
    }

    /* 选中/hover 状态 */
    .container_lc .fan-item.active {
        color: #14ec2a;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(67, 160, 71, 0.2);
    }

    .container_lc .fan-item.active .fan-year {
        color: #14ec2a;
        font-size: 18px;
    }

    .container_lc .fan-item:hover {
        color: #14ec2a;
        font-weight: 600;
        background-color: rgba(67, 160, 71, 0.05);
    }

    /* 箭头按钮 */
    .container_lc .arrow-btn {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        border: 2px solid #2c3e50;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 10;
    }

    .container_lc .arrow-btn::after {
        content: "↓";
        color: #2c3e50;
        font-size: 30px;
        font-weight: 500;
    }

    .container_lc .arrow-btn.disabled {
        border-color: #b0bec5;
        background-color: #f5f5f5;
        cursor: not-allowed;
        box-shadow: none;
    }

    .container_lc .arrow-btn.disabled::after {
        color: #b0bec5;
    }

    /* 右侧内容区域 */
    .container_lc .right-section {
        width: 430px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 30px;
        position: relative;
        text-align: right;
    }

    .container_lc .right-year {
        font-size: 90px;
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: 1px #113d49;
        text-stroke: 1px #113d49;
        border-bottom: 3px solid #123d49;
        margin-bottom: 30px;
        transition: all 0.4s ease; /* 年份也加过渡 */
    }

    .container_lc .right-image {
        width: 390px;
        height: 270px;
        margin-bottom: 20px;
        border-radius: 0px;
        object-fit: cover;
        transition: all 0.4s ease; /* 图片加过渡 */
    }

    .container_lc .right-detail {
        font-size: 16px;
        color: #2c3e50;
        text-align: right;
        margin-bottom: 40px;
        line-height: 1.6;
        padding: 0 10px;
        width: 100%;
        transition: all 0.4s ease; /* 详情加过渡 */
    }

    .container_lc .right-btn {
        text-align: right;
        width: 100%;
    }

    .container_lc .right-btn a {
        width: 208px;
        height: 56px;
        text-align: center;
        line-height: 56px;
        background-color: #113d49;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 17px;
        transition: all 0.3s;
        display: inline-block;
        text-decoration: none;
    }

    .container_lc .right-btn a:hover {
        background-color: #14ec2a;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(67, 160, 71, 0.3);
    }