@charset "utf-8";
/*
FONT-FAMILY:arial,verdana,sans-serif;
font-size: 62.5%;
*/
*{margin:0;padding:0;}
html,body {height:100%;}
body{
	color:#6d6d6d;
	font-family:Simsun, Microsoft YaHei, Arial Unicode MS, Mingliu, Arial, Helvetica;
	font-size:12px;
	/*font-family: tahoma,Microsoft YaHei, Simsun, Arial Unicode MS, Mingliu, Arial, Helvetica;
	font-family:arial,verdana,sans-serif,Arial Unicode MS;*/
}
td,p,li,div,select,input,h1,h2,h3,h4,h5,h6{line-height:150%;}
ul,ol{list-style-type:none;}
a img{border:none;}
img{border-color:#ccc;}
p{padding:0 0 14px;}
a{color:#3d73b9;cursor:pointer;text-decoration:none}
a:hover,a:active{color:#FF3300;text-decoration:underline;}
/*
a:visited{color:#800080;}
a:hover{color:#FF3300;text-decoration:underline;}*/
/*text style*/
.t12{font-size:12px;}
.t14{font-size:14px;}
.black{color:#000;}
.white{color:#fff;}
.grey{color:#ccc;}
.red{color:#f30;}
.blue{color:#3d73b9;}
.mcolor{color:#900;}
.b{font-weight:bold;}
.clear{clear:both;}
.nob{border:none;background:none;}
.l{float:left;}
.r{float:right;}
.float_left {float:left;padding:7px;}
.float_right {float:right;padding:7px;}
.img_float_left {float:left;clear:left;margin:0 8px 10px 0;}
.img_float_right {float:right;clear:right;margin:0 0 10px 8px;}
/*all*/


/*label css*/
.header{
	margin:0 auto;
	width:910px;
	border-top:3px solid #3d73b9;
	background:url(../img/bg_head.jpg) no-repeat right top;
}

.headnav{
	margin:0 auto;
	padding-top:6px;
	width:910px;
	height:22px;
	border-bottom:5px solid #3d73b9;
	background-color :#ebebeb;
}
.headnav ul{
	float:left;
	display:inline;
	margin:0 20px 0 120px;
}
.headnav ul li{
	float:left;
	margin:2px 0 0 1px;
	padding:0 15px;
	height:20px;
	line-height:20px;
	background-color:#797979;
}
.headnav ul li a{
	color:#fff;
	text-decoration:none;
}
.headnav ul li.cur{background-color:#3d73b9;}


.headsearch{
	float:left;
	padding-left:25px;
	height:18px;
	overflow:hidden;
	border:1px solid #cacaca;
	background:#fff url(../img/arrow_1.gif) no-repeat 8px 50%;
}
.headsearch .input{
	height:14px;
	border:0;
}
.headsearch .submit{
	width:38px;
	height:18px;
	border:none;
	background:url(../img/button_1.gif) no-repeat left top;
	color:#fff;
}






/*index*/

.content{
	margin:10px auto 0;
	width:910px;
}
.side_left{
	float:left;
	width:200px;
}
.indexmain{
	float:left;
	margin-left:10px;
	width:490px;
}
.side_rig{
	float:right;
	width:200px;
}
.main{
	float:right;
	width:700px;
}

.loginbox{
	margin-bottom:10px;
	border:1px solid #a4d5e3;
}
.loginbox h3{
	padding:0 10px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #a4d5e3;
	background:url(../img/title_bg_1.gif) repeat-x top;
	color:#0066a7;
	font-size:12px;
	font-weight:bold;
}
.loginbox .text{
	padding:15px 0 20px;
	background:url(../img/bg_1.gif) repeat-x bottom;
}
.loginbox .text a{
	display:block;
	margin:0 auto;
	height:21px;
	line-height:21px;
	width:160px;
	text-decoration:none;
	text-align:center;
}
.loginbox .text a.student{
	margin-bottom:15px;
	border:1px solid #b2dbfa;
	background:#edf6fe url(../img/arrow_2.gif) no-repeat 9px top;
}
.loginbox .text a.teacher{
	border:1px solid #d1d9df;
	background:#fff url(../img/arrow_3.gif) no-repeat 15px top;
}

.sidebox{
	margin-bottom:10px;
	border:1px solid #ccc;
}
.sidebox h3{
	padding:0 10px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #ccc;
	background:url(../img/title_bg_2.gif) repeat-x top;
	color:#737373;
	font-size:12px;
}
.sidebox .text{
	padding:10px;
}
.sidebox .text .title_2{
	padding:0 5px 3px;
	background:url(../img/line_1.gif) repeat-x bottom;
}
.sidebox ol{
	margin:8px 0 8px 20px;
}
.sidebox ol li{
	padding:3px 0;
}
.sidebox ol li input{
	margin-right:5px;
	vertical-align:middle;
}
.sidebox .submit{
	height:20px;
	width:70px;
	border:1px solid #bcbcbc;
	background:url(../img/title_bg_2.gif) repeat-x 50%;
}
.sidebox .more_1{
	margin-left:10px;
	text-decoration:none;
}

.sideimg{
	display:none;
}

.side_left ul{
	margin-left:15px;
}
.side_left ul li{
	padding:3px 0;
}
.side_left ul li a{
	padding-left:15px;
	background:url(../img/arrow_4.gif) no-repeat left 5px;
	color:#6d6d6d;
	text-decoration:none;
}


.banner{margin-bottom:10px;}
.banner img{ border:1px solid #aaccee;}
.mainbox{
	margin-bottom:10px;
	border:1px solid #aaccee;
}
.mainbox h3{
	padding:0 15px;
	height:24px;
	line-height:24px;
	border-bottom:1px solid #aaccee;
	background:url(../img/title_bg_3.gif) repeat-x top;
	font-size:12px;
	color:#3d73b9;
}
.mainbox h3 a{
	float:right;
	text-decoration:none;
	font-weight:normal;
}
.mainbox .text{
	padding:10px 20px;
}
.mainbox ul{
}
.mainbox ul li{
	padding:3px 8px;
	background:url(../img/line_2.gif) repeat-x bottom;
	text-align:right;
}
.mainbox ul li a{
	float:left;
	padding-left:12px;
	background:url(../img/arrow_4.gif) no-repeat left 50%;
	text-decoration:none;
}

.imgnews{
	float:left;
	width:210px;
}
.mainbox .other{
	margin-right:15px;
	padding-right:10px;
	background:url(../img/line_y_1.gif) repeat-y right;
}
.imgnews h4{
	margin-bottom:10px;
	font-size:12px;
	text-align:center;
}
.imgnews div{
}
.imgnews img{
	float:left;
	padding:2px;
	margin:0 5px 0 -8px;
	border:1px solid #aaccee;
}
.imgnews p{
	float:left;
	padding:0;
	width:105px;
}

.side_rig ul{
}
.side_rig ul li{
	padding:3px 0;
}
.side_rig ul li a{
	color:#6d6d6d;
	text-decoration:none;
}
.side_rig .sidebox .text{
	padding-bottom:20px;
}
/*index over*/



/*page*/
.leftnav{
	margin-bottom:8px;
	min-height:300px;
	border:1px solid #a4d5e3;
	background-color:#e7f1fa;
}
* html .leftnav{ height:300px;}
.leftnav h3{
	padding:0 20px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #a4d5e3;
	background:url(../img/title_bg_4.gif) repeat-x top;
	color:#0066a7;
}
.leftnav ul{
	margin:0;
	border-bottom:1px solid #fff
}
.leftnav ul li{
	padding:5px 20px;
	border-top:1px solid #fff;
	background:#e0ebf4 url(../img/arrow_12.gif) no-repeat 170px 50%;
}
.leftnav ul li.cur{ background-color:#cbdded;}
.leftnav ul li a{
	padding:0;
	background:none;
	color:#0066a7;
}














.maintitle{
	margin-bottom:5px;
	padding:5px 25px;
	background:#f5f5f7 url(../img/arrow_5.gif) no-repeat 10px 55%;
}
.maintitle a{
	color:#6d6d6d;
	text-decoration:none;
}
.mainpage{
	margin-bottom:10px;
	padding:10px;
	border:1px solid #bddfff;
	min-height:635px;
}
* html .mainpage{ height:635px;}
.pagetitle{
	padding:2px 30px;
	border:1px solid #ccc;
	background:#f1f1f1 url(../img/arrow_6.gif) no-repeat 10px 50%;
	font-weight:bold;
}
.newsul{
	padding:10px 10px 0;
	border-bottom:2px solid #84b7eb;
}
.newsul li{
	clear:both;
	margin-bottom:-1px;
	padding:6px 15px 5px 5px;
	border-bottom:1px dashed #84b7eb;
	color:#999;
	text-align:right;
}
.newsul li a{
	float:left;
	padding:0 15px;
	background:url(../img/arrow_7.gif) no-repeat left 50%;
	text-decoration:none;
}
.detailtitle{
	margin-bottom:10px;
	padding:10px 0;
	border-bottom:1px solid #6aaeea;
	text-align:center;
	font-size:14px;
	color:#3d73b9;
}

.subtab_1{
	margin:20px auto;
	width:80%;
}
.subtab_1 th, .subtab_1 td{
	padding:7px 5px;
}
.subtab_1 th{
	width:100px;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
}
.subtab_1 td{
	color:#1454b5;
}
.subtab_1 input{ margin-right:5px;}
.subtab_1 .input, .subtab_1 textarea{border:1px solid #a6d1f9;}
.subtab_1 .input{ width:200px;}
.subtab_1 tfoot input{
	padding-left:15px;
	width:79px;
	height:23px;
	border:none;
	background:url(../img/button_2.gif) no-repeat left top;
	color:#fff;
	text-align:left;
	cursor:pointer;
}

.teacherul{
	margin:40px 20px 0;
}
.teacherul li{
	float:left;
	margin-bottom:50px;
	width:638px;
	border-top:1px solid #b5d9ef;
}
.teacherul li h4{
	position:relative;
	margin:-12px 0 15px;
	padding-left:25px;
	width:100px;
	background:#fff url(../img/arrow_8.gif) no-repeat 5px 7px;
	font-size:14px;
	color:#363833;
}
.teacherul li .info{
}
.teacherul li .img{
	float:left;
	border:1px solid #a6d2f4;
}
.teacherul li .text{
	float:left;
	margin-left:30px;
	width:460px;
	line-height:180%;
}
.teacherul li .more{
	display:block;
	margin-top:20px;
	padding:0 20px;
	width:50px;
	height:24px;
	line-height:24px;
	background:#61affe url(../img/arrow_9.gif) no-repeat 70px 50%;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.ultitle{
	position:relative;
	margin:30px 10px 0;
	padding:0 20px;
	text-align:right;
}
.ultitle strong{
	position:relative;
	float:left;
	padding:0 15px;
	background:#fff;
}
.ultitle a{
	padding:0 25px 0 10px;
	background:#fff url(../img/arrow_10.gif) no-repeat 48px 50%;
	color:#535353;
	text-decoration:none;
}
.ul_1{
	margin:-10px 10px 0;
	padding:15px 20px 30px;
	border:1px solid #bddfff;
}
.ul_1 li{
	clear:both;
	margin-bottom:-1px;
	padding:6px 15px 5px 5px;
	border-bottom:1px dashed #84b7eb;
	color:#999;
	text-align:right;
}
.ul_1 li a{
	float:left;
	padding:0 15px;
	background:url(../img/arrow_7.gif) no-repeat left 50%;
	text-decoration:none;
}
.ul_2 li a{
	background:url(../img/arrow_11.gif) no-repeat left 50%;
}






























.turnpage{
	clear:both;
	padding-top:20px;
	text-align:center;
}
.turnpage a{
	margin:0 8px;
	color:#969696;
	text-decoration:none;
}
.turnpage img{
	vertical-align:middle;
}
.turnpage strong{ margin:0 8px; color:#000;}



.footer{
	clear:both;
	margin:0 auto;
	padding:15px 45px;
	width:912px;
	border-top:1px solid #d7d3ec;
}
/*X*/
.edittext{ padding:0 20px;}
.edittext, .edittext p{line-height:180%;}
.edittext ul{ list-style-type:disc;}
.edittext ul li{ margin-left:15px;}
.edittext ul ul{ list-style-type:circle;}
.edittext ul ul ul{ list-style-type:square;}
.edittext ol{ list-style-type:decimal;}
.edittext ol li{ margin-left:25px;}
/*.editortext ol li{list-style-position:inside;}*/

/*editor*/
.edit_table1, .edit_table2, .edit_table3{border-collapse:collapse;}
.edit_table1 th, .edit_table1 td{border:1px solid #000;}
.edit_table2 th, .edit_table2 td{border:1px solid #ccc;}
.edit_table3 th, .edit_table3 td{border:1px solid #fff;}


#header:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header{display:inline-block;}
/* Hide from IE Mac */ 
#header{display:block;} 
/* End hide from IE Mac */ 