.search-icon {
	position: absolute;
	right: 20px;
	top: 6px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.classify-search {
	width: 337px;
	height: 39px;
	position: relative;
}

.classify-input {
	width: 100%;
	height: 39px;
	border-radius: 39px;
	background: #edf0f2;
	border: 1px solid #edf0f2;
	padding: 0 50px 0 34px;
}

.classify-input:focus {
	outline-offset: 2px;
	border-radius: 39px;
	outline: -webkit-focus-ring-color auto 0;
	border: 1px solid #225afc;
	transition: all 0.2s ease;
}

.classify-item {
	display: flex;
	color: #15294e;
	margin-right: 40px;
	cursor: pointer;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.classify-item.active {
	background: #e2e9ff;
	color: #225afc;
	border-radius: 12px;
}

.classify-nav {
	width: 100%;
	display: flex;
}

.classify {
	margin-top: 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #ced7de;
}

.classify-box {
	width: 100%;
	display: flex;
	justify-content: center;
}

.rd-content {
	margin: 0 auto 0;
	display: flex;
}

.fuwu-list {
	display: flex;
	border-bottom: 1px solid #eff2fb;
	margin-bottom: 28px;
}

.filtrate-title {
	padding-top: 5px;
	font-size: 16px;
	color: #8796b1;
	margin-right: 25px;
}

.filtrate-title-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.banner {
	width: 100%;
	height: 218px;
	margin-top: 20px;
	background: #333;
}

.banner-img {
	width: 100%;
	height: 218px;
	object-fit: cover;
}

.media-item {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	display: flex;
	padding: 28px 43px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 34px 1px rgba(113, 148, 250, 0.19);
}

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

.media-img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-right: 15px;
	object-fit: cover;
	cursor: pointer;
}

.media-content {
	flex: 1;
}

.lawyer-msg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	margin-bottom: 17px;
}

.lawyer-msg-name {
	font-size: 16px;
	color: #15294e;
	cursor: pointer;
}

.lawyer-msg-name:hover {
	color: #225AFC;
}

.lawyer-msg-nav {
	width: 107px;
	height: 36px;
	border-radius: 36px;
	font-size: 14px;
	font-weight: 600;
	background: #225afc;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

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

.media-title {
	font-size: 22px;
	color: #15294e;
	font-weight: 600;
	margin-bottom: 18px;
	display: flex;
	align-items: flex-end;
}

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

.media-title span {
	color: #225afc;
	font-size: 14px;
	margin-left: 26px;
}

.media-digest {
	font-size: 14px;
	color: #4f5c74;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	max-height: 46px;
	display: block;
}

.media-digest:hover {
	color: #225afc;
}

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

.media-msg-info {
	display: flex;
}

.msg-item {
	margin-right: 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #4f5c74;
}

.msg-item img {
	height: 20px;
	margin-right: 5px;
}

.media-page {
	display: flex;
	justify-content: center;
	margin-top: 60pxs;
}

/* 自媒体推荐 */
.media-show {
	background: #edf0f2;
	margin-top: 34px;
	padding: 32px 15px 10px;
	border-radius: 6px;
}

.mediashow-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 22px;
	color: #225afc;
}

/* 文章 */
.media-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* .media-item {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 22px;
	margin-bottom: 14px;
} */
.media-tx {
	width: 56px;
	height: 56px;
	border-radius: 60px;
	margin-right: 10px;
}

.media-info {
	flex: 1;
}

.media-title {
	font-size: 18px;
	color: #15294e;
	margin-bottom: 10px;
	font-weight: 600;
}

.media-digest {
	font-size: 14px;
	color: #8894b5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
