.carousel-item{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 100px;
}

/* 头部路径 */
.path {
	margin-top: 20px;
}
.path span{
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.5);
}
.path >*{
	margin-right: 6px;
}
.path >span:nth-last-of-type(1){
	color: rgba(0, 0, 0, 0.9);
}
/* 头部路径 end*/

/* 关键字 */
.key_words span{
	padding: 1px 7px;
	background: rgba(225, 225, 249, 0.5);
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	margin-right: 6px;
	color: rgba(0, 0, 0, 0.5);
}
.key_words span:hover{
	background: rgba(225, 225, 249, 0.8);
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}


/* .key_words: */
/* 日历组件 */
/* .calendar_contain{
	position: absolute;
	bottom: 136px;
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 13px;
	padding: 0 16px 14px;
}
.calendar_top img{
	width: 22px;
	height: 23px;
}
.calendar_top_text{
	font-weight: 700;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin: 0 6px;
} */



.pagination>.noBorder>span{
	border-top-style: none;
	border-bottom-style: none;
}

.banner_item{
	border-radius: 8px;
	width: 100%;
}

.image_text{
	margin-top: 60px;
}



/* 关键字 end*/