/* 主体内容 */
.global,.container{
    background-color:#f8f8f8;
}
/* 左边 */
.xq-main{
    float:left;
}
.xq-main .case-xq{
    width:840px;
    padding:40px 30px;
    border-radius:4px;
    overflow:hidden;
    background:#fff;    
}
/* 案例标题 */
.case-xq .case-title .tit{
    margin-bottom:19px;
    font-size:24px;
    font-weight:400;
    line-height:24px;
}
.case-xq .case-title .other{
    height:12px;
    color:#bbb;
}
.case-xq .case-title .other .oth-left{
    float:left;
}
.case-xq .case-title .other .oth-right{
    float:right;
}
.case-xq .case-title .other .oth-right span{
    float:left;
    display:inline-block;
    position:relative;
    vertical-align:middle;
    margin-right:22px;
    padding:0 12px;
    border-right:1px solid #eee;
}
.case-xq .case-title .other .oth-right span:first-child{
    margin-right:36px;
    border-right:none;
}
.case-xq .case-title .other .oth-right span:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none;
}
.case-xq .case-title .other .oth-right span i{
    float:left;
    left:-8px;
}
.collect-num{
    top:-3px;
}
/* 案例简介 */
.case-xq .case-summary{
    width:780px;
    margin-top:40px;
    padding:19px 30px;
    border-radius:4px;
    color:#666;
    background:#FAFAFA;
}
.case-summary p{
    margin-top:10px;
}
.case-summary .sum-tit{
    vertical-align:middle;
    text-align: center;
    font-size:14px;
    font-weight: bold;
}
.point{
    margin-top:5px;
}
.case-summary .sum-tit span{
    margin:0 13px;
}
.case-summary .txt{
    line-height:20px;
    margin:17px 0 23px 0;
}
/* 案例内容 */
.case-xq .case-detail .case-detail-item{
    margin-top:40px;
}
.case-xq .case-detail .case-detail-item img{
    width:100%;
    height:100%;
}
.case-xq .case-detail .case-detail-item p{
    margin-top:19px;
    line-height:20px;
}
/* 侧边栏 */
.sidebar{
    float:left;
    width:260px;
    margin-left:20px;
}
.sidebar .des-info{
    width:260px;
    height:321px;
    padding:40px 0;
    text-align:center;
    background:#fff;
}
.sidebar .des-info img{
    width:100px;
    height:100px;
    border-radius:50%;
}
.sidebar .des-info .des-name{
    width:260px;
    margin:30px 0 10px;
    font-size:16px;
    font-weight:400;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.sidebar .des-info .des-ci span{
    display:inline-block;
    padding-right:6px;
    border-right:1px solid #999;
    color:#999;
    vertical-align:middle;
}
.sidebar .des-info .des-ci span:last-child{
    width:85px;
    margin-left:6px;
    padding-right:0;
    border-right:none;
    text-align:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.sidebar .des-info .other{
    margin:39px 19px 30px 20px;
    overflow:hidden;
}
.sidebar .des-info .other .oth{
    float:left;
    width:110px;
    text-align:center;
}
.sidebar .des-info .other .oth:first-child{
    border-right:1px solid #eee;
}
.sidebar .des-info .other .oth span{
    display:block;
    margin-bottom:10px;
    color:#bbb;
}
.sidebar .des-info .other .oth span+span{
    font-size:18px;
    color:#333;
}
.sidebar .des-info .attention{
    display:block;
    width:140px;
    height:26px;
    margin:0 auto;
    padding-top:10px;
    border-radius:4px;
    border:1px solid #FF8041;
    font-size:14px;
    color:#FF8041;
    text-align:center;
}
.sidebar .des-info .attention:hover{
    color:#fff;
    background:#FF8041;
}
.sidebar .des-info .active{
    display:block;
    width:140px;
    height:26px;
    margin:0 auto;
    padding-top:10px;
    border-radius:4px;
    border:1px solid #bbb;
    font-size:14px;
    color:#666;
    text-align:center;
}
.des-info .active:hover{
    color:#666;
    border:1px solid #bbb;
}
/* 广告 */
.ad{
    margin:20px 0;
} 
.ad img{
    width:260px;
    height:260px;
    border-radius:4px;
}
/* 最新推荐 */
.newest-rec{
    height:449px;
    padding:30px 30px;
    background:#fff;
}
.newest-rec .tit{
    display:inline-block;
    width:100%;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
    font-size:14px;
}
.newest-rec .newest-case{
    padding-top:20px;
}
.newest-rec .newest-case li{
    height:60px;
    margin-bottom:30px;
}
.newest-rec .newest-case img{
    float:left;
    width:80px;
    height:60px;
    border-radius:4px;
}
.newest-rec .newest-case .newest-case-info{
    float:left;
    margin-left:12px;
}
.newest-rec .newest-case .newest-case-info .title{
    width:108px;
    height:38px;
    line-height:20px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.newest-rec .newest-case .newest-case-info .title a:hover{
    color:#999;
}
.newest-rec .newest-case .newest-case-info span{
    display:inline-block;
    margin-top:11px;
    color:#FF8041;
}
.newest-rec .more{
    display:block;
    width:110px;
    height:24px;
    margin:0 auto;
    padding-top:10px;
    border-radius:17px;
    border:1px solid #ddd;
    font-size:13px;
    color:#999;
    text-align:center;
}
.newest-rec .more:hover{
    color:#fff;
    background:#FF8041;
    border:1px solid #FF8041;
}