.anli-det .lt{
	flex: 1;
	padding-right: 2rem;
	border-right: 1px solid #e9e9e9;
	padding-top: 4rem;
	padding-bottom: 6rem;
}
.anli-det .lt .tt{
	font-size: var(--f40);
}
.anli-det .lt .tool {
	margin-top: 1.4rem;
}
.anli-det .lt .tool .pub-btn{
	padding: .6rem 1rem;
}
.anli-det .lt .tool .pub-btn i{
	font-size: var(--f21);
	font-weight: 300;
	margin-right: .4rem;
	transform: rotateY(180deg);
}
.anli-det .lt .tool .cir-icon{
	background-color: var(--themeColor);
	width: 2.5rem;
	margin-right: .5rem;
}
.anli-det .lt .tool .cir-icon i{
	color: #fff;
	font-size: var(--f22);
	line-height: 1;
}
.anli-det .lt .tool .goback{
	font-size: var(--f18);
}
.anli-det .lt .tool .goback:hover{
	color: var(--themeColor);
}
.anli-det .lt .ar_article img{
	width: 100%;
}

.anli-det .rt{
	padding-top: 4rem;
	position: sticky;
	top: 2rem;
	padding-left: 2rem;
	width: 16rem;
	padding-bottom: 6rem;
}
.anli-det .rt .tt{
	font-size: var(--f32);
}
.anli-det .rt .item{
	margin-top: 1rem;
	display: block;
}
.anli-det .rt .item .img-db{
	height: auto;
	aspect-ratio: 270/170;
	overflow: hidden;
	border-radius: 1rem;
}
.anli-det .rt .item p{
	font-size: var(--f18);
	color: #212121;
	margin-top: .7rem;
	font-weight: 800;
}