/* 自定义样式 */
.article-content img {
	max-width: 100%;
	height: auto;
}

.hot-question-item {
	transition: all 0.3s ease;
}

.hot-question-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}