.xyfw {
	margin: 0px auto;
	padding: 1px;
	text-align: center;
	background-color: #F5F7FA;
}

.xyfw-pc {
	display: block;
}

.xyfw-tel {
	display: none;
}

.xyfw-pc-con {
	width: 60%;
	margin: 0 auto 40px;
	background-color: #F4F6F9;
	display: flex;
}

.xyfw-pc-left {
	width: 20%;
	text-align: left;
	border: 2px solid var(--white);
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .05);
}

.xyfw-pc-left li {
	margin: 30px 4px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

.select {
	font-weight: 600;
	color: #0052d9;
	margin-left: 0px !important;
	border-left: 4px solid #0052d9;
}

.xyfw-pc-right {
	width: 80%;
	text-align: left;
	background-image: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, .11);
}

.right-con {
	display: none;
}

.xyfw-pc-right li {
	margin: 20px;
	padding: 20px;
	font-size: 18px;
	box-shadow: 8px 8px 20px 0 rgba(18, 21, 26, .1);
	border: 2px solid #fff;
}

.line1 {
	display: flex;
	align-items: center;
}

.line2 {
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
	color: #0052d9;
	cursor: pointer;
}

.xyfw-pc-right li img {
	margin-right: 20px;
}

/* .xyfw-pc-right li:hover{
	padding:30px 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 8px 8px 20px 0 rgba(18, 21, 26, .1);
} */

/* 超小屏幕时,手机屏幕 */
/* 最大不超过769px */
@media screen and (max-width:769px) {
	.xyfw-pc {
		display: none;
	}

	.xyfw-pc-con {
		width: 100%;
		margin: 0 auto 40px;
		background-color: #F4F6F9;
		display: flex;
	}

	.xyfw-tel {
		display: block;
	}

	.xyfw-tel-con {
		margin:20px 15px;
		background: #fff;
		border: 1px solid #e5e8ed;
		box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .12);
		border-radius: 3px;
	}

	.xyfw-tel-title {
		font-size: 22px;
		text-align: left;
		color: #495770;
		line-height: 30px;
		padding: 12px 16px;
		border-bottom: 1px solid #e5e8ed;
	}
	.xyfw-tel-a{
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}
	.xyfw-tel-txt{
		display: block;
		width: 45%;
		margin: 20px 10px;
		font-size: 18px;
		text-align: left;
	}
	.width100{
		width: 90%;
	}
}