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

.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: 26px 38px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(34, 90, 252, .08);
}

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

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

.media-content {
	flex: 1;
}

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

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

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

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

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

.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 {
	margin-right: 5px;
}

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

/* 筛�*/
.search-icon {
	position: absolute;
	right: 20px;
	top: 6px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	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;
}

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

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

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

.classify {
	width: 100%;
	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 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

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