body {
	background-color: #202231;
}
.mobile .show-wrap {
	margin: 0 auto;
}
.mobile .show-wrap .content-wrap {
	margin-bottom: 30px;
}
.mobile .show-wrap .page-title {
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
}
.mobile .show-wrap .show-list {
}
.mobile .show-wrap .show-list .show-item {
	background: #313341;
	border-radius: 10px;
	padding: 8px;
	margin: 10px;
	display: flex;
	justify-content: flex-start;
}
.mobile .show-wrap .show-list .show-item:last-child {
	margin-bottom: 10px;
}
.mobile .show-wrap .show-list .show-item .img {
	width: 90px;
	height: 90px;
	border-radius: 4px;
	margin-right: 10px;
}
.mobile .show-wrap .show-list .show-item .info-wrap {
	width: calc(100% - 110px);
}
.mobile .show-wrap .show-list .show-item .info-wrap .title {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mobile .show-wrap .show-list .show-item .info-wrap .time {
	font-size: 12px;
	margin: 5px 0;
	color: #999999;
}
.mobile .show-wrap .show-list .show-item .info-wrap .desc {
	font-size: 14px;
	color: #B6B7BD;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
