@charset "UTF-8";
/**
 * html
 * date: 2026-1-22
 * author: 王亮;
 */
.box {
  box-sizing: border-box;
  background: #f5f6f8;
}
.box .box-ct {
  padding: 36px;
  box-sizing: border-box;
  background: #fff;
}
.box .box-ct > h3 {
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 26px;
}
.box .article-sources {
  height: 32px;
  margin: 16px 0 40px;
  font-size: 14px;
  color: #666;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.box .article-sources P:nth-child(n+2) {
  margin-left: 30px;
}
.box .article-sources .font-size .font-item {
  color: #666;
  padding: 3px 7px;
}
.box .article-sources .font-size .font-item.active {
  color: #fff;
  background: #d71730;
}
.box .article-sources .font-size .font-item:nth-child(n+2) {
  margin-left: 5px;
}
.box .attachment {
  margin-top: 40px;
}
.box .attachment .title {
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #333;
}
.box .attachment .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
.box .attachment .list li {
  width: 560px;
  height: 59px;
  padding: 0 8px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.box .attachment .list li a {
  color: #333;
  font-size: 14px;
  height: 59px;
  display: flex;
  align-items: center;
}
.box .attachment .list li a .file-info {
  margin-left: 8px;
}
.box .attachment .list li a .file-info .title {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box .attachment .list li a .file-info .size {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #b1b6cc;
  margin-top: 4px;
  padding-right: 26px;
  background: url(../images/download-icon.png) no-repeat right;
}
.box .attachment .list li a:hover .title {
  color: #d71730;
}
.box .attachment .list li:nth-child(n+3) {
  margin-top: 8px;
}

/* 详情 */
.info {
	min-height:300px;
}

#article-info img {
  max-width:100%;
}