:root {
	--pm-c:#0FAB4D
}
.aq_icon {}
.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 {
	border-bottom: 1px solid #f0f5f1;
	margin-bottom: 25px;
}
.aq_part .aq_part_title .aq_title {
	color: var(--pm-c);
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid var(--pm-c);
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.aq_part .aq_part_title .aq_title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: transparent transparent var(--pm-c) transparent;
}
.aq_part .aq_part_left {
	flex: 1;
	overflow: hidden;
}
.aq_part .aq_part_right {
	margin-left: 30px;
	width: 390px;
}
.aq_part .aq_item_warp {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.aq_part .aq_item_warp .aq_item {
	width: 33.3%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 38px;
	display: flex;
	align-items: center;
}
.aq_part .aq_item_warp .aq_item .aq_icon {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 12px;
	overflow: hidden;
}
.aq_part .aq_item_warp .aq_item .aq_item_right {
	flex: 1;
	overflow: hidden;
	margin-left: 10px;
}
.aq_part .aq_item_warp .aq_item .aq_title {
	margin-bottom: 7px;
	line-height: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aq_part .aq_item_warp .aq_item .aq_title a {
	font-size: 14px;
}
.aq_part .aq_item_warp .aq_item .aq_star {
	position: relative;
	margin: 10px 0;
	width: 70px;
	height: 12px;
	background-image: url(/themes/default/common_cms/common/zyxz_module/03/images/aq_icon_star.png);
}
.aq_part .aq_item_warp .aq_item .aq_star:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 12px;
	width: 0;
	background-image: url(/themes/default/common_cms/common/zyxz_module/03/images/aq_icon_star.png);
	background-position: 0 12px;
}
.aq_part .aq_item_warp .aq_item .aq_star_1:before {
	width: 12px;
}
.aq_part .aq_item_warp .aq_item .aq_star_2:before {
	width: 12px;
}
.aq_part .aq_item_warp .aq_item .aq_star_3:before {
	width: 12px;
}
.aq_part .aq_item_warp .aq_item .aq_star_4:before {
	width: 12px;
}
.aq_part .aq_item_warp .aq_item .aq_star_5:before {
	width: 100%;
}
.aq_part .aq_item_warp .aq_item .aq_size {
	display: block;
	color: #888888;
	font-size: 12px;
}
.aq_part .aq_item_warp .aq_item .aq_view {
	border: 1px solid #eee;
	font-size: 12px;
	border-radius: 3px;
	color: #999;
	padding: 4px 12px;
}

.aq_part .aq_hot_card {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.aq_part .aq_hot_card .card_main {
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.aq_part .aq_hot_card .card_main .aq_icon {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}
.aq_part .aq_hot_card .card_main .card_content {
	margin-left: 10px;
	flex: 1;
	overflow: hidden;
}
.aq_part .aq_hot_card .card_main .card_content .aq_title {
	line-height: normal;
}
.aq_part .aq_hot_card .card_main .card_content .aq_title a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info {
	font-size: 13px;
	color: #999;
	margin: 3px 0;
	display: flex;
	align-items: center;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info .aq_view {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: var(--pm-c);
	position: relative;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info .aq_view span {
	position: relative;
	z-index: 10;
	color: #fff;
	padding: 0 10px;
	color: var(--pm-c);
}
.aq_part .aq_hot_card .card_main .card_content .aq_info .aq_view:after {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--pm-c);
	border-radius: 3px;
	opacity: .15;
}
.aq_part .aq_hot_card .card_main .card_content .aq_score {
	font-size: 12px;
	color: #ffc107;
	background-image: url(/themes/default/common_cms/common/zyxz_module/01/images/aq_icon_score.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 14px;
}
.aq_part .aq_hot_card .card_desc {
	font-size: 13px;
	color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aq_hot_list {
	margin-bottom: 20px;
}
.aq_hot_list li {
	display: flex;
	margin-top: 18px;
	align-items: center;
	line-height: normal;
}
.aq_hot_list li .aq_score {
	background-image: url(/themes/default/common_cms/common/zyxz_module/01/images/aq_icon_score.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	font-size: 13px;
	color: #ffc107;
	width: 30px;
}
.aq_hot_list li .aq_title {
	font-size: 14px;
	flex: 1;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    color: #333;
}
.aq_hot_list li .aq_size {
	color: #666;
	font-size: 12px;
}
.aq_hot_list li .aq_view {
	font-size: 12px;
	margin-left: 4px;
}


@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
	}
	.aq_part .aq_item_warp {
		margin-left: 0;
	}
	.aq_part .aq_item_warp .aq_item {
		padding-left: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.aq_part .aq_item_warp .aq_item .aq_icon {
		width: 65px;
		height: 65px;
	}
	.aq_part .aq_part_right {
		margin-left: 0;
		width: 100%;
	}
	.aq_hot_list li .aq_title {
		margin: 0 10px;
	}
}