﻿body
{
    background: #f6f6f6;
}
.search
{
    display: none;
}
.body
{
    width: 100%;
    padding-bottom: 30px;
}
.kind-title
{
    font-size: 16px;
    margin: 15px 0 10px 20px;
}
.kind
{
}
.kind ul
{
    padding-left: 0px;
}
.kind ul li
{
    list-style: none;
    width: 94%;
    height: 34px;
    line-height: 34px;
    background: white;
    margin-top: 10px;
}
.kind ul li label
{
    margin-left: 3%;
    float: left;
}
.kind ul li span
{
    display: inline-block;
    width: 90%;
    text-align:center;
    margin-left: 1%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kind ul li span a
{
    color: black;
    text-decoration: none;
}
