:root {
	--pm-c: #ffbd1d
}

.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_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;
	line-height: 35px;
}

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

.aq_part .aq_flex {
	display: flex;
}

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

.aq_part .aq_flex_between {
	justify-content: space-between;
}


.aq_part * {
	box-sizing: border-box;
	line-height: 1;
}

.aq_star {
	height: 14px;
	width: 75px;
	background: url('../images/star.png') repeat-x center/15px;
	display: inline-block;
	margin: 10px 0;
}

.aq_star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/15px;
	height: 14px;
}

.aq_star-1:before {
	width: 15px;
}

.aq_star-2:before {
	width: 30px;
}

.aq_star-3:before {
	width: 45px;
}

.aq_star-4:before {
	width: 60px;
}

.aq_star-5:before {
	width: 70px;
}

.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(-n+4) {
	margin-top: 0;
}

.aq_part .aq_aprt_right .aq_item {
	position: relative;
	width: 32%;
	margin-top: 16px;
	border: 1px solid #eee;
}
.aq_part .aq_aprt_right .aq_item .aq_left{
	padding: 15px;
	background-color: #f8f8f8;
}
.aq_part .aq_aprt_right .aq_item .aq_right{
	padding: 20px 10px;
	position: relative;
}
.aq_part .aq_aprt_right .aq_item .aq_right::before{
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 10px;
	height: 16px;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/sj.png);
}


.aq_part .aq_aprt_right .aq_item .aq_title {
	margin-bottom: 18px;
	max-width: 100%;
}
.aq_part .aq_aprt_right .aq_item .aq_desc {
	font-size: 12px;
	color: #999;
	text-wrap: wrap;
	line-height: 24px;
	margin-bottom: 10px;
}

.aq_part .aq_aprt_right .aq_item .aq_title a {
	font-size: 14px;
	color: #333;
}

.aq_part .aq_aprt_right .aq_item .aq_icon {
	width: 66px;
	height: 66px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 14px;
}
.aq_part .aq_aprt_right .aq_item:hover .aq_view {
	background-color: var(--pm-c);
	color: #fff;
	border-color: transparent;
}
.aq_part .aq_aprt_right .aq_item .aq_view {
	display: block;
	width: 60px;
	height: 28px;
	border: 1px solid #e5e5e5;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	color: #666;
	margin: 0 auto;
	border-radius: 4px;
}
.aq_part .aq_aprt_right .aq_item .aq_tj {
	font-size: 12px;
	color: #999;
	padding-left: 6px;
}
.aq_part .aq_aprt_right .aq_item .aq_tj .score {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	color: #ffbd1d;
	font-weight: bold;
}
.aq_part .aq_aprt_right .aq_item .aq_tj .score::before {
	content: "";
    display: block;
    width: 15px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/star_curr.png);
}






.aq_part .aq_part_left {}
.aq_part .aq_part_left .aq_left_warp{
	flex-wrap: wrap;
}

.aq_part .aq_part_left .aq_item {
	text-align: center;
	width: 32%;
	text-align: center;
	margin-top: 30px;
}
.aq_part .aq_part_left .aq_item:nth-child(-n+3){
	margin-top: 0;
}

.aq_part .aq_part_left .aq_item .aq_title {
	margin: 18px 0;
}

.aq_part .aq_part_left .aq_item .aq_title a {
	font-size: 14px;
	color: #000;
}

.aq_part .aq_part_left .aq_item .aq_box {
	margin-bottom: 21px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #eee;
}

.aq_part .aq_part_left .aq_item .aq_icon {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}
.aq_part .aq_part_left .aq_item .aq_size {
	font-size: 12px;
	color: #888;
}

.aq_part .aq_part_left .aq_list{
	margin: 0;
	padding: 0;
	margin-top: 40px;
	flex-wrap: wrap;
}
.aq_part .aq_part_left .aq_list li:nth-child(-n+2){
	margin-top: 0;
}
.aq_part .aq_part_left .aq_list li{
	width: 48%;
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	border-radius: 6px;
	margin-top: 10px;
	padding: 0 16px;
}
.aq_part .aq_part_left .aq_list li .aq_icon{
	width: 22px;
	height: 22px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 10px;
}
.aq_part .aq_part_left .aq_list li .aq_title a{
	font-size: 14px;
	color: #333;
}
.aq_part .aq_part_left .aq_list li:hover .aq_title a{
	color: #fff;
}
.aq_part .aq_part_left .aq_list li:hover {
	background-color: var(--pm-c);
}

@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-top: 30px;
	}

	.aq_part .aq_aprt_right .aq_item:nth-child(-n+5) {
		margin-top: 15px;
	}

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

	.aq_part .aq_part_left .aq_topList {
		margin: 20px 0;
	}

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

	.aq_part .aq_aprt_right .aq_item {
		height: auto !important;
	}

	.aq_part .aq_part_left .aq_part_title:first-of-type{
		margin-top: 24px;
	}

	.aq_part .aq_part_left .aq_list li:hover .aq_title a{
		color: #333;
	}
	.aq_part .aq_part_left .aq_list li:hover {
		background-color: #f8f8f8;
	}

}