﻿body{ 
	background:#adda30; 
	font-size:12px;
	padding:0;
	margin:0;
}
a{ color:#000; text-decoration:none;}a:hover{ color:#ef0621}
img{border:0}
/*body内嵌一个div，作为总框架*/
.body {
	position: relative;
	margin: auto;
	width: 1004px;
	font-size:13px;
}

/*颜色*/
.c_01 {	color: #c6b938;}
.c_02 {	color: #be57a2;}
.c_03 {	color: #be57a2;}

/*背景颜色*/
.c_bg_01 {	background-color: #f6d958;}
.c_bg_02 {	background-color: #91680d;}

/*颜色*/
.user{ color: #FFFFFF;}

/*头部，可能包含flash，或者gif。在html内会指定尺寸，无须描述*/
#id_header {
	
}

/*底部*/
#id_footer {
	position: relative;
	margin: auto;
	width: 1004px;
	height:172px;
	background-image: url(skin26/footer.jpg);
}
#id_copyright{
	position: relative;
	top:60px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	left: 60px;
	width: 90%;
}

/*菜单框架的背景*/
#id_menu_bg {
	position: relative;
	height: 140px;
	background: url(skin26/menu_bg.jpg) no-repeat;
	background-image: url(skin26/menu_bg.jpg);
}

/*菜单框架*/
#id_menu {
	position: relative;
	width: 90%;
	height: 20;
	left: 45px;
	top: 5px;
	
}

/*菜单项,大小,位置*/
#id_menu span{
	position: relative;
	display: inline-block;
	width: 104px;
	height: 35px;
	margin-left:5px;
	cursor:pointer;
}

/*菜单项，背景的图片*/
#id_menuitem_01{
	background: url(skin26/menu_01.gif) no-repeat;
}

#id_menuitem_02{
	background: url(skin26/menu_02.gif) no-repeat;
}

#id_menuitem_03{
	background: url(skin26/menu_03.gif) no-repeat;
}

#id_menuitem_04{
	background: url(skin26/menu_04.gif) no-repeat;
}

#id_menuitem_05{
	background: url(skin26/menu_05.gif) no-repeat;
}

#id_menuitem_06{
	background: url(skin26/menu_06.gif) no-repeat;
}
#id_menuitem_07{
	background: url(skin26/menu_07.gif) no-repeat;
}

/*鼠标经过时，菜单项，背景的图片*/
#id_menuitem_01_select {
	background: url(skin26/menu_01a.gif) no-repeat;
}

#id_menuitem_02_select {
	background: url(skin26/menu_02a.gif) no-repeat;
}

#id_menuitem_03_select {
	background: url(skin26/menu_03a.gif) no-repeat;
}

#id_menuitem_04_select {
	background: url(skin26/menu_04a.gif) no-repeat;
}

#id_menuitem_05_select {
	background: url(skin26/menu_05a.gif) no-repeat;
}

#id_menuitem_06_select {
	background: url(skin26/menu_06a.gif) no-repeat;
}
#id_menuitem_07_select {
	background: url(skin26/menu_07a.gif) no-repeat;
}

/*主内容框架*/
#id_main {	
	position: relative;
	background: url(skin26/main_bg.jpg);
	padding: 0px;
	border: 0px;
	height: 1200px;
	margin: 0px 0px 0px 0px;
	overf: hidden;

}

/*【登陆框】背景*/
#id_login_bg {
	position: absolute;
	left: 35px;
	width: 644px;
	height: 64px;
	background: url(skin26/login_bg.gif) no-repeat;
	top: -90px;
}

/*【登陆框】*/
#id_login {
	position: relative;
	left: 100px;
	top: 20px;
	width:540px;
	line-height:25px;
	font-size:12px;
	text-align:center;
	height: 35px;
}

/*【登陆框】内元素*/
#id_login_account,#id_login_psw{
	width:90px;
}
#id_login_query_account{
	text-decoration:underline;
}

#id_login_submit{
	width:50px; 
	height:18px; 
	border:none;
	background: url(skin26/login_submit.gif) no-repeat;		
}

/*【食谱】按钮*/
#id_recipe_bg {
	position: absolute;
	left: 679px;
	top: 567px;
	width: 288px;
	height: 134px;
	background: url(skin26/recipe.gif) no-repeat;
	
}
#id_recipe_bg button{
	width:288px;
	height:134px;
	cursor: pointer;
	opacity: 0.1;
	filter:alpha(opacity=0);
	border:none;
}

/*【招生报名】按钮*/
#id_signup_bg {
	position: absolute;
	left: 679px;
	top: 426px;
	width: 288px;
	height: 86px;
	background: url(skin26/signup.gif) no-repeat;
}
#id_signup_bg button{
	width:288px;
	height:86px;
	cursor: pointer;
	opacity: 0.1;
	filter:alpha(opacity=0);border:none;
}

