.content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.content-block {
    margin: 45px 35px 0 0;
    width: 560px;
    float: left;
}

.content-block a {
    text-decoration: none;
}

.title {
    font-size: 22px;
    font-weight: bold;
    color: #054FAC;
    line-height: 50px;
}

.line {
    border-bottom: 3px solid #054FAC;
    width: 88px;
    position: absolute;
}

.list {
    margin-top: 10px;
    font-size: 16px;
    max-height: 275px;
    overflow: hidden;
}

.list li {
    height: 38px;
    line-height: 38px;
    position: relative;
    color: #B4B4B4;
    background: url(/image/web/icon_arrow1-e56a56c6ee75a1c150883d706705d8ba.png) no-repeat;
    background-position: -3px 9px;
    padding-left: 15px;
}

.list ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}

.list ul li a:hover {
    color: #054FAC;
    cursor: pointer;
}


/*.list ul li div {*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    width: 420px;*/
/*}*/
.list .list-title {

    float: left;
    display: inline;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 430px;
}

.list .list-time {
    float: right;
    color: #666666;
}

.business-banner {
    position: relative;
}

.business-banner .returnHome {
    display: block;
    width: 315px;
    height: 135px;
    position: absolute;
    left: 345px;
}