@charset "utf-8";
#screen{
	max-width: 960px;
	height: 574px;
	position: relative;
}
#screen > div{
	float: left;
}
#belong h1{
	font-size: 14px;
	display: inline;
	font-weight: 400;
}
#declear{
	clear: both;
}
.greater{
	color: #909090;
	font-family: simsun,"宋体","宋体";
}
#video{
	width: 960px;
	margin-top: 6px;
}
#episodes{
	width: 980px;
	padding-top: 16px;
}
#episodes a{
	width: 80px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	display: block;
	margin: 0 16px 10px 0;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	color: #0096ff;
	border-radius: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#episodes a.present{
	color: #aaa;
}
#episodes a:hover{
	border: 1px solid #0096ff;
	background: #0096ff;
	color: #fff;
}
#episodes a:visited{
	color: #0069ff;
}
@media only screen and (max-width:960px) {

}