﻿body{ 
	background:#f0f8fd url(skin34/bg.gif) repeat-x top left; 
	font-size:12px;
	padding:0;
	margin:0;
}
a{ color:black; text-decoration:none;}a:hover{ color:#ef0621}
img{border:0}

/*body内嵌一个div，作为总框架*/
.body {
	position: relative;
	margin: auto;
	width: 1000px;
	font-size:13px;
	background:#fff;
}

/*颜色*/
.c_01 {	color: #c6b938;}
.c_02 {	color: #91680d;}
.c_03 {	color: #91680d;}

/*背景颜色*/
.c_bg_01 {	background-color: #f6d958;}
.c_bg_02 {	background-color: #91680d;}


/*头部，可能包含flash，或者gif。在html内会指定尺寸，无须描述*/
#id_header {
	
}

/*底部*/
#id_footer {
	position: relative;
	width: 1000px;
	height:228px;
	top:10px;
	background: url(skin34/footer.jpg) no-repeat;
}
#id_copyright{
	position:absolute;
	width:1000px;
	bottom:20px;
	text-align: center;
	color:#333333;
}

/*子菜单框架的背景*/
#id_menu_sub_bg {
	position: relative;
	height: 52px;
	width:1000px;
	background: url(skin34/menu_sub.gif) no-repeat;
	top:-5px;
}

/*子菜单框架*/
#id_menu_sub {
	position: relative;
	left: 80px;
	top:20px;
}
#id_menu_sub a{
	position: relative;
	display: inline-block;
	height: 26px;
	margin:0px 15px 0px 0px;
	color:#fff;
}
#id_menu_sub a:hover{
	color:#FF0000;
}
#id_menu_sub a:visited{
	color:#FF0000;
}
#id_menu_sub a:active{
	color:#FF0000;
}

/*主内容框架*/
#id_main {	
	position: relative;
	top:10px;
	padding: 0px;
	border: 0px;
	height: 750px;
	background:#fff;
	margin: 0px 0px 0px 0px;
	overf: hidden;
	

}



/*【登陆框】背景*/
#id_login_bg {
	position: absolute;
	left: 8px;
	width: 286px;
	height: 216px;
	background: url(skin34/login_bg.gif) no-repeat;
	top: 43px;
}

/*【登陆框】*/
#id_login {
	position: relative;
	left: 60px;
	top: 90px;
	width:160px;
	line-height:25px;
	font-size:12px;
	text-align:center;
}

/*【登陆框】内元素*/
#id_login_account,#id_login_psw{
	width:90px;
}
#id_login_query_account{
	text-decoration:underline;
}

#id_login_submit{
	width:49px; 
	height:27px; 
	border:none;
	background: url(skin34/login_submit.gif) no-repeat;
	cursor:pointer;		
}

/*【食谱】按钮*/
#id_recipe_bg {
	position: absolute;
	left: 45px;
	top: 259px;
	width: 206px;
	height: 90px;
	background: url(skin34/recipe.gif) no-repeat;
	
}
#id_recipe_bg:hover {
	position: absolute;
	left: 45px;
	top: 259px;
	width: 206px;
	height: 90px;
	background: url(skin34/recipe_a.gif) no-repeat;
	
}
#id_recipe_bg button{
	width:206px;
	height:90px;
	cursor: pointer;
	opacity: 0.1;
	filter:alpha(opacity=0);
	border:none;
}

/*【招生报名】按钮*/
#id_signup_bg {
	position: absolute;
	left: 47px;
	top: 349px;
	width: 206px;
	height: 84px;
	background: url(skin34/signup.gif) no-repeat;
}
#id_signup_bg:hover {
	position: absolute;
	left: 47px;
	top: 349px;
	width: 206px;
	height: 84px;
	background: url(skin34/signup_a.gif) no-repeat;
}
#id_signup_bg button{
	width:206px;
	height:84px;
	cursor: pointer;
	opacity: 0.1;
	filter:alpha(opacity=0);border:none;
}

/*【留言】按钮*/
#id_message_bg {
	position: absolute;
	left: 47px;
	top: 433px;
	width: 206px;
	height: 84px;
	background: url(skin34/message.gif) no-repeat;
}
#id_message_bg:hover {
	position: absolute;
	left: 47px;
	top: 433px;
	width: 206px;
	height: 84px;
	background: url(skin34/message_a.gif) no-repeat;
}

