﻿@charset "utf-8";
/* CSS Document */
/************************************************
Author: 朱启标 abelchu@Gmail.com
Development by: Chinasky.net
Last updated: 2008/4/23
************************************************/

/*嵌入整体样式*/
@import url("css.css");

#wrapper {background:#e4fffc url(../images/mainbg.gif) repeat-x top;}

#browser {background: url(../images/mainjob.gif) no-repeat top;}

#wrapper2 {background: url(../images/bg_bottom.gif) repeat-x bottom;}

#content{width:936px;padding-left:67px;margin-top:10px;}

	#content .side {width:228px;margin-right:24px;}

			#content .side h1{ width:213px;padding-top:4px; padding-left:15px; color:#216a6b; font-size:13px; font-weight:bold;background:url(../images/side_top.gif) no-repeat;}

		    #content .side ul{ float:left;margin-top:-1px;width:204px;padding-top:2px;padding-bottom:30px;padding-left:12px;padding-right:12px;background:url(../images/side_about.gif) no-repeat;}
			#content .side ul li{margin:0 auto;width:194px;padding-top:8px;padding-bottom:8px;border-bottom:#75cac2 solid 1px;}
			#content .side ul li a{ display:block; width:131px;padding-left:27px;color:#216a6b;text-decoration:none;background:url(../images/icon02.gif) 4px 45% no-repeat; }
			#content .side ul li a.hover{ display:block; width:131px;padding-left:27px;color:#df871e;font-weight:bold; text-decoration:none;background:url(../images/icon01.gif) 4px 45% no-repeat;}
			#content .side ul li a:hover{ display:block; width:131px;padding-left:27px;color:#df871e; text-decoration:none;background:url(../images/icon01.gif) 4px 45% no-repeat;}


	#content .main{width:605px;overflow:hidden;background:url(../images/main_bg_top.gif) no-repeat top;}

			#content .main .txt {margin-top:25px;background:url(../images/main_bg_body.gif) #fff no-repeat top;padding-left:12px;padding-right:12px;padding-top:10px;padding-bottom:20px;}

			   #content .main .maintitle {margin-top:22px;height:25px;color:#df871e;font-size:15px;font-weight:bold;text-align:left;padding-left:15px;padding-top:6px;background:url(../images/main_title.gif) left 45% no-repeat;}

			   #content .main .detail_title {margin-top:22px;width:579px;padding-bottom:3px;text-align:center;border-bottom:#adadad solid 1px;}
			   #content .main .detail_title h1 { width:579px;color:#1580d2;font-weight:bold;font-size:14px;margin-bottom:2px;}
			   #content .main .detail_title h2 { width:579px;color:#adadad;}
			   #content .main .detail_title h2 span { margin-right:25px;}

			   #content .main .maintxt {min-height:380px; height:auto !important; height:380px;margin-top:25px;color:#585858;line-height:150%;}
			   #content .main .maintxt p {margin-bottom:20px;}

			      #content .main .maintxt img {margin-left:15px;margin-bottom:12px;border:0;}


			/*翻页*/
			#content .main .maintxt .page{border-top:#9ac6c8 dotted 1px;clear:both;height:23px;margin-top:8px;padding-top:15px;padding-bottom:15px;color:#626262;/*background:#f5f1f8;*/text-align:right;}
			#content .main .maintxt .page img {padding-top:3px;padding-left:3px;padding-right:3px;}
			#content .main .maintxt .page .input_txt{width:30px;height:16px;padding:0px;margin-right:3px;border:#636363 solid 1px;}
			#content .main .maintxt .page .btn{ margin-bottom:2px;border:0; width:25px; height:15px;background:url(../images/go.gif) no-repeat;text-indent:-999pt;}
			#content .main .maintxt .page a{color:#626262;margin-right:8px;text-decoration:none;}
			#content .main .maintxt .page a:hover{color:#D80401;text-decoration:underline;}


			   table.box1 {color:#585858;text-align:center;}			  
			   table.box1 td.td0 {color:#216a6b;text-align:center;line-height:180%;font-weight:bold;font-size:13px;}
			   table.box1 td.td1 {color:#585858;text-align:center;line-height:180%;}
			   table.box1 td.td1 a{ color:#216a6b;text-decoration:none; }
			   table.box1 td.td1 a:hover{ color:#525252; text-decoration:underline;}


			   table.box2 {color:#585858;text-align:center;}
			   table.box2 td.td0 {color:#216a6b;text-align:center;line-height:180%;font-weight:bold;font-size:13px;}
			   table.box2 td.td1 {color:#585858;text-align:left;padding-left:5px;line-height:180%;}
			   table.box2 td.td1 a{ color:#216a6b;text-decoration:none; }
			   table.box2 td.td1 a:hover{ color:#525252; text-decoration:underline;}

