: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;
	box-sizing: border-box;
}
.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: 13px;
	text-align: center;
	color: #fff;
	background: var(--pm-c);
	border-radius: 14px;
	margin-top: 16px;
}
.aq_part .aq_part_warp {
  display: flex;
  align-items: flex-start;
}

.aq_aprt_right {
	flex: 1;
	overflow: hidden;
}
.aq_right_warp {
	display: flex;
  flex-wrap: wrap;
  /* margin-left: -20px; */
	border: solid 1px #eeeeee;
	margin-bottom: 24px;
}
.aq_right_warp_recom{
	margin-bottom: 0px;
}
.aq_right_warp .aq_item_warp {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-right: 20px;
}
.aq_right_warp .aq_first_item{
	width: 150px;
	padding: 25px;
	background-color: #f8f8f8;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.aq_right_warp .aq_first_item .aq_icon{
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0  auto;
}
.aq_right_warp .aq_first_item .aq_view {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px;
	background-color: #4ccfe8;
	border-radius: 14px;
	text-decoration: none;
	margin-top: 5px;
}
.aq_right_warp_hot .aq_first_item .aq_view{
	background-color: #ffc64a;
}
.aq_right_warp_recom .aq_first_item .aq_view{
	background-color: #46da9d;
}
.aq_right_warp .aq_first_item::before{
	content: '';
	display: inline-block;
	width: 62px;
	height: 62px;
	background: url('../images/aq_icon_1.png') no-repeat center/contain;
  position: absolute;
	left: -5px;
	top: 0;
}
.aq_right_warp .aq_first_item::after{
	content: '最新';
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 8px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	transform: rotate(-50deg);
	line-height: 20px;
}
.aq_right_warp_hot .aq_first_item::before{
	background: url('../images/aq_icon_2.png') no-repeat center/contain;
}
.aq_right_warp_hot .aq_first_item::after{
	content: '热门';
}
.aq_right_warp_recom .aq_first_item::before{
	background: url('../images/aq_icon_3.png') no-repeat center/contain;
}
.aq_right_warp_recom .aq_first_item::after{
	content: '推荐';
}
.aq_right_warp .aq_first_item .aq_size{
	font-size: 12px;
	color: #888888;
	margin-bottom: 10px;
}
.aq_right_warp .aq_first_item .aq_title a{
	display: block;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin: 10px auto;
}
.aq_right_warp .aq_item {
	width: 16.6%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
}

.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto 12px;
}

.aq_right_warp .aq_item .aq_view:hover {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}

.aq_right_warp .aq_item .aq_title {
	line-height: normal;
}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.aq_right_warp .aq_item .ap_type{
	margin-top: 12px;
}
.aq_right_warp .aq_item .aq_size {
	color: #888888;
	font-size: 12px;
	margin: 10px 0;
}
.aq_right_warp .aq_item .aq_star {
	margin: 8px 0;
	position: relative;
	width: 65px;
	height: 11px;
	background-image: url(../images/aq_icon_star.png);
}
.aq_right_warp .aq_item .aq_star:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 11px;
	width: 0;
	background-image: url(../images/aq_icon_star.png);
	background-position: 0 11px;
}
.aq_right_warp .aq_item .aq_star_1:before {
	width: 13px;
}
.aq_right_warp .aq_item .aq_star_2:before {
	width: 26px;
}
.aq_right_warp .aq_item .aq_star_3:before {
	width: 36px;
}
.aq_right_warp .aq_item .aq_star_4:before {
	width: 52px;
}
.aq_right_warp .aq_item .aq_star_5:before {
	width: 100%;
}

.aq_part .aq_part_left {
	width: 386px;
	margin-left: 25px;
	position: relative;
}
.aq_part .aq_part_left .aq_warp {
	margin-bottom: 5px;
}
.aq_part .aq_part_left .aq_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 5px;
	box-sizing: border-box;
}
.aq_part .aq_part_left .aq_item:nth-child(even){
	background-color: #f8f8f8;
}
	
.aq_part .aq_part_left .aq_item:first-child{
	margin-top: -20px;
}
.aq_part .aq_left_warp{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.aq_part .aq_part_left .aq_item .aq_info{
	margin-left: 15px;
}
.aq_part .aq_part_left .aq_item .aq_icon {
	display: inline-block;
	width: 78px;
	height: 78px;
	border: solid 1px #f4f4f4;
	text-align: center;
	border-radius: 50%;
}
.aq_part .aq_part_left .aq_item .aq_icon img{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 6px;
}
.aq_part .aq_part_left .aq_item .aq_title {
	margin-top: 5px;
}
.aq_part .aq_part_left .aq_item .aq_title a {
	display: block;
	flex: 1;
	font-size: 15px;
	line-height: normal;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.aq_part .aq_part_left .aq_item .aq_type {
	font-size: 13px;
	color: #888888;
	margin: 6px 0;
}
.aq_part .aq_part_left .aq_item .aq_view {
	display: inline-block;
	padding: 0px 16px;
	height: 32px;
	line-height: 32px;
	background-color: #f8f8f8;
	color: #666666;
	font-size: 14px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #999;
}
.aq_part .aq_part_left .aq_item .aq_desc {
	font-size: 12px;
	letter-spacing: 1px;
	color: #888888;
}
.aq_part .aq_part_left .aq_item:hover .aq_view{
	color: #ffffff;
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
}
.aq_part .aq_part_left .aq_item:hover .title a{
	color: var(--pm-c);
}
.aq_part .aq_list_container{
	background-color: #f8f8f8;
	padding: 16px 18px;
}
.aq_part .aq_list_container .aq_list{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.aq_part .aq_list_container .aq_list:last-child{
	margin-bottom: 0;
}
.aq_part .aq_list_container .aq_list .aq_dot{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #cbcbcb;
	margin-right: 8px;
}
.aq_part .aq_list_container .aq_list .aq_title a{
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}
.aq_part .aq_list_container .aq_list .aq_size{
	font-size: 12px;
	color: #888888;
}
.aq_part .aq_list_container .aq_list .aq_view{
	text-decoration: none;
	font-size: 12px;
	color: #888888;
	display: block;
	margin-left: 20px;
}
.aq_part .aq_list_container .aq_list:hover .aq_view{
	color: var(--pm-c);
}
@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
		padding: 15px 0 !important;
	}
	.aq_part .aq_part_warp {
		display: block;
	}
	.aq_part .aq_right_warp{
		display: block;
	}
	.aq_right_warp .aq_first_item{
		width: 100%;
		display: flex;
		align-items: center;
		text-align: left;
		padding: 20px;
	}
	.aq_right_warp .aq_first_item .aq_view{
		height: 33px;
		line-height: 33px;
		border-radius: 16px;
	}
	.aq_right_warp .aq_first_item .aq_info{
		flex: 1;
		overflow: hidden;
		margin-left: 15px;
		margin-right: 10px;
	}
	.aq_right_warp .aq_item {
		width: 25%;
	}
	
	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}
}