: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_flex_between {
	justify-content: space-between;
}


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

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

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

.aq_part .aq_aprt_right .aq_item .aq_title {
	position: relative;
	padding-right: 18px;
	display: inline-block;
	margin-bottom: 10px;
	max-width: 100%;
}

.aq_part .aq_aprt_right .aq_item .aq_title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 14px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hot.png);
}

.aq_part .aq_aprt_right .aq_item:hover .aq_title a {
	color: var(--pm-c);
}

.aq_part .aq_aprt_right .aq_item .aq_title a {
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

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

.aq_part .aq_aprt_right .aq_item:hover .aq_icon::before {
	display: block;
}

.aq_part .aq_aprt_right .aq_item:hover .aq_icon::after {
	display: block;
}

.aq_part .aq_aprt_right .aq_item .aq_icon::before {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 67px;
	height: 28px;
	content: "详情";
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	background-color: var(--pm-c);
	z-index: 2;
}

.aq_part .aq_aprt_right .aq_item .aq_icon::after {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}


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

.aq_part .aq_aprt_right .aq_item .aq_tagBox {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.aq_part .aq_aprt_right .aq_item .aq_tagBox .aq_tag {
	margin-right: 5px;
	display: block;
	background-color: #f6f6f6;
	border-radius: 3px;
	padding: 6px 8px;
}

.aq_part .aq_aprt_right .aq_item .aq_tagBox .aq_tag:last-child {
	margin-right: 0;
}

.aq_part .aq_aprt_right .aq_item .aq_view {
	display: none;
	width: 62px;
	height: 32px;
	background-color: var(--pm-c);
	border-radius: 6px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}




.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_left_warp {}

.aq_part .aq_part_left .aq_item {
	margin-bottom: 40px;
}

.aq_part .aq_part_left .aq_item:last-child {
	margin-bottom: 0;
}

.aq_part .aq_part_left .aq_item .aq_topTitle {
	height: 33px;
	width: 100%;
	background-color: rgba(255, 197, 98, 0.3);
	line-height: 33px;
	border-top: 1px solid #ffc662;
	text-align: center;
	margin-bottom: 30px;
}

.aq_part .aq_part_left .aq_item .aq_topTitle span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 129px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/fx1.png);
	line-height: 33px;
}

.aq_part .aq_part_left .aq_item:nth-child(2) .aq_topTitle {
	background-color: rgba(117, 200, 251, 0.3);
	border-color: #75c7fb;
}

.aq_part .aq_part_left .aq_item:nth-child(3) .aq_topTitle {
	background-color: rgba(255, 140, 98, 0.3);
	border-color: #ff8b62;
}

.aq_part .aq_part_left .aq_item:nth-child(2) .aq_topTitle span {
	background-image: url(../images/fx2.png);
}

.aq_part .aq_part_left .aq_item:nth-child(3) .aq_topTitle span {
	background-image: url(../images/fx3.png);
}

.aq_part .aq_part_left .aq_item .aq_thumBox {
	flex-wrap: wrap;
}

.aq_part .aq_part_left .aq_item .aq_thumBox .aq_thumItem:nth-child(-n+4) {
	margin-top: 0;
}

.aq_part .aq_part_left .aq_item .aq_thumBox .aq_thumItem {
	width: 24%;
	text-align: center;
	margin-top: 32px;
}

.aq_part .aq_part_left .aq_item .aq_thumBox .aq_thumItem .aq_icon {
	margin-bottom: 20px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}

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






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

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

	.aq_part .aq_aprt_right .aq_item:hover .aq_icon::before,
	.aq_part .aq_aprt_right .aq_item:hover .aq_icon::after {
		display: none;
	}

	.aq_part .aq_aprt_right .aq_item:hover .aq_title a {
		color: #000;
	}

	.aq_part .aq_aprt_right .aq_item .aq_view {
		display: block;
	}

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

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

}