
.spgl-list{
	margin-right: -.12rem;
	font-size: 0;
}
.spgl-list li{
	display: inline-block;
	vertical-align: top;
	width: 3.76rem;
	background: #f5f5f5;
	margin-right: .44rem;
	margin-bottom: .32rem;
}
.spgl-list li a{
	display: block;
	position: relative;
}
.spgl-list li:nth-child(3n){
	margin-right: 0;
}
.spgl-list li img{
	width: 100%;
	height: 2.12rem;
}
.spgl-list li p{
	height: 60px;
	height: .6rem;
	line-height: .24rem;
	padding: 0 20px;
	padding: 0 .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spgl-list li p span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000000;
	font-size: 18px;
	font-size: .18rem;
	text-align: center;
}
.spgl-list li a:after{
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 29%;
	left: 50%;
	width: .65rem;
	height: .65rem;
	margin-left: -.32rem;
	background: url(ljjc-ic2.png) center;
	background-size: 100% 100%;
}

@media screen and (max-width: 768px){
	.spgl-list{
		margin: 0;
		padding: 0 .2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.spgl-list li{
		width: 48%;
		margin: 0 0 .3rem;
	}
	.spgl-list li img{
		height: 25.5vw;
	}
	.spgl-list li p{
		height: 1rem;
	}
	.spgl-list li p span{
		font-size: .32rem;
		line-height: .4rem;
	}
}