#id_message_bg button{
	position: relative;
	width:206px;
	height:84px;
	opacity: 0.1;
	filter:alpha(opacity=0);
	cursor: pointer;
	border:none;
}

/*【温馨提示框】背景*/
#id_tips_bg {
	position: absolute;
	left: 8px;
	top: -10px;
	width: 985px;
	height: 50px;
	background: url(skin34/tips.gif) no-repeat;

}

/*【温馨提示框】内容*/
#id_tips {
    height: 40px;
    left: 185px;
    overflow: hidden;
    position: relative;
    top: 6px;
    width: 600px
}

#id_tips_content{
	position: absolute;
	word-wrap:break-word;
	padding-top:45px;
}


/*【动态框】背景*/
#id_notice_bg {
	position: absolute;
	left: 625px;
	top: 295px;
	width: 369px;
	height: 232px;
	background: url(skin34/notice.gif) no-repeat;

}

/*【动态框】内容*/
#id_notice {
	position: relative;
	width: 369px;
	height: 232px;
	line-height:25px;
	top: 60px;
	left: 25px;
	color:black;
}
#id_notice .title{
	display:inline-block;
	width:220px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin34/newicon.gif) no-repeat 0 50%;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:25px;
	border-bottom: #FF00FF dashed 1px;
}

/*【公告框】背景*/
#id_bulletin_bg {
	position: absolute;
	left: 272px;
	top: 295px;
	width: 353px;
	height: 236px;
	background: url(skin34/bulletin.gif) no-repeat;
}

/*【公告框】内容*/
#id_bulletin {
	position: relative;
	left: 40px;
	top: 60px;
	width: 300px;
	height: 160px;
	line-height:25px;
	color:black;
}
#id_bulletin .title{
	display:inline-block;
	width:200px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin34/138.gif) no-repeat 0 60%;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:35px;
	border-bottom: #FF1111 dashed 1px;
}

/*【最新文章框】背景*/
#id_latestarticle_bg {
	position: absolute;
	left: 300px;
	width: 403px;
	height: 235px;
	background: url(skin34/latestarticle.gif) no-repeat;
	top: 40px;
}

/*【最新文章框】内容*/
#id_latestarticle {
	position: relative;
	left: 40px;
	top: 80px;
	width: 345px;
	height: 150px;
	color:black;
}

#id_latestarticle .title{
	display:inline-block;
	width:260px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin34/nicon.gif) no-repeat 0px 0px ;
	line-height:25px;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:25px;
	border-bottom: #009900 dashed 1px;
}

/*【最新相片框】背景*/
#id_latestphoto_bg {
	position: absolute;
	left: 704px;
	top: 43px;
	width: 278px;
	height: 231px;
	background: url(skin34/latestphoto.gif) no-repeat;
}

/*【最新相片框】内容*/
#id_latestphoto {
	position: relative;
	width: 245px;
	height: 180px;
	top: 40px;
	left: 20px;
}

#id_latestphoto img{
	width: 245px;
	height: 180px;
	cursor:pointer;
	z-index:100;
}

/*【最新图片】分页控制*/
#id_latestphoto_page_control{
	position:absolute;
	right:150px;
	bottom:5px;
}

#id_latestphoto_page_control span{
	display:inline-block;
	font-size:12px;
	color:red;
	font-weight:bold;
	text-align:center;
	width:15px;
	height:15px;
	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: 30px;
	top: 525px;
	width: 964px;
	height: 201px;
	background: url(skin34/childwork.gif) no-repeat;
}

/*【幼儿作品框】内容*/
#id_childwork {
    height: 110px;
    left: 70px;
    overflow: hidden;
    position: relative;
    top: 50px;
    width: 850px;
}

#id_childwork img{
	width:150px;
	height:100px;
	border:4px solid #ffae73;
	margin:0px 2px 0px 2px;
	cursor:pointer;
	
}

/*【小图标01】*/
#id_bg_img_01 {
	position: absolute;
	left: 110px;
	top: 505px;
	width: 61px;
	height: 44px;
	background:url(skin34/ico1.gif) no-repeat;
}
#id_bg_img_02 {
	position: absolute;
	left: 685px;
	top: 407px;
	width: 162px;
	height: 122px;
	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: 555px;
	top: 453px;
	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;
	top:-10px;
}

