﻿body
{
}

.page
{
    width: 705px;
    margin: 0 auto;
}

.article_about
{
    padding-left: 20px;
    line-height: 30px;
    background-color: #f8f8f8;
    padding-bottom: 10px;
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    width: 675px;
    font-family: 'Microsoft YaHei';
}

    .article_about h3
    {
        line-height: 5px;
        font-size: 14px;
    }

    .article_about ul, li
    {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .article_about li
    {
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
        background-image: url(tt.jpg);
        background-repeat: no-repeat;
        padding-left: 10px;
        background-position: 0px 12px;
    }

        .article_about li a
        {
            text-decoration: none;
            color: #004276;
        }

            .article_about li a:hover
            {
                text-decoration: underline;
            }
