:root {
	--pm-c: #506cfe
}

.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_warp {
	display: flex;
	align-items: flex-start;
}
.aq_part .aq_flex {
	display: flex;
}

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


.aq_part .aq_part_title {
	margin-bottom: 25px;
	display: flex;
	border-bottom: solid 1px #e5e5e5;
}

.aq_part .aq_part_title .aq_title {
	position: relative;
}

.aq_part .aq_part_title .aq_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 38px;
	display: inline-block;
	width: 60px;
	height: 2px;
	background: var(--pm-c);
}

.aq_part .aq_part_title .aq_title:after {
	content: '';
	position: absolute;
	left: 27px;
	top: 36px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var(--pm-c);
	transform: rotate(45deg);
}

.aq_part .aq_part_title .aq_title b {
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 15px;
	color: var(--pm-c);
	font-weight: bold;
	display: block;
}

.aq_part .aq_part_title .aq_more {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: var(--pm-c);
	border-radius: 14px;
	margin-top: 16px;
}

.aq_part * {
	box-sizing: border-box;
}

.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(3n) {
	margin-right: 0;
}

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

.aq_part .aq_aprt_right .aq_item {
	position: relative;
	width: 32%;
	margin-top: 32px;
}

.aq_part .aq_aprt_right .aq_item .aq_icon {
	width: 66px;
	height: 66px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 10px;
}

.aq_part .aq_aprt_right .aq_item .aq_title a {
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	padding-right: 18px;
	position: relative;
}
.aq_part .aq_aprt_right .aq_item .aq_title a::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more_fz.png);
}

.aq_part .aq_aprt_right .aq_item .aq_tag {
	font-size: 12px;
	color: #999;
}

.aq_part .aq_aprt_right .aq_item .aq_tag::after {
	content: "·";
	margin: 0 8px;
	font-weight: bold;
}

.aq_part .aq_aprt_right .aq_item .aq_tag:last-child::after {
	display: none;
}

.aq_part .aq_aprt_right .aq_item .aq_btm{
	width: 100%;
	height: 30px;
	background-color: #f8f8f8;
	margin-top: 10px;
	line-height: 30px;
	padding: 0 10px;
}
.aq_part .aq_aprt_right .aq_item .aq_desc {
	font-size: 12px;
	color: #666;
}

.aq_part .aq_aprt_right .aq_item .aq_view {
	width: 52px;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/see.png);
	display: block;
	font-size: 12px;
	color: #fff;
	padding-left: 6px;
	text-align: center;
}

.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_left_warp {}
.aq_part .aq_part_left .aq_left_warp .aq_topTitle:first-of-type{
	margin-top: 0;
}

.aq_part .aq_part_left .aq_left_warp .aq_topTitle{
	width: 243px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: cover;
	background-image: url(../images/jpfx.png);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
}

.aq_part .aq_part_left .aq_left_warp .aq_topTitle:not(.aq_left_warp .aq_topTitle:nth-of-type(1)){
	background-image: url(../images/zxlr.png);
}

.aq_part .aq_part_left .aq_item {
	margin-bottom: 20px;
	border-radius: 10px;
	margin-left: 5px;
	position: relative;
	padding: 15px;
	background-color: #f8f8f8;
}

.aq_part .aq_left_warp .aq_item:nth-of-type(3n-1) .aq_order{
	background-image: url(../images/top1.png);
}
.aq_part .aq_left_warp .aq_item:nth-of-type(3n) .aq_order{
	background-image: url(../images/top2.png);
}
.aq_part .aq_left_warp .aq_item:nth-of-type(3n+1) .aq_order{
	background-image: url(../images/top3.png);
}
.aq_part .aq_left_warp .aq_item .aq_order{
	display: block;
	position: absolute;
	left: -5px;
	top: -2px;
	width: 48px;
	height: 26px;
	line-height: 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.aq_part .aq_part_left .aq_item .aq_icon {
	width: 66px;
	height: 66px;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 10px;
}

.aq_part .aq_part_left .aq_item .aq_info {}

.aq_part .aq_part_left .aq_item .aq_title a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
	display: block;
}

.aq_part .aq_part_left .aq_item .aq_view {
	width: 58px;
	height: 30px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
	border-radius: 4px;
	border: 1px solid var(--pm-c);
}

.aq_part .aq_part_left .aq_item .aq_desc {
	font-size: 12px;
	color: #666;
}

.aq_part .aq_part_left .aq_list {
	margin-bottom: 20px;
}

.aq_part .aq_part_left .aq_list:last-of-type {
	margin-bottom: 0;
}
.aq_part .aq_part_left .aq_list .aq_order {
	font-size: 14px;
	color: #cfcfcf;
	font-weight: bold;
	margin-right: 20px;
}

.aq_part .aq_part_left .aq_list .aq_title a {
	font-size: 14px;
	color: #333;
	position: relative;
}


.aq_part .aq_part_left .aq_list .aq_size {
	font-size: 12px;
	color: #999;
	margin-right: 18px;
}

.aq_part .aq_part_left .aq_list .aq_view {
	font-size: 14px;
	color: #999;
}


@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-bottom: 15px;
	}

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

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