@charset "UTF-8";
body {
  min-width: 1400px; }

.oo {
  width: 1px;
  height: 1px; }

#top {
  width: 100%;
  height: 128px;
  box-sizing: border-box; }
  #top #nav {
    width: 100%;
    height: 64px;
    background: #F5F7FA;
    padding: 16px 20px; }
    #top #nav h1 {
      /* width: 32px;
      height: 32px; */
      float: left;
      line-height: 34px;
      font-family: 'SourceHanSansCN-Bold';
      font-size: 14px;
      margin: 0; }
      #top #nav h1 img {
        width: 32px;
        height: 32px;
        margin-right: 12px;
        float: left; }
      #top #nav h1 a {
        float: left;
        color: #333;
        font-size: 14px; }
      #top #nav h1 i {
        width: 1px;
        height: 12px;
        background: #D8D8D8;
        display: inline-block;
        margin: 12px 10px;
        float: left; }
    #top #nav .language {
      float: right;
      line-height: 34px; }
      #top #nav .language .iconfont {
        margin-right: 12px;
        font-size: 14px; }
  #top .search-box {
    position: relative; }
    #top .search-box input {
      width: 100%;
      height: 64px;
      box-sizing: border-box;
      background: #FFFFFF;
      border: 1px solid #EAEDF2;
      display: block;
      font-size: 16px;
      text-align: center; }
    #top .search-box .iconfont {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -9px;
      margin-left: -130px;
      font-size: 22px;
      color: #999;
      display: none; }
      #top .search-box .iconfont.search-clear {
        margin-left: -10px;
        margin-top: -5px;
        z-index: 999;
        color: #666;
        font-size: 14px;
        cursor: pointer; }
    #top .search-box.input-default input {
      color: #999; }
    #top .search-box.input-default .search-icon {
      display: block; }
    #top .search-box #ruler {
      visibility: hidden;
      white-space: nowrap;
      font-size: 16px;
      position: absolute; }

#menu {
  width: 302px;
  height: calc(100% - 128px);
  box-sizing: border-box;
  background: #F5F7FA;
  border-right: 2px solid #EAEDF2;
  position: absolute;
  top: 128px;
  left: 0;
  padding: 24px 0 24px 20px;
  overflow-y: auto; }
  #menu h2 {
    padding-right: 20px;
    font-size: 20px;
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    font-family: 'SourceHanSansCN-Bold'; }
    #menu h2 span {
      float: left; }
    #menu h2 .iconfont {
      float: right;
      font-size: 24px;
      font-weight: normal;
      cursor: pointer; }
  #menu input:focus {
    outline: none; }
  #menu .ztree * {
    font-size: 10pt;
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial; }
  #menu .ztree li {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    #menu .ztree li ul {
      margin: 0;
      padding: 0; }
    #menu .ztree li a {
      width: 100%;
      height: 30px;
      padding-top: 0px; }
      #menu .ztree li a:hover {
        text-decoration: none;
        background-color: #E7E7E7; }
      #menu .ztree li a span.button.switch {
        visibility: hidden; }
      #menu .ztree li a.curSelectedNode {
        background-color: #D4D4D4;
        border: 0;
        height: 30px; }
      #menu .ztree li a.level0 span {
        font-size: 120%;
        font-weight: bold; }
    #menu .ztree li span {
      line-height: 30px; }
      #menu .ztree li span.button {
        margin-top: -7px;
        background-image: url("../images/left_menuForOutLook.png");
        *background-image: url("../images/left_menuForOutLook.gif"); }
        #menu .ztree li span.button.switch {
          width: 16px;
          height: 16px; }
          #menu .ztree li span.button.switch.level0 {
            width: 20px;
            height: 20px; }
          #menu .ztree li span.button.switch.level1 {
            width: 20px;
            height: 20px; }
        #menu .ztree li span.button.noline_open {
          background-position: 0 0; }
          #menu .ztree li span.button.noline_open.level0 {
            background-position: 0 -18px; }
        #menu .ztree li span.button.noline_close {
          background-position: -18px 0; }
          #menu .ztree li span.button.noline_close.level0 {
            background-position: -18px -18px; }
        #menu .ztree li span.button.noline_docu {
          background: none; }
  #menu .ztree.showIcon li a span.button.switch {
    visibility: visible; }

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  background-color: #fff; }

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  background-color: #eaeaea; }

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1); */
  background-color: #ccc; }

