@charset "utf-8"; 

.path_area a, .sitemap_item .item_box a {
	text-decoration: none
}

.main {
	width: 1200px;
	margin: 100px auto 70px;
	overflow: hidden;
	font-size: 14px
}

.article_content {
	width: 1200px
}

.path_area {
	margin-bottom: 20px
}

.path_area a {
	color: #5e6267
}

.path_area .current {
	cursor: text;
	color: #000
}

.content_title {
	position: relative
}

.content_title .title {
	color: #000;
	font-size: 24px;
	font-weight: bold
}

.sitemap_item .title {
	padding: 30px 0 10px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #e4e0e0
}

.sitemap_item .txt {
	line-height: 30px;
	color: #5e6267
}

.sitemap_item .item_box h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.sitemap_item .item_box h3 a {
	color: #333;
	transition: color .3s linear
}

.sitemap_item .item_box h3 a:hover {
	color: #0457b7
}

.sitemap_item .item_box ul {
	height: 14px
}

.sitemap_item .item_box ul li {
	height: 30px;
	float: left;
	display: inline;
	padding-top: 5px;
	font-size: 14px;
	min-width:100px;
}

html[lang=en] .sitemap_item .item_box ul li {
	width: 25%
}

.sitemap_item .item_box ul li a {
	color: #5e6267;
	transition: color .3s linear
}

.sitemap_item .item_box ul li a:hover {
	color: #0457b7
}