﻿/*汕头市达濠华侨中学网站
  Copyright © Doing Studio E-mail:doing1024@126.com
  版权所有 © 都灵工作室 www.DoingStudio.com*/
﻿*{
    color:#4d4d4d;
	margin:0px;
	padding:0px;
	border:0;
	font-size:12px;}
body{
    font-family:Verdana, Arial, "宋体";
	text-align:center;
	min-width:950px;}
	
#wrapper{
    margin:0 auto;
	text-align:left;}
	
a:link,a:visited,a:active {color:#808080;text-decoration:none;}
a:hover{color:#0080bf;text-decoration:underline;}	

/*Logo栏 ↓*/	
#top{
	background:url(../images/top_bg.gif) repeat-x left center;
	height:75px;}
#top2{
    margin:0 auto;
	width:950px;}
#logo{
    float:left;
	margin:15px 0 0 15px;}
#search_form{
    background:#FFAC00 url(../images/search_bg.gif) repeat-x left center;
	height:75px;
	width:360px;
	float:right;
	margin-right:15px;}
#search_left{
    width:30px;
	height:75px;
	background:url(../images/search_bg1.gif);
	float:left;}
#search_right{
    width:30px;
	height:75px;
	background:url(../images/search_bg2.gif);
	float:right;}
#keyword{
    float:left;
    width:150px;
	height:14px;
	color:#FFAA00;
	padding-left:4px;
	padding-top:2px;
	margin:9px 0 0 50px;}
#search_btn{
    float:left;
    width:39px;
	height:18px;
	background:url(../images/search_btn.gif);
	margin:8px 0 0 7px;
	cursor:hand;}
	
/*菜单栏 ↓*/
#menus_bg{
    background:url(../images/menus_bg.gif) repeat-x;
	height:40px;
	width:100%;}
#menus_bg ul li{
	position: relative;
	display: inline;
	float: left;}
#menus{
    margin:0 auto;
	width:950px;
	list-style:none;}
#menus a{
    height:40px;}	
#menus li a{
	display: block;
	width:100px;}
#menus .first_menu{
    margin-left:8px;}
#menus li ul{
	left:0;
	position:absolute;
	top:1em;
	display: block;
	visibility: hidden;}
#menus li ul li{
	display: list-item;
	float: none;}
#menus li ul li ul{ 
	left: 159px;
	top: 0;}
#menus li ul li a{
	display: block;
	width: 100px; 
	height:24px;
	line-height:24px;
	background:#FF7F00;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0px;
	border-top:1px solid #FFF;
	font-size:14px;
	text-align:center;}
#menus li a:hover{
	background: #FFFFFF;
	color: #FF7F00;
	font-weight:bold;}
#menus #menu_index{
    background:url(../images/menu_index.gif);}
#menus #menu_index:hover{
    background:url(../images/menu_index2.gif);}
#menus #menu_intro{
    background:url(../images/menu_intro.gif);}
#menus #menu_intro:hover{
    background:url(../images/menu_intro2.gif);}	
#menus #menu_info{
    background:url(../images/menu_info.gif);}
#menus #menu_info:hover{
    background:url(../images/menu_info2.gif);}	
#menus #menu_affair{
    background:url(../images/menu_affair.gif);}
#menus #menu_affair:hover{
    background:url(../images/menu_affair2.gif);}
#menus #menu_teach{
    background:url(../images/menu_teach.gif);}
#menus #menu_teach:hover{
    background:url(../images/menu_teach2.gif);}
#menus #menu_moral{
    background:url(../images/menu_moral.gif);}
#menus #menu_moral:hover{
    background:url(../images/menu_moral2.gif);}
#menus #menu_student{
    background:url(../images/menu_student.gif);}
#menus #menu_student:hover{
    background:url(../images/menu_student2.gif);}	
#menus #menu_blog{
    background:url(../images/menu_blog.gif);}
#menus #menu_blog:hover{
    background:url(../images/menu_blog2.gif);}	
	
/*当前位置 部分 ↓*/
#guide_bg{
    width:100%;
	background:url(../images/guide_bg.png) repeat-x;
	height:30px;
	line-height:30px;}
