header nav .left .videos{
	background-color: #fff;
	color: #333333;
}
body{
	background-color: #f8f8f8;
}
.i-videos{
	width: 1190px;
	margin: 0 auto 20px;
	padding-top: 19px;
	background-color: #fff;
	padding-bottom: 28px;
}
.i-videos .tag{
	height: 18px;
	line-height: 18px;
	border-left: 3px solid #ed2144;
	padding-left: 11px;
	margin-left: 17px;
	color: #333333;
	font-size: 16px;
	margin-bottom: 25px;
}
.i-videos .tag a{
	font-size: 14px;
	color: #333333;
	float: right;
	margin-right: 14px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image: url(../img/more01.png);
	padding-left: 19px;
}
.i-videos .tag a:hover{
	text-decoration: none;
}
.i-videos .list{
	width: 1176px;
	margin: 0 auto;
}
.i-videos .list .box{
	width: 274px;
	float: left;
	margin: 0px 10px 25px 10px;
}
.i-videos .show-list .box{
	display: none;
}
.i-videos .show-live .box{
	display: none;
}
.i-videos .list .active{
	display: block;
}
.i-videos .list .box{
	width: 274px;
}
.i-videos .list .box .himg{
	width: 274px;
	height: 164px;
	overflow: hidden;
}
.i-videos .list .box img{
	width: 274px;
	height: 164px;
	position: relative;
	top: 0px;
	left: 0px;
	transition:0.4s;
}
.i-videos .list .box img:hover{
	width: 300px;
	height: 180px;
	top: -8px;
	left: -18px;
}
.i-videos .list .box a{
	font-size: 14px;
	color: #333333;
}
.i-videos .list .box a:hover{
	text-decoration: none;
}
.i-videos .list .box a.dtop{
	margin-top: 14px;
	display: block;
	height: 19px;
	overflow: hidden;
}
.i-videos .list .more{
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #666666;
	color: #666666;
	margin: 10px auto 0px;
	cursor: pointer;
}