
.mobile .show-wrap {
	margin: 0 15px;
}
.mobile .show-wrap .content-wrap {
	margin-bottom: 30px;
}
.mobile .show-wrap .list-wrap {
}
.mobile .list-wrap .page-title {
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
}
.mobile .list-wrap .list-item {
	background: #ffffff;
	border-radius: 10px;
	padding: 6px;
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
}
.mobile .list-wrap .list-item .show-item:last-child {
	margin-bottom: 10px;
}
.mobile .list-wrap .list-item .thumb {
	width: 85px;
	height: 85px;
	margin-right: 10px;
	border-radius: 4px;
}
.mobile .list-wrap .list-item .info-wrap {
	width: calc(100% - 110px);
}
.mobile .list-wrap .list-item .info-wrap .title {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mobile .list-wrap .list-item .info-wrap .time {
	font-size: 12px;
	margin: 10px 0;
	color: #B6B7BD;
}
.mobile .list-wrap .list-item .info-wrap .desc {
	font-size: 13px;
	color: #B6B7BD;
	overflow: hidden;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.mobile .list-wrap .list-item .info-wrap .bottom {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #B6B7BD;
}
.mobile .list-wrap .list-item .info-wrap .bottom .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}
