.service_case .title{
    border-bottom: 2px solid #FF8C00;
    width: 80px;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}
.service_case .content{
    margin-top: 30px;
    padding: 0;
}
.service_case .content .headline{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.service_case .content p{
    margin-left: 15px;
}
.service_case .content .bar{
    margin-top: 20px;
}
.service_case .content .bar div{
    border: 1px solid #eaeaea;
    height: 350px;
    box-shadow: 0 1px 0 #ccc;
}