@charset "UTF-8";
/*
 * @Author: wuzhou
 * @LastEditors: wuzhou
 * @LastEditTime: 2025-11-12 08:18:05
 * @Description: 楚雄农村产权项目网站
 * @Date: 2025-01-03 09:08:29
 */
.artice-main {
  padding: 36px 20px 40px;
  min-height: 600px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 40px;
}
.artice-main > h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
}

.article-sources {
  margin-top: 16px;
  line-height: 36px;
  text-align: center;
  color: #666;
  background-color: #F7F7F7;
}

.article-sources > p {
  display: inline-block;
  vertical-align: top;
}
.article-sources > p:not(:first-child) {
  margin-left: 30px;
}

.article-sources a {
  color: #666;
}
.article-sources a.font-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
}
.article-sources a.font-item:not(:first-child) {
  margin-left: 5px;
}
.article-sources a.font-item.active {
  color: #fff;
  font-weight: bold;
  background-color: #004FA1;
}

.article-info {
  margin-top: 30px;
}

.downloads .fj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloads .fj .all {
  padding: 0 34px 0 12px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #1F6DE8;
  border-radius: 14px;
  border: 1px solid #1F6DE8;
  background: url(../images/detail/download1.png) 75px 4px no-repeat;
}
.downloads .files {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.downloads .files li {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 8px) / 2);
  height: 59px;
  padding-left: 7px;
  border-radius: 4px;
  background: #F7F7F7;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.downloads .files li img {
  margin-right: 8px;
  display: block;
  width: 36px;
  height: 37px;
}
.downloads .files li .info {
  line-height: 22px;
}
.downloads .files li .name {
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.downloads .files li .name a {
  color: #333;
}
.downloads .files li .size {
  display: flex;
  color: #B1B6CC;
  font-size: 12px;
}
.downloads .files li .size a {
  margin-left: 12px;
  margin-top: 2px;
  width: 14px;
  height: 15px;
  background: url(../images/detail/download2.png);
}
.downloads .files li:hover {
  border-color: #004FA1;
  background-color: #fff;
}