: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: -20px;
}

.aq_right_warp .aq_item {
	width: 25%;
	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: 68px;
	height: 68px;
	border-radius: 12px;
	text-align: center;
	margin-right: 8px;
}

.aq_right_warp .aq_item .aq_view {
	border: 1px solid #eee;
	color: #aaa;
	text-align: center;
	font-size: 12px;
	padding: 2px 10px;
}

.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 {
	line-height: normal;
}

.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
}

.aq_right_warp .aq_item .aq_size {
	color: #999;
	font-size: 12px;
	margin: 5px 0;
}

.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: 10px;
	margin-top: 10px;
}

.aq_part .aq_part_left {
	width: 360px;
	margin-left: 25px;
	position: relative;
}

.aq_part .aq_left_warp {
	position: relative;
}

.aq_part .aq_left_warp:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #fff5e7;
}

.aq_part .aq_left_warp {
	margin-bottom: 30px;
}

.aq_part .aq_left_warp .aq_left_title {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 20px 0;
	max-width: 290px;
    margin: 0 auto;
}
.aq_part .aq_left_warp .aq_left_title b {
	color: #f7a439;
	font-size: 16px;
}
.aq_part .aq_left_warp .aq_left_title b:before,
.aq_part .aq_left_warp .aq_left_title b:after  {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	background-image: url(../images/aq_left_item_title.png);
	background-position: 0 20px;
	width: 90px;
	height: 20px;
	left: 0;
}
.aq_part .aq_left_warp .aq_left_title b:after {
	right: 0;
	left: auto;
	transform:translate(0,-50%) rotate(180deg) ;
}
.aq_part .aq_left_two .aq_left_title b:before,
.aq_part .aq_left_two .aq_left_title b:after {
	background-position: 0 0;
}

.aq_part .aq_left_two .aq_left_title b {
	color: #f26e58;
}
.aq_part .aq_left_two:before {
	background: #fff3f1 !important
}


.aq_part .aq_left_warp .aq_left_main {
	margin: 0 15px;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	box-shadow: 0 4px 9px -2px #ededed;
}

.aq_part .aq_left_warp .aq_left_top {
	display: flex;
	align-items: flex-end;
	margin-bottom: 0;
}

.aq_part .aq_left_warp .aq_left_top .aq_item {
	width: 33.333%;
	text-align: center;
}

.aq_part .aq_left_warp .aq_left_top .aq_item:nth-child(2) .aq_title {
	margin-bottom: 25px;
}

.aq_part .aq_left_warp .aq_left_top .aq_item .aq_icon {
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

.aq_part .aq_left_warp .aq_left_top .aq_item .aq_title {
	margin: 6px 0;
}

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

.aq_part .aq_left_warp .aq_left_top .aq_item .aq_more {
	border: 1px solid #eee;
	padding: 4px 20px;
	border-radius: 3px;
	font-size: 13px;
}

.aq_part .aq_left_warp .aq_left_list {
	padding: 0 20px;
	margin-top: 20px;
}

.aq_part .aq_left_warp .aq_left_list li {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
.aq_part .aq_left_warp .aq_left_list li:last-child {
	margin-bottom: 0;
}
.aq_part .aq_left_warp .aq_left_list li .aq_title {
	flex: 1;
}

.aq_part .aq_left_warp .aq_left_list li .aq_title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.aq_part .aq_left_warp .aq_left_list li .aq_more {
	color: #999;
	font-size: 13px;
}



@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;
	}
}