* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}

.body1_num {
	margin-top: 0.8rem;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.body1_num .shu_list {
	margin: 0 1rem;
}

.body1_num .shu_list span,
.body1_num .shu_list span b {
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 0.68rem;
	color: #23478C;
	display: flex;
	justify-content: center;
}

.body1_num .shu_list p {
	text-align: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #222222;
}






.body2 .list {
	width: 100%;
	height: 4rem;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: flex-end;
	position: relative;
	align-items: center;
}

.body2 .list .list_img {
	width: 6.4rem;
	height: 4rem;
	overflow: hidden;
	border-radius: 0.1rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.body2 .list .list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.body2 .list .list_img:hover>img {
	transform: scale(1.05);
}

.body2 .list .list_img .list_body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: end;
	padding-bottom: 0.57rem;
	box-sizing: border-box;
}

.body2 .list .list_img .list_body p,
.body2 .list .list_img .list_body span,
.body2 .list .list_img .list_body div {
	display: flex;
	justify-content: center;
	align-items: end;
}

.body2 .list .list_img .list_body img {
	max-width: 1.8rem;
	max-height: 2.4rem;
	object-fit: contain;
	margin: 0 0.27rem;
	float: left;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #FFFFFF;
	padding: 0.1rem;
	box-sizing: border-box;
}





.body2 .list:nth-child(2n) {
	justify-content: flex-start;
}

.body2 .list:nth-child(2n) .list_img {
	left: auto;
	right: 0;
}

.body2 .list .list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.body2 .list .list_txt {
	width: 8.2rem !important;
	height: auto;
}

.body2 .list .list_txt .list_title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #222222;
	width: 100%;
	position: relative;
}

.body2 .list .list_txt .list_hr {
	width: 0.5rem;
	height: 0.03rem;
	background: #23478C;
	margin-top: 0.18rem;
	margin-bottom: 0.3rem;
}

.body2 .list .list_txt .list_cont {
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.32rem;
}







.footer {
	margin-top: 1.2rem;
}