﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
}
body{
	background:#fafafa;
}
.video{
	width: 100%;
	overflow: hidden;
    padding-bottom:150px;
}
.video .content{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.video .content .title{
	width: 100%;
	float: left;
	font-size: 12px;
	color: #333;
	margin:15px 0;}

.video .content .title a{
	font-size: 12px;
	color: #333;
	text-decoration: none;

}

.video .content .title a:hover{
	color: #1b9530;
}


.video .content .title span{
	color: #1b9530;
}

.video .content .img,.video .content .img ul{
	width: 100%;
	overflow: hidden;
}
.video .content .img ul li{
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	width: 222px;
	height: 300px;
	cursor: pointer;
}

.video .content .img ul li:hover{
	box-shadow: 1px 2px 10px #ccc;
}


.video .content .img .mp4{
	width: 222px;
	height: 260px;
	overflow: hidden;
	text-align: center;	
	
}
.video .content .img ul li img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.video .content .img ul li .word{
	font-size: 14px;
	color: #1b9530;
	font-weight: bold;
	width: 222px;
	height: 40px;
	background:#f4f4f4;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;

}
.video .content .videoes{
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.7);

}

.video .content .videoes ul{
	width: 100%;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;

}

.video .content .videoes ul li{
	width: 100%;
	height: auto;
	vertical-align: middle;
	padding-top: 100px;
	box-shadow: 2px 2px 20px #ccc;
	position: relative;
}

.video .content .videoes ul li img{
	position: absolute;
	right:35%;
}















