@charset "utf-8";
.art-nav{
	padding: 0.45rem 0;
	margin: 0 0.72rem;
	border-bottom: 1px solid #BDD9E5;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.art-nav .art-nav-home{
	width: 0.38rem;
	height: 0.35rem;
	flex-shrink: 0;
	margin-right: 0.12rem;
}
.art-nav .art-nav-level{
	display: flex;
	flex-direction: row;
}
.art-nav-level{
	font-size: 0.36rem;
	font-weight: 300;
	color: #848282;
}
.art-nav-level>li:last-child{
	color: #565656;
}
.art-nav-level>.level-icon{
	margin: 0 0.15rem;
}

/* art-content */
.art-content{
	padding: 0.7rem 0.72rem 0.3rem;
}
.art-header .art-header-title{
		font-size: 0.66rem;
		font-weight: bold;
		color: #565656;
		line-height: 0.82rem;
}
.art-header-info{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-top: 0.45rem;
}
.art-header-info .art-info-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.3rem;
	font-weight: 300;
	color: #797979;
	line-height: 0.23rem;
}
.art-header-info .art-info-item>img{
	width: 0.36rem;
	height: 0.36rem;
	flex-shrink: 0;
	margin-right: 0.1rem;
}

.art-main-content{
	font-size: 0.44rem;
	font-weight: 400;
	color: #606060;
	line-height: 0.78rem;
	padding-top: 0.53rem;
}
.art-main-content>p,.art-main-content>div{
	padding-bottom: 0.3rem;
}
.art-main-content img{
	background-size: contain;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	display: block;
}

.related-articles{
	padding: 1.08rem 0.72rem;
}
.related-articles_i{padding:0rem 0.72rem 0.8rem;}
.related-articles .related-articles-ul{
	padding-top: 0.75rem;
}
.related-articles_i .related-articles-ul{padding-top:0rem;}
.related-articles .related-articles-ul .related-articles-li{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0.37rem 0;
	border-bottom: 1px dashed #C4D7E4;
	box-sizing: border-box;
}
.related-articles .related-articles-ul .related-articles-li .articles-li-title{
	width: 100%;
	font-size: 0.38rem;
	font-weight: 300;
	color: #353535;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.related-articles .related-articles-ul .related-articles-li .dots-icon{
	width: 0.11rem;
	height: 0.11rem;
	flex-shrink: 0;
	margin-right: 0.3rem;
}