/* 其他模块 */
.answer-similar-box {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 42px;
}

.answer-similar-top {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}

.answer-similar-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
}

.answer-similar-more {
	font-size: 14px;
	font-weight: 400;
	color: rgba(128, 146, 178, 1);
}

/* 相关推荐开始 */
.answer-other-item {
	display: flex;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
	margin-bottom: 13px;
}

.answer-other-item span {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	height: 22px;
}

.answer-other-item i {
	color: #225AFC;
	margin-left: 15px;
}

/* 底部热点推荐 */
.hot-similar-box {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 42px 42px 20px;
}

.hot-similar-top {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}

.hot-similar-title {
	font-size: 16px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
}

.hot-similar-more {
	font-size: 14px;
	font-weight: 400;
	color: rgba(128, 146, 178, 1);
}

.hot-baike-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hot-baike-item {
	width: 47%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 21px;
}

.hot-baike-img {
	width: 82px;
	height: 73px;
	border: 1px solid rgba(194, 201, 214, 1);
	border-radius: 6px;
	object-fit: cover;
	margin-right: 14px;
}

.hot-baike-info {
	flex: 1;
}

.hot-baike-title {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 16px;
	font-weight: 500;
	color: rgba(21, 41, 77, 1);
	margin-bottom: 12px;
}

.hot-baike-msg {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: rgba(54, 74, 112, 1);
}

.hot-sidebar-banner {
	width: 100%;
	height: 210px;
	background: rgba(12, 23, 42, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.hot-baike-item:hover .hot-baike-title {
	color: #2259FC;
}

/* 知识推荐 */
.reco {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 10px;
	padding: 30px 38px 13px;
	margin-bottom: 20px;
}

.reco-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	line-height: 32px;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
}

.reco-title a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(127, 145, 177, 1);
}

.reco-hot-img {
	width: 183px;
	height: 114px;
	border-radius: 6px;
	margin-right: 19px;
}

.reco-hot {
	display: flex;
	margin-bottom: 19px;
}

.reco-content{
	flex: 1;
}

.reco-content-title {
	display: flex;
	font-size: 16px;
	font-weight: 500;
	color: rgba(21, 41, 78, 1);
	margin-bottom: 12px;
}

.reco-content-intro {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	color: rgba(123, 136, 170, 1);
	margin-bottom: 8px;
	height: 51px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.reco-content-more {
	display: flex;
	font-size: 13px;
	font-weight: 400;
	color: rgba(34, 90, 252, 1);
}

.reco-list {
	display: flex;
	flex-wrap: wrap;
}

.reco-item {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	width: calc((100% - 35px) / 2);
}

.reco-item.left {
	margin-right: 35px;
}

.reco-item-icon {
	width: 5px;
	height: 5px;
	background: rgba(161, 171, 193, 1);
	border-radius: 50%;
	margin-right: 10px;
}

.reco-item-span {
	font-size: 16px;
	font-weight: 500;
	color: rgba(21, 41, 77, 1);
	margin-right: 10px;
	flex: 1;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.reco-item-time {
	font-size: 13px;
	font-weight: 400;
	color: rgba(123, 135, 169, 1);
}
