.miaobao{
	width: 1152px;
	margin: auto;
	padding: 10px 0;
	height: 24px;
	line-height: 24px;
	background-color: #FFFFFF;
}

.miaobao ul{
	margin-left: 10px;
}

.miaobao li{
	float: left;
	font-size: 14px;
	color: #000 !important;
	padding: 0 2px;
}

.content{
	width: 1152px;
	margin: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

.content .fengcai-content{
	margin-left: -24px;
	overflow: hidden;
	padding: 0 20px;
}

.content .fengcai-content .content-card{
	width: 260px;
	height: 200px;
	position: relative;
	transition: .3s all linear;
	float: left;
	margin-left: 24px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.content .fengcai-content .card-top{
	overflow: hidden;
	width: 260px;
	height: 148px;
	position: relative;
	border-radius: 8px;
	transition: all .3s;
}

.content .fengcai-content .card-top img{
	width: 100%;
	height: 100%;
	background-color: #f3f5f7;
	border-radius: 8px;
}

.content .fengcai-content .card-content{
	padding: 8px;
}
.content .fengcai-content .card-name{
	font-size: 16px;
	color: #07111B;
	line-height: 24px;
	text-align: center;
	transition: all .3s;
	font-weight: normal !important;
	height: 24px;
	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap; /*不换行 */
}



.tab-cate{
	width: 400px;
	overflow: hidden;
	margin:20px auto;
	display: flex;
	flex-wrap: row;
	border-bottom: 1px solid #EEEEEE;
}

.tab-cate>div{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #EEEEEE;
}

.tab-cate>div:first-child{
	border-left: none;
}

.tab-cate>div a{
	display: block;
	color: #000;
	font-size: 18px;
}