/****---------------------------------常见问题开始-------------------------------***/
.sa-cjwt {
	margin: 0;
}

.sa-cjwt .sa-title {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.sa-cjwt-search-desc {
	margin: 24px 0 12px;
	font-size: 18px;
	color: #666;
}

.sa-cjwt-search {
	position: relative;
	width: 46%;
	font-size: 16px;
}

.sa-cjwt-search {
	background: #fff;
	font-size: 16px;
	margin: 30px 0;
	position: absolute;
	overflow: hidden;
	width: 50%;
	height: 40px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.sa-cjwt-search .sa-cjwt-key {
	outline: none;
	text-indent: 10px;
	position: absolute;
	top: 0;
	top: 8px\9;
	: 0;
	height: 100%;
	width: 80%;
	border: 0;
}

.sa-cjwt-search .sa-cjwt-ss {
	color: #fff;
	background: #e10032;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	border: 0;
	border-radius: 0;
}

.sa-cjwt-check {
	margin: 20px 0;
}

.sa-cjwt-check dl {
	margin-bottom: 15px;
	position: relative;
	padding-right: 24px;
}

.sa-cjwt-check dl dt {
	font-size: 16px;
	color: #333;
	float: left;
	text-align: right;
}

.sa-cjwt-check dl dd {
	font-size: 16px;
	color: #333;
	float: left;
	width: 88%;
	height: 22px;
	overflow: hidden;
}

.sa-cjwt-check dl dd span {
	display: inline-block;
	margin-bottom: 12px;
}

.sa-cjwt-check dl dd a {
	display: inline-block;
	margin-bottom: 12px;
	margin: 0 8px 10px;
}

.sa-cjwt-check dl dd a h2{
	font-size: 16px;
}

.sa-cjwt-check dl dd .on {
	color: #e10032;
}

.sa-cjwt-check dl dd span label {
	margin: 0 8px;
}

.sa-cjwt-check dl dd.sa-cjwt-check-more {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	float: none;
	width: auto;
}

.sa-cjwt-list {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #e6e6e6;
	font-size: 16px;
	margin-bottom: 50px;
}

.sa-cjwt-list li {
	line-height: 2.2;
}

.sa-cjwt-list li p {
	color: #333;
	float: left;
	width: 65%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 20px;
	background: url(/chineseResources/UIA/v5_0/know/img/dot.png) no-repeat left center;
}

.sa-cjwt-list li h3 {
	color: #333;
	float: left;
	width: 65%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 20px;
	background: url(/chineseResources/UIA/v5_0/know/img/dot.png) no-repeat left center;
}

.sa-cjwt-list li p a {
	color: #333;
}

.sa-cjwt-list li h3 a {
	color: #333;
}

.sa-cjwt-list li div {
	float: right;
	color: #666;
}

.sa-cjwt-list-f {}

.sa-cjwt-list-t {
	margin-left: 14px;
}

.sa-cjwt-check-more .m-img {
	display: none;
}

@media screen and (max-width: 1000px) {
	.sa-cjwt-check dl dt {
		width: 13%;
	}

	.sa-cjwt-check dl dd {
		width: 85%;
	}
}

@media screen and (max-width: 768px) {
	.sa-cjwt-search {
		width: 94%;
	}

	.sa-cjwt-list li p {
		width: 90%;
		float: none;
	}
	.sa-cjwt-list li h3 {
		width: 90%;
		float: none;
	}

	.sa-cjwt-list li div {
		padding-left: 20px;
		float: none;
	}

	.sa-cjwt-check-more .m-img {
		display: block;
	}

	.sa-cjwt-check-more .pc-img {
		display: none;
	}

	.sa-cjwt-check dl dd {
		max-height: 150px;
		background: #f7f7f7;
		width: 98%;
		border: 1px solid #e6e6e6;
		padding: 12px;
		border-radius: 6px;
		float: none;
		height: 40px;
		overflow-y:hidden;
	}

	.sa-cjwt-check dl dt {
		width: 94%;
		float: none;
		font-weight: normal;
		color: #666;
		font-size: 18px;
		text-align: left;
	}

	.sa-cjwt-check dl dd a {
		display: block;
	}

	.sa-cjwt-check dl dd.sa-cjwt-check-more {
		border: none;
		right: 27px;
		top: 27px;
		background: none;
	}

	.sa-c-title {
		font-size: 24px;
	}
}

/****---------------------------------常见问题结束-------------------------------***/