.cn1 .hdBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


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

.cn1_lr {
	width: 66.8%;
}

.cn1_ri {
	width: 30%;
}

.cn1_lr li {
	margin-bottom: 20px;
}

.hd_link {
	background: #F7F9FB;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 40px;
}

.hd_lr {
	width: 60%;
}

.hd_ri {
	width: 29.4%;
	overflow: hidden;
	position: relative;
	padding-bottom: 21%;
	border-radius: 10px;
}

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

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

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

.hd_add {
	font-family: 'HarmonyOS_Medium';
	color: var(--color);
	line-height: 1.6;
	padding-left: 25px;
	background-image: url(../img/add.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.hd_time {
	font-family: 'HarmonyOS_Medium';
	color: var(--color);
	line-height: 1.6;
	padding-left: 25px;
	background-image: url(../img/time.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

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

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

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

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

.cn1_ri_top {
	background: #F7F9FB;
	border-radius: 10px;
	padding: 30px 40px 40px;
}

.ri_top_b {
	font-weight: bold;
	color: var(--tcolor);
}

.ri_line {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background: #D9D9D9;
}

.cn1_ri_top li {
	margin-top: 40px;
}

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

.ri_top_add {
	font-family: 'HarmonyOS_Medium';
	color: var(--color);
	line-height: 1.6;
	padding-left: 25px;
	background-image: url(../img/add.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.ri_top_xx {
	font-family: 'HarmonyOS_Medium';
	color: var(--color);
	line-height: 1.6;
	padding-left: 25px;
	background-image: url(../img/time.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cn1_ri_bot {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

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

.ri_bo_m {
	display: flex;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1.2vw;
	width: 85%;
}

.ri_bo_ms {
	width: auto;
	height: 33px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.8vw;
}

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

.ri_bo_text {
	width: 85%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.2vw;
}

.ri_bo_t {
	color: #fff;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'HarmonyOS_Medium';
}

.ri_bo_add {
	font-family: 'HarmonyOS_Medium';
	color: #fff;
	line-height: 1.6;
	padding-left: 25px;
	background-image: url(../img/add1.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
	font-size: 14px;
}

.ri_bo_time {
	font-family: 'HarmonyOS_Medium';
	color: #fff;
	line-height: 1.6;
	padding-left: 25px;
	background-image: url(../img/time1.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

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

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

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

	.cn1_lr {
		width: 100%;
	}

	.cn1_ri {
		width: 100%;
		margin-top: 30px;
	}

	.hd_link {
		padding: 20px;
		flex-direction: column-reverse;
	}

	.hd_lr {
		margin-top: 15px;
		width: 100%;
	}

	.hd_ri {
		width: 100%;
		padding-bottom: 75%;
	}

	.hd_ms{
		padding: 0 10px;
	}

	.cn1_ri_top{
		padding: 30px 20px ;
	}

	.cn1_ri_top li {
		margin-top: 20px;
	}

	.ri_bo_m{
		top: 20px;
	}

	.ri_bo_ms{
		padding: 0 10px;
	}

	.ri_bo_text{
		bottom: 15px;
	}
}
