.answer {
	margin: 0 auto;
	display: flex;
}


/* 咨询解答分类 */
.answer-classify {
	display: flex;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 30px;
}

.answer-classify-title {
	margin-right: 22px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(135, 150, 177, 1);
	padding-top: 6px;
}

.answer-classify-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.answer-classify-item {
	width: 60px;
	height: 33px;
	background: #FFF;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: rgba(79, 92, 116, 1);
	cursor: pointer;
}

.answer-classify-item.active {
	background: rgba(226, 233, 255, 1);
	color: rgba(34, 90, 252, 1);
}

/* 面包屑 */
.answer-mbx {
	margin: 28px auto 0;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	color: rgba(131, 149, 182, 1);
}

.answer-mbx-item {
	margin: 0 5px;
	color: rgba(131, 149, 182, 1);
}

.answer-mbx-item.active {
	color: #225AFC;
}

/* 咨询解答 */
.answer-article {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	padding: 23px 34px 23px 50px;
	margin-bottom: 20px;
}

.answer-article-msg {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.answer-article-left {
	display: flex;
	flex: 1;
}

.article-msg-item {
	font-size: 14px;
	font-weight: 400;
	color: #8092B2;
	margin-right: 27px;
	display: flex;
}

.article-msg-item i {
	margin-right: 8px;
}

.article-msg-type {
	display: flex;
	align-items: center;
	color: #225AFC;
}

.article-msg-type img {
	margin-right: 8px;
}

.answer-article-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: rgba(21, 41, 78, 1);
	margin-bottom: 19px;
}

.answer-article-title i {
	font-size: 23px;
	color: #225AFC;
	margin-right: 14px;
	font-weight: 400;
}

.answer-article-article {
	font-size: 16px;
	font-weight: bold;
	color: rgba(84, 101, 133, 1);
	margin-bottom: 35px;
	line-height: 28px;
	position: relative;
}

.answer-article-title {
	position: absolute;
	top: -3px;
	left: -32px;
}

.answer-article-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-btn {
	width: 160px;
	height: 39px;
	background: rgba(172, 191, 244, 1);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.article-btn-msg {
	font-size: 14px;
	font-weight: 400;
	color: rgba(128, 146, 178, 1);
}

/* 内容 */
.answer-law-box {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	padding: 38px 34px 10px;
	margin-top: 20px;
}

.answer-law-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
}

.answer-law-item {
	display: flex;
}

.answer-law-tx {
	width: 68px;
	height: 68px;
	border-radius: 68px;
	object-fit: cover;
	margin-right: 27px;
	cursor: pointer;
}

.answer-law-title {
	font-size: 18px;
	font-weight: 400;
	color: rgba(55, 78, 121, 1);
}

.answer-law-msg {
	font-size: 14px;
	font-weight: 400;
	color: rgba(128, 146, 178, 1);
}

.law-item-info {
	flex: 1;
	position: relative;
}

.lawyer-info-icon {
	position: absolute;
	color: #30c2c0;
	font-size: 40px;
	bottom: 30px;
	right: 0;
	opacity: .5;
}

.law-item-head {
	display: flex;
}

.law-head-left {
	flex: 1;
	margin-bottom: 40px;
}

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

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

.law-msg-item {
	font-size: 14px;
	font-weight: 400;
	color: rgba(55, 78, 121, 1);
	margin-right: 20px;
}

.law-item-content {
	margin-bottom: 27px;
	line-height: 1.8;
	color: #15294E;
}

.law-item-tool {
	display: flex;
	justify-content: space-between;
}

.law-item-time {
	font-size: 14px;
	font-weight: 400;
	color: rgba(156, 168, 189, 1);
}

.law-item-zan {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: rgba(156, 168, 189, 1);
	cursor: pointer;
	user-select: none;
}

.law-item-zan.active {
	color: #225AFC;
}

.law-item-zan i {
	margin-right: 8px;
}

.answer-law-item {
	border-bottom: 1px solid #EBF0FA;
	padding-bottom: 12px;
	margin-bottom: 12px;
	position: relative;
}

.law-item-btns {
	display: flex;
}

.law-item-btn {
	width: 84px;
	height: 30px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 12px;
	border: 1px solid rgba(34, 90, 252, 1);
	color: rgba(34, 90, 252, 1);
}

.law-item-cai {
	border: 1px solid #F78259;
	background-color: #F78259;
	color: #FFF;
}

.law-item-cai.end {
	background-color: #ECEFF5;
	border: 1px solid #ECEFF5;
	color: #B6BBC4;
}

.answer-banner {
	width: 100%;
	height: 69px;
	background-color: #225AFC;
	margin: 20px 0;
	color: #FFF;
	display: flex;
	align-items: center;
}

.answer-banner-box{
	display: flex;
	cursor: pointer;
	width: 100%;
	margin: 20px 0;
}

.answer-banner-img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
}

.answer-banner-title {
	flex: 1;
	text-align: center;
}

.answer-banner-btn {
	width: 147px;
	height: 39px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	margin-right: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

.answer-banner-btn:hover {
	color: #FFF !important;
}

/* 标题结束 */


/* 最新提交咨询动态 */
.answer-new {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 23px 1px rgba(34, 90, 252, 0.11);
	border-radius: 20px;
	padding: 26px 17px;
}

.answer-new-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 24px;
}

.answer-new-text {
	font-size: 20px;
	font-weight: bold;
	color: rgba(55, 78, 121, 1);
}

.answer-new-more {
	color: #225AFC;
}

.answer-new-item {
	display: block;
	background: #f3f6f9;
	border-radius: 6px;
	padding: 17px 13px;
	margin-bottom: 10px;
}

.answer-item-title {
	font-size: 16px;
	color: rgba(84, 101, 133, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.answer-new-msg {
	display: flex;
}

.answer-newitem-msg {
	font-size: 14px;
	font-weight: 400;
	color: rgba(134, 151, 220, 1);
	margin-right: 42px;
}

/* 广告图 */
.answer-banner-two {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.answer-banner-two img {
	width: 100%;
	border-radius: 20px;
}

/* 加载更多 */
.law-item-more {
	font-size: 16px;
	font-weight: 400;
	color: rgba(21, 41, 78, 1);
	padding: 30px 0;
	text-align: center;
	cursor: pointer;
}

.law-item-more i {
	color: #225AFC;
}

/* 大家都在看 */
.everyone-look {
	display: flex;
	align-items: center;
}

.everyone-look-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	height: 36px;
	overflow: hidden;
}

.everyone-look-title {
	font-size: 16px;
	font-weight: bold;
	color: rgba(21, 41, 77, 1);
	line-height: 28px;
}

.everyone-look-item {
	height: 36px;
	background: rgba(231, 237, 248, 1);
	border-radius: 2px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(96, 113, 144, 1);
	line-height: 28px;
	margin-right: 15px;
	cursor: pointer;
}

.everyone-look-more {
	width: 112px;
	height: 36px;
	background: rgba(216, 225, 244, 1);
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(21, 41, 77, 1);
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
