.title-desc, .business-desc {
    min-height: 44px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-indent: 2em;
}
/* 标题 */
._title {
    position: relative;
    margin: 32px 0 24px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
._title:before {
    position: absolute;
    left: -16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    background: #BE956B;
    content: '';
}
/* 更多按钮 */
._more {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    height: 14px;
    line-height: 14px;
    padding-right: 15px;
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}
._more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    z-index: 2;
    width: 0px;
    height: 0px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #666;
}
/* 业务内容 */
.business-content .business-bg {
    height: 176px;
    width: 978px;
    background: url(../../images/fw/content-bg.png) no-repeat;
    background-size: cover;
}
.business-content .business-desc {
    margin: 24px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.business-content .business-btn {
    height: 36px;
    line-height: 36px;
    background: #F8F8F8;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
}
.business-content .business-btn span {
    height: 18px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}
.business-content .business-btn img {
    width: 20px;
    height: 16px;
    vertical-align: middle;
}
.business-content .business-btn .btn-container {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
/* 客户收益 */
.client-content .client-desc {
    min-height: 94px;
    background: #F6F6F6;
    border-radius: 4px;
    padding-left: 44px;
    padding-right: 22px;
    font-size: 0;
}
.client-desc .client-container {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
}
.client-desc .client-container span {
    margin-left: 6px;
    margin-right: 34px;
    vertical-align: middle;
}
.client-desc .client-container img {
    width: 16px;
    height: 17px;
    vertical-align: middle;
}
/* 政策法规 */
.laws-content, .case-content {
    position: relative;
}
.laws-content ._title {
    margin-bottom: 9px;
}
.laws-container li {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #E0E0E0;
}
.laws-container li:hover span {
    font-weight: bold;;
}
.laws-container li span {
    display: inline-block;
    height: 50px;
    color: #444444;
    line-height: 50px;
}
.laws-container li .laws-list-a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.laws-container li .laws-title {
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.laws-container li .laws-time {
    float: right;
    width: 78px;
    margin-left: 18px;
    text-align: right;
}
/* 经典案例 */
.case-content ._title {
    margin-bottom: 16px;
}
.case-content .case-container {
    margin-bottom: 20px;
    font-size: 0;
}
.case-container .case-detail {
    position: relative;
    display: inline-block;
    width: 314px;
    height: 245px;
    margin-right: 16px;
    font-size: 14px;
}
.case-container .case-detail:hover {
    box-shadow: 0 3px 5px #ccc;
}
.case-container .case-detail:last-of-type {
    margin-right: 0;
}
.case-container .case-detail:hover .detail-container {
    border: none;
}
.case-detail .case-list-a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.case-detail .case-bg {
    width: 314px;
    height: 153px;
}
.case-detail .detail-container {
    padding: 11px 17px;
    border: 1px solid #ccc;
    border-top: none;
}
.detail-container .detail-title {
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}