﻿@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/mainabout.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:80px;padding-left:12px;padding-right:12px;background:url(../images/side_bg2.gif) no-repeat;}
			#content .side ul li{margin:0 auto;width:194px;padding-top:5px;padding-bottom:5px;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 .side ul li a.nav{ display:block; width:130px;margin-left:22px;padding-left:15px;color:#125759;text-decoration:none;background:url(../images/icon02.gif) 5px 45% no-repeat; }
			#content .side ul li a.nav:hover{ display:block; width:130px;margin-left:22px;padding-left:15px;color:#df871e; text-decoration:none;background:url(../images/icon01.gif) 5px 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:8px;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 .yearselect {margin-top:15px;color:#df871e;font-weight:bold;text-align:right;}
			   #content .main .yearselect .selected{width:155px;height:18px; margin-right:3px;}

			   #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:#1580d2;}
			   #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 .pager {margin:15px auto;}
			#content .main .maintxt .pager a{color:#626262;margin-right:8px;text-decoration:none;}
			#content .main .maintxt .pager a:hover{color:#D80401;text-decoration:underline;}