﻿/* CSS Document */

html {
	height: 100%;
}
a:active, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	background: #F8F8F8;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
P, UL {
	padding: 0px;
	margin: 0px;
}
LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
H1 {
	padding: 0px 0 10px 0;
	font-size: 20px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}
H2 {
	padding: 0px 0 10px 0;
	font-size: 16px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}
#header {
	width: 100%;
	position: relative;
	z-index:999;
}
#header a {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}
#footer {
	border-top: 1px #CCCCCC solid;
	width: 940px;
	padding: 20px 20px;
	margin: 20px auto;
	color: #666;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
}
/**************************nav*************************/
.topnav {
	font-size: 12px;
	height: 35px;
	background: #333;
	width: 940px;
	padding:0 10px;
	color: #FFF;
	line-height: 35px;
}
.navlinks {
	font-size: 12px;
	height: 35px;
	color: #FFF;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	padding: 0 20px;
}
.nav {
	font-size: 14px;
	height: 50px;
	background: #218CD7;
	width: 100%;
	color: #FFF;
	line-height: 50px;
}
/*导航*/
.menu {
	_overflow: hidden;
	padding-left: 5px;
	z-index: 99999;
	position: relative;
}
.menu a {
	color: #FFF;
	font-weight: bold;
}
.menu li {
	font-size: 14px;
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
}
.menu li:hover {
	padding: 0;
	background: #045B91;
}
.menu li:hover a {
	color: #FFF;
}
.menu li.no_sub:hover {
}
.menu ul {
	position: relative;
	width: 140px;
	background: #045B91;
	position: absolute;
	left: 0;
	top: -999em;
	z-index: 99999;
	display: none;
	padding: 2px 0;
	filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9;/*其他，透明度50%*/
}
.menu li:hover ul {
	top: 50px;
	display: block;
	text-align: left;
	
}
.menu li:hover ul li {
	font-size: 12px;
	border: none;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
}
.menu li:hover ul li:hover {
	background: #034872;
}
.menu li:hover ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0;
}
.menu li:hover ul li a:hover {
	text-decoration: none;
}
.hidecontent {
	display: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#logowrapper {
	height: 400px;
	position: relative;
}
#logowrapper2 {
	height: 250px;
	position: relative;
	background: url(imagesbodypic1.jpg) no-repeat;
	z-index:10;
}
.logo {
	position: absolute;
	height: 112px;
	z-index: 99;
}
.logobottom {
	position: absolute;
	height: 47px;
	bottom: 0;
	z-index: 99;
}
.sli {
	position: absolute;
	width: 960px;
	top: 0;
}
#main {
	width: 100%;
	overflow: hidden;
}
.indexleft {
	margin: 20px 0 0 0;
	width: 310px;
	float: left;
	overflow: hidden;
}
.indexright {
	margin: 20px 0 0 20px;
	width: 630px;
	float: left;
}
.rlinks {
	margin: 10px 0;
	line-height: 150%;
	font-size: 12px;
}
.col {
	float: left;
	margin: 0 10px;
}
.col50{
	padding:20px 0;
	width:340px;
	height:240px;
}
.block-title{
	background:#333;
	padding:5px 10px 5px 20px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
.col01 {
	width: 180px;
	font-size: 12px;
	background: url(imagesleftchannelbg.png) top left no-repeat #218CD7;
	min-height: 200px;
	border-radius: 5px;
	padding: 20px 0;
}
.col02 {
	width: 740px;
	font-size: 12px;
}
.loco {
	padding: 10px 5px;
	line-height: 20px;
	height: 20px;
	color: #999999;
	border-bottom: 1px #999999 dotted;
	font-size: 12px;
	margin: 10px 0 20px 10px;
}
.loco a:active, .loco a:link, .loco a:visited {
	color: #999999;
	text-decoration: none;
}
.loco a:hover {
	color: #999999;
	text-decoration: underline;
}
#cont {
	margin: 20px 0px 0px 20px;
	padding: 20px;
	font-size: 14px;
	line-height:230%;
	color: #000000;
}
#cont a{
	color: #09C;
	text-decoration:underline;
}
#cont2 {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height:230%;
	color: #000000;
}
.lists {
	padding: 15px 0 0 0;
	font-size:12px;
}
.lists a:active, .lists a:link, .lists a:visited {
	color: #000;
	text-decoration: none;
}
.lists a:hover {
	color: #C30;
	text-decoration: underline;
}
.lists LI {
	padding-left: 18px;
	background: url(imagesdots.gif) left no-repeat;
	line-height: 28px;
	list-style: none;
}
.list {
	padding: 10px 20px;
	font-size:14px;
}
.list a:active, .list a:link, .list a:visited {
	color: #000;
	text-decoration: none;
}
.list a:hover {
	color: #069;
	text-decoration: underline;
}
.list LI {
	padding: 10px 10px 10px 18px;
	background: url(imagesdots.gif) left no-repeat;
	border-bottom:1px dotted #CCC;
	line-height: 150%;
	list-style: none;
}
.zslinks {
	padding-top: 15px;
}
.time {
	color: #999999;
	float: right;
	padding-right: 5px;
}
.more {
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px 0 0;
	float: right;
}
.more a:active, .more a:link, .more a:visited, .more a:hover {
	color: #ccc;
	text-decoration: none;
}
.links {
	margin: 20px 5px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.links a:active, .links a:link, .links a:visited {
	padding: 0 5px;
	color: #FF6600;
	text-decoration: underline;
}
.links a:hover {
	padding: 0 5px;
	color: #FF6600;
	text-decoration: underline;
}
.channelleft {
	padding: 0px 10px 20px 10px;
}
.channelleft li {
	padding: 10px;
	border-bottom: 1px dotted #FFF;
	line-height: 150%;
}
.channelleft li:hover {
	padding: 10px;
	background:#069;
	line-height: 150%;
}
.channelleft a{
	font-size:12px;
	color:#FFF;
}
.channeltitle {
 padding:20px 20px;
 color:#FFF;
 font-size:14px;
 font-weight:bold;
}
.info {
	padding: 0 0 20px 0;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	text-align:center;
}
.time {
	float: right;
	color: #999;
}
.teachers{
	background:#666;
	padding:10px 20px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.member{
	padding:10px;
	font-size:12px;
	color:#666;
	line-height:150%;
overflow:hidden;
}
.member li{
	width:150px;
	height:240px;
	margin:10px;
	text-align:center;
float:left;
}
.member img{
	width:140px;
	padding:4px;
	border:1px solid #CCC;
	margin:0 0 10px0 ;
height:190px;
}
.member a{
	color:#666;
	text-decoration:none;
}