/*右侧*/
.focusing-info {
	overflow: hidden;
}

.info-intro {
	background-color: #1e293a;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.info-box {
	border-bottom: 1px solid #edeff4;
	margin-bottom: 18px;
	padding: 0 17px 14px;
}

.info-intro-title {
	color: #7b889b;
	font-size: 14px;
	margin-bottom: 27px;
	margin-top: 25px;
}

.info-intro-title span {
	color: #ecba52;
	font-size: 24px;
	font-weight: 700;
}

.info-intro-intro {
	color: #eed194;
	margin-bottom: 16px;
	font-size: 20px;
}

.info-intro-btn {
	width: 90%;
	height: 25px;
	position: relative;
}

.info-intro-btn-box {
	position: absolute;
	width: 90%;
	height: 50px;
	left: 5%;
	border-radius: 70px;
	border-bottom: -25px;
	background: #ffd36c;
	color: #1e293a;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 0;
}

.info-intro-btn-box:hover.info-intro-btn-box img {
	transform: scale(1.1);
}

.info-intro-btn-box img {
	width: 25px;
	height: 25px;
	margin-right: 7px;
	transition: all 0.2s ease-in;
}

.info-title {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
}

.info-title img {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.info-title span {
	font-size: 16px;
	color: #15294e;
}

.index-notice {
	width: 100%;
	height: 82px;
	border-radius: 5px;
	background-color: #112241;
	overflow: hidden;
	display: block;
}

.index-notice img {
	width: 100%;
	height: 82px;
}

.info-msg {
	font-size: 14px;
	color: #6a7589;
	margin-bottom: 10px;
}

.info-img {
	width: 100%;
	height: 58px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .1s ease;
}

.info-img img {
	width: 100%;
}

.info-img:hover.info-img img {
	transform: scale(1.1);
	transition: all 0.2s ease-in;
}

.info-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-btn-title {
	font-size: 24px;
	color: #15294e;
	padding-top: 8px;
	margin-bottom: 26px;
}

.btn-consult,
.btn-entrust {
	width: 187px;
	height: 49px;
	border-radius: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
}

.btn-consult:hover,
.btn-entrust:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #fff;
}

.btn-consult {
	background: #f6a716;
}

.btn-entrust {
	background: #1650fd;
}

/* 左侧 */
.focusing-box {
	margin-top: 26px;
	display: flex;
	justify-content: center;
}

.focusing {
	display: flex;
	justify-content: space-between;
}

.left-nav {
	font-size: 14px;
	width: 17.5%;
	height: 520px;
	background: #272c33;
	border-radius: 10px;
	color: #fff;
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	position: relative;
}

.nav-item {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #fff;
}

.nav-item-hover {
	flex: 1;
	padding: 12px 22px;
	display: flex;
	align-items: center;
}

.nav-item:hover {
	color: #fff !important;
}

.nav-item:hover .nav-icon {
	transform: scale(1.3);
}

.nav-item span {
	flex: 1;
	margin-left: 12px;
}

.nav-icon {
	width: 24px;
	height: 24px;
	transition: all 0.2s ease-in;
}

.nav-right {
	width: 7px;
	height: 12px;
}

/* 中间部分 */
.banner {
	width: 60%;
}

.banner-swiper {
	height: 400px;
	border-radius: 8px;
	background: #fff;
}

.swiper-slide {
	position: relative;
}

.swiper-img {
	width: 720px;
	height: 400px;
	object-fit: cover;
}

/* 快捷导航 */
.banner-link {
	width: 100%;
	height: 105px;
	background: #fff;
	margin-top: 15px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 0 22px;
	box-shadow: 1px 0px 30px 0px rgba(222, 226, 255, 0.56);
}

.home-link-item {
	flex: 1;
	border-right: 1px solid #8a95ab;
}

.home-link-item.end {
	border-right: 0;
}

.home-link-item a {
	font-size: 16px;
	color: #15294e;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-link-item a:hover {
	color: #225AFC;
}

