a{}
ul,
ol,
li
{
    margin: 0;

    list-style-type: none;}
.l1-tab{
    display:block;
    width: 240px;
    float: left;
    padding:0;
    height: auto;
    background:#F6F6F6;
    border-bottom: 3px solid #F0C555;}
.l1-tab li{
    width: 100%;
    height: 60px;}
.l1-tab li a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #848484;
    border-bottom: 1px solid #E1E1E1;}
.l1-tab li span{
    display: inline-block;
    opacity: 0;
    padding-left: 14px;}
.l1-tab li:hover a{
    color: #084a9e;
    border-bottom: 1px solid  #084a9e;}
.l1-tab li:hover span{
    opacity: 1;}
.l1-tab li.on a{
    color: #084a9e;
    border-bottom: 1px solid  #084a9e;}
.l1-tab li.on span{
    opacity: 1;}

