 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
}

.header .scheme-list{
	position: absolute;
	top: 64px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}
.section>img{
	width: 100%;
	height: auto;
	max-height: 500px;
}
.section>.s-xw-row-container{
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 100vh; */
	margin-top: 40px;
	flex-direction: column;
}
.s-xw-module{
	margin-bottom: 20px;
	width: 58%;
}
.s-xw-row-container .sxw-title{
	margin-bottom: 30px;
}
.s-xw-row-container .sxw-title>span{
	font-size: 30px;
	color:#333333;
}
/* .sroot-image{
	width: 220px;
	height: 170px;
	display: inline-block;
} */
.data-list>.sroot-image,.sroot-text-container{
	display: inline-block;
}
.sroot-text-container .sroot-text-title:hover,.sroot-image:hover ~.sroot-text-container .sroot-text-title{
	color:#00A1E9;
}
.section .sxw-content>a{
	color:#000;
} .data-list>.sroot-image>img{
	vertical-align: -150%;
}
.sroot-text-container{
	margin-left:30px;
}
.sroot-text-container>h2{
	margin-bottom: 40px;
}
.sroot-text-content>p{
	width: 816px;
	line-height: 30px;
}
.separator{
	box-sizing: border-box;
	display: block;
	width: 58%;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}
.sxw-content {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.bot{
	margin-top: 50px;
}
.foot-list{
	margin-left: 120px;
}
.foot-list>ul{
	margin-right: 68px;
}
