.faqs{
	background-color: #F6F6F9;
	&-title{
		font-size: 14px;
		color: #999999;
		line-height: 42px;
		margin-left: 20px;
	}
	&-list{
		box-shadow:0px 0px 12px 0px rgba(163,163,163,0.14);
		border-radius:8px;
		width: 750rpx;
		padding-left: 15px;
		background-color: #FFFFFF;
		justify-content: center;
		&-item{
			height: 50px;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			border-bottom-width: 1px;
			border-bottom-color: #F1F1F1;
			padding-right: 18px;
			&-name{
				font-size:15px;
				color: #343434;
				font-weight: bold;
				line-height: 50px;
			}
		}
	}
}