/* business模块 */
.business-ul {}

.business-ul li {
    padding: 14px 0;
    overflow: hidden;
    border-bottom: dotted 1px #d5d5d5;
}

.business-left {
    float: left;
    width: 555px;
}

.business-right {
    float: right;
    width: 170px;
    height: 121px;
}

.business-header {
    margin-bottom: 4px;
    overflow: hidden;
}

.business-header img {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 6px;
}

.business-header a {
    float: left;
    color: #00478b;
    font-weight: bold;
    line-height: 29px;
}

.business-desc {
    width: 555px;
    line-height: 24px;
    text-indent: 2em;
}