﻿@charset "utf-8";
/*
	Theme Name:鞍山卫生信息网
	Theme URI: 
	Description: Theme designed by moxao
	Template: moxao
*/ 

/*
KISSY CSS Reset
*/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,form{ /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

body{background:#fff;}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 15px; color:#F00 }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color:#000;}
a:hover { text-decoration: none; color:#d53a58;}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/* 清理浮动 */
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

select option{margin-right:-3px;}
/*
		推荐使用的元素
		1. 结构元素：blockquote, body, br, div, h1 - h6, head, hr, html, p
		2. 头部元素：base, link, meta, script, style, title
		3. 列表元素：ul, ol, li, dl, dt, dd
		4. 文本格式元素：a, abbr, acronym, address, bdo, cite, code, del, dfn, em, ins, kbd, noscript, pre, q, samp, small, span, strong, sub, sup, var
		5. 表单元素：button, fieldset, legend, form, input, label, optgroup, option, select, textarea
		6. 多媒体元素：area, img, map, object, param
		7. 表格元素：caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr
		8. 窗体元素：iframe 
		
		
		
		不推荐使用的元素
		1. 结构元素：无
		2. 头部元素：无
		3. 列表元素：dir, menu
		4. 文本格式元素：b, basefont, big, blink, center, comment, font, i, marquee, nobr, plaintext, ruby, s, strike, u, wbr, xmp
		5. 表单元素：isindex
		6. 多媒体元素：applet, bgsound, embed, noembed
		7. 表格元素：无
		8. 窗体元素：frame, frameset, noframes 
		
		
		
		转世重生的元素
		1. s - 表示 sprite, 可以用 <s></s> 来做 icon 的占位元素
		2. b - 表示 border, 可以用来作为圆角的占位元素
		3. i - 预留，尚未想到合理的复活理由 
*/





#header{width:1000px; height:149px; margin:0 auto;background:#eeffee;}

#nav{background:url(../images/nav_bg.png) repeat-x; width:1000px; height:42px; margin:0 auto;}
#nav ul{width:1000px; height:42px; margin:0 auto; background:url(../images/nav_bg.png) repeat-x;}
#nav li{font-size:14px; font-weight:900; margin:0px 10px; float:left;}
#nav a{color:#fff; padding:0px 7px 0px 12px; height:42px; display:block; line-height:42px; position:relative; float:left;}
#nav a.select{background:url(../images/nav_on.gif); color:#006600;}
#nav .r{background:url(../images/nav_on.gif) -295px 42px; height:42px; display:block; width:5px; position:absolute; right:-1px; top:0px;}

.page{width:980px; margin:0 auto; background:#eeffee; padding:15px 10px;}

	.side{width:240px; float:left;}
	.main{width:730px; float:right;}
	
	/* 模块顶部边线 */
	.T_border1{background:#dbdbdb; height:1px; font:0; overflow:hidden; clear:both; border-left:#eeffee 2px solid;}
	.T_border1_r{width:2px; height:1px; font:0; overflow:hidden; background:#eeffee; float:right;}
	.T_border2{background:#63c963; height:1px; font:0; overflow:hidden; clear:both; border-left:#dbdbdb 1px solid; margin-left:1px;}
	.T_border2_r{width:1px; height:1px; font:0; overflow:hidden; background:#eeffee; float:right; border-left:#dbdbdb 1px solid;}
	.T_border3{background:#63c963; margin:0 auto; border-left:#dbdbdb 1px solid; border-right:#dbdbdb 1px solid; height:1px; font:0; overflow:hidden; clear:both;}
	/* 模块底部边线 */
	.B_border1{background:#dbdbdb; height:1px; font:0; overflow:hidden; clear:both; border-left:#eeffee 2px solid;}
	.B_border1_r{width:2px; height:1px; font:0; overflow:hidden; background:#eeffee; float:right;}
	.B_border2{background:#eeffee; height:1px; font:0; overflow:hidden; clear:both; border-left:#dbdbdb 1px solid; margin-left:1px;}
	.B_border2_r{width:1px; height:1px; font:0; overflow:hidden; background:#eeffee; float:right; border-left:#dbdbdb 1px solid;}
	.B_border3{background:#eeffee; margin:0 auto; border-left:#dbdbdb 1px solid; border-right:#dbdbdb 1px solid; height:1px; font:0; overflow:hidden; clear:both;}
	/* 模块通用内容区域 */
	.container{clear:both; border-left:#dbdbdb 1px solid; border-right:#dbdbdb 1px solid;}
	
		


/* side */
	#oa_login{width:240px; height:146px; overflow:hidden; margin-bottom:10px; clear:both;}
	#oa_login .con{height:138px; background:#f9f9f9;}
	#oa_login h2{height:42px; line-height:42px; clear:both; color:#366a0a; font-size:12px; font-weight:normal; text-indent:40px; background:url(../images/oa_ico.gif) no-repeat 16px 0px;}
	#oa_login form{padding:0px 18px;}
	#oa_login label{height:20px; width:100%; display:block; margin-bottom:10px;}
	#oa_login .inp{height:18px; border-top:#b8b8b8 1px solid; border-left:#b8b8b8 1px solid; border-bottom:#dbdbdb 1px solid; border-right:#dbdbdb 1px solid; line-height:18px; padding-left:2px; margin-left:8px; width:140px; vertical-align:middle;}
	#oa_login .sub{border:none 0; height:24px; width:82px; background:url(../images/oa_submit.gif); margin-left:48px; vertical-align:middle;}
	#oa_login .help{height:24px; line-height:24px; margin-left:14px; display:inline-block;}
	
	.special{width:240px; height:60px; clear:both; margin-bottom:10px; background:#63c963; color:#fff; line-height:60px; text-align:center;}
	
	#service{width:240px; margin-bottom:10px; clear:both;}
	#service h2{height:40px; line-height:40px; clear:both; color:#366a0a; font-size:14px; font-weight:900; text-indent:20px; background:url(../images/service_h2.png); color:#FFF;}
	#service .body{width:240px; height:80px; background:url(../images/service_bg.png);}
	#service ul{width:200px; margin:0 auto; padding-top:10px;}
	#service li{width:100px; text-align:center; float:left; line-height:26px;}
	#service a{color:#FFF;}
	#service a:hover{color:#d53a58;}
	
	.l_wrapper{border:#dbdbdb 1px solid; padding:1px; width:238px; margin-bottom:10px;}
	.l_wrapper h2{line-height:29px; height:29px; color:#FFF; font-size:14px; font-weight:900; background:url(../images/l_wrapper_h2.png); text-indent:20px;}
	.l_wrapper ul.u1{padding:8px;}
	.l_wrapper ul.u2{padding:8px 0px;}
	.l_wrapper ul.u3{height:100px;}
	.l_wrapper li.a1{line-height:20px; background:url(../images/l_wrapper_p.png) no-repeat 0px 8px; width:200px;text-indent:12px; height:20px; overflow:hidden;}
	.l_wrapper li.a2{line-height:30px; text-indent:30px; height:30px; overflow:hidden; display:inline;width:238px;}
	.l_wrapper li.a2 a{display:block; background:url(../images/l_wrapper_b.png) no-repeat 4px 1px;}
	.l_wrapper li.a2 a:hover{background:url(../images/l_wrapper_a.png) #abedab no-repeat 8px 0px;}
	
	#tel{width:240px; margin-bottom:10px; clear:both;}
	#tel h2{height:40px; line-height:40px; clear:both; color:#366a0a; font-size:14px; font-weight:900; text-indent:20px; background:url(../images/service_h2.png); color:#FFF;}
	#tel .body{width:240px; height:165px; background:url(../images/tel_bg.png); color:#fff;}
	#tel p{width:160px; margin:0 auto; line-height:140%; padding-top:14px;}
	
	#fpage{clear:both; padding:10px 20px;}
	#fpage a{padding:3px 6px; border:#CCC 1px solid; margin-right:8px; color:#999;}
	#fpage a:hover{color:#d53a58; background:#fff;}




		.footer{width:100%; background:url(../images/footer_bg.gif) repeat-x; clear:both;}
		.footer .s{width:100%; text-align:center; color:#FFF; line-height:42px; clear:both;}
		.footer p{padding:10px 0px; text-align:center; line-height:180%;}

/*

<div class="T_border1"><div class="T_border1_r"></div></div>
<div class="T_border2"><div class="T_border2_r"></div></div>
<div class="T_border3"></div>
<div class="T_border3"></div>

<div class="B_border3"></div>
<div class="B_border3"></div>
<div class="B_border2"><div class="B_border2_r"></div></div>
<div class="B_border1"><div class="B_border1_r"></div></div>

*/

.gd{color:#FFF;}
.black{color:#000!important;background:none!important;padding-left:0px!important;}








.search{width:1000px; margin:0 auto; height:24px; clear:both; background:url(../images/search_bg.gif); color:#FFF; padding-top:4px;}
.search label{padding-left:30px;}

.search .s_input{height:18px; width:180px; border:#6C6 1px solid; margin-bottom:4px; vertical-align:middle; margin-left:10px;}

.search .s_in{height:19px;width:50px; border:#6C6 1px solid; color:#fff;  margin-bottom:4px; vertical-align:middle; background-color:transparent; margin-left:4px;}

.s_l{line-height:22px; width:400px; padding-left:10px; float:left;}
.s_r{height:22px;line-height:22px; float:right;}

.s_l a{color:#fff;}

.time{float:right;margin-right:3px}











