﻿html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    /*color: white;*/
    /*background-color: #1F3F5E;*/
}

#Navi
{
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #31343A;
}

.NaviItem
{
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 15px;
    float: left;
}

a
{
    color: #fff;
    text-decoration: none;
}

.CatpionText
{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    text-align: center;
    color:#FF0000;
}

.imageDiv
{
    text-align:center;
}

.MiniImage
{
    margin-top:15px;
    width:200px;
    height:200px;
}

.MiniDescript
{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
}

#copyright
{
    margin-top: 8px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    height: auto;
    float: left;
    width: 100%;
    color: #b1b1b1;
    background-color: #31343A;
    padding-top: 8px;
    padding-bottom: 8px;
}

.copyitem
{
    line-height: 25px;
}

#cnzz
{
    display: none;
}