﻿/**
 *Author dmk
 * */
.video-main{
	width: 1180px;
	margin: 40px auto 0;
}
.body-tab{
	padding-top: 2px;
	overflow: hidden;
	float: left;
}
.body-tab a{
	display: block;
	float: left;
	width: 92px;
	height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	text-align: center;
	position: relative;
	margin-right: 1px;
	
}
.body-tab a .arrow-up{
	display: none;
	left: 40px;
}
.body-tab a span{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ddd;
	margin-top: -1px;
}
.body-tab a.active,.body-tab a:hover{
	color: #FFF;
	background: #0579F2;
}
.body-tab a.active span,.body-tab a:hover span{
	display: none;
}
.body-tab a.active .arrow-up,.body-tab a:hover .arrow-up {
	display: block;
}

.video-body{
	width: 1180px;
	margin: 23px auto 0; 
	overflow: hidden;
	min-height: 500px;
}
.video-body ul{
	overflow: hidden;
	width:1215px ;
}
.video-body li{
	width: 370px;
	height: 285px;
	float: left;
	margin-right: 35px;
	margin-bottom: 14px;
}
.video-pic{
	position: relative;
}
.video-pic img{
	width: 100%;
}
.video-txt{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}
.video-txt p{
	font-size:12px;
	color: #999;
	margin-top:2px;
}
.video-play{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
    background: url(../images/opacity50.png);
    display: none;
}
.video-play span{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin:-30px 0 0 -30px ;
	background: url(../images/movie-play.png) no-repeat;
	background-size:100% ;
}
.video-box{
	 position: relative;
    overflow: hidden;
    height: 640px;
    width: 100%;
}
.video-title{
	font-size: 20px;
    border-left: 5px solid #0579F2;
    padding-left: 10px;
    margin-bottom: 15px;
}
.load-more a>label{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	width: 7px;
	height: 13px;
	background: url(../images/fh.png) no-repeat;
	margin-right: 15px;
	vertical-align: middle;
}
