﻿@charset "utf-8";
.sitemap{
font-family: 宋体;
font-size : 15px;
float:left;width:100%;
margin:0 0 50px 0;
}

.sitemap table{
margin:0px auto;
background:#FFF;
padding:20px 0 0 0;
}
.sitemap table tr td{
    padding:10px 20px;
}
.sitemap table tr td h1{margin:0;}
.sitemap span{
font-weight :bold;
font-size : 16px;
color : #e8413c;
}
.sitemap table td a{
     color:#737373;}

.sitemap a:hover {
    color: #8f4f93;
}
