﻿@charset "utf-8";
/* CSS Document */
/************************************************
Author: 朱启标 abelchu@Gmail.com
Development by: Chinasky.net
Last updated: 2008/4/23
************************************************/

/*嵌入整体样式*/
@import url("css.css");

#wrapper {}


#content{width:803px;}

	#content .side {width:216px;height:554px;background:url(../images/side_news.gif) no-repeat top;}

			#content .side h1{ width:190px;padding-top:8px; margin-left:20px;padding-left:6px; color:#fcfcfc; font-size:13px; font-weight:bold;background:url(../images/icon3.gif) no-repeat 0 15px;}

		    #content .side ul{ float:left;margin-top:-1px;padding-top:2px;padding-left:5px;}
			#content .side ul li{width:166px;margin-bottom:2px;}
			#content .side ul li a{ display:block; width:147px;height:26px;padding-left:19px;padding-top:12px;color:#fcfcfc;font-weight:bold;text-decoration:none;background:url(../images/nav.gif) no-repeat; }
			#content .side ul li a.hover{ display:block;width:147px;height:26px;padding-left:19px;padding-top:12px;color:#fcfcfc;font-weight:bold; text-decoration:none;background:url(../images/icon01.gif) 4px 45% no-repeat;}
			#content .side ul li a:hover{ display:block;width:147px;height:26px;padding-left:19px;padding-top:12px;color:#fcfcfc;font-weight:bold; text-decoration:none;background:url(../images/icon01.gif) 4px 45% no-repeat;}


	#content .main{width:587px;overflow:hidden;}

	      #content .main .maintop {width:587px;}

		        #content .main .maintop .breadcrumb {float:left;width:287px;padding-top:8px;color:#7f7f7f;text-align:left;}
			    #content .main .maintop .breadcrumb a, .breadcrumb strong {padding:0 .5em 0 0;color:#7f7f7f !important;text-decoration:none;}
				
			    #content .main .maintop .search{ float:right;width:250px;padding-bottom:9px;color:#bebebe;font-weight:bold;}	
				#content .main .maintop .search .input_text {float:left; width:165px;padding-left:5px; height:19px; border:#bebebe 1px solid;background:#fff;color:#b3bbbb}
				#content .main .maintop .search .btn{ border:0; width:59px; height:22px;background:url(../images/search.gif) no-repeat;}



		   #content .main .maintxt {width:587px;margin-top:35px;}

                  #content .main .maintxt .topnews {padding-top:10px;padding-left:17px;width:570px;height:100px;background:#eaeaea;}
					    #content .main .maintxt .topnews .img{ float:left;width:114px;height:84px; background:#fff;padding:2px;border:#c1c1c1 solid 1px;}
						#content .main .maintxt .topnews .img a img { width:114px;height:84px;border:0px;}					 
					    #content .main .maintxt .topnews dl{ float:left;margin-left:20px;}
					    #content .main .maintxt .topnews dl dt a{ color:#037e1f;font-weight:bold;margin-bottom:3px;text-decoration:none;}
						#content .main .maintxt .topnews dl dt a:hover{ color:#797979;font-weight:bold;margin-bottom:3px;text-decoration:none;}
					    #content .main .maintxt .topnews dl dt span{margin-left:5px;font-size:11px;font-weight:normal;color:#797979;}
					    #content .main .maintxt .topnews dl dd{ margin-right:5px;;width:380px;line-height:20px;color:#797979;}
					    #content .main .maintxt .topnews dl dd a{margin-left:3px;color:#797979;text-decoration:none;}
					    #content .main .maintxt .topnews dl dd a:hover{margin-left:3px;color:#00a53a;text-decoration:none;}


			      #content .main .maintxt ul {float:left;margin-top:18px;margin-left:10px;width:577px;}
			      #content .main .maintxt ul li{ float:left;width:567px; margin-bottom:2px;padding-left:10px;background:url(../images/icon09.gif) no-repeat 0 48%;}
			      #content .main .maintxt ul li a { width:450px;float:left;display:block; color:#585858;text-align:left;text-decoration:none;}
				  #content .main .maintxt ul li span { width:117px;color:#585858;float:right;text-align:left;}
				  #content .main .maintxt ul li a:hover { display:block;color:#1d6b98;text-align:left;text-decoration:underline;}

				/*翻页*/
				#content .main .maintxt .page{width:577px;border-top:#9ac6c8 dotted 1px;clear:both;height:23px;margin-top:8px;padding-top: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{text-align:center;width:30px;height:15px;padding-bottom: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;}


                   /*详细页*/
                  #content .main .maintxt .toptitle {padding-top:9px;width:587px;height:29px;background:#eaeaea;text-align:center;font-size:15px;font-weight:bold;color:#037e1f;}
				  #content .main .maincontent {text-align:justify;text-justify:inter-ideograph;margin-top:25px;color:#8f8f8f;margin-left:22px;margin-right:26px;text-align:center;}
				  #content .main .maincontent p {margin-bottom:15px;line-height:150%;text-align:left;}
				  #content .main .maincontent img {margin-bottom:15px;border:0;}
