.wrapper{
    padding-bottom: 50px;
}
.pagination-wrap .pagination{
	margin-top: 24px;
}

.page-container .item{
	margin-bottom: 17px;
}
.page-container .item ._inner:hover{
	box-shadow: 0 0 8px #bbb;
}
.page-container .item ._top{
	position: relative;
	width: 348px;
	width: 100%;
	height: 233px;
	background: #000;
	cursor: pointer;
}
.page-container .item ._top .video{
	display: block;
	width: 100%;
	height: 100%;
}
.page-container .item ._top .icon-play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
	margin-left: -34px;
	margin-top: -34px;
}
.page-container .item ._bottom{
	border: 1px solid #bfbfbf;
	height: 104px;
	padding: 11px 13px 9px;
}
.page-container .item ._bottom .title{
	line-height: 24px;
	height: 48px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.page-container .item ._bottom .time{
	line-height: 19px;
	font-weight: bold;
	font-size: 14px;
	color: #5b5b5b;
	margin-top: 15px;
}



@media (max-width: 460px) {
    .page-container .item{
        width: 100%;
    }
}