/* 律师列表 */
.hot-lawyer {
	border-radius: .20rem;
	padding: .32rem 0 0;
}

.lawyer-list-box{
	position: relative;
}

.lawyer-list-li {
	width: 100%;
	display: flex;
	padding: 0 0 .36rem;
	margin-bottom: .36rem;
	border-bottom: 1px solid #f3f5f9;
}

.list-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: .24rem;
}

.list-user {
	display: flex;
	flex-direction: row;
}

.list-user-info {
	flex: 1;
}

.to-message {
	position: absolute;
	right: 0;
	top: 0;
	background: #225afc;
	color: #fff;
	font-size: .26rem;
	width: 1.40rem;
	height: .70rem;
	border-radius: .60rem;
	border: 1px solid #225afc;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.list-name {
	flex: 1;
	font-size: .34rem;
	color: #15294e;
	font-weight: 700;
	margin-bottom: .23rem;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.list-intro {
	color: #6b789d;
	font-size: .26rem;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.list-msg {
	font-size: .26rem;
	color: #15294e;
	margin-bottom: .14rem;
}

.list-msg span {
	margin-right: .30rem;
}

.list-tag {
	display: flex;
}

.list-num {
	font-size: .24rem;
	font-weight: 400;
	color: rgba(108, 124, 155, 1);
	line-height: .40rem;
}

.list-num span {
	color: #225AFC;
}

.list-tag-item {
	font-size: .24rem;
	color: #acb5ce;
	border: 1px solid #adb6ce;
	border-radius: .10rem;
	margin-right: .15rem;
	padding: .09rem .14rem;
	margin-bottom: .14rem;
}

.lawyer-status {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.list-img {
	width: .98rem;
	height: .98rem;
	border-radius: 1.24rem;
	margin-bottom: .30rem;
	background: #f2f2f2;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	object-fit: cover;
}

.lawyer-online {
	font-size: .26rem;
	color: #15294e;
	display: flex;
	/* align-items: center; */
	color: rgba(86, 106, 144, 1);
}

.lawyer-online-icon {
	font-size: .28rem;
	margin-right: .06rem;
}
.charge-article {
    background-color: #FFF;
    padding: .3rem;
    margin-bottom: .2rem;
}

.charge-title {
    font-size: .30rem;
    font-weight: bold;
    color: rgba(21, 41, 77, 1);
    line-height: .40rem;
    margin-bottom: .3rem;
}
.charge-article-title {
    font-size: .42rem;
    font-weight: bold;
    color: rgba(21, 41, 77, 1);
    line-height: 24px;
    margin-bottom: .33rem;
}
.charge-info {
    display: flex;
    align-items: center;
    font-size: .24rem;
    font-weight: 400;
    color: rgba(128, 144, 174, 1);
    padding-bottom: .35rem;
}

.charge-info-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.charge-copyright {
    font-size: .22rem;
    font-weight: 400;
    color: rgba(128, 144, 174, 1);
    padding-bottom: .32rem;
}

.charge-msg-download {
    width: 1.96rem;
    height: .60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(34, 90, 252, 1);
    border-radius: .30rem;
    font-size: .28rem;
    font-weight: 400;
    color: rgba(32, 91, 253, 1);
    cursor: pointer;
}

.charge-item-span {
    font-size: .24rem;
    font-weight: 400;
    color: rgba(137, 155, 191, 1);
}

.suggest-box {
    padding: 16px 16px;
    border-radius: 8px;
    box-shadow: 0rem .15rem .5rem rgba(0, 0, 0, .05);
    background-size: 100% auto;
}
.suggest-box p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.suggest-title{
    font-size: 18px;
    font-weight: 700;
}