:root {
	--pm-c: #fec806
}

.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_title .aq_title b {
	position: relative;
	z-index: 10;
	line-height: 35px;
	margin-left: 15px;
	font-size: 15px;
	color: #222;
}

.aq_part .aq_part_title .aq_more {
	color: #999;
	font-size: 12px;
	line-height: 35px;
}

.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 * {
	box-sizing: border-box;
	line-height: 1;
}

.aq_star {
	height: 14px;
	width: 75px;
	background: url('../images/star.png') repeat-x center/15px;
	display: inline-block;
	margin: 10px 0;
}

.aq_star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/15px;
	height: 14px;
}

.aq_star-1:before {
	width: 15px;
}

.aq_star-2:before {
	width: 30px;
}

.aq_star-3:before {
	width: 45px;
}

.aq_star-4:before {
	width: 60px;
}

.aq_star-5:before {
	width: 70px;
}

.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: 34px;
}


.aq_part .aq_aprt_right .aq_item .aq_title {
	max-width: 100%;
	margin-bottom: 12px;
}

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

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


.aq_part .aq_aprt_right .aq_item .aq_tagBox{}

.aq_part .aq_aprt_right .aq_item .aq_tagBox{
	font-size: 12px;
	color: #888;
}
.aq_part .aq_aprt_right .aq_item .aq_tagBox .aq_tag{
	padding: 3px 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-left: 6px;
}
.aq_part .aq_aprt_right .aq_item .aq_tagBox .aq_tag:first-child{
	margin-left: 0;
}
.aq_part .aq_aprt_right .aq_item .aq_tagBox .aq_tag:last-child{
	display: none;
}
.aq_part .aq_aprt_right .aq_item .aq_desc{
	margin-top: 13px;
	font-size: 12px;
	color: #888;
}
.aq_part .aq_aprt_right .aq_item .aq_view {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}





.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_left_warp {
	flex-wrap: wrap;
	position: relative;
	padding: 185px 12px 0;
	z-index: 4;
}

.aq_part .aq_part_left .aq_left_warp::before {
	position: absolute;
	width: 100%;
	height: 304px;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bgi.png);
	z-index: -2;
}

.aq_part_left .aq_part_title {
	margin-top: 30px;
}
.aq_part_left .aq_part_title:first-of-type {
	margin-top: 0;
}

.aq_part .aq_part_left .aq_item:first-child {
	margin-top: 0;
}

.aq_part .aq_part_left .aq_thumBox{
	padding: 18px 34px;
	box-shadow: 0 4px 10px 0 rgba(196, 196, 196, 0.36);
	flex-wrap: wrap;
	border-radius: 10px;
	background-color: #fff;
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem:nth-child(-n+3){
	margin-top: 0;
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem{
	width: 32%;
	margin-top: 20px;
	text-align: center;
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem .aq_icon{
	margin: 0 auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem .aq_title{
	margin-top: 16px;
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem:hover .aq_title a{
	color: var(--pm-c);
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem .aq_title a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.aq_part .aq_part_left .aq_thumBox .aq_thumItem .aq_icon{}
.aq_part .aq_part_left .aq_item {
	margin-top: 16px;
	position: relative;
	padding: 14px;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(196, 196, 196, 0.36);
	border-radius: 10px;
}

.aq_part .aq_part_left .aq_item .aq_icon{
	width: 74px;
	height: 74px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 10px;
}
.aq_part .aq_part_left .aq_item .aq_title{
	margin-bottom: 12px;
}
.aq_part .aq_part_left .aq_item .aq_title a{
	font-size: 14px;
	color: #333;
}
.aq_part .aq_part_left .aq_item .aq_tagBox{
	font-size: 12px;
	color: #888;
}
.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag::before{
	content: "|";
	margin: 0 6px;
}
.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag:first-child::before{
	display: none;
}
.aq_part .aq_part_left .aq_item .aq_view{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--pm-c);
	color: #fff;
	font-size: 14px;
	border-radius: 0 10px 0 10px;
}
.aq_part .aq_part_left .aq_item .aq_desc{
	margin-top: 12px;
	font-size: 12px;
	color: #888;
}




@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+6) {
		margin-top: 34px;
	}

	.aq_part .aq_aprt_right .aq_item:nth-child(1) {
		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_part_title:first-of-type {
		margin-top: 24px;
	}

	.aq_part .aq_aprt_right .aq_item:hover .aq_icon::after {
		display: none;
	}
	.aq_part .aq_aprt_right .aq_item:hover .aq_icon::before{
		display: none;
	}
	.aq_part .aq_aprt_right .aq_item:hover .aq_title a {
		color: #333;
	}

	.aq_part .aq_part_left .aq_list:hover .aq_tag{
		background-color: #f8f8f8;
		color: #999;
	}
	.aq_part .aq_part_left .aq_list:hover .aq_title a{
		color: #333;
	}
	.aq_part .aq_part_left .aq_list:hover .aq_size{
		color: #888;
	}

}