.charge {
	margin: 0 auto;
}

.contract-search {
	width: 638px;
	margin: 62px auto 0;
}

.contract-search-box {
	display: flex;
	margin-bottom: 20px;
}

.contract-search-box button {
	width: 150px;
	height: 52px;
	background: rgba(34, 90, 252, 1);
	border: 1px solid rgba(227, 234, 253, 1);
	border-radius: 0 52px 52px 0;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	border-left: 0;
}

.contract-search-input {
	width: 100%;
	height: 52px;
	border-radius: 52px 0 0 52px;
	font-size: 16px;
	color: #abbcdc;
	background: #FFF;
	border: 1px solid #e3eafd;
	padding: 0 44px;
	border-right: 0;
}

.search-words {
	display: flex;
	font-size: 14px;
	color: #a1adc5;
	padding: 0 93px;
	margin-bottom: 46px;
}

.search-words h2 {
	align-items: center;
	font-size: 14px;
}

.search-words {
	margin-right: 10px;
}

.search-words-item {
	margin-right: 15px;
	color: #a1adc5;
}

.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: 247px;
}

.charge-cfocus {
	width: 550px;
	margin-left: 34px;
	margin-right: 38px;
}

.charge-cfocus-banner {
	width: 100%;
	height: 360px;
	margin-bottom: 19px;
}

.charge-cfocus-banner img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 10px;
}

.charge-cfocus-lawyer {
	display: flex;
}

.charge-clawyer-intro {
	margin-right: 50px;
}

.charge-clawyer-title {
	font-size: 16px;
	color: #15294e;
	margin-bottom: 10px;
}

.charge-clawyer-msg {
	font-size: 13px;
	color: #a9b0c1;
}

.charge-clawyer-msg p {
	margin-bottom: 7px;
}

.charge-clawyer-msg span {
	font-size: 13px;
	color: #8697dc;
	margin-right: 5px;
}

.charge-clawyer-list {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.charge-clawyer-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.charge-clawyer-item img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 10px;
}

.charge-clawyer-item span {
	color: #15294e;
	font-size: 13px;
}

.charge-rfocus {
	flex: 1;
	border-radius: 10px;
	background-color: #FFF;
}

.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;
	height: 25px;
}

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

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

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

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

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

.charge-area-list {
	font-size: 16px;
	color: #15294e;
}

.charge-area-item {
	margin-right: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #15294e;
}

.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;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

.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-lbox-lawyer {
	background: #FFF;
	margin-bottom: 17px;
	border-radius: 10px;
	padding: 37px 28px 36px;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
}

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

.charge-lawyer-item {
	display: flex;
	margin-bottom: 32px;
	align-items: center;
}

.charge-lawyer-tx {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 60px;
	margin-right: 18px;
}

.charge-lawyer-intro {
	flex: 1;
}

.charge-lawyer-name {
	display: flex;
	align-items: flex-end;
	margin-bottom: 7px;
}

.charge-lawyer-txt {
	font-size: 16px;
	color: #15294E;
	margin-right: 15px;
}

.charge-lawyer-time {
	font-size: 14px;
	color: #b4bed0;
}

.charge-lawyer-msg {
	font-size: 16px;
	color: #657594;
}

.charge-rbox {
	flex: 1;
}

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

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

.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;
}


@media (max-width: 1400px) {
	.charge-cfocus {
		width: 400px;
		margin-left: 25px;
		margin-right: 25px;
	}

	.charge-focus {
		padding: 44px 20px 26px;
	}
}

.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;
  }