/*Ê×Ò³*/
.menuvice {
    margin: auto;
    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;
        color: #990000;
        line-height: 220px;
        text-align: center;
        white-space: nowrap;
        border-radius: 28px;
		background-position: center;
    }
	.menuvice a span {
	display: block;
	content: " ";
	position: relative;
	width: 100%;
	height: 140px;
	background-position: center 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-size:200px 95px;
    border-radius: 28px;
}

        .menuvice a:nth-child(6n+1) {
          background-color: rgba(223, 235, 232, 0.9);
        }

        .menuvice a:nth-child(6n+2) {
           background-color: rgba(223, 235, 232, 0.9);
        }

        .menuvice a:nth-child(6n+3) {
          background-color: rgba(223, 235, 232, 0.9);
        }

        .menuvice a:nth-child(6n+4) {
            background-color: rgba(223, 235, 232, 0.9);
        }

        .menuvice a:nth-child(6n+5) {
           background-color: rgba(223, 235, 232, 0.9);
        }

        .menuvice a:nth-child(6n+6) {
           background-color: rgba(223, 235, 232, 0.9);
        }