/* CSS Document */
.main{
	margin:0 auto;
	width:960px;
}
.map {
	margin:10px 0 0 0;
    background: none repeat scroll 0 0 #FFC8C8;
    border: 1px solid #DFDFDF;
    padding: 5px;
    width: 958px;
}
.map .bd {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
}

.map .hd {
    border-bottom: 1px dashed #DFDFDF;
    font: bold 14px/29px "Î¢ÈíÑÅºÚ","ËÎÌå",Arial;
    padding: 0 5px;
}
.col2 .content {
    line-height: 28px;
    overflow: hidden;
    padding: 5px;
    text-align: justify;
    width: 930px;
}

.sitemap_list li {
    line-height: 30px;
    padding-left: 5px;
    text-align: left;
}
.sitemap_list li a:link {
    color: #333333;
    text-decoration: none;
}
.sitemap_list li a:hover {
    color: #FF6600;
    text-decoration:underline;
}
.fontS {
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
}