/* 自媒体推荐 */
.sidebar-media-show {
	border-radius: 6px;
	margin-bottom: 6px;
}

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

.sidebar-media-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.sidebar-media-item {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 14px;
	cursor: pointer;
	box-shadow: 0px 0px 34px 1px rgba(113, 148, 250, 0.19);
}

.sidebar-media-article {
	width: 100%;
	background-size: 100% 100%;
	border-radius: 12px 12px 0px 0px;
	padding: 32px 46px 21px 35px;
	display: flex;
}

.media-law-info {
	font-size: 16px;
	font-weight: bold;
	color: rgba(232, 184, 16, 1);
	text-align: center;
}

.media-info-law {
	margin-right: 26px;
}

.sidebar-tx-box {
	width: 54px;
	height: 54px;
	border-radius: 54px;
	margin-bottom: 16px;
	overflow: hidden;
}

.sidebar-media-tx {
	width: 54px;
	height: 54px;
	object-fit: cover;
	transition: all 0.2s ease-in;
}

.sidebar-media-item:hover .sidebar-media-tx {
	transform: scale(1.2);
}

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

.sidebar-media-title {
	padding: 23px 38px;
	width: 100%;
	font-size: 16px;
	color: rgba(21, 41, 78, 1);
	font-weight: 400;
}

.sidebar-media-title span {
	display: block;
	width: 100%;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.sidebar-media-digest {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 45px;
	-webkit-line-clamp: 2;
	padding-left: 22px;
	word-break: break-all;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
}

.sidebar-media-markt,
.sidebar-media-markb {
	font-size: 32px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
}

.sidebar-media-markb {
	text-align: right;
}

/* 律师推荐 */
.lawyer-show {
	width: 100%;
	padding: 34px 32px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(34, 90, 252, 0.34);
	margin-bottom: 20px;
}

.lawyershow-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 32px;
	color: #2b3f63;
}

/* 活跃律师 */
.lawyer-active {
	margin-top: 68px;
	padding: 0 45px;
}

.active-title {
	font-size: 24px;
	color: #15294e;
	margin-bottom: 6px;
}

.active-list {
	display: flex;
	flex-wrap: wrap;
}

.active-item {
	width: 68px;
	margin-right: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.active-item:hover .lawyer-name {
	color: #235AFC;
}

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

.active-tx-box {
	width: 55px;
	height: 55px;
	border-radius: 55px;
	margin-bottom: 8px;
	overflow: hidden;
}

.active-tx {
	width: 55px;
	height: 55px;
	object-fit: cover;
	transition: all 0.2s ease-in;
}

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

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

@media (max-width: 1400px) {
	.active-item {
		width: 32%;
		margin-right: 2%;
	}
}

/* 热门标签 */
.hottag {
	background: #fff;
	padding: 26px 17px;
	border-radius: 6px;
	box-shadow: 0px 0px 34px 1px rgba(113, 148, 250, 0.19);
	margin-bottom: 20px;
}

.hot-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
}

.hot-title span {
	display: block;
	width: 4px;
	height: 27px;
	background: rgba(34, 90, 252, 1);
	margin-right: 10px;
}

/* 文章推荐 */
.article-list {
	margin-top: 27px;
}

.artilce-item {
	margin-bottom: 22px;
	cursor: pointer;
	display: block;
}

.artilce-item:hover .article-title {
	color: #235afc;
}

.article-title {
	font-size: 16px;
	font-weight: bold;
	color: rgba(84, 101, 133, 1);
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	height: 21px;
}

.article-digest {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 14px;
	font-weight: bold;
	color: rgba(162, 174, 195, 1);
	height: 19px;
}

/* 热门标签 */
.hottag {
	background: #fff;
	padding: 26px 18px 10px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(218, 218, 218, .36);
	margin-bottom: 20px;
}

.hottag-title {
	font-size: 18px;
	color: #15294e;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.hottag-title span {
	display: block;
	width: 4px;
	height: 27px;
	margin-right: 10px;
	background: #225afc;
}

.hottag-list {
	display: flex;
	flex-wrap: wrap;
}

.hottag-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 30px) / 3);
	height: 36px;
	border-radius: 36px;
	font-size: 14px;
	color: #4f5c74;
	border: 1px solid #e2e6e9;
	margin-right: 14px;
	margin-bottom: 16px;
	cursor: pointer;
}

.hottag-item:hover {
	background-color: #e2e9ff;
	color: #225afc;
	border: 1px solid #225afc;
	transition: all .2s ease-in;
}

.hottag-item.tag-end {
	margin-right: 0;
}

/* 律师推荐 */
.answerlaw {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
}

.answerlaw-top {
	height: 60px;
	padding: 0 27px;
	background: rgba(30, 41, 58, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px 20px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.answerlaw-top-title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.answerlaw-top-more {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 204, 28, 1);
}

.answerlaw-top-more:hover {
	color: rgba(255, 204, 28, 1);
}

.answerlaw-list {
	padding: 27px 27px 14px;
	display: flex;
	flex-wrap: wrap;
}

.answerlaw-item {
	width: 77px;
	height: 39px;
	border: 1px solid rgba(129, 139, 154, 1);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(30, 41, 58, 1);
	margin: 0 9px 13px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* 最新回复 */
.answernew {
	background-color: #FFF;
	padding: 36px 27px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	margin-top: 10px;
}

.answernew-title {
	font-size: 20px;
	font-weight: 400;
	color: rgba(55, 78, 121, 1);
	margin-bottom: 30px;
}

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

.answernew-item-title {
	display: flex;
}

.answernew-item-title a {
	flex: 1;
	font-size: 14px;
	font-weight: bold;
	color: rgba(84, 101, 133, 1);
	word-break: break-word;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	color: #15294e;
}

.answernew-message {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.answernew-item-tag {
	width: 100%;
	padding-left: 75px;
}

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

.answernew-tx-box {
	width: 46px;
	height: 46px;
	margin-right: 12px;
}

.answernew-tx {
	width: 46px;
	height: 46px;
	border-radius: 36px;
	object-fit: cover;
	cursor: pointer;
}

.answernew-bubble {
	flex: 1;
	border-radius: 7px;
	font-size: 14px;
	color: #3d547f;
	display: flex;
	flex-direction: column;
}

.answernew-bubble span {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.answernew-lawyer-name {
	color: #9aadcc;
	font-size: 13px;
	margin-bottom: 8px;
	cursor: pointer;
}

/* 广告图 */
.charge-lbox-img {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

.charge-lbox-img img {
	width: 100%;
	box-shadow: 0 0 10px rgba(146, 172, 244, .14);
	border-radius: 10px;
}
