.list-container{
    padding-top: 80px;
    background:#f1f1f1
}
.list-container a{
    text-decoration:none;
    display:block;
    width: 100%;
    height: 100%;
}
.content a{
    display:inline;
    text-decoration:underline;
    color:#3276c3
}
.banner img{
    width: 100%;
    display: block;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.list-main{
    width: 1200px;
    margin:0 auto;
    padding-top: 20px;
}
.list-area{
    width: 835px;
    float:left;
}
.list-area-top{
    padding: 36px 45px 20px;
    background:#fff;
}
.list-area h1{
    font-size: 30px;
    color:#333;
    font-weight:700
}
.list-area .info, .list-area .bottom-info{
    font-size: 12px;
    color:#999;
    margin: 15px 0 24px 0
}
.list-area p{
    font-size: 14px;
    line-height:22px;
    color:#444
}
.list-area .bottom-info{
    text-align:right;
}
.list-area .info span{
    margin:0 10px
}
.list-area-right{
    width: 350px;
    float:left;
    margin-left: 15px;
}
.list-area-right .title{
    height: 40px;
    background:#fff;
    padding-top: 9px;
    border-bottom: 1px solid #f1f1f1
}
.list-area-right h3{
    height: 22px;
    line-height:22px;
    border-left: 3px solid #175091;
    padding-left: 11px
}
.hot-list{
    padding: 10px 22px;
    background:#fff;
}
.hot-first-left{
    float:left;
    width: 100px;
    height: 75px;
    background:#ccc;
    overflow:hidden;
    margin-right: 14px;
    margin-bottom: 10px
}
.hot-first-left img{
    width: 100%;
    height: 100%;
    display:block
}
.hot-first-right{
    overflow:hidden
}
.hot-list h4, .recommend-item h4{
    font-size:14px;
    color:#444;
    margin-bottom:5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot-list p, .recommend-item p{
    font-size: 12px;
    color:#999;
    max-height:36px;
    line-height:18px;
    overflow:hidden
}
.recommend-item p{
    max-height: 36px;
    line-height:normal
}
.hot-item{
    padding: 10px 0;
    border-top:1px solid #f1f1f1
}
.recommend-list{
    margin: 15px 0;
    background:#fff
}
.recommend-list .title{
    height: 38px;
    padding-top: 8px;
    border-bottom: 1px solid #f1f1f1
}
.recommend-list h3{
    height:22px;
    padding-left: 14px;
    border-left: 3px solid #175091;
}
.recommend-list .recommend-item{
    border-bottom: 1px solid #f1f1f1;
    padding: 21px 0;
    margin: 0px 37px
}
.recommend-list .recommend-item:last-child{
    border-bottom: 0px
}
.recommend-item-left{
    float:left;
    width: 60px;
    height: 60px;
    background:#ccc;
    margin-right: 15px
}
.recommend-item-left img{
    width:100%;
    height: 100%;
    display:block
}
.recommend-item-right{
    overflow:hidden
}
@media screen and (max-width: 600px) {
    .banner {
        width: 1200px
    }
}

/* 客户案例详情样式 */
.case-container{
    padding-top: 100px;
    padding-bottom: 20px;
    background: #f5f5f5;
}
.case-left{
    background: #fff;
    padding: 27px 27px 94px 27px;
    box-sizing: border-box;
}
.crumbs span,.crumbs a{
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #333;
}
.crumbs span.home-link{
    color: #999;
}
.case-top{
    margin-top: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.case-top .case-img{
    width: 266px;
    margin-right: 46px;
}
.case-top .case-img img{
    display: block;
    width: 100%;
    border-radius: 6px;
}
.case-top .case-title h2{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}
.case-top .case-title p{
    font-size: 12px;
    color: #FFFFFF;
    background: #0037FF;
    border-radius: 3px;
    padding: 3px 7px;
    margin-right: 20px;
    display: inline-block;
    margin-top: 17px;
}
.case-desc{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 48px;
}
.case-content{
    margin-top: 60px;
}
