/* 相关文章超过 3 条：自动轮播 + 底部指示点（无左右箭头） */
.m-list9.slick-initialized{
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0 0 30px;
}
.m-list9.slick-initialized .slick-list{
	overflow: hidden;
	margin: 0 -9px;
}
.m-list9.slick-initialized .slick-track{
	display: block;
}
.m-list9.slick-initialized .slick-slide{
	float: left;
	height: auto;
	margin-bottom: 0;
}
.m-list9.slick-initialized .slick-slide > .con{
	display: block;
}
.m-list9 .slick-arrow{
	display: none !important;
}
.m-list9 .slick-dots{
	text-align: center;
	font-size: 0;
	padding-top: 23px;
	list-style: none;
	margin: 0;
}
.m-list9 .slick-dots li{
	display: inline-block;
	float: none;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	padding: 0;
	border-radius: 4px;
	background-color: #CCD0DC;
	cursor: pointer;
	-webkit-transition: width .3s ease, background-color .3s ease;
	transition: width .3s ease, background-color .3s ease;
}
.m-list9 .slick-dots li button{
	display: none;
}
.m-list9 .slick-dots li.slick-active{
	width: 28px;
	background-color: #E2E1E8;
}
@media only screen and (max-width: 1199px){
	.m-list9.slick-initialized .slick-slide{
		float: left !important;
		width: auto;
		margin-bottom: 0 !important;
	}
	.m-list9 .slick-dots{
		padding-top: 16px;
	}
}
