.lists{
	margin-top: 0.4rem;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.lists .item{
	width: 3rem;
	height: 4rem;
	border-radius: 0rem 0rem 0rem 0rem;
	border: 0.01rem solid #BDC1CA;
	margin-bottom: 0.69rem;
}
.lists .item .pic{
	width: 3rem;
	height: 3rem;
}
.lists .item .pic img{
	width: 100%;
	height: 100%;
}
.lists .item .cons{
	margin-left: 0.24rem;
	margin-top: 0.24rem;
}
.lists .item .cons .tts{
	height: 0.28rem;
	font-family: Noto Sans SC, Noto Sans SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #171A1F;
	line-height: 0.28rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.lists .item .cons .des{
	height: 0.26rem;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #171A1F;
	line-height: 0.26rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
