.content-item {
    padding: 120px 0;
    overflow: hidden;
}
.gray {
    background: #F6F7F9;
}
.content-item .center {
    position: relative;
}
.content-item .center a {
    display: block;
}
.content-item .money {
    position: absolute;
    left: 200px;
    top: 60px;
    z-index: -1;
}
.insurance .center {
    height: 508px;
}
.gray .money {
    left: auto;
    right: 200px;
    z-index: 50;
}
.gray .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 51;
}
.t-box {
    position: absolute;
    width: 450px;
    height: 276px;
    padding: 40px 32px 40px 40px;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    background: #fff;
    box-shadow: 0px 0px 29px 2px rgba(156, 164, 185, 0.2);
    left: 0;
    top: 115px;
    z-index: 90;
}
.gray .t-box {
    right: 0;
    left: auto;
}
.t-box .title {
    padding-top: 0;
    margin-bottom: 24px;
}
.t-box .arrow {
    text-align: right;
    margin-top: 18px;
}
.center-i {
    display: block;
    cursor: pointer;
    width: 579px;
    height: 240px;
    padding: 60px 52px 60px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 29px 2px rgba(156, 164, 185, 0.2);
}
.center-i .txt {
    width: 336px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-left: 30px;
}
.center-i .txt .txt-t {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 16px 0 18px;
}