.home-link-item a img {
	width: 26px;
	height: 26px;
	margin-right: 9px;
}

.focusing-info {
	width: 20%;
	height: 520px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 0px 30px 0px rgba(222, 226, 255, 0.56);
}

/* 右侧 */
.skye-right {
	width: 970px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
}

.skye-item {
	display: flex;
	flex-direction: column;
	width: 26%;
	height: 302px;
	background: #fff;
	border-radius: 8px;
	padding: 0 30px;
	cursor: pointer;
	transition: all 0.1s ease-in;
	box-shadow: 1px 1px 50px 6px rgba(202, 214, 249, 0.5);
}

.skye-item:hover {
	/* margin-bottom: 10px; */
	box-shadow: 1px 1px 30px 0px rgba(188, 186, 222, 0.5);
	transition: all 0.1s ease-in;
}

.skye-item-img {
	width: 100%;
	margin: 43px 0 39px;
	display: flex;
	justify-content: center;
}

.skye-item-img img {
	width: 60px;
	height: 60px;
}

.skye-item-title {
	font-size: 22px;
	font-weight: 700;
	color: #15294e;
	margin-bottom: 23px;
	text-align: center;
}

.skye-item-info {
	font-size: 16px;
	color: #24324d;
	margin-bottom: 29px;
	text-align: center;
}

.skye-item-more {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #6389f8;
}

/* 左侧 */
.skye-left {
	display: flex;
	flex-direction: column;
}

.skye-title {
	font-size: 30px;
	color: #15294e;
	margin-top: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.skye-title-font {
	width: 320px;
}

.skye-info {
	margin-top: 22px;
	font-size: 16px;
	color: #24324d;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.skye-title p {
	margin-bottom: 16px;
	width: 100%;
}

.skye-title span {
	color: #225afc;
}

/* 开始 */
.skye-qui-key {
	display: flex;
	justify-content: center;
	/* background: url(~@/assets/img/bac-refer.png); */
	background-size: cover;
}

.skye {
	display: flex;
	flex-direction: column;
}


/* 律师 */
.lawyer-list {
	display: flex;
	flex-wrap: wrap;
}

.lawyer-item {
	width: 260px;
	height: 270px;
	border-radius: 14px;
	margin-right: 53px;
	overflow: hidden;
	position: relative;
	margin-top: 44px;
	cursor: pointer;
}

.lawyer-item.end {
	margin-right: 0;
}

.lawyer-tx {
	width: 285px;
	height: 335px;
	object-fit: cover;
	transition: all 0.2s ease-in;
}

.lawyer-info {
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.3) 26%, rgba(0, 0, 0, 1));
	z-index: 1;
	bottom: 0;
	padding: 10px;
	transition: all 0.1s ease-in;
}

.lawyer-name {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 8px;
}

.lawyer-intro {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #919399;
	transition: all 0.3s ease-in;
}

/* 标题 */
.lawyer-title {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.lawyer-title-title {
	margin-right: 30px;
	font-size: 22px;
	color: #15294e;
	font-weight: 700;
	margin-bottom: 22px;
	cursor: pointer;
}

.lawyer-title-hr {
	width: 100%;
	height: 6px;
	bottom: 0;
	position: absolute;
}

.lawyer-title-hr span {
	display: flex;
	width: 46px;
	height: 6px;
	border-radius: 6px;
	margin-left: 25px;
	background: #225afc;
	transition: all 0.1s ease-in;
}

.lawyer-title-more {
	font-size: 16px;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
}

.lawyer-box {
	padding-top: 30px;
	display: flex;
	justify-content: center;
}

/* 动画开始 */
.lawyer-item:hover .lawyer-info {
	height: 50%;
	top: 50%;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.5) 26%, rgba(0, 0, 0, 1));
	transition: all 0.1s ease-in;
}

.lawyer-item:hover .lawyer-name {
	/* padding-top: 50px; */
}

.lawyer-item:hover .lawyer-intro {
	-webkit-line-clamp: 4;
	color: #fff;
	transition: all 0.3s ease-in;
}

