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

.aq_part .aq_aprt_right .aq_item {
	position: relative;
	width: 19%;
	margin-top: 12px;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px 30px 14px;
	text-align: center;
}

.aq_part .aq_aprt_right .aq_item .aq_icon {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto 14px;
}

.aq_part .aq_aprt_right .aq_item .aq_title a {
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}


.aq_part .aq_aprt_right .aq_item .aq_type {
	font-size: 12px;
	color: #999;
	margin-bottom: 14px;
}
.aq_part .aq_aprt_right .aq_item .aq_score {
	font-size: 12px;
	color: #999;
}
.aq_part .aq_aprt_right .aq_item .aq_score span {
	font-size: 14px;
	color: #516dff;
}


.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_left_warp {}

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


.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: #000;
	display: block;
	padding-right: 18px;
	margin-bottom: 20px;
	position: relative;
	line-height: 18px;
}
.aq_part .aq_part_left .aq_item .aq_title a::before {
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
	display: block;
    width: 18px;
    height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more_fz.png);
}

.aq_part .aq_part_left .aq_item .aq_tagBox{
	font-size: 12px;
	color: #999;
}
.aq_part .aq_part_left .aq_item .aq_btm {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	padding: 5px;
	margin-top: 15px;
}
.aq_part .aq_part_left .aq_item .aq_view {
	width: 76px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/see.png);
	margin-right: 10px;
}

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


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



@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: 32%!important;
		margin-top: 15px;
	}

	.aq_part .aq_aprt_right .aq_item:nth-child(-n+5) {
		margin-top: 15px;
	}
	.aq_part .aq_aprt_right .aq_item:nth-child(-n+3) {
		margin-top: 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_item .aq_tagBox {
		justify-content: left;
	}
	.aq_part .aq_part_left .aq_item .aq_tagBox .aq_type{
		margin-right: 20px;
	}
	.aq_part .aq_part_left .aq_item .aq_tagBox .aq_time{
		display: none;
	}
	
}