.topbox{
	width: 7.5rem;
	height: 3rem;
	position: relative;
}
.topbox .back{
	width: 0.18rem;
	height: 0.32rem;
	cursor: pointer;
	position: absolute;
	left: 0.3rem;
	top: 0.64rem;
}
.topbox .topbg{
	width: 7.5rem;
	height: 3rem;
}
.list{
	width: 7.5rem;
	padding: 0.3rem 0.2rem;
}
.list .li{
	height: 2rem;
	border-bottom: 0.02rem solid #F2F2F2;
	width: 7.1rem;
	display: flex;
	margin-bottom: 0.32rem;
	padding-bottom: 0.3rem;
}
.list .li .left{
	width: 2rem;
	height: 1.7rem;
	position: relative;
	overflow: hidden;
	border-radius: 0.1rem;
	margin-right: 0.2rem;
	flex-shrink: 0;
}
.li .left .imgbg{
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	left: -0.25rem;
	top: -0.4rem;
	opacity: .05;
}
.li .left .imgzz{
	width: 1.04rem;
	height: 1.04rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
} 
.li .right{
	flex-shrink: 1;
	padding-top: 0.12rem;
}
.li .right .tit{
	font-size: 0.36rem;
	line-height: 0.5rem;
	color: #4A4A4A;
	margin-bottom: 0.06rem;
}
.li .right .intro{
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #959595;
	height: 0.84rem;
	
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
