.w1350 {
	box-sizing: border-box;
	width: 1350px;
	margin: 0 auto !important;
}

.right_box {
	background: none;
	min-height: auto;
}

.list_box {
	overflow: hidden;
}

.content {
	background: url(../images/wd-bg.png) center top;

}

.current {
	padding: 0 20px 0 20px;
	height: 56px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 2px 51px 0px rgba(36, 103, 158, 0.07);
	border-radius: 10px 10px 0px 0px;
}

.xw_list {
	padding: 0;
}

.wd-pannel {
	background: rgba(255, 255, 255, 0.46);
	box-shadow: 0px 2px 51px 0px rgba(36, 103, 158, 0.07);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 24px;
	border-radius: 0px 0px 10px 10px;
}

.wd-pannel-left {
	width: 825px;
	height: 553px;
	background: #FFFFFF;
	border-radius: 10px;
}

.wd-pannel-right {
	width: calc(100% - 892px);
	height: 513px;
	border-radius: 10px;
	background: #FFFFFF;
}

.wd-dialog {
	height: 600px;
	height: 438px;
	margin: 0 auto;
	overflow: auto;
	padding: 20px;
}

.wd-dialog .txt1 {
	display: block;
	float: left;
	padding: 14px 20px;
	font-size: 18px;
	color: #0B54A2;
	font-family: Microsoft YaHei;
	margin-left: 10px;
	border-radius: 10px 0 10px 0;
	background: #F5F9FD;
	width: calc(100% - 105px);
}

.wd-dialog .txt2 {
	display: block;
	float: right;
	padding: 14px 20px;
	background: #F5F9FD;
	font-size: 18px;
	color: #0B54A2;
	margin-right: 10px;
	border-radius: 0px 10px 0px 10px;
}

.wd-dialog .txt3 {
	display: block;
	padding: 14px 0px;
	float: left;
	font-size: 18px;
	color: #0B54A2;
	font-family: Microsoft YaHei;
}

.wd-result-info {
	margin-left: 63px;
	border-radius: 10px 0 10px 0;
	background: #F5F9FD;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 20px 14px 20px;
	width: calc(100% - 100px);
}

.wd-keywords {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	padding: 10px 0;
}

.wd-headport1 {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #ececec;
	padding: 10px;
}

.wd-headport2 {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #ececec;
	padding: 10px;
}

.wd-headport1 img,
.wd-headport2 img {
	width: 100%;
}

.wd-kefu_header {
	overflow: hidden;
	padding: 10px 0;
}

.wd-result_list {
	width: 100%;
	overflow: hidden;
}

.wd-jsk-tip {
	margin-left: 0px;
	padding: 10px 0;
	font-weight: bold;
}

.wd-list {
	padding-left: 0px;
	width: 100%;
}

.wd-list li {
	line-height: 30px;
	margin-bottom: 5px;
	border-bottom: none;
}

.wd-list li a {
	color: #333333;
	cursor: pointer;
	width: 100%;
}

.wd-list li label {
	background: #333333;
	padding: 5px 10px;
	margin-right: 10px;
	color: #ffffff;
}

.wd-list li em {
	font-style: normal;
	color: #D11616;
}
.wd-more{
	box-sizing: border-box;
	border: 1px solid #0B54A2;
	width: 119px;
	height: 26px;
	border-radius: 103px;
	margin: 10px auto;
	text-align: center;
}
.wd-more:before {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	background:url(../images/wd-more-icon.png) center no-repeat;
	margin-right: 5px;
}
.wd-btn-pannel {
	display: flex;
	justify-content: center;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 2px solid #0B54A2;
	border-radius: 121px;
	width: 80%;
	margin: 0 auto;
}
.wd-btn-pannel .btn-pannel{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 94%;
}
.wd-btn-pannel #content {
	width: calc(100% - 105px);
	height: 50px;
	outline: none;
	line-height: 50px;
	color: #C1C1C1;
	font-family: 'Source Han Sans';
	font-size: 16px;
	font-weight: 500;
	border: none;
	border-radius: 10px 0px 0px 10px;
}

.wd-btn-pannel #send {
	background: #0B54A2;
	outline: none;
	border: 0;
	width: 102px;
	height: 42px;
	border-radius: 34px;
	color: #ffffff;
	font-size: 20px;
}

.st-recommend-knowledge-content-box {
	padding-left: 62px;
}

.st-recommend-knowledge-answer p {
	margin: 0;
	text-indent: 2em;
}

.st-recommend-knowledge-answer img {
	max-width: 100%;
	height: auto;
}

.st-recommend-knowledge-answer p img {
	margin-left: -2em;
}

.st-recommend-knowledge-question {
	color: #e56100;
	font-style: normal;
	margin-bottom: 5px;
}

.wd-pannel-right {
	padding: 20px;
}

.wd-common-title {
	background: linear-gradient(90deg, #F7FBFF 0%, rgba(219, 228, 237, 0) 100%);
	color: #0B54A2;
	font-family: 'Source Han Sans';
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wd-common-title span{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wd-common-title span:before {
	content: "";
	width: 4px;
	height: 15px;
	display: inline-block;
	background-color: #D11616;
	margin-right: 5px;
}

.wd-common-title label {
	color: #D11616;
}

.wd-common-title a {
	font-family: 'Source Han Sans';
	font-size: 14px;
	font-weight: normal;
	color: #0B54A2;
}
.wd-pannel-right-list{
	margin: 10px 0;
}
.wd-pannel-right-list li {
	line-height: 45px;
	border-bottom: none;
}
.wd-pannel-right-list li a{
	display: block;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s ease;
}

@media only screen and (max-width: 1350px) {
	.w1350 {
		width: 100%;
	}

	.wd-pannel {
		flex-wrap: wrap;
	}

	.wd-pannel-left {
		width: 100%;
	}

	.wd-pannel-right {
		width: calc(100% - 40px);
		margin-top: 20px;
	}
}