
    .c_wap div ul{
        width:210px;
        list-style: none;
    }
    /*.active{
        width:210px;
        padding: 10px 22px;
        text-align: center;
        background-color: #CCCCCC;
        color:#000000;
        border-radius: 5px;
        text-decoration: none;
    }*/
     .c_wap div ul li{
    background-color: #eeeeee;
        margin: 20px 0px 0 0;
        border-radius: 5px;
    }
	.c_wap:after{content:"."; height:0; display:block; visibility:hidden; clear:both; font-size:0;}
	.c_wap{zoom:1;}
    .c_wap div ul li a{
        display: block;
        padding: 10px 22px;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-size: 14px
    }
  /*  li.active a{
        background: #e30100;
        color: #fff;
        border-radius: 5px;

    }*/
    .c_wap div ul li a:hover{
            color: #fff;
    background: #e30100;
    text-align: center;
    border-radius: 5px;
    }
#myTab li:hover {
	background-color:red;
	color: #fff;
	border-radius: 5px;
}
#myTab a{
	color: #333;
}
.case-content-select ul a li{
	margin:0 5px 0 0;
}