.yunshu-list .grid{
	gap: 4rem;
}
.yunshu-list .item .img-db {
	width: 52%;
	height: auto;
	aspect-ratio: 390/400;
}

.yunshu-list .item .txt {
	flex: 1;
}

.yunshu-list .item .flex-a {
	gap: 2rem;
}

.yunshu-list .item .txt img {
	height: 2.6rem;
}

.yunshu-list .item .txt h5 {
	font-size: var(--f26);
	font-weight: 400;
	font-family: 'popm-font';
	margin-top: 1rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	line-height: 1.4;
}

.yunshu-list .item .txt .ar_article {
	margin-top: .6rem;
	text-align: left;
	font-size: var(--f15);
	color: #515151;
	height: 6em;
}

.yunshu-list .item .pub-btn {
	background: transparent;
	color: #000;
	font-family: 'popm-font';
	font-size: var(--f16);
	height: 3.2em;
	width: 10em;
	margin-top: 2rem;
}
.yunshu-list .item .pub-btn .ver-center{
	gap: .6rem;
}
.yunshu-list .item .pub-btn i{
	font-size: var(--f16);
}
.yunshu-list .item:hover .pub-btn{
	background: var(--themeColor);
	
}