@charset "UTF-8";
.center-box {
  position: relative;
  padding-left: calc((100% - 1300px) / 2);
  padding-right: calc((100% - 1300px) / 2); }

.title-crumbs-box {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between; }
  .title-crumbs-box h2 {
    height: 60px;
    line-height: 60px; }
    @media screen and (max-width: 1080px) {
      .title-crumbs-box h2 {
        display: none; } }
    .title-crumbs-box h2 label {
      margin: 0;
      font-size: 2.4rem;
      color: #666;
      font-weight: bold; }
    .title-crumbs-box h2 span {
      margin-left: 15px;
      color: #0053C5;
      font-size: 1.4rem; }
  .title-crumbs-box .right-crumbs {
    position: relative;
    padding-left: 45px;
    height: 60px;
    line-height: 60px; }
    @media screen and (max-width: 1080px) {
      .title-crumbs-box .right-crumbs {
        padding-left: 45px; } }
    .title-crumbs-box .right-crumbs span {
      font-size: 1.6rem;
      color: rgba(0, 0, 0, 0.4);
      margin-right: 28px;
      position: relative;
      cursor: pointer; }
      .title-crumbs-box .right-crumbs span:nth-child(n+1)::after {
        content: "\e62e";
        font-family: "iconfont" !important;
        font-size: 1.8rem;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -35px;
        top: -3px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.4);
        font-size: 2rem; }
      .title-crumbs-box .right-crumbs span:last-child {
        margin-right: 0; }
        .title-crumbs-box .right-crumbs span:last-child::after {
          opacity: 0; }
    .title-crumbs-box .right-crumbs::before {
      content: "\e65c";
      font-family: "iconfont" !important;
      font-size: 1.8rem;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 10px;
      top: 16px;
      width: 28px;
      height: 28px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.4);
      font-size: 1.8rem; }

/*头部切换按钮*/
.top-tab-box {
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  border: 2px solid #5691d6;
  background-color: #b4e5fe; }
  @media screen and (max-width: 1080px) {
    .top-tab-box {
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 0;
      margin-top: 0; } }
  .top-tab-box .top-tab-btn {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    /* 12版 */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    /* 12版 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-right: 60px;
    height: 40px;
    width: calc((100% - 300px) / 6);
    color: #0053C5 !important;
    background-color: #f4f4f4;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1080px) {
      .top-tab-box .top-tab-btn {
        width: calc((100% - 45px) / 3);
        margin-right: 15px;
        margin-bottom: 10px; } }
    .top-tab-box .top-tab-btn:last-child {
      margin-right: 0; }
    .top-tab-box .top-tab-btn:hover {
      background-color: #002b5e;
      color: #fff !important; }
    .top-tab-box .top-tab-btn.active {
      background-color: #002b5e;
      color: #fff !important; }

.content-box {
  min-height: 400px;
  padding-left: calc((100% - 1300px) / 2);
  padding-right: calc((100% - 1300px) / 2);
  position: relative; }
  .content-box .xx-menus-box {
    margin-bottom: 30px; }
    @media screen and (max-width: 1080px) {
      .content-box .xx-menus-box {
        padding: 0 15px; } }
    .content-box .xx-menus-box h3 {
      margin-bottom: 20px; }
      .content-box .xx-menus-box h3 a {
        position: relative;
        display: inline-block;
        color: #00831e !important;
        cursor: pointer;
        padding: 5px 50px 5px 20px;
        border-bottom: 3px solid #60b11c;
        font-size: 1.8rem; }
        .content-box .xx-menus-box h3 a:hover {
          color: #002b5e !important;
          text-decoration: none !important; }
        .content-box .xx-menus-box h3 a::before {
          content: ">";
          font-size: 2rem;
          color: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 2px;
          top: 2px; }
    .content-box .xx-menus-box .menu-links {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      /* 12版 */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      flex-wrap: wrap; }
      .content-box .xx-menus-box .menu-links .menu-link {
        position: relative;
        display: inline-block;
        color: rgba(0, 0, 0, 0.8) !important;
        cursor: pointer;
        padding-left: 20px;
        margin-bottom: 20px;
        width: calc(100% / 5);
        font-size: 1.6rem; }
        @media screen and (max-width: 1080px) {
          .content-box .xx-menus-box .menu-links .menu-link {
            width: calc(100% / 3); } }
        .content-box .xx-menus-box .menu-links .menu-link:hover {
          color: #fe7000 !important;
          text-decoration: none !important; }
        .content-box .xx-menus-box .menu-links .menu-link::before {
          content: "";
          position: absolute;
          left: 4px;
          top: 8px;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background-color: #002b5e; }
  .content-box .news-list-box {
    width: 100%;
    padding-top: 20px; }
    .content-box .news-list-box .news-li {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      /* 09版 */
      -webkit-box-orient: horizontal;
      /* 12版 */
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      /* 12版 */
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      justify-content: space-between;
      height: 40px;
      line-height: 40px;
      font-size: 1.5rem; }
      @media screen and (max-width: 1080px) {
        .content-box .news-list-box .news-li {
          padding: 0 15px; } }
      .content-box .news-list-box .news-li label {
        display: inline-block;
        width: calc(100% - 120px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 0; }
      .content-box .news-list-box .news-li .time-text {
        display: inline-block;
        width: 100px; }

.news-detail-box {
  min-height: 600px;
  padding: 20px 0; }
  @media screen and (max-width: 1080px) {
    .news-detail-box {
      padding: 20px 15px; } }
  .news-detail-box .news-detail-title {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px; }
  .news-detail-box .news-detail-des {
    text-align: center;
    margin-bottom: 30px; }
    .news-detail-box .news-detail-des span {
      font-size: 1.4rem;
      color: #666666;
      margin-right: 25px; }
      .news-detail-box .news-detail-des span:last-child {
        margin-right: 0; }
  .news-detail-box .news-detail-content img {
    max-width: 100%;
    height: auto !important; }
  .news-detail-box .news-detail-content p {
    line-height: 24px;
    font-size: 1.6rem;
    color: #333333; }
  .news-detail-box .news-detail-change {
    margin: 20px 0 30px 0;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    width: 100%; }
    .news-detail-box .news-detail-change a {
      display: block;
      width: 100%;
      line-height: 40px;
      color: #333;
      font-size: 1.6rem;
      cursor: default; }
      .news-detail-box .news-detail-change a:hover {
        color: #0053C5;
        text-decoration: underline; }

/*# sourceMappingURL=xxgk.css.map */
