
.content{
    display: table;
    clear: both;
    margin-bottom: 10px;
}
.content .menuCon{
    min-height: 100px;
    line-height: 50px;  
    margin-right: 10px;
}
.content .menuCon h2{ 
    text-align: center;
    background-color: #003366;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    
}
.content .menuCon li{
    position: relative;
    height: 50px;
    background-color: #fff;  
}
.content .menuCon li a{ 
    display: block;
    height: 50px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 15px;
}
.content .menuCon li:hover{
    background-color: #f9fbfd;
}