.new-guest-kol-case{
        width: 100%;
        height: 955px;
        background-color: #fff;
        padding-top: 1px;
    }
    .new-guest-kol-title{
        font-size: 30px;
        color: #333;
        font-weight: bold;
        margin-top: 62px;
        text-align: center;
    }
    .new-guest-kol-title>span{
        color: #FF2741;
    }
    .xhs-case-tabbar{
        width: 400px;
        margin: 30px auto;
    }
    .xhs-case-tabbar-li{
        width: 120px;
        height: 38px;
        border: 1px solid #efefef;
        line-height: 38px;
        text-align: center;
        font-size: 16px;
        color: #666;
        float: left;
        margin-right: 16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .xhs-case-tabbar-li:last-child{
        margin-right: 0;
    }
    .xhs-case-tabbar-li-checked,.xhs-case-tabbar-li:hover{
        background-color: #ff0000;
        color: #fff;
        cursor: pointer;
    }
    .xhs-case-content-box{
        top: 50px;
        position: relative;
        width: 1200px;
        height: 606px;
        margin: 0 auto 70px;
        background: url("/images/xhs_case_left_bg.png") center center  no-repeat;
    }
    .xhs-case-content-li{
        width: 100%;
    }
    .xhs-case-left{
        width: 335px;
        height: 604px;
        display: block;
        float: left;
        margin-left: 90px;
        margin-right: 79px;
    }
    .xhs-case-right{
        float: left;
        margin-top: 70px;
    }
    .xhs-case-right-li{
        width: 327px;
        height: 270px;
        /*margin-left: 60px;*/
    }
    .xhs-case-right-li-top{
        height: 60px;
        margin-bottom: 25px;
    }
    .xhs-case-icon-box{
        width:60px;
        height:60px;
        line-height: 60px;
        text-align: center;
        border:1px solid #ff0000;
        border-radius:4px;
        float: left;
        margin-right: 10px;
    }

    .xhs-case-icon-box:nth-child(1) i{    background: url(/images/ico1.jpg) center no-repeat;     height: 60px;}
    .xhs-case-icon-box:nth-child(2) i{    background: url(/style/images/ico2.jpg) center no-repeat;     height: 60px;}
    .xhs-case-icon-box:nth-child(3) i{    background: url(/style/images/ico3.jpg) center no-repeat;     height: 60px;}
    .xhs-case-icon-box:nth-child(4) i{    background: url(/style/images/ico4.jpg) center no-repeat;     height: 60px;}


    .xhs-case-icon-box i{
        display: block;
        font-size: 26px;
        color: #ff0000;
    }
    .xhs-case-right-li-top h3{
        font-weight: bold;
        margin: 0;
        font-size: 18px;
        color: #666;
        line-height: 60px;
    }
    .xhs-case-right-li-bot .xhs-case-logo{
        width:180px;
        height:80px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(239,239,239,1);
    }
    .xhs-progect-bg{
        width: 280px;
        font-size: 14px;
        color: #B2AEBB;
        line-height: 28px;
        height: 140px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .xhs-case-nember-li{
        width: 96px;
        height: 89px;
        background: url("../img/xhs_case_number_bg1.png");
        float: left;
        margin-right: 12px;
        text-align: center;
    }
    .xhs-case-nember-li:last-child{
        margin-right: 0;
    }
    .xhs-case-nember-li p{
        font-size: 14px;
        color: #B2AEBB;
        margin-top: -5px;
    }
    .xhs-case-nember-li>h3{
        font-size: 20px;
        color: #EC6F3D;
    }
    .kol-solution-case{
        width: 346px;
        background-color: #FF0000;
    }
    .kol-solution-case,.kol-solution-get{
        display: block;
        margin: 40px auto;
        height:54px;
        line-height: 54px;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .kol-solution-get{
        width:260px;
        background-color: #FF2741;
    }
    .kol-solution-case:hover{
        color: #fff;
        cursor: pointer;
        background-color: #eb233b;
    }
    .kol-solution-get:hover{
        opacity: 0.9;
        color: #fff;
        cursor: pointer;
    }