.bank_list{

}
.bank_list li{
	display: flex;
	height: 1.4rem;
	align-items: center;
	background: #fff;
}
.left{
	width: 1.24rem;
	height: 100%;
	text-align: center;
}
.left img{
	height: 1rem;
	margin-top: .2rem;
}
.right{
	height: 100%;
	flex: 1;
	border-bottom: .01rem solid #e3e3e3;
	box-sizing: border-box;
}
.bank_title{
	color: #333;
	font-size: .34rem;
	margin-top: .3rem;
}
.bank_description{
	font-size: .2rem;
	color: #999;
	margin-top: .05rem;
}
