#content #sitemap {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	margin-bottom: 40px;
}
#content #sitemap li .sub1 dd{
	margin-left: 26px;
	padding-left: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-image: url(../img/sitemap/bar.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#content #sitemap li .sub1 .end {
	background-image: url(../img/sitemap/bar2.gif);
	background-position: left -20px;
	border-left-width: 0px;
	border-left-style: none;
}


@media screen and (max-width: 640px) {
#content #sitemap {
	width: 92%;
	line-height: 2;
	margin-bottom: 40px;
}
#content #sitemap li img{
	width: 7px;
}
#content #sitemap li .sub1 dd{
	margin-left: 10%;
	padding-left: 0;
	border: none 0px;
	background-image: none;
}
#content #sitemap li .sub1 .end {
	background-image: none;
	border-left-width: 0px;
	border-left-style: none;
}
#content #sitemap li .sub1 .sub2 {
	margin-bottom: 10px;
}