/*定义最上方和最下方的按钮*/
#main {
  width: calc(100% - 302px);
  height: calc(100% - 128px);
  min-width: 680px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 128px;
  left: 302px;
  overflow-y: auto; }
  #main #content {
    width: 100%;
    height: calc(100% - 44px);
    padding: 34px 55px 0;
    box-sizing: border-box;
    overflow-y: auto; }
    #main #content h2 {
      font-size: 28px;
      margin: 0 0 34px; }
      #main #content h2 span {
        font-size: 15px;
        float: right;
        font-weight: normal;
        font-family: "SourceHanSansSC-Medium";
        cursor: pointer; }
        #main #content h2 span i {
          margin-right: 8px;
          font-size: 15px; }
        #main #content h2 span:hover {
          color: #999; }
    #main #content h3 {
      font-size: 20px;
      line-height: 30px;
      margin: 20px 0; }
    #main #content h4 {
      font-size: 16px;
      line-height: 24px;
      margin: 20px 0; }
    #main #content h5 {
      line-height: 20px;
      margin: 20px 0; }
    #main #content img {
      margin: 14px 0; }
    #main #content p {
      line-height: 22px;
      margin: 20px 0; }
      #main #content p img {
        margin: 0 4px; }
    #main #content ul li, #main #content ol li {
      line-height: 22px;
      margin: 8px 0; }
    #main #content ol {
      padding-left: 20px; }
      #main #content ol li {
        list-style: inherit;
        padding-left: 8px; }
    #main #content .whether {
      width: 100%;
      height: 74px;
      background: #F5F7FA;
      padding-left: 20px;
      font-size: 16px;
      font-weight: bold;
      line-height: 74px;
      margin: 30px 0 54px; }
      #main #content .whether span {
        width: 51px;
        height: 36px;
        display: inline-block;
        margin-left: 20px;
        background: #fff;
        line-height: 36px;
        text-align: center;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
        border-radius: 2px;
        cursor: pointer; }
        #main #content .whether span:nth-child(1) {
          color: #fff;
          background: #1C70DE; }
    #main #content .other-info {
      margin-bottom: 155px; }
      #main #content .other-info li {
        line-height: 18px;
        margin: 12px 0;
        position: relative;
        padding-left: 20px; }
        #main #content .other-info li::after {
          content: '';
          width: 5px;
          height: 5px;
          background: #333;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 7px; }
        #main #content .other-info li a {
          color: #1C70DE;
          font-family: 'SourceHanSansCN-Medium'; }
  #main #footer {
    width: 100%;
    height: 44px;
    background: #F5F7FA;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 44px;
    padding-left: 20px; }
    #main #footer a {
      color: #1C70DE;
      margin: 0 2px; }
  #main.contract {
    width: calc(100% - 40px);
    min-width: 940px;
    left: 40px; }

/*
*
*搜索页面
*
*/
.searchBox #content {
  width: 50% !important;
  float: left; }
.searchBox #search_page {
  width: 50%;
  float: left;
  position: relative; }
  .searchBox #search_page > span {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    font-size: 20px;
    color: #939496;
    background: #f5f7fa; }
    .searchBox #search_page > span:before {
      position: absolute;
      top: 50%;
      margin-top: -10px; }
    .searchBox #search_page > span:hover {
      background: #f0f1f3; }

.search_page_con_box #content {
  width: calc(100% - 20px) !important; }
.search_page_con_box #search_page {
  width: 20px !important;
  padding: 0; }
  .search_page_con_box #search_page .appendInfo {
    display: none; }
  .search_page_con_box #search_page #paging {
    display: none; }

#search_page {
  width: 100%;
  height: calc(100% - 44px);
  padding: 26px 43px 0;
  box-sizing: border-box;
  overflow-y: auto; }
  #search_page label.info {
    font-size: 16px;
    padding: 0 0 34px 12px;
    display: block; }
  #search_page li {
    margin-bottom: 30px;
    cursor: pointer;
    padding: 8px 12px; }
    #search_page li:hover {
      background: #f1f1f1; }
    #search_page li h4 {
      font-size: 20px; }
    #search_page li p {
      line-height: 18px;
      margin: 12px 0; }
    #search_page li span {
      color: #999; }
  #search_page b {
    color: #000; }

/*
*
*分页
*
*/
#paging {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 12px; }
  #paging a, #paging span {
    float: left;
    width: 30px;
    height: 30px;
    background: #F0F2F5;
    border-radius: 2px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-right: 10px; }
  #paging span.active {
    background: #1C70DE;
    border-color: #1C70DE;
    color: #fff; }
  #paging span.dd {
    font-weight: bold;
    line-height: 24px; }
  #paging .jump-ipt {
    border: 1px solid #ebebeb;
    float: left;
    display: block;
    width: 50px;
    height: 38px;
    text-align: center;
    margin-left: -1px;
    outline: none; }

/*# sourceMappingURL=index.css.map */
