img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.content {
    line-height: 1;
}
.w {
    position: relative;
}
.header {
    background: url(/uploads/image/img/banner-business.jpg) no-repeat center;
    height: 300px;/*panzi*/
}
.title {
    position: absolute;
    top: -200px;
    left: 0;
    display: inline-block;
    border-bottom: 8px solid #fff;
}
.title span {
    display: block;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.title span:nth-child(2) {
    margin: 10px 0 18px 0;
    font-size: 36px;
    font-weight: normal;
}
.list-cont .item {
    overflow: hidden;
    padding: 100px 0 100px 0;/*panzi*/
}
.list-cont .item .inner {
    width: 670px;
}
.list-cont .item .inner .tit {
    display: inline-block;
    font-size: 24px;/*panzi*/
    color: #333;
    border-bottom: 3px solid #1da838;
}
.list-cont .item .inner .tit .small {
    display: block;
    margin: 9px 0;
    font-size: 14px;/*panzi*/
}
.list-cont .item .inner .text {
    padding-top: 48px;
    line-height: 32px;
    font-size: 14px;
    color: #606060;
}
.list-cont .item .img {
    width: 480px;
    height: 312px;
}
.list-cont .item-bg-gray {
    background-color: #f5f5f5;
}
/*end*/