@charset "utf-8";
/* CSS Document */

body{
	background-color:#FAF5E2;
	overflow-x:hidden;
	font: normal 100% 'Arial','Helvetica','Verdana',sans-serif; 

}
#header{
	width:960px;
	height:168px;
	margin:0 auto;
}
#logo{
	background-image:url(../images/opencourse_top.jpg);
	width:530px;
	height:168px;
	float:right;
	margin-right:60px;
	_margin-right:30px;

}
#search{
	float:right;
	width:135px;
	height:25px;
	margin-top:120px;
	background-image:url(../images/oc_search_bg_2.jpg);
	background-repeat:no-repeat;
}

#search form { 
margin: 0; 
} 
#search #s { 
float: left; 
padding: 0; 
margin: 5px 0 0 4px; 
border: 0; 
width: 110px; 
background: none; 
font-size:12px; 
} 
#search #go { 
float: right; 
margin: 5px 4px 0 0; 
}
.back{
	float:right;
	font-size:12px;
	/*color:#8C795A;*/
	display:block;
	margin:10px 60px 0px 0px; 
    _margin:10px 85px 0px 0px;
}
.back a{
	color:#000;
	text-decoration:none;
}
.back a:hover{
	color:#9E978D;
}
.container{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/oc_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	min-height:870px;
}
#nav{
	background-image:url(../images/oc_menu.jpg);
	width:986px;
	height:65px;
	margin:0 auto;
	text-shadow:0 1px 0 rgba(0,0,0,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
#nav ul{ margin:0px auto 0px 177px;
 _margin:0px auto 0px 200px;
}

#nav li{

	float:left;

	list-style:none;

	font-family:"Microsoft YaHei","黑体";

	font-size:17px;

	font-weight:bold;

	line-height:30px;

	color:#CCC;

	padding-right:120px;

	padding-top:17px;

}

#nav li a{ font-family:"Microsoft YaHei","黑体"; font-size:17px; font-weight:bold; line-height:30px;color:#fff;
	text-decoration:none;}

#nav li a:hover{

	font-family:"Microsoft YaHei", "黑体";

	font-size:17px;

	font-weight:bold;

	line-height:30px;

	color:#d4b47a;

}
.main{
	width:965px;
	min-height:700px;
	height:100%;
	background-color:#EDE9E0;
	background-image:url(../images/oc_bg_y.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0px;
}
.box{
width:965px;
height:100%;
margin:0px;
padding:0px;
background-image:url(../images/oc_bg_in.jpg);
background-repeat:no-repeat;
background-position:top;
}
.bottom{
	width:965px;
	height:10px;
	margin:0 auto;
	background-image:url(../images/oc_bg_bottom.jpg);
	background-repeat:no-repeat;
}
.bottom_tab{
	width:965px;
	height:105px;
	margin:0 auto;
	background-image:url(../images/oc_bg_bottom_tab.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.course{margin:0px auto; padding:0px; width:950px; display:inline;}
.course ul{ width:950px;  padding:5px;list-style:none; margin:0px;}
.course li { width:210px; list-style:none; float:left; display:inline;text-align:center;margin:10px 5px 30px 20px;}
.course li  img{ border:2px solid #fff;}
/*p{ width:950px;font-size:13px;line-height:30px;color:#000; text-align:right; margin:0px; padding:0px;}*/
.course a{
color:#000000;
}
.course a:hover{
color:#666666;
}
.click{margin:0px auto; padding:0px; width:950px; display:inline; font-size:13px;}
.click ul{ width:950px;  padding:5px;list-style:none; margin:0px; }
.click li { width:120px; list-style:none; float:left; display:inline;text-align:center;margin:10px 5px 0px 30px;}
.click li  img{ border:2px solid #fff;}
/*p{ width:850px;font-size:13px;line-height:30px;color:#000; text-align:right; margin:0px; padding:0px;}*/
.click a{
color:#000000;
}
.click a:hover{
color:#666666;
}
.intro{
	margin:0 auto;
	padding:0px;
	height:680px;/*modify by ygy before 545*/
	width:880px;
	background-image:url(../images/intro.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.intro p{
	margin:0;
	padding:0;
}
#footer{
	width:100%;
	height:60px;
	font-family:"Microsoft YaHei", "黑体","Verdana";
	font-size:14px;
	text-align:center;
}
a{
text-decoration:none;
}
.clear{clear:both;}