: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: -10px;
}
.aq_right_warp .aq_item {
	width: 25%;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.aq_right_warp .aq_item .aq_item_warp {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	padding: 15px;
}
.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;
	border-top: 0;
	background: #f8f8f8;
	text-align: center;
}
.aq_right_warp .aq_item .aq_view a {
	display: block;
	margin: 0 auto;
	padding: 4px 18px;
	font-size: 14px;
	color: #999;
	border-radius: 3px;
}
.aq_right_warp .aq_item:hover .aq_view a {
	color: var(--pm-c);
}
.aq_right_warp .aq_item .aq_title {}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
}
.aq_right_warp .aq_item .aq_size {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}


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

.aq_part .aq_left_warp .aq_item {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #ddd;
}
.aq_part .aq_left_warp .aq_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.aq_part .aq_left_warp .aq_item .aq_num {
	display: inline-block;
	background: url(../images/aq_item_num.png);
	width: 30px;
	height: 33px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	margin-right: 15px;
}
.aq_part .aq_left_warp .aq_item .aq_icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.aq_part .aq_left_warp .aq_item .aq_title {
	line-height: normal;
	display: flex;
	align-items: center;
}
.aq_part .aq_left_warp .aq_item .aq_title a {
	display: block;
	flex: 1;
	font-size: 15px;
	line-height: normal;
	color: #333;
}
.aq_part .aq_left_warp .aq_item .aq_title .aq_view {
	flex: none;
	color: #999;
	font-size: 13px;
}
.aq_part .aq_left_warp .aq_item .aq_title .aq_view {
	flex: none;
	color: #999;
	font-size: 13px;
}
.aq_part .aq_left_warp .aq_item .aq_desc {
	margin-top: 15px;
	font-size: 13px;
	color: #999;
	line-height: 24px;
}
@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;
	}

}