* {
	padding: 0;
	margin: 0;
	transition: .4s ease-out;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
	color: #333333;
	text-decoration: none;
}
body {
	font-family: Tahoma, Arial, Helvetica, "微软雅黑";
	text-align: center;
	background: #FFF;
	color: #333;
}

html {
	overflow-y: scroll;
}

ul,
ol {
	list-style-type: none;
}

.sitemap{
	background: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.sitemap-title{
	width: 100%;
	font-size: 24px;
	color: #317EE7;
	margin: 30px 0;
	text-align: center;
}
.sitemap-box{
	margin-top: 60px;
	border: 1px #eee solid;
	padding: 30px;
}
.box-title{
	font-size: 20px;
	text-align:center;
	margin: -40px auto 30px;
	background: #fff;
	width: 200px;
}
.box-con{
	overflow: auto;
}
.box-con li{
	width: 45%;
	float: left;
	margin: .5% 1.8%;
	background: #EEEEEE;
	height: 24px;
	line-height: 24px;
	padding: 5px;
	font-size: 12px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	text-align: left;
}
.box-con li:hover{
	background: #FFFFFF;
	box-shadow: 0 0 5px #eee;
}
.box-con li:hover a{
	color: #317EE7;
	text-decoration: underline;
}
