﻿.swiper-container {
    margin: 15 auto; /* 水平居中 */
    display: flex;
    justify-content: center; /* 水平居中（flex 布局） */
    align-items: center; /* 垂直居中（flex 布局） */
	margin-top:15px;
}
.swiper-slide img {
    width: 100%;  /* 宽度占满容器 */
	height:100% ;/* 高度占满容器 */
    object-fit: cover; /* 图片按比例缩放，填满容器，可能会裁剪部分图片 */
}
.article-bodybr {
    word-wrap: break-word;
    word-break: break-all;
}
.liuyan img{width: 35px;  /* 宽度占满容器 */
	height:auto ;/* 高度占满容器 */
}

.liuyan-dz {
	color: #6c757d !important;
	font-weight: 400 !important;
	background-color: #f8f9fa;
	display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
    white-space: normal !important;
    word-break: break-all !important; /
	
}