/* CSS Document */
*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body
{
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: "宋体";
}
a:link, a:visited, a:active, a:hover
{
    text-decoration: none;
}

/*用户中心开始*/

.aboutus
{
    margin: 0 auto;
    width: 990px;
    padding-top: 10px;
    overflow: hidden;
}
.aboutus1
{
    float: left;
    width: 990px;
    height: 28px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #215B89;
    font-size: 14px;
    overflow: hidden;
}
.aboutus1 a
{
    color: #215B89;
}
.aboutus1 a:hover
{
    color: #ff0000;
}
.aboutus2
{
    float: left;
    width: 990px;
    height: 54px;
    margin-top: 10px;
}
.aboutus3
{
    float: left;
    width: 860px;
    padding-left: 65px;
    overflow: hidden;
    line-height: 28px;
    margin-top: 20px;
}
.aboutus4
{
    float: left;
    width: 990px;
    height: 54px;
    margin-top: 10px;
    text-align: right;
}
/*用户中心结束*/

