: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: -38px;
}
.aq_right_warp .aq_item {
	width: 100px;
	box-sizing: border-box;
	margin-left: 37px;
	background-color: #f6f6f6;
	border-radius: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.aq_right_warp .aq_item:hover{
	background: var(--pm-c);
}
.aq_right_warp .aq_item:hover .aq_title a{
	color: #ffffff;
}
.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
}

.aq_right_warp .aq_item .aq_title {
	line-height: normal;
	padding: 8px 5px 12px;
}
.aq_right_warp .aq_item .aq_title a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.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_item {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	border-bottom: dashed 1px #e5e5e5;
	padding-bottom: 17px;
}

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

.aq_part .aq_left_warp {
	position: relative;
	z-index: 10;
}
.aq_part .aq_left_warp .aq_info{
	margin-left: 15px;
}

.aq_part .aq_left_warp .aq_icon {
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 15px;
	overflow: hidden;
}

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

.aq_part .aq_left_warp .aq_type {
	color: #666666;
	font-size: 12px;
	margin-top: 20px;
}
.aq_part .aq_left_warp .aq_type span{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 7px;
	border-radius: 4px;
	text-align: center;
	margin-right: 5px;
	background-color: #f8f8f8;
}
.aq_part .aq_left_warp .aq_score{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #FFFBED;
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	letter-spacing: 2px;
}
.aq_part .aq_left_warp .aq_score span{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin-right: 2px;
}
@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
		padding: 20px 0;
	}
	.aq_part .aq_part_warp {
		display: block;
	}
	.aq_right_warp {
		justify-content: center;
		margin-left: -28px;
	}
	.aq_right_warp .aq_item{
		width: 75px;
	}
	.aq_right_warp .aq_item .aq_icon{
		width: 75px;
		height: 75px;
	}
	.aq_right_warp .aq_item .ap_type{
		display: flex;
		justify-content: space-between;
	}
	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}
}