:root {
	--pm-c: #ffd131;
}
.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;
	align-items: center;
}
.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;
	text-decoration: none;
}
.aq_part .aq_part_warp {
  display: flex;
  align-items: flex-start;
}

.aq_part_right {
	flex: 1;
	overflow: hidden;
}
.aq_right_warp {
	display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.aq_right_warp .aq_warp_items .aq_name{
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 20px;
}
.aq_right_warp .aq_warp_items{
	width: 30.6%;
	margin-left: 20px;
}
.aq_right_warp .aq_item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	overflow: hidden;
}

.aq_right_warp .aq_item .aq_view {
	display: inline-block;
	border: 1px solid #eeeeee;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0px 16px;
	border-radius: 14px 0px 0px 14px;
	text-decoration: none;
}

.aq_right_warp .aq_item .aq_info{
	margin-left: 15px;
}
.aq_right_warp .aq_item .aq_title {
	line-height: normal;
}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
.aq_right_warp .aq_item .aq_type{
	font-size: 12px;
	letter-spacing: 1px;
	color: #888888;
	display: block;
	margin-top: 10px;
}
.aq_right_warp .aq_item:hover .aq_view,
.aq_right_warp .aq_item .aq_view:hover {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}
.aq_right_warp .aq_item .aq_title:hover a,
.aq_right_warp .aq_item:hover .aq_title a{
	color: var(--pm-c);
}
.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_part .aq_part_left {
	width: 344px;
	margin-left: 25px;
	position: relative;
}
.aq_part .aq_part_left .aq_left_warp {
}
.aq_part .aq_part_left .aq_item {
	width: 100%;
	display: flex;
}
.aq_part .aq_part_left .aq_item:last-child .aq_item_info{
	margin-bottom: 0;
	border: none;
}
.aq_part .aq_part_left .aq_flex_middle{
	align-items: center;
}
.aq_part .aq_part_left .aq_item_info{
	border-bottom: dashed 1px #e5e5e5;
	padding-bottom: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.aq_part_left .aq_thumb{
	display: block;
	width: 100%;
	height: 152px;
	margin-bottom: 25px;
}
.aq_part_left .aq_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aq_part .aq_part_left .aq_info{
	margin-left: 10px;
}
.aq_part .aq_part_left .aq_order{
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #e1e1e1;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}
.aq_part .aq_part_left .aq_item:nth-child(1) .aq_order{
	background-color: #ff8838;
}
.aq_part .aq_part_left .aq_item:nth-child(2) .aq_order{
	background-color: #ffb638;
}
.aq_part .aq_part_left .aq_item:nth-child(3) .aq_order{
	background-color: #ffd738;
}
.aq_part .aq_part_left .aq_icon {
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 10px;
	overflow: hidden;
}

.aq_part .aq_part_left .aq_title {
	margin-bottom: 8px;
}
.aq_part .aq_part_left .aq_title a {
	display: block;
	flex: 1;
	font-size: 15px;
	line-height: normal;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.aq_part .aq_part_left .aq_type {
	font-size: 12px;
	color: #888888;
	margin-bottom: 6px;
}
.aq_part .aq_part_left .aq_view {
	display: inline-block;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #eeeeee;
	color: #888888;
	font-size: 14px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
}
.aq_part .aq_part_left .aq_desc {
	font-size: 12px;
	letter-spacing: 1px;
	color: #888888;
}
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_icon,
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_type,
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_desc{
	display: none;
}
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_title{
	margin-bottom: 0;
}
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_title a{
	font-weight: 400;
}
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_order{
	margin-top: 5px;
}
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_info{
	margin-left: 0;
}
.aq_part .aq_part_left .aq_item:nth-child(n+4) .aq_item_info{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
		padding: 20px 0!important;
	}
	.aq_part .aq_part_warp {
		display: block;
	}
	.aq_right_warp .aq_warp_items{
		width: 100%;
	}
	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}
}