/*--- 功能：首页 ---*/
/*--- 作者：Gavin ---*/
/*--- 时间：2008-11-21 ---*/


#sideBar{
float:left;
width:265px;
background:#0B4797 url(sideBarBg.gif) repeat-x;
}
#logo{
padding-top:54px;
}
#banner{
padding-top:81px;
height:693px;
}

/*--- mainContert ---*/
#mainContent{
float:right;
width:671px;
}
#mainContent ul li div.list{
text-align:left;
float:left;
margin:20px 0 0 14px;
display:inline;
}
#mainContent ul li div.list01{
width:295px;
}
#mainContent ul li div.list02{
margin-left:12px;
width:338px;
}
.indexTitle01,
.indexTitle02,
.indexTitle03,
.indexTitle04,
.indexTitle05,
.indexTitle06{
background:url(titleImg.gif) no-repeat left 50%;
border-bottom:1px solid #999;
padding:4px 0;
padding-left:13px;
}
.indexTitle01 a,
.indexTitle02 a,
.indexTitle03 a,
.indexTitle04 a,
.indexTitle05 a,
.indexTitle06 a{
height:21px;
display:block;
background-repeat:no-repeat;
}
.indexTitle01 a{
background-image:url(title01.gif);
}
.indexTitle02 a{
background-image:url(title02.gif);
}
.indexTitle03 a{
background-image:url(title03.gif);
}
.indexTitle04 a{
background-image:url(title04.gif);
}
.indexTitle05 a{
background-image:url(title05.gif);
}
.indexTitle06 a{
background-image:url(title06.gif);
}
.indexTitle01 a:hover{
background-image:url(title01Over.gif);
}
.indexTitle02 a:hover{
background-image:url(title02Over.gif);
}
.indexTitle03 a:hover{
background-image:url(title03Over.gif);
}
.indexTitle04 a:hover{
background-image:url(title04Over.gif);
}
.indexTitle05 a:hover{
background-image:url(title05Over.gif);
}
.indexTitle06 a:hover{
background-image:url(title06Over.gif);
}
.newsList{
margin-top:6px;
min-height:100px; 
height:auto !important; 
height:100px; 
overflow:visible;
background:none;
}
.newsList li{}
.newsList li a{
background:url(listImg.gif) no-repeat 0 50%;
height:20px;
line-height:20px;
padding:0 20px 0 10px;
}
.newsList li a:hover{}
.newsList span{
background:url(listImg.gif) no-repeat 0 50%;
height:20px;
line-height:20px;
padding:0 20px 0 10px;
}

/*--- 介绍 ---*/
.intro{
margin:20px 0 0 10px;
width:649px;
background:url(introBg01.gif) repeat-y;
}
.introWrapper1{
background:url(introBottomBg.gif) no-repeat left bottom;
}
.introWrapper2{
background:url(introTopBg.gif) no-repeat left top;
min-height:100px; 
height:auto !important; 
height:100px; 
overflow:visible;
}
.introContent{
background:url(introBg02.gif) no-repeat left 20px;
padding:12px 17px;
}
.intro h3{
background:url(listImg02.jpg) no-repeat left 0;
min-height:30px; 
height:auto !important; 
height:30px; 
overflow:visible;
color:#0B4797;
line-height:24px;
padding-left:30px;
}
.intro h3 a{
color:#0B4797;
}
.intro h3 a:hover{
text-decoration:underline;
}

/*--- 首页Tag ---*/
#tags{
background:url(tagsBg.gif) repeat-x;
border:#7F9DB9 1px solid;
height:94px;
width:649px;
margin:20px 0 0 10px;
position:relative;
}
#tags ul{
padding-left:10px;
position:absolute;
top:11px;
left:0;
z-index:2;
}
#tags ul li{
position:relative;
float:left;
cursor:pointer;
margin-right:6px;
background:url(indexTagsBg.gif) repeat-x;
display:block;
height:33px;
line-height:33px;
font-weight:bold;
padding:0 14px;
color:#fff;
}
#tags ul li span.tagLeft{
position:absolute;
top:0;
left:0;
width:3px;
height:33px;
line-height:33px;
background:url(indexTagsBgLeft.gif) left top;
}
#tags ul li span.tagRight{
position:absolute;
top:0;
right:0;
width:3px;
height:33px;
line-height:33px;
background:url(indexTagsBgRight.gif) right top;
}
#tags ul li.click{
color:#044191;
background:url(indexTagsClickBg.gif) repeat-x;
}
#tags ul li.click span.tagLeft{
position:absolute;
top:0;
left:0;
width:3px;
height:33px;
line-height:33px;
background:url(indexTagsClickBgLeft.gif) left top;
}
#tags ul li.click span.tagRight{
position:absolute;
top:0;
right:0;
width:3px;
height:33px;
line-height:33px;
background:url(indexTagsClickBgRight.gif) right top;
}
#tags ul li.over{
color:#fff;
background:url(indexTagsOverBg.gif) repeat-x;
}
#tags ul li.over span.tagLeft{
position:absolute;
top:0;
left:0;
width:3px;
height:33px;
line-height:33px;
background:url(indexTagsOverBgLeft.gif) left top;
}
#tags ul li.over span.tagRight{
position:absolute;
top:0;
right:0;
width:3px;
height:33px;
line-height:33px;
background:url(indexTagsOverBgRight.gif) right top;
}
#tags #tagsContent{
height:51px;
width:633px;
position:absolute;
bottom:0;
left:0;
z-index:1;
}
#tags #tagsContent div{
padding-top:14px;
}