@charset "utf-8";
/* CSS Document */
*{ font-family:'微软雅黑';}
*{margin:0;padding:0;}
img{ border:none;}
input{ border:none; background:none;}
ul,li{list-style:none;}
body{ margin:0 0; padding:0 0; overflow:scroll;}
/*html{-webkit-filter:grayscale(100%);filter:progi:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/
/*logo*/
.logoBox{ width:100%; height:130px; overflow:hidden;}
.logo{ width:1028px; overflow:hidden; margin:0 auto;}
.logo img{ float:left; margin-left:34px; margin-top:30px;}
.logo2{ float:right; width:420px; margin-top:20px;}
.weatherBox{ float:left; width:272px; height:70px; position:relative;}
.Time{
	position: absolute;
	width: 79px;
	height: 16px;
	left: 193px;
	top: 66px;
	background-color:white;
	font-size: 12px;
}
.weatherBox img{ float:left; width:231px; height:29px; margin-left:22px;}
.weatherBox iframe{ float:left;}
.block{ float:left; margin-left:16px; width:120px; margin-top:16px;}
.set{ float:left; width:120px; height:16px; margin-bottom:10px;}
.set div{ background-image:url(../images/main/sb.png); margin-right:6px; width:16px; height:16px; float:left;}
.set a{ text-decoration:none; cursor:pointer; color:#44abf1; font-size:12px; float:left;}
.set a:hover{ color:#867be9;}
.set2{ float:left; width:120px; height:16px; margin-bottom:10px;}
.set2 div{ background-image:url(../images/main/xx.png); margin-right:6px; width:16px; height:16px; float:left; margin-top:1px;}
.set2 a{ text-decoration:none; cursor:pointer; color:#44abf1; font-size:12px; float:left;}
.set2 a:hover{ color:#867be9;}
.set3{ float:left; width:120px; height:16px;}
.set3 div{ background-image:url(../images/main/dh.png); margin-right:6px; width:16px; height:16px; float:left; margin-top:1px;}
.set3 a{ text-decoration:none; cursor:pointer; color:#44abf1; font-size:12px; float:left;}
.set3 a:hover{ color:#867be9;}

/*导航*/
.navbox{ width:100%; overflow:hidden; height:56px; background-image:url(../images/main/navbox.png); background-repeat:repeat-x; background-position:bottom; margin-top:2px;}
.nav{ overflow:hidden; margin:0 auto; background-image:url(../images/main/nav.png); width:998px; height:56px; background-repeat:no-repeat; background-position:bottom; padding-left:28px;}
.nav a{ cursor:pointer; text-decoration:none; float:left; width:95px; height:56px; display:block; color:#ffffff; font-size:15px; line-height:56px; text-align:center; cursor:pointer; position:relative;}
.currentA{ background-image:url(../images/main/currentA.png); width:95px; height:56px; position:absolute; z-index:999;}

/*欢迎词*/
.welcome{ width:1028px; overflow:hidden; margin:0 auto; padding-top:16px;}
.welcome div{ background-image:url(../images/teach/welcome.png); width:507px; height:34px; float:left; margin-left:19px; margin-bottom:16px; cursor:pointer;}
.welcome div:hover{ background-image:url(../images/teach/welcome2.png); width:507px; height:34px;}

/*内容*/
.list_page{ width:1028px; overflow:hidden; margin:0 auto; margin-top:30px;}
.title6{ width:1028px; float:left; font-size:16px; line-height:36px; color:#ffffff; padding-left:14px;  height:36px; background-image:url(../images/teach/title6.png);}
.content6{ background-color:#fff9ec; width:995px; float:left; min-height:600px; border:0 0 6px 6px;padding: 15px 15px;}
.lie{ width:974px; height:26px; border-bottom:1px dashed #e5e5e5;  flaot:left; margin-left:15px;}
.lie a{ display:block; float:left; text-decoration:none; font-size:14px; line-height:26px;}
.lie .a1{ float:left; margin-left:20px;}
.lie .a2{ float:left; margin-left:10px;}
.lie .a3{ float:right; margin-right:20px;}

.content7{ background-color:white; width:1000px; float:left; min-height:850px; border:0 0 6px 6px;padding: 15px 15px;}


/*页脚*/
.footerbox{ width:100%; height:80px; background-color:#e5e5e5; overflow:hidden; margin:0 auto; margin-top:110px;}
.footer{ width:1012px; height:76px; overflow:hidden; margin:0 auto;  padding-top:14px; cursor:pointer;}
.footer p{ color:#727272; font-size:12px; line-height:18px; width:313px; float:left; margin-left:390px;}



/*返回顶部*/
.backToTop { display: none; width:20px; line-height: 1.2; padding: 5px 0; background-color: #297fd7; color: #fff; font-size: 12px; text-align: center; position: fixed; _position: absolute; right: 10px; bottom: 100px;
             _bottom: "auto"; cursor: pointer; opacity: .6;  filter: Alpha(opacity=60);}