/*Ê×Ò³*/
.menuvice {
    margin: auto;
    margin-top:20px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}




.menuvice a {
    display:inline-block;
    overflow: hidden;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    width: 50%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: left 5% center;
    text-indent: 80px;
    font-weight: bold;
    font-size: 16px;
    line-height: 90px;
    text-align:center;
    margin:-2px;

    }