﻿/********************* 通用样式***********************/
/* CSS Document */
body{text-align: center;}
*{margin:0;padding:0;}
body,td,input,select,textarea {font-size:12px;line-height:18px;}
ul{list-style-type:none;}
.spaceclear{clear:both;height:0px;line-height:0px;font-size:0px;}
.spaceclear8px{clear:both;height:8px;line-height:0px;font-size:0px;}
/*---------------------------页面布局---------------------------*/
/*----主页面----*/
#mainbody{width:988px;margin:0 auto;background-color:#FFF;}
/*两栏（左窄右宽）*/
.leftsmall{width:260px;float:left;vertical-align:top;}
.rightbig{width:720px;float:right;vertical-align:top;}

/*两栏（左宽右窄）*/
.leftbig{width:720px;float:left;vertical-align:top;}
.rightsmall{width:260px;float:right;vertical-align:top;}

/*两栏（左宽右窄）*/
.leftbigad{width:720px;float:left;line-height:0px;font-size:0px;}
.rightsmallad{width:260px;float:right;line-height:0px;font-size:0px;}

/*----通栏----*/
.divout{clear:both;width:100%;margin-bottom:8px;_margin-bottom:4px;}
.divoutad{clear:both;margin-bottom:8px;line-height:0px;font-size:0px;vertical-align:bottom;}

/*图片边框*/
.imgborder{border:1px #bbb solid;line-height:0px;font-size:0px;}
/*更多*/
.morelist{text-align:right;}

/*----通用字体----*/
/*灰色*/
.fontgray {color: #888;}
/*深蓝色14号*/
.fontblue14 {color: #0068b7;font-size:14px;}
/*粗体*/
.fontbold{font-weight:bold;}
/*深灰粗体*/
.fontgraybold{color: #333;font-weight:bold;}

/*----链接样式----*/
/*灰 > 红 无下划*/
a {	color:#666666;text-decoration:none;font-weight:normal;}
a:hover {color: #ff3300;text-decoration: none;}
/*蓝 > 红 有下划*/
a.bluered {	color:#0068b7;text-decoration:none;font-weight:normal;}
a.bluered:hover {color: #ff3300;text-decoration:underline;}

/*约束字符数*/
.titlenmb {white-space:nowrap;overflow: hidden; text-overflow:ellipsis;display:block;}
.linedot{width:100%;border-top:dashed 1px #bbb;line-height:0px;font-size:0px;height:8px;}

/*----页头----*/
#header{width:100%;}	
/*页头菜单*/	
#header .menutop{float:right;width:728px;height:24px;
	background:url(../images/general/header-menutop.gif) bottom no-repeat;}
#header .menutop ul{float:right;margin:4px;}
#header ul li{display:inline;padding:0 6px;border-right:1px solid #ccc;}
/*logo*/
#header .logo{clear:both;float:left;width:248px;height:90px;}
/*页头广告*/
#header .ad{float:right;height:90px;width:740px;}
/*----导航----*/
#navbody{clear:both;width:100%;
     background:url(../images/general/common1001.gif) 0px -234px repeat-x;}
#navbody ul{margin-left:76px;height:38px;}
#navbody ul li{float:left;}
#navbody ul li.active{height:38px;color:#333;font-weight:bold;
    background:url(../images/general/general.gif) 0 0 no-repeat;}
#navbody a{display:block;font-size:14px;color:#fff;width:85px;height:26px;padding-top:12px;}
#navbody a:hover{color:#333;font-weight:bold;
    background:url(../images/general/general.gif) 0 0 no-repeat;}
#navbody .active a{color:#333;font-weight:bold;}
	
/*----子导航----*/
.subbody{overflow:hidden;border-left:1px solid #0068b7;
	border-right:1px solid #0068b7;border-bottom:2px solid #0068b7;	background:#f2f2f3;}
.subbody ul{margin:4px;}
.subbody ul li{float:left;padding:4px 8px;font-size:13px;}
/*home菜单*/
.subbodyhome{overflow:hidden;padding:8px;}

/*----当前位置提醒样式----*/
#position{clear:both;height:26px;text-align:left;padding:8px 0px 4px 24px;
	background:url(../images/general/common1001.gif) 0px -273px repeat-x;}
#position span{padding-left:8px;}
	
/*----页尾----*/
#footer{clear:both;width:100%;}
#footer .footerline{
    background:url(../images/general/common1001.gif) 0px -312px repeat-x;height:10px;}	
#footer ul{margin-bottom:8px;}
#footer ul li{display:inline;padding:0 4px;border-right:1px solid #ccc;}
#footer .logoimg{width:500px;height:86px;margin:0 auto;
    background:url(../images/general/footer-logo.gif) no-repeat;}
#footer .logoimg p{padding:10px 0 0 200px;text-align:left;color:#666;}
