.keyword-left{
	width: 820px;
    padding: 30px 30px;
    background: #FFFFFF;
}
.keyword-list{
	/* display: flex;
	flex-wrap:wrap;
	align-content:flex-start;
    justify-content: space-around; */
	overflow: hidden;
}
.keyword-list a{
	background: #45c8ff;
	border-radius: 8px;
	display: block;
	box-sizing: border-box;
	padding: 0 8px;
	font-size: 14px;
	width: 140px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.keyword-list a:nth-child(5n){
	margin-right: 0;
}
.keyword-list a:hover{
	background: #00b4ff;
}
.keyword-left h2{
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
}