/*文章幻灯片*/
.entry-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f6f7;
     padding-bottom: 0px; 
}
.single-article {
    padding: 14px 28px 28px 28px;
}
#Mini-single-content{
	margin-bottom:0px;
}
#Mini-single-content .swiper {
	width:100%;
	height:100%;
}
#Mini-single-content .swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
#Mini-single-content .swiper-slide img {
	display:block;
	width:100%;
	object-fit:cover;
	max-height: 600px;
}
#Mini-single-content .swiper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px!important;
	margin-top: 10px;
}
#Mini-single-content .swiper-slide {
	background-size:cover;
	background-position:center;
}
#Mini-single-content .Mini_post_thumbs_Swiper {
	height:80%;
	width:100%;
}
#Mini-single-content .Mini_post_mySwiper {
	/* height:20%; */
	box-sizing:border-box;
}
#Mini-single-content .Mini_post_mySwiper .swiper-slide {
	/* width:25%; */
	/* height:100%; */
	max-height:80px;
	opacity:0.4;
	overflow: hidden;
	border: 3px solid rgb(16 15 16 / 20%)!important;
}
#Mini-single-content .Mini_post_mySwiper .swiper-slide-thumb-active {
	opacity:1;
	border: aliceblue;
	border: 3px solid var(--b2color)!important;
	overflow: hidden;
}