/*内页竖向填充框，排版用*/
.padding_colum_1{
	position: relative;
	width:20px;
	height:10px;
	float:left;	
	overflow-x:hidden;
}
.padding_colum_2{
	display: none;				
}

/*内页左边列表框*/
#id_catalog_bg{
	position: relative;
	float:left;
	width:216px;
	margin-top: 0px;
	padding:0px;
	overflow-x:hidden;
}

#id_catalog_bg_top{
	width:216px;
	height:80px;
	background:url(skin34/id_catalog_bg_top.gif) no-repeat;
}

#id_catalog_bg_middle{
	background:#2e78c7 url(skin34/id_catalog_bg_middle.gif) repeat-y left top;
	padding:0 0 0 25px;
	width:191px;
	
}
#id_catalog_bg_middle a:link{

	 line-height:25px; 
	 display:block;

}

#id_catalog_bg_middle a:hover{
	line-height:25px;
	color:#009900;
	display:block;
}

#id_catalog_bg_bottom{
	width:216px;
	height:21px;
	background:url(skin34/id_catalog_bg_bottom.gif) no-repeat left top;
}

#id_catalog{
	padding:10px 10px 10px 20px;
	overflow-x:hidden;
	font-size:13px;
}

/*内页右边内容框*/
#id_content_bg{
	position: relative;
	float:left;
	width:731px; 
	left:8px;
	overflow:hidden;
	background:url(skin34/id_content_bg.jpg) no-repeat top left;
	
}

#id_content_bg_top{
	position:relative;
	width:731px;
	height:120px;

	left:0px;
}

#id_content_header {
    color: green;
    font-size: 14px;
    font-weight: bold;
    left: 90px;
    position: absolute;
    top: 65px;
}

#id_content_header a{color:green}



#id_content_bg_middle{
	width:655px;
	padding:0px 30px;
	background:url(skin34/list-middle.gif) repeat-y;
	min-height:500px;
	height:auto !important;
	height:500px; 
	overflow:visible;
	margin:0 0 0 16px;

}
#id_content_bg_bottom{
	width:731px;
	height:129px;
	background:url(skin34/list-bottom.gif) no-repeat;

	

}

#id_content_list{
	float:left;
	width:660px;
}

#id_content_close{
	width:640px;
	padding-right:30px;
}

#id_content{
	display:none;
	float:left;
	width:660px;
	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:660px;
}

.catalog_item,.catalog_item_selected{
	margin:5px 10px 0px 0px;
	padding-left:30px;
}

.catalog_item a, .catalog_item_selected a{
	text-decoration: none;
	line-height:25px;
	color: #91680d;
}

.catalog_item a:visited, .catalog_item_selected a:visited{
	text-decoration: none;
}

.catalog_item{
	background:url(skin34/list1.gif) no-repeat;
}
.catalog_item_selected{
	background:url(skin34/list.gif) no-repeat;
}


/*ajax下载xml文件时，等待框*/
.waiting{
	text-align:center;
	width:150px;
	height:70px;
	margin:auto;
	background:url(skin34/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:20px;
	bottom:10px;
	color:#FFFFFF;
}

#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;
}

.catalog_bg_top_info{background-image: url(skin34/id_catalog_bg_info.gif) !important;}
.catalog_bg_top_intro{background-image: url(skin34/id_catalog_bg_intro.gif) !important;}
.catalog_bg_top_album{background-image: url(skin34/id_catalog_bg_album.gif) !important;}
.catalog_bg_top_video{background-image: url(skin34/id_catalog_bg_video.gif) !important;}
.catalog_bg_top_download{background-image: url(skin34/id_catalog_bg_download.gif) !important;}

.content_bg_top_info{background-image: url(skin34/id_content_bg_info.gif) !important;}
.content_bg_top_intro{background-image: url(skin34/id_content_bg_intro.gif) !important;}
.content_bg_top_album{background-image: url(skin34/id_content_bg_album.gif) !important;}
.content_bg_top_video{background-image: url(skin34/id_content_bg_video.gif) !important;}
.content_bg_top_download{background-image: url(skin34/id_content_bg_download.gif) !important;}
