<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/* 绉诲姩绔� */
	.yj_colum_box{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: "Microsoft YaHei", "Microsoft YaHei-Regular", sans-serif;
		position: relative;
		min-height: 100vh;
	
		width: 100%;
		height: auto;
		background-image: url('/background.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-color:#F1F1F1;
		padding-bottom: 60px;
	}
	.yj_colum_box .zw{
		height: 168px;
	}
	/* 鍒楄〃瀹瑰櫒 */
	.yj_colum_box .list-container {
		padding-top: 168px;
		padding: 0 16px;
	}
	
	/* 鍒楄〃椤� */
	.yj_colum_box .list-item {
		height: 113px;
		background: #ffffff;
		border-radius: 5px;
		margin-bottom: 19px;
		display: flex;
		overflow: hidden;
		position: relative;
	}
	
	.yj_colum_box .list-item::after {
		content: "";
		position: absolute;
		bottom: -9.5px;
		left: 50%;
		transform: translateX(-50%);
		width: 314.5px;
		height: 9.5px;
		opacity: 0.26;
		background: rgba(0,0,0,0.00);
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	}
	
	/* 宸︿晶绾㈣壊鏉� */
	.yj_colum_box .left-bar {
		width: 5.5px;
		height: 100%;
		background: #ce3232;
		border-radius: 5px 0 0 5px;
	}
	
	/* 鍙充晶鍐呭鍖哄煙 */
	.yj_colum_box .right-content {
		flex: 1;
		padding: 12px 12px 10px;
		display: flex;
		flex-direction: column;
	}
	
	/* 涓婇儴鏍囬鍖哄煙 */
	.yj_colum_box .top-section {
		flex: 1;
	}
	
	.yj_colum_box .title {
		font-size: 16px;
		font-weight: 400;
		color: #474747;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	/* 鍒嗛殧绾� */
	.yj_colum_box .divider {
		height: 1px;
		background: #707070;
		opacity: 0.16;
		margin-bottom: 10px;
	}
	
	/* 搴曢儴淇℃伅鍖哄煙 */
	.yj_colum_box .bottom-section {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.yj_colum_box .left-info,
	.right-info {
		display: flex;
		align-items: center;
	}
	
	.yj_colum_box .left-info .icon,
	.right-info .icon {
		display: inline-block;
		margin-right: 4px;
	}
	
	.yj_colum_box .left-info .icon {
		width: 10.5px;
		height: 10.5px;
	}
	
	.yj_colum_box .right-info .icon {
		width: 13px;
		height: 8.5px;
	}
	
	.yj_colum_box .date,
	.count {
		font-size: 12px;
		font-weight: 400;
		color: #8F8F8F;
	}
	.yj_colum_box a {
		text-decoration: none;
	}</pre></body></html>