/*【留言】按钮*/
#id_message_bg {
	position: absolute;
	left: 679px;
	top: 512px;
	width: 288px;
	height: 55px;
	background: url(skin26/message.gif) no-repeat;
}

#id_message_bg button{
	position: relative;
	width:288px;
	height:55px;
	opacity: 0.1;
	filter:alpha(opacity=0);
	cursor: pointer;border:none;
}

/*【温馨提示框】背景*/
#id_tips_bg {
	position: absolute;
	left: 679px;
	top: -90px;
	width: 288px;
	height: 201px;
	background: url(skin26/tips.gif) no-repeat;

}
/*【温馨提示框】背景*/
#id_lgo_bg {
	position: absolute;
	left: 679px;
	top: 111px;
	width: 288px;
	height: 315px;
	background: url(skin26/class.gif) no-repeat;
}
#id_lgo{
	position:relative;
	left:20px;
	top:80px;
	width:248px;
	font-weight:bold;
	font-size:11px;
	color: #f2930c;
}

#id_lgo a{
	color: blue;
	margin-right:10px;
}

#id_lgo a:hover{
	color: #f2930c;	
}

/*【温馨提示框】内容*/
#id_tips {
	position: relative;
	left: 45px;
	top: 50px;
	width: 200px;
	height: 90px;
	overflow:hidden;
}
#id_tips_content{
	position: absolute;
	word-wrap:break-word;
	padding-top: 90px;
	color:#6666FF;
}


/*【通知框】背景*/
#id_notice_bg {
	position: absolute;
	left: 45px;
	top: 262px;
	width: 312px;
	height: 261px;
	background: url(skin26/notice.gif) no-repeat;

}

/*【通知框】内容*/
#id_notice {
	position: relative;
	width: 300px;
	height: 160px;
	line-height:25px;
	top: 45px;
}
#id_notice .title{
    background: url("skin26/newicon.gif") no-repeat scroll  0 5px transparent;
    border-bottom: 1px dashed #FF00FF;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left:25px;
    margin-right:10px;
    vertical-align: middle;
    white-space: nowrap;
    width: 210px;
 }

/*【公告框】背景*/
#id_bulletin_bg {
	position: absolute;
	left: 359px;
	top: 262px;
	width: 315px;
	height: 261px;
	background: url(skin26/bulletin.gif) no-repeat;
}

/*【公告框】内容*/
#id_bulletin {
	position: relative;
	top: 45px;
	width:300px;
	height: 160px;
	left:10px;
	line-height:25px;
}
#id_bulletin .title{
	display:inline-block;
	width:210px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin26/138.gif) no-repeat 0 5px;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    padding-left:25px;
    margin-right:10px;
	border-bottom: #FF1111 dashed 1px;
}

/*【最新文章框】背景*/
#id_latestarticle_bg {
	position: absolute;
	left: 45px;
	width: 342px;
	height: 285px;
	background: url(skin26/latestarticle.gif) no-repeat;
	top: -25px;
	background-image: url(skin26/latestarticle.gif);
}

/*【最新文章框】内容*/
#id_latestarticle {
	position: relative;
	top: 60px;
	width:340px;
	height:150px;
	line-height:25px;
}
#id_latestarticle .title{
	display:inline-block;
	width:260px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin26/nicon.gif) no-repeat  0 5px;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:25px;
	border-bottom: #009900 dashed 1px;
}

/*【最新相片框】背景*/
#id_latestphoto_bg {
	position: absolute;
	left: 389px;
	top: -25px;
	width: 285px;
	height: 285px;
	background: url(skin26/latestphoto.gif) no-repeat;
	background-image: url(skin26/latestphoto.gif);
}

/*【最新相片框】内容*/
#id_latestphoto {
	position: relative;
	width: 245px;
	height: 180px;
	top: 65px;
	left: 25px;
}

#id_latestphoto img{
	width: 245px;
	height: 180px;
	cursor:pointer;
	z-index:100;
}

/*【最新图片】分页控制*/
#id_latestphoto_page_control{
	position:absolute;
	right:9px;
	bottom:-35px;
}

#id_latestphoto_page_control span{
	display:inline-block;
	font-size:11px;
	color:red;
	font-weight:bold;
	text-align:center;
	width:13px;
	height:13px;
	margin-left:2px;
	background-color:white;
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor:pointer;
}

.latestphoto_page_select{
	background-color:black !important;
}

/*【幼儿作品框】背景*/
#id_childwork_bg {
	position: absolute;
	left: 46px;
	top: 524px;
	width: 627px;
	height: 190px;
	background: url(skin26/childwork.gif) no-repeat;
}

