html{
	height:100%;
}
body{
	height:100%;
}
ul{
	padding-left:0;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	cursor:pointer;
}
p{
	
}
.f-l{
	float:left;
}
.f-r{
	float:right;
}
.f-secTit{
	font-size:19px;
}
.f-wrapper{
	width:100%;
	
	background-image:url('../../images/game/bg.png');
	background-repeat:no-repeat;
	
}
.f-container{
	width:1170px;
	margin:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	
	background-color:white;
}
.f-titleBox{
	overflow:hidden;
	margin-top: 20px;
    margin-bottom: 20px;
}
.f-titleBox .f-l{
	font-size: 24px;
    height: 26px;
    line-height: 24px;
    color: #333;
    border-left: 4px solid #97110F;
    text-indent: 10px;
}
.f-titleBox .f-r{
	font-size:20px;
	color:#999;
}
/* .f-content{
	display:flex;
	justify-content:space-between;
} */
.xz-f-item{
	display:inline-block;
	height: 264px;
    width: 370px;
}
.f-itemCover .imageCover{
	display:inline-block;
	height: 214px;
    width: 370px;
	background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
}
.zs-tit-bg{
	font-size: 0;
}
.zs-tit{
    display: inline-block;
    font-size:18px;
    color: #333;
    width: 370px;
    height:30px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
    line-height: 30px;
    vertical-align: middle;
}
.zs-btn{
	font-size: 14px;
	display:inline-block;
	width:80px;
	height:30px;
	background-color:#97110f;
	color:#FFF;
	text-align: center;
    line-height: 30px;
	vertical-align: middle;
	border-radius: 4px;
}
.xz-f-itemCover{
	position:relative;
	display:inline-block;
	height: 214px;
    width: 370px;
    background-size: 100%;
	background-repeat: no-repeat;
    background-position: center;
}
.xz-f-content li:nth-child(3n+2){
	margin-left:10px;
	margin-right:10px;
}
.xz-tit-bg{
	font-size:0;
	height:40px;
	width:100%;
}
.xz-tit-bg p{
	display:inline-block;	
}
.xz-name{
	width:50%;
	font-size:18px;
	color:#333333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xz-author{
	text-align: right;
	width:50%;
	font-size:18px;
	color:#333333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-item{
	display:inline-block;
}
.f-content .f-item:nth-child(3n+2){
	margin-left:10px;
	margin-right:10px;
}
/*.f-item img{
	width:100%;
} */
/* .f-itemInfo{
	width:100%;
}
.f-during{
	line-height:27px;
}

.f-timeMark{
	width:120px;
	 height:27px; 
	color:white;
	text-align:right;
	line-height:27px;
	display:inline-block;
}
.f-djs{
	background-image:url("../../images/game/djs.png");
	background-repeat:no-repeat;
	background-position:right;
}
.f-ing{
	background-image:url("../../images/game/ing.png");
	background-repeat:no-repeat;
	background-position:right;
}
.f-end{
	background-image:url("../../images/game/end.png");
	background-repeat:no-repeat;
	background-position:right;
} */