.box{
	width: 100%;
	min-height: 8rem;
	position: relative;
	padding-bottom: 2.6rem;
	padding-top: 1.6rem;
}


.box .main{
	width: 100%;
	height: 100%;
	position: relative;
}


.box .main .content{
	/*width: 14.4rem;*/
	width: 15.3rem;
	min-height: 6rem;
	margin: 0.8rem auto;
}

.box .main .content .playbox{
	width: 12.8rem;
	height: 7.7rem;
	background-color: #f2f2f2;
	margin: 0 auto;
}

.box .main .content .playbox .playtitle{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.2rem;
	color: #666666;
}

.box .main .content .playbox .playvideo{
	width: 100%;
	height: 7.2rem;
	background-color: pink;
}

.box .main .content .topinfo{
	width: 100%;
	width: 14.4rem;
	margin: 0 auto;
	height: 6.6rem;
	position: relative;
	display: block;
}

.box .main .content .topinfo .ftitle{
	display: none;
}

.box .main .content .topinfo:hover{
	box-shadow: 3px 3px 3px #333333;
}

.box .main .content .topinfo > img{
	width: 100%;
	height: 100%;
}

.box .main .content .topinfo .titlebox{
	position: absolute;
	height: 0.4rem;
	width: 100%;
	top: 0.4rem;
	left: 0;
}

.box .main .content .topinfo .titlebox .title{
	float: right;
	height: 0.4rem;
	line-height: 0.4rem;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	background-color: #faac24;
	color: #fff;	
	border-top-left-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
}

.box .main .content .topinfo .play{
	width: 1.76rem;
	height: 1.76rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	background: url(../images/video_play.png) no-repeat;
	background-size: 100% 100%;
}

.box .main .content .topinfo .infolayer{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	pointer-events: none;
}

/*.box .main .content .topinfo .infolayer:hover{
	background-color: rgba(0, 0, 0, 0);	
}*/

.box .main .content .infolist{
	margin-top: 0.4rem;
	margin-bottom: 1.8rem;
	width: 100%;
}

.box .main .content .infolist .item{
	position: relative;
	width: 4.2rem;
	height: 5rem;
	margin-left: 0.45rem;
	margin-right: 0.45rem;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;	
	float: left;
	border: 2px solid #f4f4f4;
}

.box .main .content .infolist .item:hover{
	box-shadow: 3px 3px 3px #999999;	
}

.box .main .content .infolist .item .piclayer{
	position: absolute;
	width: 100%;
	height: 3.6rem;	
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .2);
	pointer-events: none;
}

.box .main .content .infolist .item .pic{
	position: relative;
	width: 100%;
	height: 3.6rem;
}

.box .main .content .infolist .item .pic .play{
	width: 1.76rem;
	height: 1.76rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	background: url(../images/video_play.png) no-repeat;
	background-size: 100% 100%;	
}

.box .main .content .infolist .item .info{
	height: 0.8rem;
	border-bottom: 2px solid #f4f4f4;
	padding-left: 0.35rem;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}

.box .main .content .infolist .item .info .title{
	height: 0.25rem;
	line-height: 0.25rem;
	font-size: 0.2rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box .main .content .infolist .item .info .author{
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.16rem;
	display: none;
}

.box .main .content .infolist .item .btnplay{
	position: absolute;
	width: 1.06rem;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	right: 0.2rem;
	bottom: 0.06rem;
	background-color: #faac24;
	border-radius: 0.05rem;
	font-size: 0.18rem;
	color: #fff;
}




