@charset "utf-8";
body{
	font-family: 微软雅黑;
    background:#f7f8fd;
}
div.video_frame{
	width:1200px;
	margin:0 auto;
	height:600px;
}
div.video_frame div.view_title{
	width: 1200px;
    height: 40px;
    margin-top: 3px;
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    text-align: center;
}

div.video_frame div.view_contain{
	width:1200px;
	min-height:400px;
	border: 1px solid #ececec;
	margin-top:3px;
	float:left;
	margin-bottom: 150px;
	padding-bottom: 50px;
}

div.video_frame div.view_contain div.main_contain{
	width:1100px;
    float:left;
    margin-left:50px;
    margin-top:20px;
}


