section {
    padding-bottom: 13px;
    padding-top: 0;
}

.crumbs {
    font-size: 13px;
}

.crumbs .crumbs_all {
    color: #414141;
}

.crumbs .crumbs_name {
    color: #919193;
}

.crumbs .crumbs_name:hover {
    color: #414141;
}

.type {
    margin: 0 auto;
}

.crumbs {
    line-height: 50px;
}

.type .tea>div {
    background-color: #fff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.type .tea a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.type .tea img {
    width: 100%;
    height: 245px;
}

.type .h35 p {
    padding: 20px 40px 0;
    color: #414141;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 18px;
    height: 36px;
}

.type .h35 div {
    padding-top: 10px;
    color: #9C9C9D;
    font-size: 14px;
}

.type .h35 div i {
    font-size: 16px;
    color: #F23B11;
}

.no_result {
    font-size: 18px;
    color: #9B9B9D;
    text-align: center;
    margin: 171px auto;
}

.no_result img {
    width: 158px;
    margin-bottom: 30px;
}

.crumbs i {
    margin: 0 5px;
}

.sort {
    margin-left: 20px;
    width: 900px;
    padding-bottom: 20px;
}

.sort li {
    margin-left: 5px;
    padding-top: 20px;
    line-height: 10px;
}