* {
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

#cateBox .cateLi:nth-child(4)::after {
	width: 100%;
}

#nyBan .p_btitle {
	line-height: 1.2;
}

#Con_number1 {
	margin-top: 6vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6vw;
	min-height: 560px;
	align-items: center;
}

#Con_number1 .Con_Left {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

#Con_number1 .Con_Left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#Con_number1 .Con_Right {
	width: 40%;
}

#Con_number1 .InnNum3_tt {
	line-height: 1;
	font-weight: bold;
	color: #000;
}

#Con_number1 .Con_Right_li:not(:last-child) {
	border-bottom: 1px solid rgba(0 0 0 /10%);
}

#Con_number1 .Con_Right_li {
	width: 100%;
	padding: 1.8vw 0;
	transition: 0.5s all;
	cursor: pointer;
	flex: 1;
}

#Con_number1 .Con_Right_tt {
	font-weight: bold;
	width: 100%;
	color: rgba(51 51 51 / 50%);
	position: relative;
}

#Con_number1 .Con_Right_tt::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/jiantou3.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s all;
}

#Con_number1 .Con_Right_txt {
	color: #333;
	line-height: 1.8;
	display: none;
}

#Con_number1 .Con_Right_li.active {
	padding-top: 10px;
}

#Con_number1 .Con_Right_li.active .Con_Right_tt {
	margin-bottom: 20px;
	color: var(--yx_Color);
}

#Con_number1 .Con_Right_li.active .Con_Right_tt:after {
	transform: translateY(-50%) rotate(180deg);
}

#Con_number1 .Con_Right_li.active .Con_Right_txt {
	display: flex;
}

#Con_number1 .Con_Left:hover img {
	transform: scale(1.05);
}

.biaoti {
    font-weight: bold;
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {

	#Con_number1 {
		margin-top: 50px;
	}

	#Con_number1 .Con_Left {
		width: 100%;
	}

	#Con_number1 .Con_Right {
		width: 100%;
		margin-top: 25px;
	}

	#Con_number1 .Con_Right_li {
		padding: 20px 0;
	}
	#Con_number1 .Con_Right_li.active .Con_Right_tt{
		margin-bottom: 10px;
	}
}