
.pc .show-wrap {
	width: var(--w);
	margin: 0 auto;
}

.pc .show-wrap .page-title {
	text-align: left;
	font-size: 40px;
	color: #02C6AE;
}
.pc .show-wrap .content-wrap {
	margin-bottom: 30px;
}
.pc .show-wrap .show-list {
	margin-bottom: 60px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4,1fr);
}
.pc .show-wrap .show-list .show-item {
	text-align: left;
	font-size: 40px;
	background-color: #fff;
	border-radius: 10px;
}
.pc .show-wrap .show-list .show-item:last-child {
	border-bottom: none;
}
.pc .show-wrap .show-list .show-item .img {
	width: 100%;
	height: 230px;
	display: block;
	border-radius: 10px;
}
.pc .show-wrap .show-list .show-item .info-wrap {
	padding: 10px 20px;
	flex: 1;
}
.pc .show-wrap .show-list .show-item .info-wrap .title {
	font-size: 20px;
	font-weight: bold;
}
.pc .show-wrap .show-list .show-item .info-wrap .time {
	font-size: 16px;
	margin: 10px 0 10px;
	color: #999;
}
.pc .show-wrap .show-list .show-item .info-wrap .desc {
	font-size: 20px;
	color: #B6B7BD;
}
.pc .page-tabs {
	top: 70px;
}