
.header_phone {
    color: #d90000;
    background: url("/web/images/nav_phone_red.png");
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 20px 20px;
}
.page_tit{
    font-size: 32px;
    color: #333;
    text-align: center;
    margin: 100px 0px 50px;
}
.index_case_list li{
    margin-bottom: 6px;
}
.index_case_hover .index_case_tit {
    font-size: 20px;
    margin-top: -60px;
    margin-bottom: 0px;
}
.index_case_hover img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}


.isAll{
    width: 100%;
    height: 70px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
	letter-spacing: 0px;
    color: #666;
    margin: 30px 0px 120px;
}
.index_case_tit {
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    line-height: 34px;
    height: 85px;
    color: #fff;
    white-space: break-spaces;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_case_cover .index_case_tit{
    -webkit-line-clamp: 1;
    height: 54px;
}


@media (max-width:768px) {
    .page_tit{
        font-size: 18px;
        margin: 20px 0px;
    }
    .index_case_list li{
        margin-bottom: 7px;
    }
    .index_case_hover .index_case_tit {
        font-size: 20px;
        margin-top: -60px;
        margin-bottom: 0px;
    }
    .index_case_hover img {
        width: 40px;
        height: 40px;
    }
    
    .isAll{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 20px 0px;
    }
}