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

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

/* 文章 */
.article-box {
	width: 100%;
	background: #fff;
	padding: 40px 40px 20px;
	box-shadow: 0px 0px 42px 1px rgba(34, 90, 252, 0.08);
	border-radius: 10px;
	margin-bottom: 20px;
}


.article-title span {
	font-size: 14px;
	color: #225afc;
	font-weight: 400;
	margin-left: 30px;
}

.article-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 15px;
}

.article-info-user {
	display: flex;
	font-size: 16px;
	color: #4f5c74;
	align-items: center;
}

.article-user img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	object-fit: cover;
	margin-right: 16px;
}

.article-msg {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.article-msg-info {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.article-msg-item {
	display: flex;
	margin-right: 10px;
	font-size: 14px;
	color: #8590a6;
	cursor: pointer;
}

.article-msg-item a {
	color: #225afc;
}

.article-msg-item img {
	margin-right: 5px;
	width: 24px;
	height: 18px;
}

/* 封面图 */
.lawyer-card {
	width: 583px;
	border-radius: 10px;
	padding: 15px 10px 40px;
	margin: 62px auto 50px;
	background-color: #1a274c;
	display: flex;
	cursor: pointer;
}

.lawyer-card-tx {
	width: 96px;
	height: 96px;
	border-radius: 96px;
	margin-right: 25px;
	object-fit: cover;
}

.lawyer-card-content {
	flex: 1;
}

.lawyer-card-title {
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.lawyer-card-name {
	font-size: 14px;
	color: #c1cde0;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.lawyer-card-tag {
	display: flex;
	align-items: center;
}

.card-tag-item {
	display: flex;
	align-items: center;
	color: #FFF;
	margin-right: 10px;
}

.card-tag-image {
	width: 32px;
	height: 26px;
	margin-right: 10px;
}

/* 功能按键 */
.article-func {
	display: flex;
	margin-top: 15px;
	padding-bottom: 28px;
}

.func-item {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.func-item img {
	margin-right: 5px;
}

.func-item span {
	margin-right: 10px;
	font-size: 14px;
	color: #8590a6;
}

/* 文章推荐 */
.article-show {
	width: 100%;
}

.article-show-title {
	font-weight: 600;
	font-size: 24px;
	color: #15294e;
	margin-bottom: 48px;
	padding-top: 15px;
}

.show-item-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #546585;
	margin-bottom: 15px;
	cursor: pointer;
}

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

.show-item-title span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #235afd;
	margin-right: 10px;
}

.show-item-content {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.show-item-left {
	flex: 1;
	height: 38px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.show-item-left:hover {
	color: #225AFC;
}

.show-item-tx {
	width: 34px;
	height: 34px;
	border-radius: 34px;
	margin-right: 15px;
	background: #abb4c7;
	object-fit: cover;
}

.show-item-name {
	font-size: 16px;
	color: #546585;
	margin-right: 20px;
}

.show-item-time {
	font-size: 14px;
	color: #8590a6;
}

.show-item-msg {
	display: flex;
}

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

.item-msg-item img {
	width: 24px;
	height: 18px;
	margin-right: 8px;
}

.item-msg-item span {
	font-size: 14px;
	color: #4f5c74;
}

/* 右侧 */
.article-user {
	display: flex;
	font-size: 20px;
	color: #4f5c74;
	align-items: center;
	cursor: pointer;
	margin-bottom: 18px;
}

.article-user img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	object-fit: cover;
	margin-right: 20px;
}

/* 热门标签 */
.hottag {
	background: #fff;
	padding: 26px 18px 10px;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 42px 1px rgba(34, 90, 252, 0.08);
}

.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;
	margin-bottom: 20px;
}

.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.tag-end {
	margin-right: 0;
}

/* 文章推荐 */
.article-list {
	margin-top: 30px;
	padding: 0 0 20px;
}

.artilce-item {
	margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.article-itme-title {
	color: #4f5c74;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	flex: 1;
}

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

.article-item-title {
	font-size: 16px;
	color: #546585;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.article-item-time {
	font-size: 14px;
	color: #8590a6;
}

/* 律师排行 */
.hot-ranking-item {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
	cursor: pointer;
}

.hot-ranking-item:hover .hot-ranking-title {
	color: #235AFC;
}

.hot-ranking-title {
	font-size: 16px;
	color: #546585;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.hot-ranking-info {
	display: flex;
	font-size: 14px;
	color: #8590a6;
	display: flex;
	justify-content: space-between;
}


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

.knowledge-right-box {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(146, 172, 244, 0.14);
    border-radius: 10px;

    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.knowledge-laws-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 30px;
}
.knowledge-laws-item {
    padding-bottom: 20px;
    display: block;
    color: rgba(21, 41, 78, 1);
}
.art-list-ml li {
    float: left;
    width: 50%;

}
.art-list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.f18 {
    font-size: 18px !important;
}
.mt30 {
    margin-top: 30px !important;
}