/* 头部 */
.ar_title {
	/* display: flex; */
	/* align-items: center; */
	margin-bottom: 2.25rem;
}

.ar_title .time {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.ar_title .tool .date .time i {
    font-size: var(--f20);
    color: var(--themeColor);
}

.ar_title .tool .date .time span {
	font-size: var(--f15);
	display: block;
    color: #909092;
}

.ar_title h3 {
	line-height: 1.4;
	font-size: var(--f36);
	color: #212121;
	font-weight: bold;
}

.ar_title .tool {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.7rem;
}

.ar_title .tool .date {
	font-size: var(--f16);
	color: #000;
	line-height: 1;
	padding-top: .2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.ar_title .tool .date span {
	font-size: var(--f16);
	color: #494949;
	font-family: 'robr-font';
	line-height: 1;
}

.ar_title .tool .goback {
	font-size: var(--f16);
	color: #000;
	display: flex;
	align-items: center;
	gap: .6rem;
	cursor: pointer;
}

.ar_title .tool .goback .cir-icon {
	width: 1.2rem;
	background: var(--themeColor);
	color: #fff;

	overflow: hidden;
	transition: all .5s;
}

.ar_title .tool .goback .cir-icon i {
	font-size: var(--f18);
}

.ar_title .tool .goback:hover .cir-icon {
	transform: rotate(0);
}

.left_con {
	padding-left: 3rem;
}
.n_news_xq .left_tool{
    padding-right: 3rem;
	border-right: 1px solid #ecedee;
}

.n_news_xq .left_tool>div {
	position: sticky;
	top: calc(var(--headerHeight) + 2rem);
}
.n_news_xq .left_tool .ewm{
    font-size: var(--f16);
}
.n_news_xq .left_tool .ewm img{
    width: 7rem;
    border: 1px solid #eee;
    margin-top: .6rem;

}


.n_news_xq .cont{
    margin-top: 3rem;
}
.n_news_xq .ar_article {
    font-size: var(--f18);
}

/* 右侧推荐 */
.right_con {
	width: 24rem;
	padding-left: 3rem;
	border-left: 2px solid #ecedee;
}

.right_con>div {
	position: sticky;
	top: calc(var(--headerHeight) + 2rem);
}

.right_tuijian .tt {
	font-size: var(--f28);
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.right_tuijian ul li a .date{
	font-size: var(--f14);
	font-family: 'robr-font';
	color: #7f7f7f;
	margin-bottom: .5rem;
}
.right_tuijian ul li a .tt {
	font-size: var(--f18);
	color: #212121;
	font-weight: bold;
	transition: color .5s;
}
.right_tuijian ul li a:hover .tt{
	color: var(--themeColor);
}



/* 底部翻页 */
.ar_fot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3.5rem;
	border-top: 2px solid #edeff1;
	padding-top: 2.25rem;
	gap: 2rem;
}

.ar_fot a span {
	font-size: var(--f16);
	color: #4d4d4d;
	display: block;
	margin-bottom: 1rem;
}

.ar_fot a h4 {
	font-size: var(--f17);
	color: #4d4d4d;
	transition: 0.3s;
}

.ar_fot a:hover h4 {
	color: var(--themeColor2);
}
