/* CSS Document */
/* nav-wrap */
.top {
	width: 1250px;
	margin: 0 auto;
	height: 53px;
	background: #446b20;
	color: #ffffff;
}
.top p{
	font-family: '华文隶书';
	float: left;
	font-size: 38px;
	line-height: 53px;
	}
.top .title{
	margin-left: 53px;
}
.top .subject{
	margin-left: 25px;
	font-size: 25px;
}
.top .grade{
	font-size: 25px;
	margin-left:5px;
/*	line-height: 60px;*/
}
.top a{
	font-family: '华文楷体';
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	display: block;
	float: right;
	background: #3F620C;
	padding: 14px 25px;
	margin-right: 45px;
}
.main{
	width: 1250px;
	height: 520px;
	margin: 0 auto;
	background: #f2eee7 url(../img/bg.png) no-repeat;
}
.left-bar{
	margin-left: 56px;
	float: left;
}
.myDiv {
	border-top:1px solid #eee;
	width: 230px;
	height: 50px;
	cursor: pointer;
	background: #668444;
	font-family: '华文楷体';
	font-weight: bold;
	line-height: 50px;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
.active1{
	background:#3f620c;
}
ul.listyle {
	display: none;
	width: 246px;
	cursor: pointer;
	background: #888f7c;
}
ul.listyle li {
	padding: 5px 0;
	height: 36px;
	margin-left: 14px;
	width: 230px;
	text-align: left;
	overflow: hidden;
}
ul.listyle li h3{
	line-height: 35px;
	font-size: 18px;
	font-family: '华文楷体';
	margin-left: 28px;
	color: #FFFFFF;
}
/*ul.listyle li.active{
	width: 237px;
	border-left: 3px solid #1ACBFC;
	background: rgb(251,251,251);
}*/
.switchBtn a{
	text-decoration: none;
}
.switchBtn h3{
	font-size: 15px;
	font-weight: normal;
}
.active{
	background:url(../img/icon.png) 0 12px no-repeat;
}
.right-part{
	margin-left: 37px;
	float: left;
	width: 902px;
/*	background: #CCCCCC;*/
	padding-top:57px ;
}
.right-part .list{
	display: none;
}
.right-part li{
	display: none;
}
.right-part p{
	display: inline;
	font-family: '华文楷体';
	font-weight: bolder;
	font-size: 22px;
	line-height: 32px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top:5px ;
	padding-bottom:5px ;
	height: 32px;
/*	background: #487B44;*/
	background: #888f7c;
	color: #ffffff;
}
.right-part label{
	display: block;
	width: 870px;
	border-top:4px solid #888f7c;
}
.right-part .piece{
	margin-top: 50px;
	margin-right: 28px;
	float:left ;
	width:272px;
	height: 151px;
	background: #d9d6d1;
}
.right-part .piece h4{
	font-family: '华文楷体';
	text-align: center;
	background: #82a547;
	color: #ffffff;
	padding: 3px 0;
}
.right-part .piece .pic img{
	float: left;
	margin-top: 18px;
	margin-left:11px;
	width: 157px;
	height: 88;
}
.right-part .piece .pic .char{
	float: left;
	padding-left: 10px;
	margin-top: 36px;
}
.right-part .piece .bkchar{
	text-align: center;
}
.right-part .piece .pic .char a,.right-part .piece .bkchar a{
	font-family: '华文楷体';
	font-weight: bold;
	color: #3a6234;
	font-size: 15px;
	display: block;
	height: 30px;
}
.right-part .piece .pic .char a:hover,.right-part .piece .bkchar a:hover{
	color: #172714;
}
.right-part .piece .bkchar{
	margin-top: 20px;
}
.right-part .piece .bkchar a{
	width: 82px;
	margin: 0 auto;
	margin-top: 5px;
}
.right-part .piece .pic .char a span,.right-part .piece .bkchar a span{
	display: block;
	float: left;
}
.right-part .piece .pic .char a img,.right-part .piece .bkchar a img{
	float: none;
	margin: 0;
	margin-left: 5px;
	margin-top:4px;
	display: block;
	float: left;
	width: 15px;
	height: auto;
}
.right-part .piece .pic .char a:nth-child(2) img,.right-part .piece .bkchar a img{
	margin-top:-1px;
}
.right-part .piece .bkchar a{
	
}
.foot{
	padding-top:10px;
	width: 1250px;
	margin: 0 auto;
	height: 50px;
	border-top: 1px solid #ccc;
	background: #242f30;
	/*background: #bbb;*/
	text-align: center;
}
.foot p{
	color: #eeeeee;
	font-size: 12px;
	line-height: 20px;
}


/*弹出层*/

#v_box {
	text-align: center;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 522222;
	box-shadow: #333 0px 0px 10px;
	_position: absolute;
	display: none;
}

#v_box video {
	margin: 0 auto;
	cursor: pointer;
}
#v_box div.h3-l {
	text-align: left;
}
#v_box h3 {
	color: #333;
	padding-left: 28px;
	overflow: hidden;
}
#v_box div.shut-v {
	text-align: right;
}
#shut {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-top: -5px;
	display: inline;
	color: #333;
	font-size: 30px;
	cursor: pointer;
}

#shut:hover {
	text-decoration: none;
	color: #f00;
}
#v_box {	
	width: 920px;
	height: 560px;
	margin-top: -320px;
	margin-left: -460px;
}

#v_box video {
	border: 1px solid #eeeeee;
	width: 898px;
}