body{
	background: url(../img/public/bg.png) no-repeat #F0F7FF;
	background-size: 100% auto;
}
.list{
	padding-top: .11rem;
	padding-bottom: .3rem;
	width: 6.9rem;
	margin: 0 auto;
}
.list>div{
	display: flex;
	margin-bottom: .4rem;
	position: relative;
}
.img_wrap{
	width:3rem;
	height: 2rem;
	border-radius: .4rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_wrap img{
	width: auto;
	height: 100%;
}
.right_wrap{
	padding-left: .22rem;
	width: 3.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.right_wrap span{
	color: #0A5491;
	font-size: .28rem;
}
.right_wrap span img{
	display: inline-block;
	width: .11rem;
}
.top_wrap{
	opacity: .8;
}
.top_wrap p:nth-child(1){
	font-size: .24rem;
	line-height: .3rem;
	color: #7C7C7C;
}
.top_wrap p:nth-child(2){
	line-height: .42rem;
}