.article { 
    padding: 24px 0 40px; 
}
.article-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
.article-item {
	width: calc(50% - 10px);
	padding: 18px 20px;
	background: #f7f8fa;
	border-radius: 10px;
	box-sizing: border-box;
}
.article-hd { 
    display: flex; 
    align-items: flex-start; 
    gap: 12px; 
    margin-bottom: 10px; 
}
.article-icon {
	flex: 0 0 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.article-title {
	flex: 1;
	min-width: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.article-date {
    flex-shrink: 0; 
    font-size: 13px;
    color: #999; 
    white-space: nowrap; 
    margin-left: 10px;
}
.article-intro {
	margin: 0 0 10px 55px;
	font-size: 14px;
    font-weight: 100;
    color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.article-detail { 
    display: flex;
    justify-content: flex-end;
}

.article-btn {
	font-size: 12px; 
	background: #539DFE;
	color: white;
	font-family: inherit;
	font-weight: 500;
	border-radius: 0.9em;
	border: none;
	letter-spacing: 0.05em;
	display: inline-flex;
	align-items: center;
	box-shadow: inset 0 0 1.6em -0.6em #539DFE;
	overflow: hidden;
	position: relative;
	height: 2.4em; 
	padding: 0.2em 2.8em 0.2em 1em; 
	cursor: pointer;
  }
  
  .article-btn .icon {
	background: white;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	
	height: 1.9em;
	width: 1.9em;
	border-radius: 0.7em;
	box-shadow: 0.1em 0.1em 0.6em 0.2em #539DFE;
	right: 0.25em;
	transition: all 0.3s;
  }
  
  .article-btn:hover .icon {
	width: calc(100% - 0.5em);
  }

  .article-btn .icon svg {
	width: 1.1em;
	height: 1.1em;
	transition: transform 0.3s;
	color: #539DFE;
  }
  
  .article-btn:hover .icon svg {
	transform: translateX(0.1em);
  }
  
  .article-btn:active .icon {
	transform: scale(0.95);
  }
.article-list-empty { 
    padding: 80px 0; 
    text-align: center; 
    color: #999; 
}
.show-box .pub{
	text-align: center;
	color: #999;
	margin: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.show h4{
	display: none;
}
.show-box .pub-date{
	margin-right: 20px;
	margin-left:5px;
}
.show-box .click-box{
	margin-left: 5px;
}
.show-box .detail{
	padding: 30px;
}
.show-box .title{
	text-align: center;
	font-weight: 600;
}
.show-box .content{
	line-height: 30px;
	margin-top: 20px;
	min-height: 300px;
}
.show-box .content-wenxin{
	width: 588px;
	margin: 0 auto;
}
.show-box .tags{
	text-align: center;
}
.show-box .tags span{
	cursor: pointer;
}
.show-box .printico{
	margin-left: 20px;
}
.show-box .printico:hover{
	color: #ff0000;
}
.show-box .printico .icon{
	margin: -3px 3px 0 0 ;
	display: inline-block;
	vertical-align: middle;
}
.show-box .tags{
	margin-top: 20px;
	text-align: right;
	cursor: pointer;
}
.show-box .top{
	margin-right: 20px;
}
.show-box .tags span:hover{
	color: #3a83c8;
}
.show-box .download{
	line-height: 30px;
	margin: 30px 0;
}
.show-box .download .file-title {
	position: relative;
	padding-bottom: 8px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.show-box .download .file-title::after{
	content: "";
	zoom: 1;
	width: 18px;
	height: 3px;
	background-color: #b50000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
}
.show-box .sub-title{
	text-align: center;
	margin:10px 0 0 0px;
	color: #999;
}
.show-box .download-box{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.show-box .btns .down{
	display: inline-block;
	width: 56px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0f57b2;
	color: #ffffff;
	border-radius: 3px;
}
.show-box .btns .preview{
	display: inline-block;
	width: 56px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: orangered;
	color: #ffffff;
	border-radius: 3px;
}
.show-box .download-box>p{
	flex:0 0 40%;
	width: 40%;
	text-align: left;
}
.show-box .download-box .size{
	flex:0 0 20%;
	width: 20%;
	text-align: left;
}
.show-box{
	padding-top: 20px;
}
.pub img{
	width: 15px;
}
.detail .content span{
	word-break: break-all !important;
	text-wrap-mode: wrap !important;
}
.content table{
	margin: 0 auto;
	border:1px solid #333;
	border-collapse: collapse;
}
.content table th,
.content table td{
	border:1px solid #333;
}
