<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new1 {
	padding-bottom: 7%;
}

.flex_list .item {
	width: 20%;
	margin: 0% 2.5% 5% 2.5%;
	padding: 0 0 0.3rem 0;
	border-bottom: 0.02rem solid #eee;
	flex: 0 0 20%;
}

.new1 .flex_list .scale_box {
	height: 3rem;
}

.new1 .flex_list {
	border-bottom: 0.01rem solid #ddd;
}

.new1 .title {
	line-height: 0.3rem;
	margin-top: 0.15rem;
	margin-bottom: 0.1rem;
	font-weight: bold;
	font-size: 0.15rem;
}

.new1 .time {
	margin-bottom: 0.1rem;
	font-size: 0.14rem;
}

.new1 .des {
	line-height: 1.3;
	font-size: 0.14rem;
	height: 0.37rem;
}

/* detail */
.new2 {
	padding-bottom: 7%;
}
.new2 .title {
	font-size: 0.24rem;
	line-height: 0.36rem;
	font-weight: bold;
	text-align: center;
}

.new2 .info {
	color: #aaa;
	font-size: 0.14rem;
	line-height: 0.22rem;
	font-weight: normal;
	padding: 0.1rem 0;
	text-align: center;
	border-bottom: 0.01rem dotted #ccc;
}

.new2 .detail {
	padding: 0.1rem 0.05rem;
	line-height: 2;
}

@media (max-width:768px) {
	.new1 .title {
		line-height: 30px;
		margin-top: 15px;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 15px;
	}
	
	.new1 .time {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.new1 .des {
		line-height: 1.3;
		font-size: 14px;
		height: 37px;
	}
	.new2 .title {
		font-size: 24px;
		line-height: 36px;
	}
	.new2 .info {
		color: #aaa;
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px dotted #ccc;
	}
}</pre></body></html>