.displayBetweenCenter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.displayBetween{
    display: flex;
    justify-content: space-between;
}
.displaycolumnBetweenCenter{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.displayBetweenEnd {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.displayCenter{
    display: flex;
    align-items: center;
}
.displayCenterCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.displaycolumnCenterCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.displaycolumnCenterCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.displayEnd{
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
}
.m_center{
    margin: 0 auto;
}
.W_100{
    width: 100%;
}
.img23_26{
    width: 17px;
    height: 20px;
}
.img15_8{
    width: 15px;
    height: 8px;
}
.img19{
    width: 19px;
    height: 19px;
}
.color_666{
    color: #666;
}
.w_300{
    width: 300px;
}
.border_bottom{
    border-bottom: solid 2px #ebebeb;
}
.h_185{
    height: 185px;
}
.BeyondHidden2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.BeyondHidden3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}
.BeyondHidden{
    white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出容器的部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}
