﻿/* CSS Reset  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,pre, form, fieldset, input, textarea, p, blockquote, th, td {padding: 0;margin: 0;font-size:12px;}
fieldset, img {border: 0;}   
a{ text-decoration:none;font-size:12px;color:#333; }
a:hover{color:#f60; }
table {border-collapse: collapse;border-spacing: 0; }    
ol, ul {list-style: none; }    
address, caption, cite, code, dfn, em, strong, th, var {   font-weight: normal;   font-style: normal; }    
caption, th { text-align: left; }    
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }    
q:before, q:after {   content: '';   }    
abbr, acronym {  border: 0; }


/*变黑白在此 html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */

/* 布局定义 */
#wrap{width:960px;margin:0 auto;background:#fff;padding:0 10px;}
#sideBar{float:left;display:inline;width:205px; }
#mainContent{float:right;display:inline; width:750px; }
#mainContent .mBox,#sideBar .sBox{margin-bottom:8px;}

/* 清除浮动 */
.clearFloat,.main,imgText{zoom:1;}
.clearFloat:after,.main:after,.imgText:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* 全站通用定义 */
body{background:#2e7aae;}

/* 头部区域 */
#header{height:360px;margin-bottom:8px;overflow:hidden;background:url(images/bg_01.png) repeat-x 0 0; position:relative; }

	/*= 顶部链接区 */
	#topRetun{position:absolute; right:0px; top:0px;height:34px;line-height:34px;}
	#topRetun a{padding:0 0.5em;}
	#topSearchBox #keywordAll{width:120px;padding:2px 3px;border:1px solid #b1bfca;font-size:12px; }
	#topSearchBox .bt{height:23px;width:23px;text-indent:-2000em;overflow:hidden; background:url(images/bg_27.png) 0 0 no-repeat;border:none;margin-right:1em;}

	
	/*= 顶部会员登录 */
	#topUserBox{position:absolute; right:0px;top:70px;}
	#topUserBox .inputText{padding:2px 3px;border:1px solid #b1bfca; }
	#topUserBox .bt{width:63px;height:21px;line-height:21px;color:#2d6696;background:url(images/bg_17.png) no-repeat;border:none;padding:0px}

	/*= 顶部导航区 */
	#nav{height:70px;overflow:hidden; }

	#mainNav{background:url(images/bg_03.png) no-repeat 0 0;height:29px;line-height:29px;padding:8px 18px 0;overflow:hidden;zoom:1;}
	#mainNav li{float:left;}
	#mainNav li a{color:#fff;padding:0 11px;font-size:14px;font-weight:bold;text-align:center;display:block;background:url(images/bg_04.png) right 8px no-repeat; }
	#mainNav li.lastOne a{background:none;}
	#mainNav li.current a,#mainNav li a:hover{background:#fff;color:#0253b8;margin-left:-2px;padding-left:13px;}

	.subList {padding-left:2em;}
	.subList a{height:32px;line-height:32px;margin-left:1em;}
	
	/*= 当天信息 */
	.dateInfo{height:32px;overflow:hidden; zoom:1;}
	
		/*== 日期 */
		.dateInfo .date{float:left;height:32px;line-height:32px;padding-left:2em;}
		.dateInfo .date strong{color:#f60;font-weight:bold;}
		
		/*== 天气预报 */
		.dateInfo .weather{float:right;height:32px;line-height:32px;}
		.dateInfo .weather strong{color:#14384d;font-weight:bold;}
	
/* 内容区域 */

	/*= 主体内容 */

		/*== 学校新闻 */
		#schoolNews .hd{height:31px;line-height:31px;background:url(images/bg_11.png) no-repeat;padding-left:36px;}
			#schoolNews .hd h3 a{font-size:14px;font-weight:bold;color:#fff; }
		#schoolNews .bd{padding:13px;border:1px solid #abd2e3;border-top:none; }

			/*=== Flash焦点图 */
			#focusNews{float:left;height:230px;width:300px;padding:2px;border:1px solid #84b6d0;}

			/*=== 文字新闻 */
			#textNews{float:right;width:400px;display:inline;}
				#textNews .important{padding-bottom:7px;border-bottom:1px dashed #ccc;margin-bottom:7px; }
				#textNews .important h3{text-align:center;height:3em;line-height:3em; }
				#textNews .important h3 a{color:#f60;font-size:14px;font-weight:bold;}
				#textNews .important p{line-height:1.5em; }
				#textNews li{height:23px;line-height:23px;overflow:hidden;background:url(images/icon_03.gif) 7px 7px no-repeat;padding-left:24px;position:relative; }
				#textNews li .date{position:absolute; right:0;top:0;height:23px;line-height:23px; }

		#flashBanner2,#flashBanner2 img{width:750px;height:111px;border:1px solid #abd2e3;overflow:hidden; }

		/*== 栏目循环列表 */
		#channelList .channelBox{float:left;width:371px;margin-top:8px;}
		#channelList .even{float:right;}
		.channelBox .hd{height:33px;line-height:33px;background:url(images/bg_12.png) no-repeat;position:relative; }
		.channelBox .hd h3{position:absolute; left:30px;top:0px;background:url(images/bg_12.png) right -33px no-repeat;padding:0 24px;}
		.channelBox .hd h3 a{color:#00375d;font-weight:bold;}

		.channelBox .bd{border:1px solid #64bae6;border-top:none;padding:10px;height:auto !important;height:180px;min-height:180px;}
		.channelBox .bd li{height:23px;line-height:23px;padding-left:10px;background:url(images/icon_02.gif) 0 10px no-repeat;position:relative; }
		.channelBox .bd li .date{position:absolute; height:23px;line-height:23px;right:0px;top:0px;}

		/*== 师生风采 */
		#schoolAlbum{height:130px;background:#ffedc5 url(images/bg_15.png) 0 0 no-repeat; overflow:hidden;padding-left:60px; }
		#schoolAlbum ul{padding:10px 0;}
		#schoolAlbum li{float:left;margin-right:8px;display:inline;width:104px;height:112px;}
		#schoolAlbum img{width:100px;height:108px;display:block;padding:1px;border:1px solid #cdbbaf;background:#fff; }
		#schoolAlbum li h5{display:none;}

			/*=== 滚动代码 ==*/
			.roll{width:690px;overflow:hidden;}
			#picRoll #main{width:4000px;}
			#picRoll #main #pic1,#picRoll #main #pic2{float:left;text-align:left;	width:1150px;display:inline;}
			#picRoll #main #pic1 a,#picRoll #main #pic2 a{display:block;text-align:center;}
			#picRoll #main #pic1 ul,#picRoll #main #pic2 ul{float:left;	display:inline;	}
			

		/*== 德育之声 */
		#moralEducation .hd{height:31px;line-height:31px;overflow:hidden; background:url(images/bg_13.png) no-repeat;padding-left:24px;}
		#moralEducation .hd h3 a{color:#fff;font-size:14px;font-weight:bold;}
		#moralEducation .bd{height:290px;background:#f3faff url(images/bg_14.png) 0 0 no-repeat;overflow:hidden;padding:10px;}
		#moralEducation .moralBox{float:left;width:207px;padding-left:135px;height:150px;overflow:hidden;position:relative; }
		#moralEducation .moralBox .nodeName{position:absolute;width:110px;height:120px;overflow:hidden;line-height:2000em;left:2px;top:3px; }	

		#moralEducation .even{float:right;}
		#moralEducation .bd ul{padding-top:8px;}
		#moralEducation .bd li{height:23px;line-height:23px;overflow:hidden;background:url(images/icon_02.gif) 0 10px no-repeat;padding-left:10px; }
		

	/*= 侧栏内容 */
	#sideBar .hd{height:33px;overflow:hidden; line-height:33px;background:url(images/bg_05.png) 0 0 no-repeat;position:relative; }
		#sideBar .hd h3{color:#00375d;font-weight:bold;position:absolute; padding:0px 12px 0 3px;left:30px;top:0px;height:33px;line-height:33px;background:url(images/bg_05.png) right -33px no-repeat; }
	#sideBar .bd{border:1px solid #64bae6;border-top:none;padding:10px;  }
	#announcement {height:90px; }

		/*== 校园公告 */	
		#notice .bd{height:170px;overflow:hidden; }
		#notice li{line-height:22px;padding-left:15px;background:url(images/icon_01.gif) 0 10px no-repeat; }
		#notice li a{display:block; }
		#notice p a{color:#f60;font-weight:bold;}
			#announcement{height:160px;overflow:hidden; }
		
		/* 为您服务 */
		#functionArea .bd{padding:8px 0 0;height:175px;overflow:hidden; background:url(images/bg_10.png) center top no-repeat; }
		#functionArea li{float:left;width:65px;height:40px;overflow:hidden;line-height:40px;padding-left:35px;}

		/* 邮箱登陆 */
		#mailLogin label{height:20px;line-height:20px;display:block;margin-bottom:10px;}
		#mailLogin .input_tx{width:120px;font-size:12px;padding:4px;border:1px solid #ccc; }
		#mailLogin .return {text-align:center; }
		#mailLogin .return .bt{border:none;background:url(images/bg_28.png) 0 0 no-repeat;width:81px;height:27px;overflow:hidden;}

		/*== 资源列表 */
		#Resources a{height:52px;overflow:hidden;line-height:2000em;display:block;margin-top:8px;}
		#schoolResources{background:url(images/bg_09.png) 0 0 no-repeat;}
		#networkResources{background:url(images/bg_09.png) 0 -52px no-repeat;}
		#videoResources{background:url(images/bg_09.png) 0 -104px no-repeat;}
		#schoolResources:hover{background:url(images/bg_09.png) 0 -156px no-repeat;}
		#networkResources:hover{background:url(images/bg_09.png) 0 -208px no-repeat;}
		#videoResources:hover{background:url(images/bg_09.png) 0 -260px no-repeat;}

		/*== 专题栏目 */
		#specialColumn .bd{padding:0;border:none;}
		/*王晓明增加*/
		#specialColumn .STYLE1 a{font-size: 18px;font-weight: bold;color: #FFFFFF}
		
		#specialColumn li{height:58px;}
		#specialColumn li a{height:58px;background:url(images/bg_06.png) 0 0 no-repeat;display:block;padding:3px 0 0px 24px;font-weight:bold; }
		#specialColumn li a:hover{background:url(images/bg_06.png) 0 -58px no-repeat;}
		#specialColumn li a strong{cursor:pointer;}
		#specialColumn li a strong,#specialColumn li a span{font-size:12px;line-height:1.8em;height:1.8em;overflow:hidden;display:block;cursor:pointer;}
	
		/* 教研组 */
		#sideBar #TRG .bd{padding:5px;}
		#TRG ul{margin-left:-3px}
		#TRG li{height:31px;line-height:31px;color:#033;float:left;width:92px;margin:4px 0 0 4px;display:inline;}
		#TRG li a{display:block; padding-left:24px;background:url(images/bg_07.png) 0 0 no-repeat;}
		#TRG li a:hover{display:block; padding-left:24px;background:url(images/bg_07.png) 0 -31px no-repeat;}
		
		/*== 热点调查 */	
		#poll .bd{background:url(images/bg_08.png) 0 bottom no-repeat; }
		#poll p{line-height:24px;text-indent:2em; }
		#poll .return{text-align:right;}
		#poll .return a{color:#f60;font-weight:bold;}


/* 底部区域 */
#footer{padding-bottom:30px;background:url(images/bg_02.png) repeat-x 0 bottom;margin-top:8px;}
#footer p{line-height:2em;text-align:center;}
#footer p,#footer p a{font-size:12px;}

	#siteGuide{border:1px solid #64BAE6;padding:5px;background:url(images/bg_16.png) 2px 2px no-repeat; height:26px; }
		#siteGuide select{margin-right:10px;zoom:1;}
		#siteGuide strong{float:left;width:50px;height:32px;line-height:2000em;overflow:hidden;}
	#siteInfo{border-top:1px solid #64BAE6;margin-top:10px; }
	#siteInfo #copyRight{border-top:5px solid #B3E5FF;}
/*王晓明增加*/

	

