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

.cn1_s {
	color: #818181;
	max-width: 730px;
	line-height: 1.8;
}

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

.cn1_list li {
	width: 31.5%;
	height: 138px;
	overflow: hidden;
	background: #F7FAFB;
	border-radius: 15px 15px 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1.5vw;
	transition: 0.5s;
}

.cn1_list li:not(:last-child) {
	margin-right: 2.75%;
}

.cn1_t {
	color: #818181;
	line-height: 1.2;
	padding-left: 35px;
}

.cn1_xx {
	color: var(--tcolor);
	font-family: 'HarmonyOS_Medium';
	padding-left: 35px;
	background-image: url(../img/Vector.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-top: 10px;
}

.cn1_list li:nth-child(3) .cn1_xx {
	background-image: url(../img/Vector2.png);
	background-position: left 12px;
}

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

.cn2_b span {
	color: var(--color);
}

.line {
	width: 100%;
	height: 1px;
	background: #C9D8E4;
}

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

.cn2_list li {
	width: 48%;
	position: relative;
	min-height: 80px;
	display: flex;
	align-items: baseline;
	padding: 0 1vw;
	margin-right: 4%;
	margin-bottom: 2.4vw;
}

.cn2_list li:nth-child(2n) {
	margin-right: 0%;
}

.cn2_list li:last-child:after {
	content: '';
	display: none;
}

.cn2_add {
	line-height: 1;
	padding-left: 25px;
	width: 160px;
	background: url(../img/Vector1.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: var(--color);
	font-weight: bold;
}

.cn2_ads {
	padding-left: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #818181;
	max-width: 440px;
	width: calc(100% - 160px);
}

@media only screen and (min-width: 1441px) {
	.cn2_list li:not(:nth-child(2n)):after {
		content: '';
		width: 1px;
		height: 80px;
		background: #D9D9D9;
		position: absolute;
		right: -5.5%;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 1440px) {
	.cn2_list li {
		width: 48%;
		margin-right: 4%;
	}

	.cn2_list li:nth-child(3n) {
		margin-right: 4%;
	}

	.cn2_list li:nth-child(2n) {
		margin-right: 0%;
	}

	.cn2_list li:not(:nth-child(2n)):after {
		content: '';
		width: 1px;
		height: 80px;
		background: #D9D9D9;
		position: absolute;
		right: -5.5%;
		top: 50%;
		transform: translateY(-50%);
	}

}

@media only screen and (max-width: 768px) {
	.cn1_list li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
		height: 115px;
		padding: 0 30px;
	}

	.cn1_t{
		padding-left: 28px;
	}

	.cn1_xx {
		background-size: 15px;
		padding-left: 28px;
		background-position: left 5px;
	}

	.cn1_list li:nth-child(3) .cn1_xx{
		background-position: left 8px;
	}

	.cn2_list li{
        width: 100%;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: 30px;
	}

	.cn2_list li::after{
		display: none;
	}
	
	.cn2_add{
	    width: 100%;
	}
	
	.cn2_ads{
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
	}
}
