.content-item {
    padding: 40px 25px 40px 50px;
    position: relative;
    min-height: 330px;
}
.content-item a {
    display: block;
}
.content-item .pic img {
    width: 100%;
    height: auto;
}
.content-item .money {
    position: absolute;
    left: 20px;
    top: 70px;
    z-index: -1;
}
.content-item .money img {
    width: 60px;
}
.content-item .tbox {
    position: absolute;
    left: 25px;
    top: 150px;
    width: 240px;
    background: #FFFFFF;
    box-shadow: 0px 3px 30px rgba(156, 164, 185, 0.12);
    padding: 15px 0 10px;
    z-index: 100;
}
.content-item .tbox .name {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    font-weight: bold;
}
.content-item .tbox .desc {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    padding: 0 15px;
    margin: 12px 0 8px;
}
.content-item .tbox .arrow {
    padding-right: 10px;
    text-align: right;
}
.gray {
    background: #F6F7F9;
    padding: 40px 50px 40px 25px;
    z-index: -1;
}
.gray .pic {
    width: calc(100% - 75px);
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 50;
}
.gray .money {
    left: auto;
    right: 20px;
    z-index: 40;
}
.gray .tbox {
    left: auto;
    right: 25px;
}
.link {
    padding: 40px 15px 60px;
    background: #F6F7F9;
}
.link-item {
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(156, 164, 185, 0.13);
}
.link-item:first-child {
    margin-bottom: 20px;
}
.link-item .icon {
    width: 60px;
    margin-right: 15px;
}
.link-item .desc {
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.link-item .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}
.footer {
    margin-top: 0;
}