#cate-type-list {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    padding: 0 16px 20px 16px;
    margin-top: 18px;
    background: #f6f6f6;
}

#cate-type-list dt {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    border-bottom: 1px dotted #ccc;
}

#cate-type-list dd {
    text-indent: 18px;
    font-size: 15px;
    border-radius: 3px;
    margin: 10px 0;
    height: 50px;
    line-height: 50px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#cate-type-list dd a {
    display: block;
}

#cate-type-list dd a:hover {
    color: #222;
}

#cate-type-list dd:hover {
    text-indent: 18px;
    background-color: #fff;
    color: #222;
    font-weight: bold;
    border-left: 5px solid #3460C6;
}


.page-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-indent: 18px;
    margin: 10px 0 30px 30px;
    border-bottom: 2px solid #0689db;
}

#case-list {
    margin-left: 2%;
}

#case-list .case-body {
    margin: 0 2% 20px 2%;
    width: 93%;
}
.case-body .img-info{
    height: 220px;
}
#case-list .case-body:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

#case-list .case-title a:hover {
    color: #000;
    font-weight: bold;
}

#case-list .case-body img {
    width: 100%;
}

#case-list .case-title {
    background-color: #f8f8f8;
    transition: all .4s;
    border-radius: 3px;
}

#case-list .case-title h2 {
    line-height: 18px;
    font-size: 18px;
    padding: 16px;
    color: #555;
    text-align: center;
    margin: 0;
}

.case-title a {
    color: #000;
}

.case-title a:hover {
    color: #0d6fb8 !important;
}
