.other_ten_title{
	text-align:center;
}
.other_ten_slide a{
	position:relative;
	display: block;
}
.other_ten_mb{
	position:absolute;
	width:100%;
	bottom:0;
	z-index:1;
	background-color: rgb(0 0 0 / 65%);
	padding: 20px;
	text-align:center;
}
.other_ten_mb .index_sub_title{
	color:#FFFFFF;
}
.other_ten_slide a:hover .other_ten_mb{
	background-color: #f5a100db;
}
.other_ten_pagination{
    text-align: center;
    margin-top: 10px;
    position: static;
}
.other_ten_pagination span{
    width: 12px;
    height: 12px;
}
.other_ten_pagination span.swiper-pagination-bullet-active{
        background-color: #f5a100;
}

@media (max-width: 767px) {
.other_ten_container > div{
	flex:0 0 100%;
	margin-right: 0;
	margin-bottom:20px;
}
}