.helper-main-row {
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	display: flex;
}

.yxd-search {
	position: relative;
	height: 50px;
	width: 100%;
}

.yxd-search .search-input {
	width: 100%;
	height: 100%;
	background: #F4F7FF;
	border-radius: 4px;
	border: 1px solid #1479FF;
	font-size: 18px;
}

.yxd-search .search-btn {
	width: 120px;
	height: 100%;
	background: #1479FF;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
	line-height: 50px;
}

.yxd-helper-list {
	margin-top: -20px;
	width: 100%;
}

.yxd-helper-list-item {
	background-color: rgba(255, 255, 255, 1);
	display: flex;
	margin-top: 20px;
}

.yxd-helper-list-item .item-img {
	height: 160px;
	width: fit-content;
}

.yxd-helper-list-item .item-right-content {
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.yxd-helper-list-item .item-title {
	overflow-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	line-height: 25px;
}

.yxd-helper-list-item .item-title:hover {
	color: #007aff;
	cursor: pointer;
}

.yxd-helper-list-item .item-desc {
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	text-align: left;
	line-height: 20px;
	margin: 20px 0 0 1px;
}

.yxd-helper-list-item .item-time {
	overflow-wrap: break-word;
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: NaN;
	text-align: left;
	line-height: 20px;
	margin: 20px 0 0 1px;
}

.yxd-empty {
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.yxd-empty-image {
	width: 100%;
}

.help-details {

}
.help-details .breadcrumbs {
	padding: 0px 0 20px 0;
	font-size: 14px;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.help-details .breadcrumbs a,.help-details .breadcrumbs span {
	color: #888;
}
.help-details .title {
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 25px;
	margin-bottom: 2.43%;
}

.help-details .meta {
	text-align: center;
	font-size: 0;
	line-height: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 1.5%;
	margin-bottom: 2.43%;
}

.help-details .meta span {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 0px 8px 0 0px;
	display: inline-block;
}

.help-details  .postnavi {
	overflow: hidden;
	padding: 5px 0;
	margin-bottom: 2.43%;
	color: #000;
}

.help-details  .postnavi div {
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tags {

}

.tags a {
	color: #666;
	margin-right: 15px;
}

@media screen and (max-width: 800px) {

	.yxd-helper-list-item {
		border-bottom: 1px solid #eee;
	}

	.yxd-helper-list-item .item-left-content {
		padding: 0 0 0 0px;
	}

	.yxd-helper-list-item .item-img {
		height: 80px;
		width: 120px;
	}
	.yxd-helper-list-item .item-title {
		font-size: 16px;
	}
	.yxd-helper-list-item .item-desc {
		display: none;
	}
}