﻿@charset "utf-8";
/* CSS Document */
/************************************************
Author: 朱启标 abelchu@Gmail.com
Development by: Chinasky.net
Last updated: 2008/4/23
************************************************/

/*嵌入整体样式*/
@import url("style.css");

#wrapper {height:600px;background: url(../images/index_bg.gif) repeat-x top;}

#content{ height:402px;margin-top:20px;}

    #content .flash {width:892px;height:289px;margin:0 1px; z-index:-1;background:url(../images/index_fbg.gif) no-repeat;}
	    #content .flash .l { float:left;width:487px;height:289px; background:url(../images/indexnewsbg.gif) no-repeat;}
		#content .flash .r { float:right;width:330px;padding:30px 18px 0 18px;height:114px;margin-top:72px;margin-right:10px;background:url(../images/indexnewsbg.gif) no-repeat; }
/*		#content .flash .r  .link_news{ position:absolute; width:150px; height:25px; left:598px; top:158px;}
		#content .flash .r div a{ display:block;width:150px; height:25px; }
*/		#content .flash .r span { color:#0a6669;margin-right:18px;}
		#content .flash .r a {width:235px;overflow:hidden;color:#0a6669;text-decoration:none;}

	#content .fast { width:892px;height:89px; margin-top:3px;}

			#content .fast ul{ float:left;}

			#content .fast ul li{width:280px;float:left;}
			#content .fast ul li.none{ width:280px;margin-right:25px;}
			#content .fast ul li a img { display:block; width:280px; height:84px;padding-top:5px;}

			#content .fast ul li span{ width:270px; padding-left:10px; background:url(../images/icon01.gif) 0 45% no-repeat;}
			#content .fast ul li span a { color:#fff; font-size:13px; font-weight:bold;text-decoration:none;}
			#content .fast ul li span a:hover { color:#F5F4F5; font-size:13px; font-weight:bold;text-decoration:underline;}
