﻿* {
  margin: 0;
  padding: 0; }

.home_content {
  margin-top: 20px; }
  @media screen and (max-width: 990px) {
    .home_content {
      margin-top: 4vw; } }
  .home_content .news .content-wrap {
    width: 832px;
    float: left; }
    @media screen and (max-width: 990px) {
      .home_content .news .content-wrap {
        width: 100%;
        float: none;
        margin-bottom: 25px; } }
    .home_content .news .content-wrap .hd {
      width: 100%;
      height: 40px;
      background: #0246B5;
      padding: 0 25px;
      box-sizing: border-box; }
      @media screen and (max-width: 990px) {
        .home_content .news .content-wrap .hd {
          height: 32px;
          padding: 0 10px; } }
      @media screen and (max-width: 990px) {
        .home_content .news .content-wrap .hd ul {
          float: left; } }
      .home_content .news .content-wrap .hd ul li {
        float: left;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 40px;
        padding: 0 15px;
        position: relative; }
        @media screen and (max-width: 990px) {
          .home_content .news .content-wrap .hd ul li {
            font-size: 14px;
            line-height: 32px;
            padding: 0 8px; } }
        .home_content .news .content-wrap .hd ul li.active, .home_content .news .content-wrap .hd ul li:hover {
          background: #D62830 !important;
          cursor: pointer; }
          .home_content .news .content-wrap .hd ul li.active:before, .home_content .news .content-wrap .hd ul li:hover:before {
            content: '';
            width: 100%;
            position: absolute;
            height: 3px;
            background: #D62830;
            top: -3px;
            left: 0; }
        .home_content .news .content-wrap .hd ul li strong {
          font-weight: normal; }
        .home_content .news .content-wrap .hd ul li i {
          width: 27px;
          display: inline-block;
          margin-right: 10px; }
          @media screen and (max-width: 990px) {
            .home_content .news .content-wrap .hd ul li i {
              width: 16px;
              margin-right: 5px; } }
          .home_content .news .content-wrap .hd ul li i img {
            width: 100%; }
      .home_content .news .content-wrap .hd dl {
        float: right; }
        @media screen and (max-width: 990px) {
          .home_content .news .content-wrap .hd dl {
            margin-bottom: 0; } }
        .home_content .news .content-wrap .hd dl dd {
          display: none; }
          .home_content .news .content-wrap .hd dl dd:first-child {
            display: block; }
          .home_content .news .content-wrap .hd dl dd.active {
            background: transparent !important; }
          .home_content .news .content-wrap .hd dl dd a {
            font-size: 14px;
            color: #fff;
            line-height: 40px; }
            @media screen and (max-width: 990px) {
              .home_content .news .content-wrap .hd dl dd a {
                line-height: 32px;
                font-size: 12px; } }
    .home_content .news .content-wrap .bd {
      margin-top: 25px;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .home_content .news .content-wrap .bd {
          margin-top: 5px;
          width: 100%; } }
      .home_content .news .content-wrap .bd .lists {
        display: none; }
        .home_content .news .content-wrap .bd .lists.active {
          display: block; }
        .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot {
          display: block;
          transition: all .3s;
          overflow: hidden;
          float: left;
          width: 216px;
          margin-right: 30px; }
          @media screen and (max-width: 990px) {
            .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot {
              width: 100%;
              margin-right: 0; } }
          .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot:hover .picbox .imgbox {
            transform: scale(1.2); }
          .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .picbox {
            overflow: hidden;
            width: 100%; }
            .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .picbox .imgbox {
              transition: all 1s;
              overflow: hidden; }
              @media screen and (max-width: 990px) {
                .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .picbox .imgbox {
                  background-size: contain;
                  background-repeat: no-repeat; } }
              .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .picbox .imgbox img {
                max-width: 100%;
                max-height: 100%; }
                @media screen and (max-width: 990px) {
                  .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .picbox .imgbox img {
                    height: 228px; } }
          .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .con {
            background: #F2F3F8;
            padding: 15px 7px 10px;
            box-sizing: border-box; }
            .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .con h3 {
              margin: 0;
              font-size: 14px;
              color: #444444;
              line-height: 21px; }
              .home_content .news .content-wrap .bd .lists .picture1 .list .link_hot .con h3 span {
                display: block;
                text-align: right;
                font-size: 14px;
                color: #9A9A9A;
                line-height: 1;
                margin-top: 15px; }
        .home_content .news .content-wrap .bd .lists .picture1 .list .conbox {
          float: right;
          width: 580px; }
          @media screen and (max-width: 990px) {
            .home_content .news .content-wrap .bd .lists .picture1 .list .conbox {
              width: 100%;
              margin-top: 10px; } }
          .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con {
            font-size: 14px;
            color: #444444;
            line-height: 21px;
            height: 21px;
            overflow: hidden;
            margin-bottom: 22px;
            display: block; }
            @media screen and (max-width: 990px) {
              .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con {
                margin-bottom: 10px; } }
            .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con:last-child {
              margin-bottom: 0; }
            .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con:hover {
              color: #0245B5; }
              .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con:hover span {
                color: #0245B5; }
            .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con span {
              float: left;
              width: calc(100% -  150px); }
              .home_content .news .content-wrap .bd .lists .picture1 .list .conbox .link_con span:nth-child(2) {
                width: 110px;
                float: right;
                text-align: right;
                font-size: 14px;
                line-height: 21px;
                color: #999999; }
  .home_content .news .video-wrap {
    float: right;
    width: 340px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .home_content .news .video-wrap {
        width: 100%;
        float: none; } }
    .home_content .news .video-wrap .hd ul li {
      float: left;
      line-height: 40px;
      height: 40px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 990px) {
        .home_content .news .video-wrap .hd ul li {
          line-height: 32px;
          height: 32px; } }
      .home_content .news .video-wrap .hd ul li.active {
        background: transparent !important; }
        .home_content .news .video-wrap .hd ul li.active span:before {
          background: #0246B5; }
      .home_content .news .video-wrap .hd ul li:last-child {
        float: right; }
        @media screen and (max-width: 990px) {
          .home_content .news .video-wrap .hd ul li:last-child {
            float: left;
            margin-left: 30px; } }
        .home_content .news .video-wrap .hd ul li:last-child:before {
          content: '';
          width: 1px;
          height: 18px;
          background: #E5E5E5;
          left: -35px;
          top: 12px;
          position: absolute; }
          @media screen and (max-width: 990px) {
            .home_content .news .video-wrap .hd ul li:last-child:before {
              display: none; } }
      .home_content .news .video-wrap .hd ul li i {
        width: 27px;
        display: inline-block;
        margin-right: 10px; }
        @media screen and (max-width: 990px) {
          .home_content .news .video-wrap .hd ul li i {
            width: 16px;
            margin-right: 5px; } }
        .home_content .news .video-wrap .hd ul li i img {
          width: 100%; }
      .home_content .news .video-wrap .hd ul li span {
        position: relative;
        font-size: 16px;
        color: #333333;
        display: inline-block;
        line-height: 40px; }
        @media screen and (max-width: 990px) {
          .home_content .news .video-wrap .hd ul li span {
            font-size: 14px; } }
        .home_content .news .video-wrap .hd ul li span:before {
          content: '';
          width: 100%;
          height: 3px;
          background: transparent;
          position: absolute;
          left: 0;
          bottom: 0; }
    .home_content .news .video-wrap .bd {
      margin-top: 15px; }
      @media screen and (max-width: 990px) {
        .home_content .news .video-wrap .bd {
          margin-top: 10px; } }
      .home_content .news .video-wrap .bd .lists {
        display: none; }
        .home_content .news .video-wrap .bd .lists.active {
          display: block; }
        .home_content .news .video-wrap .bd .lists .conbox .link_con {
          font-size: 14px;
          color: #444444;
          line-height: 21px;
          height: 21px;
          overflow: hidden;
          margin-bottom: 22px;
          display: block; }
          @media screen and (max-width: 990px) {
            .home_content .news .video-wrap .bd .lists .conbox .link_con {
              margin-bottom: 10px; } }
          .home_content .news .video-wrap .bd .lists .conbox .link_con:last-child {
            margin-bottom: 0; }
          .home_content .news .video-wrap .bd .lists .conbox .link_con:hover {
            color: #0245B5; }
            .home_content .news .video-wrap .bd .lists .conbox .link_con:hover span {
              color: #0245B5; }
          .home_content .news .video-wrap .bd .lists .conbox .link_con span {
            float: left;
            width: calc(100% -  150px); }
            .home_content .news .video-wrap .bd .lists .conbox .link_con span:nth-child(2) {
              width: 110px;
              float: right;
              text-align: right;
              font-size: 14px;
              line-height: 21px;
              color: #999999; }
        .home_content .news .video-wrap .bd .lists .picbox {
          position: relative; }
          .home_content .news .video-wrap .bd .lists .picbox video {
            width: 100%;
            height: 100%; }
          .home_content .news .video-wrap .bd .lists .picbox .showcn {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
        .home_content .news .video-wrap .bd .lists dl {
          float: right;
          margin-top: 20px; }
          @media screen and (max-width: 990px) {
            .home_content .news .video-wrap .bd .lists dl {
              margin-bottom: 0;
              margin-top: 5px; } }
          .home_content .news .video-wrap .bd .lists dl dd a {
            font-size: 14px;
            color: #0246B5;
            line-height: 32px; }
            @media screen and (max-width: 990px) {
              .home_content .news .video-wrap .bd .lists dl dd a {
                font-size: 12px; } }






  .home_content .generals {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 990px) {
      .home_content .generals {
        margin-top: 10px;
        margin-bottom: 0; } }
    .home_content .generals .content-wrap {
      width: 340px; }
      @media screen and (max-width: 990px) {
        .home_content .generals .content-wrap {
          width: 100%;
          margin-bottom: 20px; } }
      .home_content .generals .content-wrap .hd {
        width: 100%;
        height: 33px;
        overflow: hidden; }
        .home_content .generals .content-wrap .hd ul {
          float: left; }
          .home_content .generals .content-wrap .hd ul li {
            font-size: 16px;
            color: #333333;
            line-height: 33px;
            position: relative; }
            @media screen and (max-width: 990px) {
              .home_content .generals .content-wrap .hd ul li {
                font-size: 14px;
                line-height: 32px; } }
            .home_content .generals .content-wrap .hd ul li strong {
              font-weight: normal; }
            .home_content .generals .content-wrap .hd ul li i {
              width: 27px;
              display: inline-block;
              margin-right: 10px; }
              @media screen and (max-width: 990px) {
                .home_content .generals .content-wrap .hd ul li i {
                  width: 16px;
                  margin-right: 5px; } }
              .home_content .generals .content-wrap .hd ul li i img {
                width: 100%; }
        .home_content .generals .content-wrap .hd dl {
          float: right; }
          .home_content .generals .content-wrap .hd dl dd a {
            font-size: 14px;
            color: #0246B5;
            line-height: 33px; }
            @media screen and (max-width: 990px) {
              .home_content .generals .content-wrap .hd dl dd a {
                font-size: 12px; } }
      .home_content .generals .content-wrap .bd {
        margin-top: 15px; }
        @media screen and (max-width: 990px) {
          .home_content .generals .content-wrap .bd {
            margin-top: 10px; } }
        .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con {
          font-size: 14px;
          color: #444444;
          line-height: 21px;
          height: 21px;
          overflow: hidden;
          width: 100%;
          margin-bottom: 22px;
          display: block; }
          @media screen and (max-width: 990px) {
            .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con {
              margin-bottom: 10px; } }
          .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con:last-child {
            margin-bottom: 0; }
          .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con:hover {
            color: #0245B5; }
            .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con:hover span {
              color: #0245B5; }
          .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con span {
            float: left; }
            .home_content .generals .content-wrap .bd .lists .picture1 .list .conbox .link_con span:nth-child(2) {
              width: 110px;
              float: right;
              text-align: right;
              font-size: 14px;
              line-height: 21px;
              color: #999999; }


.home_content .generals .content-wrap .hd1 {
    overflow: visible;
    width: 100%;
    height: 40px;
    background: #0246B5;
    padding: 0 25px;
    box-sizing: border-box; }
@media screen and (max-width: 990px) {
    .home_content .generals .content-wrap .hd1 {
        height: 32px;
        padding: 0 10px; } }
@media screen and (max-width: 990px) {
    .home_content .generals .content-wrap .hd1 ul {
        float: left; } }
.home_content .generals .content-wrap .hd1 ul li {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 15px;
    position: relative; }
@media screen and (max-width: 990px) {
    .home_content .generals .content-wrap .hd1 ul li {
        font-size: 14px;
        line-height: 32px;
        padding: 0 8px; } }
.home_content .generals .content-wrap .hd1 ul li.active, .home_content .generals .content-wrap .hd1 ul li:hover {
    background: #D62830 !important;
    cursor: pointer; }
.home_content .generals .content-wrap .hd1 ul li.active:before, .home_content .generals .content-wrap .hd1 ul li:hover:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background: #D62830;
    top: -3px;
    left: 0; }
.home_content .generals .content-wrap .hd1 ul li strong {
    font-weight: normal; }
.home_content .generals .content-wrap .hd1 ul li i {
    width: 27px;
    display: inline-block;
    margin-right: 10px; }
@media screen and (max-width: 990px) {
    .home_content .generals .content-wrap .hd1 ul li i {
        width: 16px;
        margin-right: 5px; } }
.home_content .generals .content-wrap .hd1 ul li i img {
    width: 80%; }
.home_content .generals .content-wrap .hd1 dl {
    float: right; }
@media screen and (max-width: 990px) {
    .home_content .generals .content-wrap .hd1 dl {
        margin-bottom: 0; } }
.home_content .generals .content-wrap .hd1 dl dd {
    display: none; }
.home_content .generals .content-wrap .hd1 dl dd:first-child {
    display: block; }
.home_content .generals .content-wrap .hd1 dl dd.active {
    background: transparent !important; }
.home_content .generals .content-wrap .hd1 dl dd a {
    font-size: 14px;
    color: #fff;
    line-height: 40px; }
@media screen and (max-width: 990px) {
    .home_content .generals .content-wrap .hd1 dl dd a {
        line-height: 32px;
        font-size: 12px; } }


.home_content .generals .content-wrap .bd1 .lists {
    display: none; }
.home_content .generals .content-wrap .bd1 .lists.active {
    display: block; }

.page_content {
  padding: 40px 0 75px;
  background: #f0f4f8; }
  @media screen and (max-width: 990px) {
    .page_content {
      padding: 0 0 40px; } }
  .page_content .ltside-wrap {
    float: left;
    width: 260px; }
    @media screen and (max-width: 990px) {
      .page_content .ltside-wrap {
        width: 100%;
        float: none;
        margin-top: 1vw; } }
    .page_content .ltside-wrap .title {
      background: url(../images/ltside_titlebg_2.png) no-repeat center center;
      background-size: cover !important;
      height: 66px;
      line-height: 66px;
      color: #fff;
      font-size: 18px;
      padding-left: 30px; }
      @media screen and (max-width: 990px) {
        .page_content .ltside-wrap .title {
          height: 42px;
          line-height: 42px;
          font-size: 16px;
          padding-left: 20px; } }
      .page_content .ltside-wrap .title i {
        float: left;
        margin-right: 20px; }
        @media screen and (max-width: 990px) {
          .page_content .ltside-wrap .title i {
            width: 6vw;
            margin-right: 10px; } }
        .page_content .ltside-wrap .title i img {
          width: 100%; }
      .page_content .ltside-wrap .title span {
        float: left; }
    .page_content .ltside-wrap .lbox {
      margin-top: 2px; }
      .page_content .ltside-wrap .lbox .list {
        margin-bottom: 3px; }
        .page_content .ltside-wrap .lbox .list a {
          background: #fff;
          display: block;
          text-decoration: none;
          padding-left: 30px;
          color: #333;
          font-size: 16px;
          position: relative;
          overflow: hidden;
          line-height: 55px;
          height: 55px; }
          @media screen and (max-width: 990px) {
            .page_content .ltside-wrap .lbox .list a {
              padding-left: 20px;
              font-size: 14px;
              line-height: 34px;
              height: 34px; } }
          .page_content .ltside-wrap .lbox .list a:hover, .page_content .ltside-wrap .lbox .list a.on {
            color: #0245B5; }
            .page_content .ltside-wrap .lbox .list a:hover:before, .page_content .ltside-wrap .lbox .list a.on:before {
              opacity: 1; }
            .page_content .ltside-wrap .lbox .list a:hover i img, .page_content .ltside-wrap .lbox .list a.on i img {
              -webkit-filter: grayscale(0); }
          .page_content .ltside-wrap .lbox .list a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 50px;
            background: #0245B5;
            opacity: 0;
            transition: all .3s; }
          .page_content .ltside-wrap .lbox .list a i {
            margin-right: 20px;
            float: left;
            min-width:25px;
            min-height:25px;
             }
            @media screen and (max-width: 990px) {
              .page_content .ltside-wrap .lbox .list a i {
                margin-right: 10px;
                width: 6vw;
                min-width:auto;
            	min-height:auto; } }
            .page_content .ltside-wrap .lbox .list a i img {
              -webkit-filter: grayscale(1);
              transition: all .3s;
              width: 100%; }
          .page_content .ltside-wrap .lbox .list a span {
            display: inline-block;
            float: left; }
            .page_content .ltside-wrap .lbox .list a span:nth-child(3) {
              float: right;
              padding-right: 25px;
              font-size: 14px;
              color: #999; }
              @media screen and (max-width: 990px) {
                .page_content .ltside-wrap .lbox .list a span:nth-child(3) {
                  padding-right: 15px;
                  font-size: 12px; } }
        .page_content .ltside-wrap .lbox .list .list2-ul {
          margin-top: 5px;
          display: none; }
          @media screen and (max-width: 990px) {
            .page_content .ltside-wrap .lbox .list .list2-ul {
              margin-top: 3px; } }
          .page_content .ltside-wrap .lbox .list .list2-ul a {
            line-height: 45px;
            height: 45px;
            font-size: 14px;
            padding-left: 75px;
            margin-bottom: 3px; }
            @media screen and (max-width: 990px) {
              .page_content .ltside-wrap .lbox .list .list2-ul a {
                line-height: 25px;
                height: 25px;
                font-size: 12px;
                padding-left: 60px;
                margin-bottom: 3px; } }
  .page_content .w-ltise-wrap {
    font-size: 14px;
    margin: 0 -10px;
    box-sizing: border-box;
    position: relative;
    overflow: auto; }
    .page_content .w-ltise-wrap::-webkit-scrollbar {
      display: none; }
    .page_content .w-ltise-wrap ul.ulbox {
      /*white-space: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      text-align: justify;
      padding: 0 5px;
      &::-webkit-scrollbar {
        display: none;
      }*/
      display: flex; }
      .page_content .w-ltise-wrap ul.ulbox li {
        flex: auto; }
        .page_content .w-ltise-wrap ul.ulbox li .aa {
          border-bottom: 1px solid #ccc;
          height: 45px;
          text-decoration: none;
          display: block;
          line-height: 45px;
          text-align: center;
          font-size: 14px;
          position: relative;
          padding: 0 15px;
          color: #333; }
          .page_content .w-ltise-wrap ul.ulbox li .aa:hover, .page_content .w-ltise-wrap ul.ulbox li .aa.on {
            color: #0245B5; }
            .page_content .w-ltise-wrap ul.ulbox li .aa:hover:before, .page_content .w-ltise-wrap ul.ulbox li .aa.on:before {
              opacity: 1; }
            .page_content .w-ltise-wrap ul.ulbox li .aa:hover i img, .page_content .w-ltise-wrap ul.ulbox li .aa.on i img {
              -webkit-filter: grayscale(0); }
          .page_content .w-ltise-wrap ul.ulbox li .aa:before {
            content: '';
            height: 3px;
            width: 100%;
            background: #0245B5;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0; }
          .page_content .w-ltise-wrap ul.ulbox li .aa i {
            display: inline-block;
            margin-right: 10px; }
            .page_content .w-ltise-wrap ul.ulbox li .aa i img {
              width: 20px;
              -webkit-filter: grayscale(1);
              transition: all .3s; }
          .page_content .w-ltise-wrap ul.ulbox li .aa span {
            display: inline-block; }
  .page_content .w-ltside2-wrap {
    margin-top: 20px;
    text-align: center; }
    .page_content .w-ltside2-wrap .list {
      display: inline-block;
      padding: 0 5px 10px; }
      .page_content .w-ltside2-wrap .list a {
        text-decoration: none;
        display: block;
        background: #fff;
        border-radius: 5px;
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #333;
        text-align: center; }
        .page_content .w-ltside2-wrap .list a:hover, .page_content .w-ltside2-wrap .list a.on {
          background: #0245B5;
          color: #fff; }
  .page_content .main-wrap {
    float: right;
    width: calc(100% - 280px);
    background: #fff;
    padding: 0 20px 40px; }
    @media screen and (max-width: 990px) {
      .page_content .main-wrap {
        padding-bottom: 0;
        width: 100%;
        margin-top: 15px; } }
    .page_content .main-wrap .title-posit {
      border-bottom: 2px solid #0245B5;
      line-height: 70px;
      height: 70px;
      position: relative; }
      @media screen and (max-width: 990px) {
        .page_content .main-wrap .title-posit {
          line-height: 45px;
          height: 45px;
          border-bottom-width: 1px; } }
      .page_content .main-wrap .title-posit:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 90px;
        height: 2px;
        background: #F8BF45;
        z-index: 1; }
        @media screen and (max-width: 990px) {
          .page_content .main-wrap .title-posit:before {
            height: 1px;
            bottom: -1px;
            width: 60px; } }
      .page_content .main-wrap .title-posit .title {
        float: left;
        font-size: 18px;
        color: #0245B5; }
        @media screen and (max-width: 990px) {
          .page_content .main-wrap .title-posit .title {
            font-size: 14px; } }
      .page_content .main-wrap .title-posit .posit {
        float: right; }
        .page_content .main-wrap .title-posit .posit i {
          width: 14px;
          float: left;
          margin-right: 10px; }
          .page_content .main-wrap .title-posit .posit i img {
            width: 100%;
            vertical-align: baseline; }
        .page_content .main-wrap .title-posit .posit a {
          display: inline-block;
          color: #666666;
          margin: 0 5px; }
    .page_content .main-wrap .news-con {
      margin-top: 15px; }
      @media screen and (max-width: 990px) {
        .page_content .main-wrap .news-con {
          margin-top: 10px; } }
      .page_content .main-wrap .news-con .list:nth-child(5n) {
        margin-bottom: 25px; }
        @media screen and (max-width: 990px) {
          .page_content .main-wrap .news-con .list:nth-child(5n) {
            margin-bottom: 15px; } }
      .page_content .main-wrap .news-con .list a {
        text-decoration: none;
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        overflow: hidden; }
        @media screen and (max-width: 990px) {
          .page_content .main-wrap .news-con .list a {
            line-height: 25px;
            height: 25px;
            font-size: 12px; } }
        .page_content .main-wrap .news-con .list a:hover {
          color: #0245B5; }
          .page_content .main-wrap .news-con .list a:hover span:nth-child(2) {
            color: #0245B5; }
        .page_content .main-wrap .news-con .list a span {
          float: left;
          width: calc(100% - 150px); }
          @media screen and (max-width: 990px) {
            .page_content .main-wrap .news-con .list a span {
              width: calc(100% - 100px); } }
          .page_content .main-wrap .news-con .list a span:nth-child(2) {
            float: right;
            width: 110px;
            text-align: right;
            color: #888; }
            @media screen and (max-width: 990px) {
              .page_content .main-wrap .news-con .list a span:nth-child(2) {
                font-size: 12px;
                width: 80px; } }
      .page_content .main-wrap .news-con .about-heads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .page_content .main-wrap .news-con .about-heads .list {
          width: 18%; }
          @media screen and (max-width: 990px) {
            .page_content .main-wrap .news-con .about-heads .list {
              width: 33%; } }
          .page_content .main-wrap .news-con .about-heads .list a {
            display: block;
            height: auto;
            line-height: 1; }
            .page_content .main-wrap .news-con .about-heads .list a .picbox {
              width: 100%; }
              .page_content .main-wrap .news-con .about-heads .list a .picbox img {
                width: 100%; }
            .page_content .main-wrap .news-con .about-heads .list a .desc .name {
              margin-top: 10px;
              font-size: 18px;
              color: #333;
              text-align: center; }
              @media screen and (max-width: 990px) {
                .page_content .main-wrap .news-con .about-heads .list a .desc .name {
                  margin-top: 3vw;
                  font-size: 16px; } }
            .page_content .main-wrap .news-con .about-heads .list a .desc .position {
              margin-top: 10px;
              font-size: 14px;
              color: #333;
              text-align: center; }
              @media screen and (max-width: 990px) {
                .page_content .main-wrap .news-con .about-heads .list a .desc .position {
                  margin-top: 2vw;
                  font-size: 12px; } }

.page {
  height: 90px;
  margin-top: 20px; }

.page a {
  font-size: 16px;
  color: #333333; }

.page .total {
  float: left;
  height: 28px;
  color: #333;
  line-height: 28px; }

.page .pageNode {
  text-align: center; }

.page .pageNode button,
.page .pageNode span,
.page .pageNode a {
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 20px;
  margin-top: 5px;
  padding: 3px 9px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  border-radius: 3px; }
  @media screen and (max-width: 990px) {
    .page .pageNode button,
    .page .pageNode span,
    .page .pageNode a {
      padding: 1px 5px; } }

.page .pageNode button:hover,
.page .pageNode span:hover,
.page .pageNode a:hover {
  border: 1px solid #1761ac; }

.page .pageNode input {
  width: 40px;
  border: 1px solid #d9d9d9;
  margin: -2px 5px 0 5px;
  padding-left: 8px;
  height: 26px;
  border-radius: 3px; }

.page .pageNode .laypage_total {
  border: none !important;
  padding: 0;
  margin-right: 0;
  background: none; }

.page .pageNode .laypage_curr {
  background: #0246B6;
  color: #fff;
  border: 1px solid #0246B6; }

.page .pageNode .laypage_btn {
  margin-right: 0;
  margin-left: 10px;
  color: #fff;
  margin-top: 0;
  outline-style: none;
  background: #0246B6;
  border: 1px solid #0246B6; }

.page .pageNode .laypage_btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #0246B6; }

.newsbox1 {
  padding-right: 35px;
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .newsbox1 {
      padding: 0;
      margin-bottom: 20px; } }

.main-pad-11 .t2 {
  padding: 20px 0 0;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: block; }
  @media screen and (max-width: 991px) {
    .main-pad-11 .t2 {
      padding: 20px 0 40px;
      font-size: 14px; } }

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