.xtitle {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 48px;
    text-align: center;
    padding-top: 80px;
}
.case{
    overflow: hidden;
    background: #FAFAFA;
    padding-bottom: 80px;
}
.case-info1{
    background: url(/Modules/images/shuisuo_tax/case_img1.jpg) center no-repeat;
}
.case-info2{
    background: url(/Modules/images/shuisuo_tax/case_img2.jpg) center no-repeat;
}
.case-info3{
    background: url(/Modules/images/shuisuo_tax/case_img3.jpg) center no-repeat;
}
.case-info{
    width: 389px;
    height: 230px;
    float: left;
    position: relative;
    margin-right: 16px;
    margin-top: 40px;
}
.case-info-last{
    margin-right: 0;
}
.case-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 24px;
    margin-left: 24px;
}
.case-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 8px;
}
.case-btn{
    width: 118px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #1F6CDD;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 24px;
    bottom: 30px;
}