/* 文本列表 */
.spic,
.context,
.media-body .context {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	border: none !important;
	overflow: hidden !important;
}

ul.threadlist li.thread div.media-body div.subject {
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	overflow: hidden !important;
}

.thread .media-body {}

.thread > input[name="modtid"] {
	accent-color: #0d6efd;
}

.thread .media-body .subject {
	font-weight: 500 !important;
	color: #2a3648;
	line-height: 1.45;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	overflow: hidden !important;
	display: block !important;
}

.subject a {
	font-size: 14px;
	font-weight: 500;
	color: #1f2d3d;
}

.thread .subject .van-thread-tag {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.18rem 0.48rem;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500;
	border-radius: 999px;
	vertical-align: middle;
}



.context:empty {
	display: none !important;
}

.thread:hover {
	background: #fafafa;
}

.thread:hover a {
	color: #0d6efd;
}
