﻿#ImageBox:hover
{
    background-color: #f7f7f7;
}

#ImageBox
{
    margin-top: 10px;
    margin-bottom: 10px; 
    margin-left: 13px;
    _margin-left:8px;
    width: 220px;
    height: 200px;
}


#ImageBox #ImageBoxImg
{
    background-color: White;
    border: 1px solid #cccccc;
    height: 170px;
    width: 220px;
}

#ImageBox #ImageBoxImg img
{
    margin: 5px;
}

#ImageBoxFont_Del:hover
{
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}
#ImageBoxFont
{
    border: 1px solid white;
    height: 30px;
    width: 220px;
    text-align: center;
}

.FontShowBgColor
{
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

#ImageBoxContent
{
    width: 700px;
    font-family: 微软雅黑;
    font-size: 13px;
    text-align: left;
}

#PageCut a:hover
{
    font-weight: bold;
}

#PageCut span span
{
    font-size: 14px;
    font-family: 微软雅黑;
    color: Red;
}

#PageCut a
{
    font-size: 13px;
    font-family: 微软雅黑;
    text-decoration: none;
    color:Black;
}

