.cn1_b {
	font-weight: bold;
	color: var(--tcolor);
	line-height: 1;
}

.xwTuijian {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tj_lr {
	width: 62%;
}

.tj_lr_li {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
	display: block;
}

.tj_lr_li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.tj_text {
	width: 85%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}

.tj_text_t {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'HarmonyOS_Medium';
	color: #fff;
	line-height: 1.3;
	max-width: 90%;
}

.tj_text_ms {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tj_time {
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.tj_ms {
	width: 110px;
	height: 33px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: auto;
}

.tj_ms:nth-child(2) {
	margin-left: auto;
}

.tj_ms:nth-child(3) {
	margin-left: 10px;
}

.tj_ri {
	width: 34.7%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tj_ri_li {
	width: 100%;
	height: 31%;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #F7F9FB;
	border-radius: 10px;
}

.tj_ri_li_img {
	width: 40%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30%;
}

.tj_ri_li_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.tj_ri_text {
	width: 60%;
	padding: 15px 30px;
}

.tj_ri_text_t {
	font-family: 'HarmonyOS_Medium';
	color: var(--tciolor);
	line-height: 1.5;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tj_ri_time {
	font-weight: 400;
	color: #B8B8B9;
	line-height: 1;
	margin-top: 5px;
}

.tj_ri_m {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.tj_ri_ms {
	width: auto;
	height: 33px;
	background: #D7E5F2;
	color: var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.8vw;
}

.tj_ri_ms:first-child {
	margin-right: 10px;
}

.tj_lr_li:hover img {
	transform: scale(1.05);
}

.tj_ri_li:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.tj_ri_text_t:hover {
	color: var(--color);
}

.cn2_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cn2_li {
	display: block;
	overflow: hidden;
	transition: 0.5s;
	width: 31.4%;
	margin-bottom: 35px;
	border-radius: 10px;
	background: #F7F9FB;
}

.cn2Img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;

}

.cn2Img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.cn2Img:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.cn2Text {
	width: 100%;
	background: #F7F9FB;
	padding: 20px 30px;
}

.cn2Text_t {
	line-height: 1.4;
	color: var(--tcolor);
	font-family: 'HarmonyOS_Medium';
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cn2Text_time {
	color: #B8B8B9;
	line-height: 1;
	margin-top: 15px;
}

.cn2Text_s {
	line-height: 1.8;
	font-weight: 400;
	color: var(--tcolor);
	margin-top: 15px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.cn2Text_m {
	width: 100%;
	display: flex;
	align-items: center;
}

.cn2Text_ms {
	width: auto;
	height: 33px;
	background: #D7E5F2;
	color: var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.8vw;
	cursor: auto;
}

.cn2Text_ms:first-child {
	margin-right: 10px;
}

.cn2Text_t:hover {
	color: var(--color);
}




@media only screen and (min-width: 769px) {
	.cn2_li {
		margin-right: 2.9%;
	}

	.cn2_li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1600px) {
	.tj_ri_ms {
		font-size: 12px;
	}

	.tj_ri_text_t {
		font-size: 15px;
	}

	.tj_ri_time {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1300px) {
	.tj_lr {
		width: 56%;
	}

	.tj_ri {
		width: 40.7%;
	}

	.tj_ri_li_img {
		padding-bottom: 35%;
	}
}

@media only screen and (max-width: 768px) {
	.cn1 {
		margin-top: 40px;
	}

	.xwTuijian {
		margin-top: 35px;
	}

	.tj_lr {
		width: 100%;
	}

	.tj_text {
		width: 90%;
		bottom: 10px;
	}

	.tj_text_t {
		-webkit-line-clamp: 1;
	}

	.tj_ms {
		width: 85px;
		height: 30px;
		font-size: 12px;
	}

	.tj_text_ms {
		margin-top: 10px;
	}

	.tj_ri {
		width: 100%;
		margin-top: 20px;
	}

	.tj_ri_li_img {
		padding-bottom: 40%;
	}

	.tj_ri_text {
		padding: 10px 20px;
	}

	.tj_ri_ms {
		height: 26px;
	}

	.cn2_li {
		width: 100%;
		margin-bottom: 20px;
	}

	.cn2Text {
		padding: 20px;
	}

	.cn2Text_ms {
		padding: 0 10px;
	}
}
