.sitemap{
	font-size: 16px;
	color: #fff;
	padding-bottom: 98px;
}
.clear{
	clear: both;
}
.sitemap h1,p{
	margin:0;
	padding: 0;
}
.sitemap .title{
	margin:0 auto;
	text-align: center;
}
.sitemap .title .h1{
	font-size: 36px;
	color: #328898;
	padding: 56px 0px 4px 0px;
}
.sitemap .title span{
	margin: 0 auto;
	display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 20px solid #328898;
}

.sitemap .others{
	width: 1140px;
	margin: 0 auto;
}
.sitemap .others .box{
	float: left;
	width: 190px;
	margin: 30px 15px 0px 15px;
}
.sitemap .others .box span{
	display: block;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #328898;
    margin: 14px auto 8px;
}
.sitemap .others .box a.link{
	font-size: 18px;
	color: #328898;
	text-align: center;
	min-height: 52px;
}
.sitemap .others .box a.link:hover{
	color: #3E3A39;
}

.sitemap .topic{
	width: 1140px;
	margin: 0 auto;
}
.sitemap .topic .box{
	float: left;
	width: 350px;
	margin: 30px 15px 0px 15px;
}
.sitemap .topic .box .img{
	width: 350px;
	height: 240px;
	border: 1px solid #DBDCDC;
	text-align: center;
}
.sitemap .topic .box .img img{
	width: 330px;
	height: 188px;
	margin-top:26px; 
}
.sitemap .topic .box span{
	display: block;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #328898;
    margin: 14px auto 8px;
}
.sitemap .topic .box a.link{
	font-size: 18px;
	color: #328898;
	text-align: center;
	min-height: 52px;
}
.sitemap .topic .box a.link:hover{
	color: #3E3A39;
}

.sitemap .article{
	width: 1140px;
	margin: 0 auto;
}
.sitemap .article .box{
	width: 540px;
	float: left;
	margin: 30px 15px 0px 15px;
}
.sitemap .article .box .title{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #328898;
	text-align: center;
	border: 1px solid #DBDCDC;
	width: 100%;
	padding: 13px 0px 13px 0px;
}
.sitemap .article .box .title:hover{
	color: #3E3A39;
}
.sitemap .article .box .link{
	border-left: 1px solid #DBDCDC;
	border-right: 1px solid #DBDCDC;
	border-bottom: 1px solid #DBDCDC;
	width: calc(100% - 36px);
	line-height: 28px;
	padding: 36px 0px 36px 36px;
}
.sitemap .article .box .link a{
	display: block;
	font-size: 16px;
	color: #328898;
}
.sitemap .article .box .link a:hover{
	color: #3E3A39;
}

.article .box .link span, .topic .box .link span, .others .box .link span{
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #328898;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

@media screen and (max-width: 1139px){
	.sitemap .topic{
		width: 760px;
	}

	.sitemap .article{
		width: 540px;
	}
	.sitemap .article .box{
		margin: 30px 0px 0px 0px;
	}

	.sitemap .others{
		width: 684px;
	}
}
@media screen and (max-width: 767px){
	.sitemap .topic{
		width: 300px;
	}
	.sitemap .topic .box{
		width: 300px;
		margin: 30px 0px 0px 0px;
	}
	.sitemap .topic .box .img{
		width: 300px;
		height: 206px;
	}
	.sitemap .topic .box .img img{
		width: 282px;
		height: 160px;
		margin-top:23px; 
	}
	.sitemap .topic .box a.link{
		min-height: 0px;
	}

	.sitemap .article{
		width: 300px;
	}
	.sitemap .article .box{
		width: 300px;
	}
	.sitemap .article .box .link{
		padding: 36px 0px 36px 10px;
	}

	.sitemap .others{
		width: 380px;
	}
	.sitemap .others .box{
		width:120px;
	}
	.sitemap .others .box{
		margin: 20px 0px 0px 0px;
	}
}