<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
	margin-top: 30px;
	margin-left: 16px;
	margin-right: 16px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.content&gt;.title {
	width: 1168px;
	margin-left: 25px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	padding-left: 25px;
	font-weight: bold;
	background-image: linear-gradient(to right, red, yellow);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis img {
	vertical-align: text-bottom;
}

.list:after, .list&gt;.item:after {
	clear: both;
	display: table;
	content: " ";
}

.list {
	width: 1250px;
	margin-left: 12px;
}

.list&gt;.item {
	margin-top: 20px;
	font-size: 21px;
	line-height: 40px;
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
	float: left;
	width: 1160px;
}

.list&gt;.item&gt;.img {
	width: 200px;
	float: left;
	padding-right: 30px;
}

.list&gt;.item&gt;.img&gt;img {
	width: 200px;
	height: 150px;
}

.name {
	font-size: 19px;
	font-weight: bold;
}

.name a {
	width: 800px;
	display: inline-block;
}

.img+.info {
	width: 930px;
	float: left;
}

.img+.info .name a {
	width: 700px !important;
}

.introduction, .introduction&gt;a {
	font-size: 17px;
	text-indent: 2em;
	line-height: 28px;
}

span.time {
	float: right;
	font-size: 13px;
	color: #888;
	font-weight: normal;
	padding-right: 10px;
}

.paging {
	overflow: hidden;
	width: 95%;
	margin: auto auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.paginglf {
	float: left;
	font-size: 16px;
	margin-top: 10px;
}

.pagingrf {
	float: right;
}

.paginglf select {
	display: inline-block;
	font-size: 16px;
}

.pagingrf a {
	display: inline-block;
	float: left;
	width: 44px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #f6f6f6;
	border: solid 1px #ddd;
	margin-right: 10px;
	cursor: pointer;
}

.pagingrf .fy {
	width: 80px;
	background: #fff;
}

.pagingrf .fymar {
	margin-right: 0px;
}

.paging .clik {
	background: #cc0000;
	color: #fff;
}

@media ( max-width : 768px) {
	.content {
		margin-left: 0px;
		margin-right: 0px;
		background-color: #fff;
		padding-bottom: 20px;
		min-height: 500px;
		margin-top: 175px;
	}
	.content&gt;.title {
		width: auto;
		margin-left: 0px;
		margin-bottom: 30px;
		color: #fff;
		line-height: 60px;
		font-size: 20px;
		padding-left: 25px;
		font-weight: bold;
		background-image: linear-gradient(to right, red, yellow);
	}
	.ellipsis {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ellipsis img {
		vertical-align: text-bottom;
	}
	.list:after, .list&gt;.item:after {
		clear: both;
		display: table;
		content: " ";
	}
	.list {
		width: auto;
		margin-left: 12px;
		margin-right: 12px;
	}
	.list&gt;.item {
		margin-top: 20px;
		font-size: 21px;
		line-height: 40px;
		margin-left: 0px;
		padding-bottom: 20px;
		border-bottom: 1px #ccc solid;
		float: left;
		width: 100%;
	}
	.list&gt;.item&gt;.img {
		display: none;
		/* width: 150px;
		float: left;
		padding-right: 30px; */
	}
	.list&gt;.item&gt;.img&gt;img {
		/* width: 150px;
		height: 110px; */
		display: none;
	}
	.name {
		font-size: 19px;
		font-weight: bold;
	}
	.name a {
		width: calc(100% - 100px);
		display: inline-block;
	}
	.img+.info {
		width: auto;
		float: none;
	}
	.img+.info .name a {
		width: calc(100% - 100px) !important;;
		display: inline-block;
	}
	.introduction, .introduction&gt;a {
		font-size: 17px;
		text-indent: 2em;
		line-height: 28px;
	}
	span.time {
		float: right;
		font-size: 13px;
		color: #888;
		font-weight: normal;
		padding-right: 10px;
	}
	.paging {
		overflow: hidden;
		width: 95%;
		margin: auto auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.paginglf {
		float: left;
		font-size: 16px;
		margin-top: 10px;
	}
	.pagingrf {
		float: right;
	}
	.paginglf select {
		display: inline-block;
		font-size: 16px;
	}
	.pagingrf a {
		display: inline-block;
		float: left;
		width: 44px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		background: #f6f6f6;
		border: solid 1px #ddd;
		margin-right: 10px;
		cursor: pointer;
	}
	.pagingrf .fy {
		width: 80px;
		background: #fff;
	}
	.pagingrf .fymar {
		margin-right: 0px;
	}
	.paging .clik {
		background: #cc0000;
		color: #fff;
	}
}</pre></body></html>