.lawyer-item:hover .lawyer-tx {
	transform: scale(1.2);
	transition: all 0.2s ease-in;
}

/* 动画结束 */
/* 活跃律师 */
.lawyer-active {
	margin-top: 25px;
	padding: 0 45px;
}

.home-active-title {
	font-size: 18px;
	color: #15294e;
	margin-bottom: 6px;
	font-weight: 600;
}

.home-active-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}

.home-active-item {
	width: 100px;
	margin-top: 23px;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-active-item.end {
	margin-right: 0;
}

.home-active-tx-box {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-bottom: 16px;
	overflow: hidden;
}

.home-active-tx {
	width: 80px;
	height: 80px;
	object-fit: cover;
	transition: all 0.3s ease-in;
}

.home-active-tx-box:hover .home-active-tx {
	transform: scale(1.2);
}

.lawyer-info-name {
	font-size: 18px;
	color: #546688;
}

/* 卡片 */
.case-info {
	width: 511px;
	height: 837px;
}

.card {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 48px;
	position: relative;
	height: 267px;
}

.card img {
	width: 100%;
}

.card-info {
	position: absolute;
	top: 0;
	left: 12.5%;
	width: 75%;
}

.card-title {
	color: #d0daeb;
	font-size: 24px;
	margin-top: 52px;
	text-align: center;
}

.card-count {
	display: flex;
	margin-top: 37px;
}

.card-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
	cursor: pointer;
}