/*【幼儿作品框】内容*/
#id_childwork {
	position: relative;
	left: 22px;
	top: 43px;
	height: 130px;
	width: 580px;
	overflow:hidden;
}

#id_childwork img{
	width: 150px;
	height:120px;
	cursor:pointer;
}
/*【教育科研】背景*/
#id_news01_bg {
	position: absolute;
	left: 41px;
	top: 728px;
	width: 456px;
	height: 222px;
	background: url(skin26/news01.gif) no-repeat;
}
#id_news01, #id_news02, #id_news03, #id_news04{
	position: relative;
	top: 10px;
	left:125px;
	width:340px;
	height:150px;
	line-height:39px;
}
#id_news01 .title, #id_news02 .title, #id_news03 .title, #id_news04 .title{
    background: url("skin26/nicon.gif") no-repeat scroll 0 5px transparent;
    border-bottom: 1px dashed #009900;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 25px;
    vertical-align: middle;
    white-space: nowrap;
    width: 220px;
    margin-right: 10px;
}

/*【教师园地】背景*/
#id_news02_bg {
	position: absolute;
	left: 503px;
	top: 728px;
	width: 456px;
	height: 222px;
	background: url(skin26/news02.gif) no-repeat;
}
/*【校务公开】背景*/
#id_news03_bg {
	position: absolute;
	left: 42px;
	top: 955px;
	width: 456px;
	height: 222px;
	background: url(skin26/news03.gif) no-repeat;
}
/*【学生园地】背景*/
#id_news04_bg {
	position: absolute;
	left: 503px;
	top: 955px;
	width: 456px;
	height: 222px;
	background: url(skin26/news04.gif) no-repeat;
}
/*【小图标01】*/
#id_bg_img_01 {
	position: absolute;
	left: 79px;
	top: 70px;
	width: 290px;
	height: 71px;
	background:url(skin26/bg_img_01.gif) no-repeat;
}
#id_bg_img_02 {
	position: absolute;
	left: 422px;
	top: 48px;
	width: 230px;
	height: 170px;
	background: no-repeat;
}
#id_bg_img_03 {
	position: absolute;
	left: 532px;
	top: 160px;
	width: 84px;
	height: 48px;
	background: no-repeat;
}
#id_bg_img_04 {
	position: absolute;
	left: 336px;
	top: 258px;
	width: 84px;
	height: 48px;
	background: no-repeat;
}
#id_bg_img_05 {
	position: absolute;
	left: 196px;
	top: 154px;
	width: 84px;
	height: 48px;
	background: no-repeat;
}


/*内页*/
#id_main_ex{
	display:none;
	position: relative;
	background: url(skin26/main_bg.jpg);
}

/*内页竖向填充框，排版用*/
.padding_colum_1{
	position: relative;
	width:20px;
	height:10px;
	float:left;	
	overflow-x:hidden;
}
.padding_colum_2{
	display: none;				
}

/*内页左边列表框*/
#id_catalog_bg{
	position: relative;
	width:218px;
	margin-left:40px;
	overflow-x:hidden;
}

#id_catalog_bg_top{
	width:218px;
	height:57px;
	padding-top:60px;
	line-height:30px;
	background:url(skin26/id_catalog_bg_top.gif) no-repeat;
}

#id_catalog_bg_middle{
	background:#97d4ff url(skin26/id_catalog_bg_middle.gif) repeat-x left bottom;
	border-left:#a3c7c5 solid 2px;border-right:#a3c7c5 solid 3px; width:217px;
}


#id_catalog_bg_bottom{
	width:218px;
	height:79px; background:url(skin26/id_catalog_bg_bottom.jpg)
}

#id_catalog{
	padding:10px 0px 10px 0px;
	overflow-x:hidden;
	font-size:13px;
}


/*内页右边内容框*/
#id_content_bg{
	position: relative;
	width:700px;
	margin-left:10px;
	overflow:hidden;
}

#id_content_header {
	position: absolute;
	left: 110px;
	top: 58px;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}

#id_content_bg_top{
	width:666px;
	height:90px;
	background:url(skin26/list_t.jpg) no-repeat;
}

#id_content_bg_middle{
	width:670px;
	padding:0px 15px;
	background:url() repeat-y;
}
#id_content_bg_bottom{
	width:700px;
	height:50px;
}

#id_content_list{
	float:left;
	width:620px;
}

#id_content_close{
	width:620px;
	padding-right:30px;
}

#id_content{
	display:none;
	float:left;
	width:620px;
	overflow-x:auto;
	padding: 30px 10px 30px 10px;
}

#id_article_title{
	font-size:24px;
	font-weight:bold;
	margin:auto;
	width:550px;
	text-align:center;
	padding:0px 20px 5px 20px ;
	border-bottom:1px solid #c2d9f2;
}