#guide{
    width:880px;
	margin:0 auto;
	background:url(../images/guide_tip.png) no-repeat center left;
	padding-left:70px;}	
	
/*主体内容部分 content ↓*/	
#content{
	background:#FFF url(../images/div.gif) repeat-x;
	width:100%;
	_margin-top:-4px; /*for IE6*/
	}
#content_bg{
    background:url(../images/content_bg1.gif) repeat-y center;
	/*height:620px;*/
	width:970px;
	margin:0 auto;
	margin-top:4px;
	padding-bottom:70px;
	min-height:510px;}
#content_bg_top{
    background:url(../images/content_bg2.gif);
	height:50px;
	width:950px;
	margin:0 auto;}
	
/*左边栏部分 left_side ↓*/
#left_content{
    float:left;
	width:215px;
	margin:-42px 0 0 16px;
	_margin:-42px 0 0 8px;/*for IE6*/}
#notice1, #notice2, #links{
    list-style:none;
	float:left;
	line-height:24px;
	/*height:140px;*/
	background:#DCF1FA;
	margin:-4px 0 0 2px;
	_margin:-4px 0 0 1px;
	width:211px;
	padding-top:8px;
	padding-bottom:8px;}
#notice1 li, #notice2 li{
    float:left;
	width:211px;}

#links li{
	background:url(arrow.gif) no-repeat left center;
	width:186px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-left:6px;
	padding-left:14px;}	
.link_title{}
.link_URL{
    font-size:9px;
	color:#999999;
	margin-left:4px;}
.link_title:link{
    color:#406A80;
    text-decoration:none;}
.link_title:visited{
    color:#777;
    text-decoration:none;}
.link_title:hover{
    color:#00AAFF;
	text-decoration:underline;}	
	
.notice_title1{
    float:left;
    width:139px;
	margin:2px 0 0 4px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;}
.notice_title1:link{
    color:#406A80;
    text-decoration:none;}
.notice_title1:visited{
    color:#777;
    text-decoration:none;}
.notice_title1:hover{
    color:#00AAFF;
	text-decoration:underline;}
.data1{
    float:left;
	font-size:10px;
	color:#8A9499;
	margin-left:4px;}
	
/*中间栏部分 ↓*/	
#mid_content{
    float:left;
	width:495px;
	margin:-42px 0 0 6px;}
	
/*新闻列表 ↓*/		
#news_list{
    list-style:none;
	float:left;
	line-height:26px;
	/*height:150px;*/
	background:#fff7e0;
	margin:-4px 0 0 2px;
	_margin:-4px 0 0 1px;
	width:491px;
	padding-top:8px;}
#news_list li{
    float:left;
	width:480px;
	border-bottom:1px dashed #FFDF80;
	background:url(../images/title_icon.gif) center left no-repeat;
	margin-left:6px;
	_margin-left:3px;}
.news_title{
    float:left;
    width:380px;
	margin:2px 0 0 10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;}
.news_title:link{
    color:#404040;
    text-decoration:none;}
.news_title:visited{
    color:#777;
    text-decoration:none;}
.news_title:hover{
    color:#FF7F00;
	text-decoration:underline;}
.news_style{
    float:left;
	margin:1px 0 0 10px;}
.news_style:link{
    color:#808080;
	text-decoration:none;}
.news_style:visited{
    color:#808080;
	text-decoration:none;}
.news_style:hover{
    color:#404040;
	text-decoration:underline;}	
.data2{
    float:right;
	font-size:10px;
	color:#8A9499;
	margin-left:2px;}

/*右边栏 ↓*/	
#right_content{
    float:left;
	width:215px;
	margin:-42px 0 0 6px;
	/*_margin:-42px 0 0 -15px;for IE6*/}
/*校务公开 ↓*/	
#news_center2, #education2{
    /*background:url(../images/affair_bg.gif) no-repeat;*/
	width:215px;
	/*height:140px;*/
	line-height:24px;
	list-style:none;
	padding-top:5px;
	margin-bottom:10px;}
.news_center_title2{
    float:left;
    width:139px;
	margin:2px 0 0 4px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;}
