<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.forumMemoThumbnailBox{
	width: 240px;
	height: 240px;
	background: #101010;
	float: left;
	margin: 0 10px 20px 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.forumMemoThumbnailBox&gt;.hasVideoFlag{
	background: url('../Images/forum_memo_play.png') no-repeat center;
	width: 66px;
	height: 66px;
	overflow: hidden;
	position:absolute;
	top: 77px;
  	left: 87px;
}
.forumMemoThumbnailBox&gt;.hasVideoFlagText{
	overflow: hidden;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
    color: rgba(0,0,0,0.6);
    background-color: rgba(255,255,255,0.6);
    padding: 1px 6px;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.3);
}
.forumMemoThumbnailBox&gt;.forumMemoThumbnailBox_imgBox{
	width: 234px;
	height: 234px;
	overflow: hidden;
	margin: 3px;
}
.forumMemoThumbnailBox&gt;.forumMemoThumbnailBox_infoBox{
	width: 234px;
	height: 66px;
	overflow: hidden;
	margin: 3px 3px 0 3px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: url('../Images/forum_memo_thumbnail_footbg.png');
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top:34px;
}
.forumMemoThumbnailBox&gt;.forumMemoThumbnailBox_infoBox&gt;.caption{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	width: 228px;
	padding: 6px 3px 0 4px;
	word-break: break-all;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.forumMemoThumbnailBox&gt;.forumMemoThumbnailBox_infoBox&gt;.desc{
	height: 30px;
	line-height: 30px;
	width: 228px;
	padding: 0 3px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}
.forumMemoThumbnailBox&gt;.forumMemoThumbnailBox_infoBox&gt;.desc&gt;.forumName{
	height: 30px;
	line-height: 30px;
	width: 148px;
	overflow: hidden;
	text-align: left;
	float: left;
}
.forumMemoThumbnailBox&gt;.forumMemoThumbnailBox_infoBox&gt;.desc&gt;.createDt{
	height: 30px;
	line-height: 30px;
	width: 80px;
	overflow: hidden;
	text-align: right;
	float: left;
	font-family: arial;
}</pre></body></html>