﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0 auto;
}
body{
	width:auto;
	height:auto;
	font:14/28px 微软雅黑;
	background:url(../images/0000.gif) top center no-repeat;
	}
.main{
	width:1000px;
	height:1600px;
	overflow:hidden;
	}
.video_area{
	width:759px;
	height:427px;
	margin-top:320px;
	}
.p_dynamic{
	width:759px;
	height:427px;
	}
.p_dynamic img{
	width:759px;
	height:427px;
	border:none;
	}
.v_player{
	width:759px;
	height:427px;
	}
.video_list{
	width:760px;
	height:auto;
	margin-top:60px;
	}
.video_list ul{
	list-style:none;
	width:760px;
	display:block;
	}
.video_list ul li{
	width:700px;
	line-height:30px;
	font-size:16px;
	font-family:微软雅黑;
	color:#000100;
	}
.video_list ul li a{
	text-decoration:none;
	display:inline-block;
	width:290px;
	cursor:pointer;
	}
.video_list ul li a:hover{
	text-decoration:underline;
	}
.video_list ul li a:first-child{
	margin-right:120px;
	}
.logo{
	width:380px;
	height:78px;
	margin-top:200px;
	}
.logo a{
	cursor:pointer;
	}
.logo a img{
	width:380px;
	height:78px;
	border:none;
	}

.copy{
	width:380px;
	height:32px;
	line-height:32px;
	font-size:14px;
	font-family:微软雅黑;
	text-align:center;
	}
