	.content_img{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		
	}
	.content_img img{
		width: 548px;
		height: 138px;
	}
	.content_qy{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.qy_title{
		font-size: 24px;
	}
	.qy_list{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top:10px; 
	}
	.qy_item{
		border: 1px solid rgba(227, 227, 227, 1);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		padding: 10px;
		width: 30%;
		height: 130px;
	}
	.qy_item span:nth-child(1){
		font-size: 16px;
		color: #333;
	}
	.qy_item span{
		font-size: 14px;
		color: #7A808F;
	}
	.layui-carousel{
		margin-top: 20px;
	}
	.lb_img{
		height: 160px;
		width: auto;
	}