: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_flex{
	display: flex;
	align-items: center;
}
.aq_right_warp .aq_item {
	width: 33.3%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.aq_right_warp .aq_item .aq_item_warp {
	display: flex;
	align-items: center;
}
.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	text-align: center;
	margin-top: 15px;
}
.aq_right_warp .aq_item .aq_info{
	margin-left: 15px;
	margin-top: 15px;
}
.aq_right_warp .aq_item .aq_view {
	display: inline-block;
	width: 27px;
	height: 11px;
	background: url(../images/aq_jt.png) no-repeat center / contain;
	background-size: 27px 11px;
}
.aq_right_warp .aq_item .aq_more{
	display: inline-block;
	height: 31px;
	line-height: 31px;
	border-radius: 6px;
	border: solid 1px #eeeeee;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	padding: 0 18px;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 15px;
} 
.aq_right_warp .aq_item .aq_title {
	line-height: normal;
}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #333333;
	text-decoration: none;
}

.aq_right_warp .aq_item .aq_type {
  color: #888888;
  font-size: 13px;
  margin-top: 10px;
}
.aq_right_warp .aq_item .aq_type .aq_size {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 7px;
  background-color: #fff5ed;
  border-radius: 4px;
  text-align: center;
  margin-right: 7px;
  color: #ff8a2b;
}
.aq_right_warp .aq_item .aq_type .aq_size:nth-child(2) {
  background-color: #f5f9ff;
  color: #69a9ff;
}
.aq_right_warp .aq_item .aq_desc{
	font-size: 13px;
	letter-spacing: 1px;
	color: #888888;
	line-height: 24px;
}
.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: 386px;
	margin-left: 25px;
	position: relative;
}
.aq_part .aq_part_left .aq_left_warp {
}

.aq_part .aq_part_left .aq_item {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.aq_part .aq_left_warp .aq_item:last-child{
	margin-bottom: 0;
}

.aq_part .aq_left_warp .aq_info{
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
}

.aq_part .aq_left_warp .aq_icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 10px;
}

.aq_part .aq_left_warp .aq_title {
	margin: 0 20px;
	flex: 1;
	overflow: hidden;
}

.aq_part .aq_left_warp .aq_title a {
	display: block;
	flex: 1;
	font-size: 14px;
	line-height: normal;
	color: #333;
	text-decoration: none;
}

.aq_part .aq_left_warp .aq_type {
	font-size: 12px;
	color: #999999;
	display: block;
	width: 73px;
	height: 26px;
	line-height: 26px;
	border: solid 1px #eeeeee;
	text-align: center;
	margin-right: 16px;
}
.aq_part .aq_left_warp .aq_size{
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
	margin-left: 20px;
	display: block;
}
.aq_part .aq_left_warp .aq_view {
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	background-color: var(--pm-c);
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	display: none;
}
.aq_part .aq_left_warp .aq_item:hover .aq_view{
	display: inline-block;
}
.aq_part .aq_left_warp .aq_item:hover .aq_size{
	display: none;
}
.aq_part .aq_left_warp .aq_item:hover .aq_type{
	border-left: 4px solid var(--pm-c);
}
.aq_part .aq_left_warp .aq_item:hover .aq_title a{
	color: var(--pm-c);
}
@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
		padding: 20px 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_icon{
		width: 66px;
		height: 66px;
		border-radius: 10px;
		overflow: hidden;
	}
}