﻿#tabs
{
    width:100%;
    
} 

#tabMenu
{
    background:#E97B00;
    width:96%;
    margin:0px;
    list-style:none;
    height:32px;
    padding-left:15px;
}
#tabs li
{
    float:left;
    width:146px;
    background:#015A84;
    height:28px;
    margin-top:4px;
    border:1px solid #eeeeee;
    text-align:center;
    line-height:28px;
    cursor:pointer;
    color:#ffffff;
    
}
 

/*容器内文本样式*/
.tabBg
{
    border-bottom:1px dashed #cccccc;
    clear:both;
    height:auto;
    position:relative;
    margin:0px;
    padding:0px;
    height:100px;
    
}
.tabLeft
{
    float:left;
    margin:0px;
    padding:0px;
    width:120px;
    clear:left;
    height:100%;
}
.tabLeft img
{
    margin:3px;
    width:120px;
    height:64px;
    margin-top:15px;
}
.tabRight
{
    float:left;
    clear:right;
    margin-left:16px;
    padding:0px;
    width:400px;
}

.tabRight h3 
{
 margin-top:15px;
 margin-bottom:4px;
 color:#015A84;
 font-size:14px;
}

.tabRight h3 a
{
     color:#015A84;
   
}
a.aHomeDetail
{
   color:#E97B00;
    margin-left:3px;
    padding-right:15px;
    background:url(img/detailIcon.gif) no-repeat;
    background-position:45px 3px;
    font-weight:bold;
    font-size:14px;
 
}
