.s_list{
	width: 49%;
	float: left;
	height: 2.5rem;
	position: relative;
	margin-right: 2%;
	margin-bottom: 0.15rem;
}
.s_list:nth-child(2n+2){
	margin-right: 0;
}
.s_list img{
	width: 100%;
	height: 100%;
	background: #f1f1f1;
}
.s_list span{
	display: block;
	width: 100%;
	height: 0.6rem;
	background: rgba(0,0,0,.7);
	line-height: 0.6rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.s_list span font:nth-child(1){
	float: left;
	margin-left: 0.1rem;
	line-height: 0.6rem;
	color: #FFFFFF;
	font-size: 0.16rem;
}
.s_list span font:nth-child(2){
	float: right;
	margin-right: 0.1rem;
	line-height: 0.6rem;
	color: #FFFFFF;
	font-size: 0.16rem;
}
.t_con{
	margin-top: 0.3rem;
}
