.news .el-breadcrumb__inner {
	font-weight: 500;
	color: var(--gray-color)
}

.news .el-breadcrumb__separator {
	margin: 0 5px
}

.hot {
	padding: 20px;
	height: 100%;
	background: #f8f8f8
}

.hot .title {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--gray-color);
	margin-bottom: 20px
}

.hot img {
	/* width: 200px; */
	margin-bottom: 12px
}

.content-infos {
	display: flex;
	justify-content: center;
	margin: 20px auto 30px
}

.htmldiv {
	white-space: pre-line;
	text-indent: 2em;
	line-height: 2.5
}

.banner {
	height: 100%;
	/* padding: 0 70px */
}

@media (max-width: 768px) {
	.hot{
		padding:0 10px;
	}
}