.statute {
	margin: 0 auto;
	/* margin: 62px auto 120px; */
	padding: 0 0 100px;
	display: flex;
}

.lstatute {
	width: 852px;
}

.lstatute-box {
	width: 100%;
	padding: 30px 40px;
	background-color: #FFF;
	border-radius: 14px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .56);
	position: relative;
}

.rstatute {
	width: 315px;
	margin-left: 33px;
}

.charge-lbox-laws {
	background: #FFF;
	margin-bottom: 17px;
	border-radius: 10px;
	padding: 39px 29px 30px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .56);
}

.charge-laws-title {
	font-size: 24px;
	color: #15294e;
	font-weight: 700;
	margin-bottom: 24px;
}

.charge-laws-item {
	margin-bottom: 22px;
	font-size: 16px;
	color: #5c6f92;
	display: block;
}

.charge-laws-item span {
	margin-right: 12px;
	font-weight: 700;
	color: #cfd3f0;
}

/* 配图 */
.lawyer-pic {
	width: 100%;
	margin-bottom: 17px;
}

.lawyer-pic img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

/* 文章内容 */
.lstatute-title {
	font-size: 24px;
	color: #15294E;
	font-weight: 700;
	margin-bottom: 20px;
}

.lstatute-intro {
	font-size: 14px;
	color: #5c6f92;
	line-height: 1.8;
	margin-bottom: 37px;
}

.lstatute-msg {
	background-color: #F1F4F9;
	padding: 20px 20px 8px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	margin-bottom: 22px;
}

.lstatute-msg span {
	width: 50%;
	margin-bottom: 19px;
	font-size: 14px;
	color: #15294e;
}

.lstatute-article {
	font-size: 14px;
	color: #15294e;
}

.lstatute-article p {
	margin-bottom: 39px;
}

/* 目录 */
.ft-nav {
	position: fixed;
	bottom: 100px;
	left: calc((100% - 1200px) / 2 - 138px);
	width: 150px;
}

.ft-nav-item {
	width: 100px;
	margin-bottom: 5px;
	cursor: pointer;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 6px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(151, 176, 249, .43);
	color: #3e4f81;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.ltkey-edit-box {
	width: 1000px;
	background-color: #FFF;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 62px 3px rgba(34, 90, 252, 0.09);
	border-radius: 6px;
	padding: 50px 30px;
	margin-bottom: 50px;
}

/* 新目录 */
.lstatute-menu {
	display: flex;
	flex-direction: column;
	transition: all .2s ease-in;
}

.lstatute-menu.top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 17px;
	position: fixed;
	left: 0;
	background: #FFF;
	top: 117px;
	width: 100%;
}

.lstatute-menu.top .lstatute-menu-title {
	width: 1200px;
}

.lstatute-menu.top .lstatute-menu-box {
	width: 1200px;
}

.lstatute-menu-title {
	font-size: 18px;
	font-weight: 700;
	color: #225AFC;
	margin-bottom: 20px;
}

.lstatute-menu-box {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #F3F5F9;
}

.lstatute-menu-item {
	width: calc((100% - 32px) / 3);
	font-size: 16px;
	font-weight: 700;
	color: #15294E;
	margin-bottom: 12px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	cursor: pointer;
}

.lstatute-menu-item:hover {
	color: #225AFC;
}

.lstatute-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
}

.article-msg-item {
	display: flex;
	font-size: 14px;
	cursor: pointer;
}

@media (max-width: 1510px) {
	.ft-nav {
		left: calc((100% - 960px) / 2 - 225px);
	}
}

@media (max-width: 1430px) {
	.ft-nav {
		left: calc((100% - 960px) / 2 - 195px);
	}
}

@media (max-width: 1400px) {
	.lstatute-msg {
		padding: 20px 20px 8px;
	}

	.ft-nav {
		left: calc((100% - 960px) / 2 - 138px);
	}

	.lstatute-menu.top .lstatute-menu-title {
		width: 960px;
	}

	.lstatute-menu.top .lstatute-menu-box {
		width: 960px;
	}
}

@media (max-width: 1280px) {
	.ft-nav-none {
		display: none;
	}
}