.news_center_title2:link{
    color:#2B4020;
	text-decoration:none;}
.news_center_title2:visited{
    color:#808080;
	text-decoration:none;}
.news_center_title2:hover{
    color:#408020;
	text-decoration:underline;}
/*校园新星 ↓*/		
#star{
    background:url(../images/star_bg.gif) no-repeat;
	width:211px;
	height:155px;
	margin-left:2px;
	line-height:18px;}
#star_face{
    float:left;
    border:1px solid #beccb8;
	margin:65px 0 0 10px;}	
#star_text{
    float:left;
	margin:64px 0 0 10px;
	text-indent:24px;}
#star_text:link{
    color:#2B4020;
	text-decoration:none;}
#star_text:visited{
    color:#808080;
	text-decoration:none;}
#star_text:hover{
    color:#408020;
	text-decoration:underline;}	
/*弟子规 ↓*/	
#dizigui{
    float:left;
    margin:0 0 0 2px;}
/*底部 ↓*/
#copyright{
    /*float:left;*/
	clear:both;
    background:url(../images/buttom_bg.gif) repeat-x;
    height:60px;
	width:950px;
/*    margin:10px 0 0 10px;
	_margin:10px 0 0 5px;*/
	margin:-70px auto 0 auto;}
#school_name{
    float:left;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 0 20px;}
#school_contact{
    clear:left;
    float:left;
	margin:10px 0 0 20px;
	color:#999999;}
#copyright_text{
    float:right;
	margin:20px 20px 0 0;
	color:#999999;}
#email{
    clear:right;
    float:right;
	margin:10px 20px 0 0;}
#email:link{
    color:#999999;
    text-decoration:none;}
#email:visited{
    color:#999999;
    text-decoration:none;}
#email:hover{
    color:#FF7F00;
	text-decoration:underline;}
	
/* 分页 */
.k_pagelist {float:left;display:table;clear:both;line-height:30px;}
.k_pagelist em {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;background:#F5F9FE;color:#14316B;font-weight:bold;font-style:normal;display:none;}
.k_pagelist strong {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#24aef2;}
.k_pagelist a {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;}
.k_pagelist a:hover{padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#cc5500;}

/* link */
.link{padding:0px;margin:0px;line-height:25px;}
.link span{background:url(arrow.gif) no-repeat 0px 8px;margin:0px;padding:0px 13px;width:185px;display:block;text-align:left;overflow:hidden;white-space:nowrap;}
.link span a:link,.link span a:visited,.link span a:active{color:#333;}
.link span i{font-style:normal;margin-left:3px;font-size:9px;}
.link span.s1 i{color:red;}
.link span.s1 a:link,.link span.s1 a:visited,.link span.s1 a:active{color:red;}

#article_content,#k_search{
    float:left;
	width:660px;
	margin:-42px 0 0 16px;
	_margin:-42px 0 0 8px;
	padding:0px 20px 20px 20px;
	/*for IE6*/}
h1{
    font-size:14px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	background:url(article_title_bg.gif);
	width:660px;
	height:30px;
	line-height:30px;}	
h3{
    font-size:14px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	width:660px;
	height:30px;
	line-height:30px;}	
#info{clear:both;text-align:right;line-height:30px;}

#text_content{text-align:left;line-height:26px;font-size:14px;word-wrap:break-word;white-space:normal;}

.next{display:block;clear:both;width:100%;line-height:26px;text-align:left;}


/* 搜索页面 */

#k_search{}
	#k_search form{margin:0px auto;line-height:30px;height:30px;font-size:14px;text-align:left;}

	#k_search {text-align:center;}
	#k_search .k_search p{text-align:right;line-height:22px;width:640px;margin:0px;}
	#k_search .k_search div{margin:15px auto;width:100%;}
	#k_search .k_search div h3{margin:0px;width:100%;text-align:left;font-size:14px;line-height:30px;}
	#k_search .k_search div p{margin:0px;width:100%;text-align:left;font-size:12px;line-height:26px;}

	#k_search .k_search div p a{}
	#k_search .k_search div p span{}

				