@charset "utf-8";
/* CSS Document */

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,a,i,b,em,strong,span,img{padding:0;margin:0; font-size:14px;font-family: '微软雅黑','黑体','宋体';}
a{text-decoration:none;}
a:focus{outline:none;}
li{list-style:none;}
em,i{font-style:normal;}
b,strong{font-weight:normal;}
img{vertical-align:top;}
a img{ border:none;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:'';display:block;clear:both;height: 0px;visibility: hidden;}
.clearfix{*zoom:1}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    border: 0px solid #CCC!important;
}
body {
    background: #f5f5f5;
}
.head {
	width: 100%;
	height: 68px;
	background: #fff;
}
.head h2 {
	width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 68px;
}
.main {
	width: 1000px;
	margin: 0 auto;
}
.main .section {
	font-size: 16px;
	line-height: 42px;
	margin-top: 10px;
}
.main ul {
	width: 1020px;
}
.main ul li {
	float: left;
    width: 318px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #dedede;
    cursor: pointer;
}
.main ul li .cover {
	position: relative;
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.main ul li .cover i {
	position: absolute;
    top: 50%;
    left: 42%;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/play.png) no-repeat center;
    background-size: 100%;
    opacity: 1;
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.main ul li .cover img {
	width: 100%;
	height: 170px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.video_play{
    width: 1000px;
    height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
    margin-left: -500px;
    margin-top: -300px;
    background: #000;
	display: none;
}
.video_play i{
	position: absolute;
    width: 40px;
    height: 40px;
    right: -17px;
    top: -20px;
    z-index: 99;
    color: #C7000B;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.video_play i:hover {
	background: #5b9bfc;
}
.main ul li:hover .cover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.main ul li:hover .cover i {
	opacity: 1;
}
.main ul li:hover .title {
	color: #5b9bfc;
}
.main ul li .title {
	margin: 10px 0 10px 10px;
	font-size: 16px;
}
.main li .detail {
	margin: 0 10px -18px;
}
.main li .detail .user {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.main li .detail span {
	display: inline-block;
	margin-left: 3px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.main li .detail .time {
    margin-left: 3px;
    font-size: 13px;
    color: #999;
    line-height: 36px;
    position: relative;
    left: 50px;
    top: -28px;
}