.caselicont{
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.tabcase {
    width: 1160px;
    height: 50px;

    margin: 30px auto 0 auto;
    text-align: center;
}
.tabcase a.on {

    font-weight: bold;
    background-color: #e0c179;
    color: #fff;
}
.tabcase a {
    display: inline-block;
    padding: 0 50px;
    line-height: 40px;
    margin: 0 30px;
    font-size: 16px;
    background-color: #f0f0f0;
    cursor: pointer;
}
.tabcase a:hover{
    font-weight: bold;
    background-color: #e0c179;
    color: #fff;
    text-decoration: none;
}
