.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;
}

.news_box {
    height: auto;
}

    .news_box li {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: solid #F5F5F5 1px;
        padding: 10px 0;
        position: relative;
        height: auto;
    }

        .news_box li a {
            display: block;
            font-size: 1em
        }

            .news_box li a:hover {
                text-decoration: none
            }

.news_icon {
    position: absolute;
    background: url(images/news_dot.png) center no-repeat;
    width: 14px;
    height: 14px;
    left: -18px;
    top: 12px;
}

.about_content li p {
    color: #999;
    font-size: 12px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
