﻿html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
.crumbs-container{
	width: 100%;
	background: #f4f4f4;
	margin-bottom: 1.5rem;
}
.content-container .crumbs-container{
	background: #fff;
}
.crumbs-container .crumbs{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.5rem 0 0.5rem 1.5rem;
	font-size: 14px;
	color: #333333;
	line-height: 1.4rem;
	position: relative;
}
.crumbs-container .crumbs::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	height: 1.4rem;
	width: 1.5rem;
	line-height: 0;
	font-size: 0;
	background: url(sjj202111_icon-crumbs.png) left center / auto 0.9rem no-repeat;
}
.crumbs-container .crumbs a:hover{
	color: #115db2;
}
.container{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main-lists-container{
	border: 1px solid #7ea4d7;
	margin-bottom: 2.5rem;
}
.main-lists-container>.current-column{
	display: none;
}
.main-lists-container .column-content-head{
	width: 94%;
	width: calc(100% - 3.2rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.6rem;
	margin-bottom: 0;
}
.column-content-head{
	position: relative;
	height: 2.6rem;
	margin-bottom: 1.5rem;
}
.main-lists-container .column-content-head{
	width: 94%;
	width: calc(100% - 3.2rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.6rem;
	margin-bottom: 0;
}
.column-content-head::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: #eaeaea;
}
.column-content-head h1{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2.6rem;
	line-height: 2.5rem;
	border-bottom: 3px solid #115db2;
	font-size: 1.2rem;
	color: #115db2;
	font-weight: bold;
}
.column-content-head a.more{
	position: absolute;
	right: 0;
	top: 0;
	height: 2.6rem;
	line-height: 2.5rem;
	color: #999;
	font-size: 0.8rem;
}
.column-content-head a.more:hover{
	color: #115db2;
}
.sitemap-lists{
	padding: 1.8rem;
}
.sitemap-lists li{
	border-bottom: 1px solid rgb(210, 218, 228);
	padding: 1.2rem 1rem;
	/* margin: 0.6rem 0; */
}
.sitemap-lists li:last-of-type{
	border-bottom: none;
}
.sitemap-lists li .items{
	min-height: 2.4rem;
	padding: 0 0 0 8.4rem;
	position: relative;
	font-size: 0;
}
.sitemap-lists li .items h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 7.5rem;
}
.sitemap-lists li .items h1 a{
	display: block;
	width: 100%;
	padding: 0.5rem 0;
	min-height: 2.4rem;
	line-height: 1.4rem;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	background: #115db2;
}
.sitemap-lists li .items h1 a:hover{
	color: #fff;
	text-decoration: none;
}
.sitemap-lists li .items p{
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	color: #333;
	margin-right: 1.2rem;
}
.sitemap-lists li .items p a {
	text-decoration: none;
	color: inherit;
}
.sitemap-lists li .items p a:hover {
	text-decoration: underline;
    color: #115db2;
}