.content {
    height: auto;
    background: #F5F5F5;
}

.about_box {
    border: #e1e4e5 solid 1px;
    background: #FFF;
}

    .about_box h3 {
        font-size: 1em;
        height: 35px;
        line-height: 35px;
        background: url(images/title_icon.png) left no-repeat;
        padding-left: 10px;
    }

.about_content {
    padding: 10px;
}

.about_box p {
    font-size: 1em;
    color: #666;
    line-height: 2;
}

.qiye {
    height: auto;
    margin-bottom: 20px;
}

.qiye_item {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: solid #E3E3E3 1px;
    margin-bottom: 15px;
}

    .qiye_item a {
        display: block
    }

        .qiye_item a:hover {
            text-decoration: none
        }

.qiye_logo {
    width: 100px;
    height: 100px;
    float: left;
}

    .qiye_logo img {
        width: 100px;
        height: 100px;
    }

.qiye_info {
    margin-left: 110px;
}

    .qiye_info h4 {
        font-size: 0.875em;
    }

    .qiye_info p {
        font-size: 0.875em;
        color: #666;
        line-height: 1.5;
    }

.about_box h1 {
    font-size: 1em;
    text-align: center;
    padding: 15px 10px 0 10px;
    line-height: 1.5;
    height: auto
}

.view_content {
    padding: 10px;
    line-height: 2
}

    .view_content table {
        width: 100%;
    }
