body {
	background-color: #202231;
}
.pc .show-wrap,
.pc .content-wrap {
	width: var(--w);
	margin: 0 auto;
}
.pc .content-wrap {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.pc .main-wrap {
	width: 940px;
}

.pc .main-wrap .list-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	background: #313341;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
}
.pc .main-wrap .list-item .thumb {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	margin-right: 20px;
}
.pc .main-wrap .info-wrap {
	width: calc(100% - 220px);
	height: 200px;
}
.pc .main-wrap .list-item .title {
	font-size: 20px;
	font-weight: bold;
}
.pc .main-wrap .list-item .desc {
	font-size: 16px;
	margin: 20px auto;
	color: #B6B7BD;
}
.pc .main-wrap .list-item .bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pc .main-wrap .list-item .bottom .text {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #90939F;
}
.pc .main-wrap .info-wrap .btns-wrap .btn .img {
	width: 20px;
	height: 20px;
}
.pc .main-wrap .info-wrap .btns-wrap .btn:last-child {
	background: #4CAFE6;
}
.pc .main-wrap .desc-wrap .title {
	margin-bottom: 10px;
	font-size: 20px
}
.pc .main-wrap .desc-wrap .desc {
	color: #B6B7BD;
}
.pc .tuijian-wrap {
	width: 340px;
	background: #313341;
	padding-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: sticky;
	top: 180px;
}
.pc .tuijian-wrap .title {
	width: 100%;
	height: 60px;
	display: flex;
	font-size: 20px;
	background: #383c55;
	padding: 20px;
	font-weight: bold;
	color: #fff
}
.pc .tuijian-wrap .list-wrap {
	width: 100%;
}
.pc .tuijian-wrap .list-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 20px 0;
}
.pc .tuijian-wrap .list-item .thumb {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	margin-right: 10px;
}
.pc .tuijian-wrap .list-item .info-wrap {
	height: 200px;
}
.pc .tuijian-wrap .list-item .desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
