@charset "UTF-8";
body {
  background: #f5f5f5;
}
/* 引入重置样式 */
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td, form, figure, header, footer, nav {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0; }

/* 设置默认字体 */
body,
button, input, select, textarea {
  /* for ie */
  font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;
  /*font: 12px/1.2 Tahoma, Helvetica, Arial, "微软雅黑" , "\5b8b\4f53", sans-serif;*/
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */ }

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */ }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none; }

/* 重置文本格式元素 */
a {
  color: #000;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

abbr[title], acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help; }

q:before, q:after {
  content: ''; }

/* 重置表单元素 */
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: none; }

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */ }

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 重置 hr */
hr {
  border: none;
  height: 1px; }

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll; }

/* 引入颜色变量 */
/* 常用参数 */
/* 引入自定义mixin */
/* 自定义mixin */
/* 引入通用样式 */
.center {
  width: 1000px;
  margin: 0 auto; }

.f_main {
  background: #f5f5f5;
  /* 导航 */ }
  .f_main .f_nav {
    height: 56px;
    background: #ece6db;
    border-top: 5px solid #8c826d; }
    .f_main .f_nav .f_nav_list .f_nav_item {
      float: left;
      display: inline;
      width: 160px;
      height: 56px; }
      .f_main .f_nav .f_nav_list .f_nav_item.current {
        background: #8c826d; }
        .f_main .f_nav .f_nav_list .f_nav_item.current .nav_item_in {
          color: #fff; }
      .f_main .f_nav .f_nav_list .f_nav_item .nav_item_in {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #8c826d;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-top: 10px;
        border-right: 1px dashed #929292; }
      .f_main .f_nav .f_nav_list .f_nav_item:last-child .nav_item_in {
        border-right: none;
      }

.f_content {
  padding: 15px 5px;
  background: #fff; }
  .f_content .fc_head {
    position: relative;
    height: 27px;
    line-height: 27px;
    background: url(images/repeat_x.png) 0 -55px repeat-x; }
    .f_content .fc_head .fc_channel {
      position: absolute;
      top: -5px;
      left: 16px;
      width: 100px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      background: #8c826d; }
      .f_content .fc_head .fc_channel h3 {
        color: #fff;
        font-size: 20px;
        font-weight: normal; }
      .f_content .fc_head .fc_channel .fc_icon {
        position: absolute;
        top: 0;
        right: -5px;
        display: block;
        width: 5px;
        height: 5px;
        background: url(images/icon.png) -20px 0 no-repeat; }
    .f_content .fc_head .fc_location {
      color: #685538;
      font-size: 14px;
      margin-left: 135px; }
      .f_content .fc_head .fc_location a {
        color: #685538; }
        .f_content .fc_head .fc_location a:hover {
          text-decoration: underline; }
  .f_content .fn_main {
    *zoom: 1;
    margin-left: 16px; }
    .f_content .fn_main:after {
      content: ".";
      display: block;
      height: 0;
      font-size: 0;
      visibility: hidden;
      clear: both; }
    .f_content .fn_main .fn_main_con {
      float: left;
      display: inline;
      margin-top: 20px;
      width: 640px; }
      .f_content .fn_main .fn_main_con .fn_detail {
        padding: 0 24px;
        border-top: 5px solid #b8aa95; }
        .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head {
          padding-top: 40px; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head h3 {
            color: #666;
            font-size: 18px;
            text-align: center; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head .fn_des {
            color: #666;
            font-size: 14px;
            margin-top: 16px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #ddd; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head .fn_des .fn_des_item {
              margin-right: 30px; }
              .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head .fn_des .fn_des_item a {
                color: #666; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head .fn_des .fn_share {
              float: right;
              display: inline; }
              .f_content .fn_main .fn_main_con .fn_detail .fn_detail_head .fn_des .fn_share .bds_more {
                color: #666;
                font-size: 14px;
                padding: 0;
                margin: 0; }
        .f_content .fn_main .fn_main_con .fn_detail .fn_detail_body {
          color: #666;
          font-size: 14px;
          padding-top: 20px; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_detail_body td p {
            margin:0;
           }
            .f_content .fn_main .fn_main_con .fn_detail .fn_detail_body p {
            margin:15px 0;
            line-height: 20px; }

          .f_content .fn_main .fn_main_con .fn_detail .fn_detail_body h4 {
            margin-bottom: 16px; }
        .f_content .fn_main .fn_main_con .fn_detail .fn_detail_declare {
          color: #666;
          font-size: 14px;
          line-height: 24px; }
        .f_content .fn_main .fn_main_con .fn_detail .fn_detail_adv {
          width: 600px;
          height: 100px;
          overflow: hidden;
          margin-top: 30px; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_detail_adv img {
            width: 600px;
            height: 100px; }
        .f_content .fn_main .fn_main_con .fn_detail .fn_relate {
          margin-top: 30px; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_relate .fn_relate_news {
            color: #666; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_relate .fn_relate_news dt {
              font-size: 24px;
              font-weight: normal;
              margin-bottom: 12px; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_relate .fn_relate_news dd {
              height: 24px;
              line-height: 24px; }
              .f_content .fn_main .fn_main_con .fn_detail .fn_relate .fn_relate_news dd a {
                color: #666; }
                .f_content .fn_main .fn_main_con .fn_detail .fn_relate .fn_relate_news dd a:hover {
                  color: #cc1b1b; }
        .f_content .fn_main .fn_main_con .fn_detail .fn_page {
          *zoom: 1;
          margin-top: 20px;
          border: 1px solid #e7e9ee;
          border-left: none;
          background: #f8f8f8; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_page:after {
            content: ".";
            display: block;
            height: 0;
            font-size: 0;
            visibility: hidden;
            clear: both; }
          .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item {
            position: relative;
            float: left;
            display: inline;
            width: 50%;
            height: 56px;
            line-height: 56px;
            box-sizing: border-box;
            border-left: 1px solid #e7e9ee; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item p {
              color: #888; }
              .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item p a {
                color: #333; }
                .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item p a:hover {
                  color: #cc1b1b; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item.fn_pre p {
              margin-left: 68px; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item.fn_next p {
              margin-left: 34px; }
            .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item .fn_icon {
              position: absolute;
              top: 16px;
              display: block;
              width: 14px;
              height: 23px;
              background: url(images/icon.png) no-repeat; }
              .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item .fn_icon.fn_pre_icon {
                left: 30px;
                background-position: 0 -20px; }
              .f_content .fn_main .fn_main_con .fn_detail .fn_page .fn_page_item .fn_icon.fn_next_icon {
                right: 40px;
                background-position: -20px -20px; }
    .f_content .fn_main .f_sub_list {
      float: right;
      display: inline;
      width: 320px; }
      .f_content .fn_main .f_sub_list .fs_tabs {
        box-shadow: 0 2px 5px #bbb;
        height: 290px; }
        .f_content .fn_main .f_sub_list .fs_tabs .tab_menu {
          *zoom: 1;
          border-top: 5px solid #b8aa95; }
          .f_content .fn_main .f_sub_list .fs_tabs .tab_menu:after {
            content: ".";
            display: block;
            height: 0;
            font-size: 0;
            visibility: hidden;
            clear: both; }
          .f_content .fn_main .f_sub_list .fs_tabs .tab_menu li {
            float: left;
            display: inline;
            font-size: 14px;
            font-weight: bold;
            width: 50%;
            height: 35px;
            line-height: 35px;
            text-align: center;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            color: #685538;
            border: 1px solid #b8aa95;
            border-top: none;
            background: #f3f3f3; }
            .f_content .fn_main .f_sub_list .fs_tabs .tab_menu li.current {
              border: none;
              background: none; }
        .f_content .fn_main .f_sub_list .fs_tabs .tab_content .tab_con {
          padding: 15px 0 15px 20px; }
          .f_content .fn_main .f_sub_list .fs_tabs .tab_content .tab_con .tab_conItem p {
            font-size: 14px;
            height: 28px;
            line-height: 28px;
            width: 268px;
            overflow: hidden; }
            .f_content .fn_main .f_sub_list .fs_tabs .tab_content .tab_con .tab_conItem p a {
              color: #685538; }
              .f_content .fn_main .f_sub_list .fs_tabs .tab_content .tab_con .tab_conItem p a:hover {
                font-weight: bold; }
        .f_content .fn_main .f_sub_list .fs_tabs.top_module {
          margin-top: 20px; }
      .f_content .fn_main .f_sub_list .fs_adver {
        width: 320px;
        height: 200px;
        overflow: hidden;
        margin-top: 20px; }
        .f_content .fn_main .f_sub_list .fs_adver img {
          width: 320px;
          height: 200px; }
      .f_content .fn_main .f_sub_list .fs_news_rank {
        box-shadow: 0 2px 5px #bbb;
        margin-top: 20px; }
        .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_title {
          height: 36px;
          line-height: 36px;
          background: #8c826d; }
          .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_title h3 {
            float: left;
            display: inline;
            color: #fff;
            font-size: 14px;
            margin-left: 10px; }
          .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_title .more {
            float: right;
            display: inline;
            color: #fff;
            font-size: 12px;
            margin-right: 15px; }
            .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_title .more:hover {
              text-decoration: underline; }
        .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_list {
          padding: 15px 0 15px 20px; }
          .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_list li {
            font-size: 14px;
            height: 28px;
            line-height: 28px;
            width: 270px;
            overflow: hidden; }
            .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_list li a {
              color: #34495e; }
              .f_content .fn_main .f_sub_list .fs_news_rank .fs_rank_list li a:hover {
                font-weight: bold; }
