/*Ê×Ò³*/
.menuvice {
    margin-left: 15px;
    width: 95%;
    padding: 20px 0px;
}
    .menuvice a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 7px;
        width: 44%;
        height:122px;
        background-color: #6f9c97;  
        background-repeat: no-repeat;
        background-size: 100% 95px;
        color: #000000;
        line-height: 220px;
        text-align: center;
        white-space: nowrap;
        border-radius: 28px;
        background-color: rgba(21, 146, 18, 0.9);
    }

       