.card-num {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.card-msg {
	color: #9eaac1;
	font-size: 14px;
	text-align: center;
}

.card-wx {
	width: 80%;
	height: 127px;
	background-color: #e9edf1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 17px auto 0;
	border-radius: 10px;
	padding: 0 30px 0 60px;
}

.card-wx p {
	margin: 3px 0;
}

.card-wx-msg {
	flex: 1;
	height: 127px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 600;
	color: #15294e;
}

.card-wx img {
	width: 108px;
	height: 108px;
}

/* 案例展示 */
.message-item-tag {
	width: 100%;
	padding-left: 75px;
}

.message-item-tag span {
	font-size: 14px;
	color: #7385a5;
	margin-right: 20px;
}

/* 内容 */
.message {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.message-tx-box {
	width: 36px;
	height: 36px;
}

.message-tx {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 6px;
	object-fit: cover;
}

.message-icon {
	width: 10px;
	height: 10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #ecf0f2 transparent transparent;
}

.message-bubble {
	flex: 1;
	background: #ecf0f2;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 14px;
	color: #3d547f;
	display: flex;
	flex-direction: column;
}

.message-bubble span {
	line-height: 1.6;
	/* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2; */
}

.message-lawyer-name {
	margin-top: 4px;
	color: #9aadcc;
	font-size: 13px;
}

.case-show-item {
	padding: 0 40px 7px 0;
	border-bottom: 1px solid #eff2fb;
	margin-bottom: 10px;
}

.item-title {
	display: flex;
}

.item-title a {
	display: block;
	flex: 1;
	font-size: 16px;
	margin-bottom: 7px;
	color: #283e68;
	line-height: 1.6;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.reset {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	padding: 7px 38px 20px;
}

.reset img {
	margin-right: 7px;
}

.reset i {
	color: #7283a3;
	margin-right: 7px;
}

.reset a,
.reset h3,
.reset span {
	color: #7283a3;
	font-size: 14px;
}

/* 盒子 */
.case-content {
	display: flex;
}

.case-show,
.case-info {
	border-radius: 20px;
	background: #fff;
}

.case-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.case-issue {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.case-issue:hover span,
.case-issue:hover i {
	color: #225AFC;
}

.case-issue i {
	margin-left: 5px;
	font-size: 30px;
	color: #225afc;
}

.case-issue span {
	margin-left: 5px;
	color: #959ca9;
	font-size: 16px;
}

.case-title {
	font-size: 22px;
	display: flex;
	align-items: flex-end;
}

.case-show {
	flex: 1;
	height: 837px;
	margin-right: 24px;
	padding: 20px 0 0;
	overflow: hidden;
}

.case-title h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #235afc;
	margin-right: 45px;
}

.case-title span {
	font-size: 16px;
	color: #959ca9;
}

.case {
	padding: 67px 0 30px;
}

.case-box {
	width: 100%;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.case-content-box {
	width: 100%;
	height: 760px;
	overflow-y: scroll;
	padding: 0 38px 0;
}

.case-content-box::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #c5c8d0cc;
}

/*定义滚动条轨道*/
.case-content-box::-webkit-scrollbar-track {
	background-color: #FFF;
}

/*定义滑块*/
.case-content-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c5c8d0cc;
}

/* 导航 */
.hot-nav {
	display: flex;
	margin-bottom: 36px;
}

.hot-nav-item {
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	color: #15294e;
}

.hot-nav-item span {
	display: block;
	width: 45px;
	height: 5px;
	border-radius: 5px;
	background: #225afc;
	margin-top: 12px;
}

/* 新版律师主页 */
.home-law {}

.home-law-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-law-item {
	width: 24%;
/*	height: 335px;*/
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 54px 3px rgba(172, 187, 228, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

/*.home-law-tx {
	width: 115px;
	height: 115px;
	border-radius: 115px;
	margin-bottom: 20px;
	overflow: hidden;
}

.home-law-tx img {
	width: 115px;
	height: 115px;
	object-fit: cover;
	transition: all 0.2s ease-in;
}*/

.home-law-item:hover .home-law-tx img {
	transform: scale(1.2);
}

.home-law-name {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	margin-bottom: 16px;
}

.home-law-address {
	font-size: 14px;
	font-weight: 400;
	color: rgba(123, 136, 170, 1);
	margin-bottom: 9px;
}

.home-law-office {
	font-size: 14px;
	font-weight: 400;
	color: rgba(123, 136, 170, 1);
	padding-bottom: 14px;
	border-bottom: 1px solid #EEF1F9;
	margin-bottom: 16px;
	min-width: 221px;
	text-align: center;
}

.home-law-good {
	display: flex;
	width: 100%;
	padding: 0 17px;
}

.home-law-goodt {
	margin-right: 17px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(139, 150, 179, 1);
	display: flex;
	align-items: center;
}

.law-goodt-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.law-goodt-item {
	width: 48%;
	height: 30px;
	border: 1px solid rgba(226, 230, 233, 1);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(34, 90, 252, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.lawyer-more {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

.lawyer-more-title {
	font-size: 28px;
	color: #FFF;
	letter-spacing: 3px;
	font-weight: 600;
	margin: 50px 0 28px;
}

.lawyer-more-icon {
	width: 40px;
	height: 40px;
}

/* 展开导航 */
.sontype-box {
	position: absolute;
	z-index: 665;
	left: 206px;
	top: 0;
	width: 720px;
	background-color: #FFF;
	height: 523px;
}

.sontype-msg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(248, 249, 255, 1);
	;
	display: flex;
	justify-content: space-between;
	padding: 30px;
	height: 120px;
}

.sontype-scroll {
	width: 100%;
	display: flex;
	height: 403px;
	padding: 30px 25px;
	overflow-y: scroll;
	display: flex;
}

.sontype-msg-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sontype-msg-item h2 {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(21, 41, 77, 1);
}

.sontype-icon {
	padding-top: 5px;
}

.sontype-type {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sontype-list {
	color: #15294e;
	padding-left: 10px;
}

.sontype-list-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 77, 1);
	margin-bottom: 30px;
}

.sontype-list-box {
	display: flex;
	flex-wrap: wrap;
}

.sontype-list-item {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #E2E4E9FF;
	margin-bottom: 20px;
	color: #15294E;
}

/* 展开导航结束 */
@media (max-width: 1400px) {
	.home-active-item {
		width: 31%;
		margin-right: 3.5%;
	}

	.home-active-tx-box {
		width: 65px;
		height: 65px;
		border-radius: 65px;
		overflow: hidden;
	}

	.home-active-tx {
		width: 65px;
		height: 65px;
		border-radius: 65px;
		object-fit: cover;
	}

	.case-info {
		width: 425px;
	}

	.card-wx {
		padding: 0 30px;
	}

	.sontype-box {
		left: 164px;
		width: 590px;
	}
}

/* 标题 */
.find-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFF;
}

.home {
	padding: 42px 0 20px;
	display: flex;
	justify-content: space-between;
}

.home-title {
	display: flex;
	align-items: center;
}

.home-title-msg {
	display: block;
	height: 37px;
	margin-left: 28px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 5px;
	border-bottom: 1px solid #5780F7;
	font-size: 14px;
	font-weight: 400;
	color: rgba(87, 128, 247, 1);
}

.home-title h2 {
	font-size: 22px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	margin: 0;
	padding: 0;
}

.home-more {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.home-more span {
	margin-right: 4px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
}

.home-more img {
	width: 16px;
	height: 22px;
}

/* 找律师 */
.find-line-box {
	display: flex;
}

.find-line {
	width: 150px;
}

.find {
	display: flex;
	justify-content: space-between;
}

.find-banner-box {
	width: 263px;
	height: 292px;
	border-radius: 14px;
	overflow: hidden;
}

.find-banner-box img {
	width: 263px;
	height: 292px;
}

.find-banner {
	width: 318px;
	height: 238px;
	margin-right: 42px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 54px;
}

.find-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.find-item {
	width: 20%;
	height: 146px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.find-item.right {
	border-right: 1px solid rgba(222, 226, 239, 1);
}

.find-item.bottom {
	border-bottom: 1px solid rgba(222, 226, 239, 1);
}

.find-icon {
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	transition: all 0.1s ease-in;
}

.find-title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
}

/* 动画开始 */
.find-item:hover {
	box-shadow: 0px 0px 21px 0px rgba(149, 176, 253, 0.32);
	transition: all 0.1s ease-in;
}

/* 动画结束 */


/* 认证 */
.rove {
	width: 100%;
	height: 68px;
	background: #fff;
	border-radius: 10px;
	background: rgba(30, 41, 58, 1);
	box-shadow: 0px 0px 3px 0px rgba(61, 83, 125, 0.57);
	display: flex;
	align-items: center;
	overflow: hidden;
}

.rove-item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #8E96A8;
}

.rove-enter {
	flex: 1;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(236, 186, 82, 1);
	background: rgba(236, 186, 82, 1);
	color: #ecba52;
	font-weight: bold;
	color: rgba(30, 41, 58, 1);
}

.rove-enter:hover {
	color: rgba(30, 41, 58, 1) !important;
}

.rove-enter:hover.rove-enter img {
	transform: scale(1.2);
	transition: all 0.2s ease-in;
}

.rove-item.end {
	border-right: 0;
}

.rove-enter img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.rove-item img {
	width: 42px;
	margin-right: 5px;
}

.rove-item span {
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

/* 律师自媒体 */
.hot-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
	background: rgba(226, 233, 238, 1);
}

/* 列表 */
.media-article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.media-item {
	width: calc((100% - 35px) / 2);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 42px 1px rgba(34, 90, 252, 0.08);
	display: flex;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 16px;
	transition: all .1s ease;
}

.media-item:hover {
	box-shadow: 1px 0px 30px 0px rgba(186, 195, 255, 0.56);
}

.media-item-media {
	background-color: #FFF;
}

.media-item.end {
	margin-right: 0;
}

.media-article-thumb {
	width: 138px;
	height: 130px;
	border-radius: 6px;
	background: #b8bfc3;
	object-fit: cover;
	margin-right: 36px;
	cursor: pointer;
}

.media-article-info {
	flex: 1;
}

.media-article-lawyer {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.media-article-tx {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-right: 10px;
	object-fit: cover;
}

.media-article-name {
	flex: 1;
	font-size: 14px;
	color: #15294e;
}

.media-article-title {
	font-size: 16px;
	color: rgba(21, 41, 78, 1);
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	cursor: pointer;
}

.media-article-content {
	font-size: 14px;
	max-height: 42px;
	color: #8894B5;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	cursor: pointer;
}

.media-article-lawyer:hover .media-article-name,
.media-article-content:hover,
.media-article-title:hover {
	color: #225AFC;
}

.hot-article-msg {
	font-size: 14px;
	color: #8f9bb9;
}

.hot-article-msg span {
	margin-right: 54px;
}

.rd-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 10px;
	background: #FFF;
}

/* 盒子 */
.ranking {
	display: flex;
}

.ranking-box {
	width: 100%;
	padding: 40px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgb(223, 230, 235);
}

.ranking-list-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	margin-bottom: 20px;
}

/* 三列 */
.ranking-item {
	width: 384px;
	margin-right: 28px;
}

.ranking-item.ranking-end {
	margin-right: 0;
}

/* 每一列 */
.ranking-title {
	text-align: center;
	font-size: 24px;
	color: #15294e;
	font-weight: 600;
	margin-bottom: 44px;
}

.ranking-lawyer-list {
	background: #fff;
	box-shadow: 0px 6px 14px 2px rgba(105, 115, 145, 0.17);
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.ranking-lawyer-item {
	flex: 1;
	display: flex;
	align-items: center;
}


.ranking-lawyer-num {
	width: 32px;
	height: 32px;
	border: 1px solid rgba(134, 144, 168, 1);
	border-radius: 50%;
	font-size: 14px;
	font-weight: 400;
	color: rgba(134, 144, 168, 1);
	line-height: 32px;
	text-align: center;
	margin-right: 33px;
	margin-left: 15px;
}

.ranking-lawyer-num.top1 {
	background: rgba(255, 150, 0, 1);
	color: #FFF;
	border: 1px solid rgba(255, 150, 0, 1);
}

.ranking-lawyer-num.top2 {
	background: rgba(196, 196, 196, 1);
	color: #FFF;
	border: 1px solid rgba(196, 196, 196, 1);
}

.ranking-lawyer-num.top3 {
	background: rgba(210, 180, 156, 1);
	color: #FFF;
	border: 1px solid rgba(210, 180, 156, 1);
}

.ranking-lawyer-tx {
	width: 58px;
	height: 58px;
	border-radius: 58px;
	margin-right: 22px;
	object-fit: cover;
}

.ranking-lawyer-top {
	width: 54px;
	height: 54px;
	border-radius: 54px;
	margin-right: 22px;
	object-fit: cover;
}

.ranking-lawyer-top.top-1 {
	border: 2px solid #ffbe0a;
}

.ranking-lawyer-top.top-2 {
	border: 2px solid #cbcbcb;
}

.ranking-lawyer-top.top-3 {
	border: 2px solid #d4a681;
}

.ranking-lawyer-name {
	flex: 1;
	font-size: 18px;
	color: #15294e;
}

.ranking-lawyer-info {
	font-size: 14px;
	color: #7f8eaa;
}

.ranking-lawyer-box {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.ranking-lawyer-btn {
	width: 88px;
	height: 36px;
	border: 1px solid rgba(34, 90, 252, 1);
	border-radius: 18px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(34, 90, 252, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.ranking-hover-name {
	margin-bottom: 7px;
}

.ranking-hover-box {
	font-size: 16px;
	color: rgba(21, 41, 78, 1);
}

.ranking-hover-num {
	font-size: 13px;
	color: rgba(127, 142, 170, 1);
}

/* 知识列表 */
.zs-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.zs-list {
	width: calc((100% - 60px) / 4);
}

.zs-pic {
	display: flex;
	margin-bottom: 22px;
	width: 100%;
	height: 138px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.zs-pic:hover .zs-pic-img {
	transform: scale(1.2);
}

.zs-pic-msg {
	position: absolute;
	top: 40px;
	left: calc((100% - 156px) / 2);
	width: 156px;
	height: 58px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
}

.zs-pic-img {
	width: 100%;
	height: 138px;
	object-fit: cover;
	transition: all 0.3s ease-in;
}

.zs-item {
	display: block;
	height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 14px;
	font-weight: 400;
	color: #162A4E;
	margin-bottom: 16px;
}

/* 合同列表 */
.ht-box {
	width: 100%;
	display: flex;
	padding-bottom: 30px;
}

.ht-item {
	width: 400px;
}

.ht-item-img {
	display: block;
	width: 400px;
	height: 210px;
	position: relative;
}

.ht-item-img:hover .ht-img-title {
	color: #FCD622;
}

.ht-item-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
}

.ht-item-pic {
	width: 400px;
	height: 210px;
	border-radius: 6px;
}

.ht-img-title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.ht-img-btn {
	width: 150px;
	height: 46px;
	border: 1px solid #F5C83E;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #FCD622;
}

.ht-msg {
	font-size: 14px;
	font-weight: 400;
	color: #15294E;
	line-height: 20px;
	margin-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
}

/* 中间列表 */
.ht-list {
	flex: 1;
	padding: 0 20px;
}

.ht-list-title {
	font-size: 16px;
	font-weight: bold;
	color: #15294E;
	margin-bottom: 18px;
}

.ht-list-item {
	font-size: 14px;
	font-weight: 400;
	color: #15294E;
	margin-bottom: 11px;
	display: flex;
}

.ht-hot-title {
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	color: #15294E;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.ht-hot-title:hover {
	color: #225AFC;
}

.ht-hot-time {
	font-size: 12px;
	font-weight: 400;
	color: #72809A;
	display: flex;
	align-items: center;
}

.ht-right {
	width: 410px;
	display: flex;
	flex-direction: column;
}

.ht-right-item {
	width: 100%;
	height: 70px;
	position: relative;
	border: 1px solid #C2D2FF;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 12px;
	display: block;
}

.ht-right-img {
	width: 100%;
	height: 70px;
}

.ht-right-item:hover {
	border: 1px solid #225AFC;
}

.ht-right-item:hover .ht-right-title {
	color: #225AFC;
}

.ht-right-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ht-right-title {
	font-size: 16px;
	font-weight: bold;
	color: #15294E;
	margin-bottom: 8px;
}

.ht-right-msg {
	font-size: 13px;
	font-weight: 400;
	color: #15294E;
}

@media (max-width: 1400px) {
	.ht-right {
		width: 280px;
	}

	.ht-item-box,
	.ht-item-pic,
	.ht-item {
		width: 340px;
	}
}

/* 列表 */
.hot-article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hot-item {
	width: calc((100% - 50px) / 2);
	display: flex;
	border-radius: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.hot-item:hover {
	/* box-shadow: 1px 0px 30px 0px rgba(186, 195, 255, 0.56); */
}

.hot-item-media {
	background-color: #FFF;
}

.hot-item.end {
	margin-right: 0;
}

.hot-article-thumb {
	width: 124px;
	height: 103px;
	border-radius: 6px;
	background: #b8bfc3;
	object-fit: cover;
	margin-right: 26px;
	cursor: pointer;
}

.hot-article-info {
	flex: 1;
}

.hot-article-lawyer {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
}

.hot-article-tx {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-right: 10px;
	object-fit: cover;
}

.hot-article-name {
	flex: 1;
	font-size: 14px;
	color: #15294e;
}

.hot-article-title {
	width: 100%;
	color: #15294e;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: rgba(21, 41, 78, 1);
}

.hot-article-content {
	height: 42px;
	color: #707c9c;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	cursor: pointer;

	font-size: 14px;
	font-weight: 400;
	color: rgba(112, 124, 156, 1);
}

.hot-article-lawyer:hover .hot-article-name,
.hot-article-content:hover,
.hot-article-title:hover {
	color: #225AFC;
}

.hot-article-msg {
	font-size: 14px;
	color: #8f9bb9;
}

.hot-article-msg span {
	margin-right: 30px;
}
