*{
	margin:0;
	padding:0;
}
.f-container{
	width:1170px;
	margin:auto;
	min-height:782px;
	padding-top: 20px;
	background-color:white;
}
.breadCrumb {
    margin-left: 20px;
    margin-bottom: 30px;
}
.exhibition{
	color:#97110f;
}
a{
	color:black;
	cursor:pointer;
	text-decoration:none;
}
ul{
	list-style:none;
}
p{
	margin-bottom:0px;
}
.f-content{
	width:100%;
	padding-left:28px;
	padding-right:28px;
}
/*.f-title span{
	height:20px;
	display:inline-block;
	vertical-align:bottom;
}
.f-title span:nth-child(1){
	width:4px;
	height:20px;
	background-color:#97110f;
}*/
.f-title ul{
	/*color:#97110f;
	line-height:20px;*/
	display: flex;
	list-style: none;
}
.f-comTab{
	margin-right: 20px;
	/* position: relative; */
	padding: 5px 10px;
    background-color: #eeeeee;
    border-radius: 5px;
	cursor:pointer;
}
/*菜单样式*/
.f-comKindsBox{
	width: auto;
	height: auto;
	padding: 10px 0px;
	/* position: absolute; */
	padding-top: 20px;
	
}
.f-tabList{
	width: 500px;
	height: 30px;
	text-align: center;
	
	/* background-color: rgb(242,242,242); */
}
.f-tabItems{
	width: 100px;
	cursor:pointer;
}

.art-items{
	display:flex;
	flex-wrap:wrap;
	/* justify-content:space-between; */
}
.f-item{
	width:278px;
	height:300px;
	/* margin-top:20px; */
	padding:10px;
}
.item-cover{
	width:100%;
	height:73%;
}
.item-cover img{
	width:100%;
	height:100%;
}
.item-info{
	display:flex;
	line-height:35px;
	justify-content:space-between;
}
.item-info span{
	height: 30px;
    overflow: hidden;
}
.f-award{
	width:80px;
	height:28px;
	float:right;
	text-align:center;
	color:white;
	line-height:28px;
	background-image:url("../../images/game/redLabel0921.png");
}
/*加载更多*/
.f-getMore{
	text-align: center;
	padding: 50px 0;
}
.f-getMore button{
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: white;
}
.f-active{
	color:white;
	background-color:#97110f;
}
.activeTab{
	color: #97110f;
	font-weight: bold;
}
