﻿
/****************下载页*******************/

#SitemapStyle
{
    margin-top: 10px;

    width: 767px;

}

#SitemapStyle  li
{
    height: 30px;
    line-height:30px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width:250px;
    float:left;
     text-align:left;
    border:dashed 1px #efefef;

}

#SitemapStyle  li a
{
    color: #999999;
         padding-left:5px;
    text-decoration: none;
}
#SitemapStyle  li a:hover
{
    color: #0099ff;
}

