:root {
	--pm-c:#0FAB4D
}
.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;
	box-sizing: border-box;
}
.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_title .aq_title b {
	position: relative;
	z-index: 10;
	line-height: 35px;
	margin-left: 15px;
	font-size: 17px;
	color: #222;
}
.aq_part .aq_part_title .aq_more {
	color: #999;
	font-size: 12px;
}
.aq_part .aq_part_warp {
  display: flex;
  align-items: flex-start;
}



.aq_aprt_right {
	flex: 1;
	overflow: hidden;
}
.aq_right_warp {
	display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.aq_right_warp .aq_item {
	width: 25%;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.aq_right_warp .aq_item .aq_item_warp {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #f8f8f8;
}
.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 12px;
	text-align: center;
	margin-right: 8px;
}

.aq_right_warp .aq_item .aq_view {
	background: var(--pm-c);
	text-align: center;
	line-height: 30px;
	display: none;
	font-size: 14px;
	color: #fff;
}
.aq_right_warp .aq_item:hover .aq_view {
	display: block;
}

.aq_right_warp .aq_item .aq_title {}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
}
.aq_right_warp .aq_item .aq_size {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.aq_right_warp .aq_item .aq_star {
	margin: 8px 0;
	position: relative;
	width: 65px;
	height: 11px;
	background-image: url(../images/aq_icon_star.png);
}
.aq_right_warp .aq_item .aq_star:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 11px;
	width: 0;
	background-image: url(../images/aq_icon_star.png);
	background-position: 0 11px;
}
.aq_right_warp .aq_item .aq_star_1:before {
	width: 13px;
}
.aq_right_warp .aq_item .aq_star_2:before {
	width: 26px;
}
.aq_right_warp .aq_item .aq_star_3:before {
	width: 36px;
}
.aq_right_warp .aq_item .aq_star_4:before {
	width: 52px;
}
.aq_right_warp .aq_item .aq_star_5:before {
	width: 100%;
}

.aq_right_warp .aq_item .aq_desc {
	color: #999;
	font-size: 12px;
	background: #f8f8f8;
	padding: 15px;
	padding-top: 0;
}
.aq_right_warp .aq_item:hover .aq_desc {
	display: none;
}

.aq_part .aq_part_left {
	width: 360px;
	margin-left: 25px;
	position: relative;
}
.aq_part .aq_left_warp {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}

.aq_part .aq_left_warp .aq_item {
	width: 33.33%;
	text-align: center;
	margin-bottom: 26px;
}

.aq_part .aq_left_warp .aq_item .aq_icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
}

.aq_part .aq_left_warp .aq_item .aq_title {
	margin-top: 5px;
}
.aq_part .aq_left_warp .aq_item .aq_title a {
	display: block;
	flex: 1;
	font-size: 15px;
	line-height: normal;
	color: #333;
}

.aq_part .aq_left_warp .aq_item .aq_cname {
	font-size: 13px;
	color: #999;
	margin: 8px 0;
}
.aq_part .aq_left_warp .aq_item .aq_view {
	color: #999;
	font-size: 13px;
	background: var(--pm-c);
	color: #fff;
	padding: 6px 20px;
	border-radius: 4px;
	display: inline-block;
	border-radius: 20px;
}
.aq_part .aq_part_left .aq_more {
	display: block;
	background: #f6f6f6;
	text-align: center;
	font-size: 13px;
	line-height: 38px;
	color: #999;
}

@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
	}
	.aq_part .aq_part_warp {
		display: block;
	}
	.aq_right_warp .aq_item {
		width: 100%;
	}
	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}
	.aq_right_warp .aq_item .aq_view {
		display: inline-block;
		border-radius: 20px;
		padding: 0px 20px;
		font-size: 12px;
	}
}