.huida-box {
	margin-top: 38px;
}

.huida-header {
	display: flex;
}

.huida-header>img {
	width: 34px;
	height: 34px;
	margin-right: 14px;
}

.huida-header>div {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	margin-right: 24px;

}

.biaoti-hengxian {
	height: 2px;
	background-color: #E5E5E5;
	flex-grow: 1;
	margin-top: 30px;
}

.huida-content {
	margin-top: 20px;
}

.huida-item:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
	transition: all .5s;
}

.huida-item {
	margin-top: 20px;
	padding: 30px 5%;
	box-sizing: border-box;
	background: #fff;
}

.huida-first {
	display: flex;
	justify-content: space-between;
}

.huida-first-left {
	display: flex;

}

.huida-touxiang-box {
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 20px;
}

.huida-touxiang-box>img {
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	border-radius: 25px;
}

.name-time {
	display: flex;
	flex-direction: column;
}

.wenda-name {
	font-size: 18px;
	color: #333333;
	margin-bottom: 3px;
}

.time-box {
	color: #999999;
	font-size: 14px;
}

.huida-first-right>a {
	font-size: 14px;
	color: #4A1C80;
}

.huida-first-right .iconfont {
	margin-right: 8px;
}

.huida-second {
	background-color: #FAFAFA;
	padding: 21px 30px;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}

.xiangguanyuedu-title {
	font-size: 26px;
	color: #4A1C80;
	font-weight: bold;
	margin-top: 40px;
}

@media screen and (max-width:860px) {
	.news_content {
		display: flex;
	}

	.news_left {
		width: 100%;
	}

	.news_right {
		width: 100%;
	}
}