<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--pm-c: #506cfe
}

.aq_icon {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.aq_icon img {
	width: 100%;
	height: 100%;
}

.flex_1 {
	flex: 1;
	overflow: hidden;
}

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

.lin_2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.aq_part {
	margin: 20px auto;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
}

.aq_part a {
	text-decoration: none;
}

.aq_part .aq_part_title {
	margin-bottom: 25px;
	display: flex;
}

.aq_part .aq_part_title .aq_title {
	position: relative;
}

.aq_part .aq_part_title .aq_title:before {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(to right, var(--pm-c), #fff);
}

.aq_part .aq_part_warp {
	display: flex;
	align-items: flex-start;
}
.aq_part .aq_flex {
	display: flex;
}

.aq_part .aq_part_center {
	align-items: center;
}


.aq_part .aq_part_title {
	margin-bottom: 25px;
	display: flex;
	border-bottom: solid 1px #e5e5e5;
}

.aq_part .aq_part_title .aq_title {
	position: relative;
}

.aq_part .aq_part_title .aq_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 38px;
	display: inline-block;
	width: 60px;
	height: 2px;
	background: var(--pm-c);
}

.aq_part .aq_part_title .aq_title:after {
	content: '';
	position: absolute;
	left: 27px;
	top: 36px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var(--pm-c);
	transform: rotate(45deg);
}

.aq_part .aq_part_title .aq_title b {
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 15px;
	color: var(--pm-c);
	font-weight: bold;
	display: block;
}

.aq_part .aq_part_title .aq_more {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: var(--pm-c);
	border-radius: 14px;
	margin-top: 16px;
}

.aq_part * {
	box-sizing: border-box;
}

.aq_part .aq_part_left {
	width: 390px;
	margin-left: 24px;
}

.aq_part .aq_right_warp {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aq_part .aq_aprt_right {
	flex: 1;
}

.aq_part .aq_aprt_right .aq_item:nth-child(3n) {
	margin-right: 0;
}

.aq_part .aq_aprt_right .aq_item:nth-child(-n+3) {
	margin-top: 0;
}

.aq_part .aq_aprt_right .aq_item {
	position: relative;
	/* width: calc(100% * 1 / 3.001); */
	width: 32%;
	height: 133px;
	margin-top: 16px;
	border: 1px solid #eee;
	padding: 15px;
}

.aq_part .aq_aprt_right .aq_item .aq_score {
	position: absolute;
	width: 50px;
	height: 20px;
	border-radius: 0 0 0 15px;
	background-color: var(--pm-c);
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	padding-left: 28px;
	right: 0;
	top: 0;
}

.aq_part .aq_aprt_right .aq_item .aq_score::before {
	position: absolute;
	content: "";
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/score.png);
}

.aq_part .aq_aprt_right .aq_item .aq_icon {
	width: 66px;
	height: 66px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 10px;
}

.aq_part .aq_aprt_right .aq_item .aq_title a {
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.aq_part .aq_aprt_right .aq_item .aq_tag {
	font-size: 12px;
	color: #999;
}

.aq_part .aq_aprt_right .aq_item .aq_tag::after {
	content: "Â·";
	margin: 0 8px;
	font-weight: bold;

}

.aq_part .aq_aprt_right .aq_item .aq_tag:last-child::after {
	display: none;
}

.aq_part .aq_aprt_right .aq_item .aq_size {
	font-size: 12px;
	color: #999;
}

.aq_part .aq_aprt_right .aq_item .aq_view {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f8f8f8;
	display: block;
	font-size: 13px;
	color: #666;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_left_warp {}

.aq_part .aq_part_left .aq_item {
	margin-bottom: 20px;
}

.aq_part .aq_part_left .aq_item .aq_thumBox {
	width: 90px;
	height: 90px;
	background-color: #f8f8f8;
	border-radius: 15px;
	position: relative;
	margin-right: 30px;
}

.aq_part .aq_part_left .aq_item .aq_thumBox::before {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 22px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/sj.png);
}

.aq_part .aq_part_left .aq_item .aq_thumBox .aq_icon {
	width: 66px;
	height: 66px;
	overflow: hidden;
	border-radius: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.aq_part .aq_part_left .aq_item .aq_info {}

.aq_part .aq_part_left .aq_item .aq_title a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
	display: block;
}

.aq_part .aq_part_left .aq_item .aq_tagBox {
	font-size: 12px;
	color: #888;
}

.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag {}

.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag::after {
	content: "|";
	margin: 0 5px;
}

.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag:last-child::after {
	display: none;
}

.aq_part .aq_part_left .aq_item .aq_view {
	width: 56px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
	border-radius: 4px;
	background-color: rgba(80, 109, 254, 0.08);

}

.aq_part .aq_part_left .aq_item .aq_desc {
	margin-top: 18px;
	font-size: 12px;
	color: #888;
}

.aq_part .aq_part_left .aq_list {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	background: linear-gradient(90deg,#f8f8f8, #fff);
}

.aq_part .aq_part_left .aq_list:last-of-type {
	margin-bottom: 0;
}

.aq_part .aq_part_left .aq_list .aq_title a {
	font-size: 14px;
	color: #333;
	padding-left: 36px;
	position: relative;
}

.aq_part .aq_part_left .aq_list .aq_title a::before {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--pm-c);
}

.aq_part .aq_part_left .aq_list .aq_size {
	font-size: 12px;
	color: #999;
	margin-right: 18px;
}

.aq_part .aq_part_left .aq_list .aq_view {
	width: 56px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
	border-radius: 4px;
	background-color: rgba(80, 109, 254, 0.08);
}


@media (max-width: 760px) {
	.aq_part {
		display: block;
		width: 100%;
		margin: 0;
	}

	.aq_part .aq_part_warp {
		display: block;
	}

	.aq_right_warp .aq_item {
		width: 100%!important;
		margin-bottom: 15px;
	}

	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}

	.aq_part .aq_aprt_right .aq_item {
		height: auto!important;
	}
	.aq_part .aq_aprt_right .aq_item .aq_view{
		width: 76px;
		height: 30px;
		position: static;
		font-size: 13px;
		color: #666;
		text-align: center;
		line-height: 30px;
		background-color: #f8f8f8;
		height: auto;
	}

	.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag:first-child{
		display: none;
	}

}</pre></body></html>