
h2{
    font-size: 32px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    clear: both;
    margin-bottom: 50px;
}

h2 span{
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid #333;
}

.other-item{
	height: 100%;
	overflow: hidden;
	padding: 50px 0;
	border-top: 1px solid #f1f3f7;
}

.other-item div{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	line-height: 26px;
}

.other-item p{
	margin-bottom: 20px;
	text-align: justify;
}

.other-item h4{
	line-height: 32px;
}

.sitemap-list{
	height: 100%;
	overflow: hidden;
}

.sitemap-item{
	margin-bottom: 10px;
}

.sitemap-item > li{	
	list-style: square;
	font-weight: bold;
	margin-left: 20px;
}

.sitemap-item > ul{
	margin-left: 20px;
}

.sitemap-item > ul li{
	list-style: disc;	
	margin-left: 20px;
}

.sitemap-item > ul li.sitemap-second{
	margin-left: 40px;
	list-style: circle;
}

@media (max-width: 960px){
	h2{
	    font-size: 2rem;
	    height: 100%;
	    overflow: hidden;
	    text-align: center;
	    clear: both;
	    margin-bottom: 4rem;
	}

	h2 span{
	    padding: 1rem 0;
	    display: inline-block;
	    border-bottom: 1px solid #333;
	}

	.other-item{
		padding: 3rem 1rem;
	}

	.other-item div{
		width: auto;
		line-height: 2rem;
	}

}