.news-det .head{
	border-bottom: 1px solid #dbd8d8;
	padding-bottom: 2rem;
}
.news-det .head .tt{
	font-size: var(--f36);
	font-weight: bold;
	line-height: 1.3;

}
.news-det .head .date{
	display: flex;
	align-items: center;
	color: var(--themeColor);
	margin-top: 1rem;
	gap: .4rem;
}
.news-det .head .date i{
	font-size: var(--f22);
}
.news-det  .ar_article{
	font-size: var(--f18);
	color: #4e4e4e;
	line-height: 2;
}


.news-xg .tit{
	font-size: var(--f36);
	font-weight: bold;
	position: relative;
	padding-bottom: 1rem;
}
.news-xg .tit::after{
	position: absolute;
	content: '';
	display: block;
	background: var(--themeColor);
	height: .2rem;
	width: 1.2em;
	bottom: 0%;
	left: 0;
}

.news .list .item{
	overflow: hidden;
	display: block;
	border-radius: 1rem;
	
}
.news .list .item .img-db{
	height: auto;
	aspect-ratio: 465/322;
}
.news .list .item .txt{
	background: #f1f5f8;
	padding: 2rem;
}
.news .list .item .txt .tt{
	font-size: var(--f22);
	height: calc(1em * 2 * 1.5);
}
.news .list .item .txt .date{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: .4rem;
	color: var(--themeColor);
	font-size: var(--f16);
}
.news .list .item .txt .date i{
	font-size: var(--f22);
}
.news .list .item .txt  .subt{
	margin-top: 1rem;
	font-size: var(--f15);
	color: #4e4e4e;
}
.news .list .item .txt .pub-btn{
	margin-top: 1rem;
}