#id_article_title_time{
	font-size:12px;
	margin:auto;
	text-align:center;
	padding: 10px 0px 20px 0px;	
}

#id_article_page{
	text-align:left;
	padding-bottom:20px;
	overflow-x:auto;
}
#id_content_img{
	max-width:650px;
}

.catalog_item,.catalog_item_selected{
	margin:5px 10px 0px 5px;
	padding-left:45px;
	font-weight:bold;
	font-size:bold;
}

.catalog_item a, .catalog_item_selected a{
	text-decoration: none;
	line-height:30px;
	color: yellow;
}

.catalog_item a:visited, .catalog_item_selected a:visited{
	text-decoration: none;
}

.catalog_item{
	background:url(skin26/list1.gif) no-repeat 0 -5px;
}
.catalog_item_selected{
	background:url(skin26/list.gif) no-repeat 0 -5px;
}


/*ajax下载xml文件时，等待框*/
.waiting{
	text-align:center;
	width:150px;
	height:70px;
	margin:auto;
	background:url(skin26/waiting.gif) no-repeat 55px 30px;	
}

/*文章，图片等列表分页控制*/
.page_container{
	margin:auto;
	text-align:center;
	padding:0px 0px 20px 0px;
}

.page_container a:visited {
	color: blue;
}

.page_item{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	line-height:20px;
	min-width:16px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.page_item_selected{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	line-height:20px;
	min-width:16px;
	text-align:center;
	vertical-align:middle;
}

/*文章，图片等列表显示控制*/
.contentlist_show_type_1
{
	display:inline-block;
	width:120px;
	vertical-align: bottom;
	font-size:12px;
	text-align:center;
	margin:0px 0px 30px 40px;
}	

.contentlist_show_type_1 .contentlist_show_title{
	display:inline-block;
	width:120px;
	font-size:12px;
	word-wrap:break-word; 
	word-break:break-all;
	overflow:hidden;
}

.contentlist_show_type_2
{
	display:block;
	font-size:12px;
	margin:5px 10px 0px 10px;
	word-break:break-all;
}	

.contentlist_show_type_2 .contentlist_show_title{
	font-size:14px;
	font-weight:bold;
	float:left;
	width:500px;
}

.contentlist_show_time{
	float:left;
	width:140px;
	font-weight:normal;	
}

.contentlist_show_type_1 img{
	width:120px;
	cursor:pointer;
}

.underline{
	border-bottom:1px dashed #aaaaaa;
	height:2px;
	overflow-y:hidden;
	margin:0px 10px 15px 10px;
}

#id_visicounter{
	position:absolute;
	left:100px;
	bottom:13px;
}

#id_link_more_1{
	display:none;
}
#id_link_more_2{
	display:none;
}
#id_link_more_3{
	display:none;
}
#id_link_more_4{
	display:none;
}
#id_link_more_5{
	display:none;
}
#id_link_more_6{
	display:none;
}





.gl_cmt_container{
	font-size:13px;
	padding:4px;
}
.gl_cmt_container a{
	color:#1e50a2;
	text-decoration: underline;	
}
.gl_cmt_reccount{
	font-weight:bold;
	color:red;
}
.gl_cmt_item{
	padding-top:10px;
}
.gl_cmt_header{
	position:relative;
	padding:2px;
	background-color:#dddddd;
}
.gl_cmt_cmd{
	position:absolute;
	width:40px;
	right:2px;
	top:2px;
	text-align:right;
}
.gl_cmt_author{
	font-weight:bold;
	color:#1e50a2;
}
.gl_cmt_time{
	color:#666666;
}
.gl_cmt_content{
	line-height:20px;
}
.gl_cmt_resp{
	border:1px solid #999999;
	padding:3px;
	background-color:#ffffee;
	margin-bottom:3px;
}
.gl_cmt_resp_ex{
	border:1px solid #999999;
	border-top:1px solid #ffffee;
	padding:3px;
	margin-bottom:3px;
	background-color:#ffffee;
}
.gl_cmt_resp_header{
	float:left;
	width:350px;
}
.gl_cmt_resp_author{
	color:#1e50a2;
}
.gl_cmt_resp_time{
	color:#666666;
}
.gl_cmt_resp_floor{
	text-align:right;
	color:#666666;
}
.gl_cmt_resp_content{
	line-height:20px;
}
.gl_cmt_page_container{
	margin:auto;
	text-align:center;
	padding:0px 0px 20px 0px;
}
.gl_cmt_page_container a:visited {
	color: blue;
}
.gl_cmt_page_item{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	border:1px solid #999999;
	line-height:20px;
	min-width:16px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.gl_cmt_page_item_selected{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	border:1px solid #999999;
	background-color:#bbbbbb;
	line-height:20px;
	min-width:16px;
	text-align:center;
	vertical-align:middle;
}
