.charge {
	margin: 0 auto;
	/* margin: 62px auto 120px; */
}

.charge-focus {
	width: 100%;
	background: #FFF;
	padding: 44px 76px 26px 38px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	margin-bottom: 17px;
	display: flex;
}

.charge-lfocus {
	width: 100%;
	background: #FFF;
	padding: 41px 38px 41px;
	margin-bottom: 17px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

.charge-rfocus {
	flex: 1;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	padding: 41px 38px 24px;
	margin-bottom: 17px;
}

.focus-right-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 29px;
}

.focus-right-title-text {
	flex: 1;
	font-size: 24px;
	color: #15294e;
	font-weight: 700;
}

.focus-right-title-route {
	font-size: 14px;
	color: #245afd;
}

.focus-right-link-item {
	margin-bottom: 14px;
	display: flex;
}

.focus-right-link-num {
	width: 25px;
	height: 25px;
	border-radius: 6px;
	background: #e5e5e5;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.focus-right-link-title {
	flex: 1;
	font-size: 16px;
	color: #15294e;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.focus-right-link-item .one {
	background: #ff3c00;
}

.focus-right-link-item .two {
	background: #ff6600;
}

.focus-right-link-item .three {
	background: #ffd800;
}

.charge-box {
	display: flex;
}

.charge-lbox {
	width: 315px;
	margin-right: 34px;
}

.charge-lbox-laws {
	background: #FFF;
	margin-bottom: 17px;
	border-radius: 10px;
	padding: 37px 29px 30px;
}

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

.charge-laws-item {
	margin-bottom: 22px;
	font-size: 16px;
	color: #15294e;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

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

.charge-rbox {
	flex: 1;
}

.charge-rbox-content {
	background: #FFF;
	padding: 47px 20px 44px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

.charge-rbox-title {
	font-size: 26px;
	color: #15294e;
	margin-bottom: 35px;
}

.charge-rbox-item {
	display: block;
	cursor: pointer;
	padding: 33px 33px 20px;
	transition: all .1s ease-in;
	color: #15294e;
}

.charge-rbox-item:hover {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .48);
}

.charge-rbox-item-title {
	font-size: 20px;
	margin-bottom: 29px;
	display: flex;
}

.charge-rbox-item-title span {
	display: flex;
	width: 5px;
	height: 28px;
	margin-right: 16px;
	background-color: #225bff;
}

.charge-rbox-type {
	display: flex;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 16px;
	color: #15294e;
	color: #15294E;
	transition: all .2s ease-in;
}

.charge-rbox-item:hover .charge-rbox-type {
	height: auto;
	margin-bottom: 28px;
}

.charge-rbox-type span {
	margin-right: 15px;
}

.charge-type-split {
	color: #cfd8e6;
}

.charge-rbox-intro {
	margin-bottom: 20px;
	font-size: 14px;
	color: #5C6F92;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

/* 罪名库大全 */
.charge-lfocus-title {
	font-size: 28px;
	color: #15294e;
	font-weight: 700;
	margin-bottom: 18px;
}

.charge-lfocus-msg {
	font-size: 14px;
	color: #a1adc5;
	margin-bottom: 20px;
}

.charge-lfocus-list {
	height: 356px;
	overflow-y: scroll;
}

.charge-lfocus-list::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: rgba(0, 0, 0, 0);
}

/*定义滚动条轨道*/
.charge-lfocus-list::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

/*定义滑块*/
.charge-lfocus-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e8ebf1;
}

.charge-lfocus-item {
	font-size: 16px;
	color: #15294e;
	margin-bottom: 18px;
	display: flex;
	padding: 0 7px 0 0;
}

.charge-lfocus-item span {
	margin-left: 10px;
	color: #b5bed1;
}

.lfocus-item-title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
