/* 1. 字体声明（引用本地4个核心字体文件，路径根据你的服务器调整） */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0'); /* 本地fonts文件夹路径 */
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 2. 图标基础样式（必需，控制图标显示形态） */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. 仅保留首页+频道页用到的12个图标（其他全部删除） */
.fa-user:before { content: "\f007"; }          /* 登录、频道页通用 */
.fa-bars:before { content: "\f0c9"; }          /* 移动端菜单展开 */
.fa-times:before { content: "\f00d"; }         /* 移动端菜单关闭、模态框关闭 */
.fa-angle-left:before { content: "\f104"; }     /* 轮播/藏品上一个 */
.fa-angle-right:before { content: "\f105"; }    /* 轮播/藏品下一个、链接后缀 */
.fa-calendar-o:before { content: "\f073"; }    /* 展览日期 */
.fa-map-marker:before { content: "\f041"; }    /* 展览地点、联系地址 */
.fa-envelope:before { content: "\f0e0"; }      /* 邮箱 */
.fa-clock-o:before { content: "\f017"; }       /* 工作时间 */
.fa-weixin:before { content: "\f1d7"; }        /* 微信 */
.fa-weibo:before { content: "\f18a"; }         /* 微博 */
.fa-youtube-play:before { content: "\f16a"; }  /* YouTube */
.fa-instagram:before { content: "\f16d"; }     /* Instagram */

/* 新增页面图标（学术顾问详情页） */
.fa-graduation-cap:before { content: "\f19d"; } /* 在职机构标签 */
.fa-book:before { content: "\f02d"; }          /* 研究方向标签 */
.fa-file-text-o:before { content: "\f15c"; }   /* 研究成果文件图标 */

/* 研究院概况页面新增图标 */
.fa-users:before { content: "\f0c0"; }         /* 研究人员数据卡片 */
.fa-paint-brush:before { content: "\f1fc"; }   /* 馆藏书画数据卡片 */
.fa-calendar:before { content: "\f073"; }      /* 年度展览数据卡片（实心日历） */
.fa-university:before { content: "\f19c"; }    /* 组织架构-藏品部 */
.fa-eye:before { content: "\f06e"; }           /* 组织架构-展览部 */
.fa-globe:before { content: "\f0ac"; }         /* 组织架构-国际交流部 */
.fa-cog:before { content: "\f013"; }           /* 组织架构-行政办公室 */

/* 馆藏资源页面新增图标 */
.fa-check-circle:before { content: "\f058"; }   /* 馆藏服务列表勾选标记 */
.fa-flask:before { content: "\f0c3"; }          /* 学术研究支持图标 */
.fa-tag:before { content: "\f02b"; }           /* 藏品类型标签图标 */
.fa-file-image-o:before { content: "\f1c5"; }   /* 藏品材质图标（文件图片） */
.fa-ruler-combined:before { content: "\f245"; }/* 藏品尺寸图标（尺子） */
.fa-download:before { content: "\f019"; }      /* 高清影像下载图标 */
.fa-share-alt:before { content: "\f1e0"; }     /* 藏品分享图标 */
.fa-bookmark-o:before { content: "\f097"; }    /* 藏品收藏图标（空心书签） */