.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.ovfHiden {
  overflow: hidden;
  height: 100%; }

.header {
  height: 100px;
  /*background: #016e99; */
  background:#FFFFFF;
}
  .header img {
    margin-top: 15px; }
  .header .header_right {
    margin-top: 22px;
    width: 250px; }
    .header .header_right .logAndRes {
      margin-bottom: 18px; }
      .header .header_right .logAndRes a {
        font-size: 15px;
        color: #fff; }
      .header .header_right .logAndRes a + a:before {
        content: "|";
        margin-left: 4px;
        margin-right: 6px; }
    .header .header_right .search_box {
      clear: both;
      width: 250px;
      height: 28px;
      box-sizing: border-box;
      border: 1px solid #1790c8;
      background: #fff; }
      .header .header_right .search_box input {
        width: 216px;
        padding-left: 6px;
        height: 24px;
        border: none;
        outline: none; }
      .header .header_right .search_box .search_icon {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url(../images/search_icon.png) no-repeat center, #fff;
        cursor: pointer; }

.nav {
  line-height: 50px;
  background: #029dd9; }
  .nav ul {
    overflow: hidden;
    width: 1040px; }
    .nav ul li {
      float: left;
      margin-right: 54px; }
      .nav ul li a {
        color: #fff; }
        .nav ul li a:hover {
          color: #ffa726; }
      .nav ul li .nav_on {
        color: #ffa726; }
    .nav ul li:nth-child(9) {
      margin-right: 0; }

.icon-menu {
  display: none;
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 24px;
  color: #fff; }

.menu {
  position: absolute;
  left: -259px;
  top: 0;
  z-index: 1000002;
  height: 100%;
  overflow-y: auto;
  background: #333; }
  .menu dl {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background: #333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
    .menu dl dt {
      padding: 7px 10px;
      font-weight: normal;
      color: #777;
      font-size: 14px; }
    .menu dl dd a {
      position: relative;
      display: block;
      color: #c7c7c7;
      font-size: 14px;
      line-height: 20px;
      padding: 8px 180px 8px 15px;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      background: #252525; }
      .menu dl dd a .icon-arrow_right {
        position: absolute;
        right: 4px;
        top: 9px; }
    .menu dl dd ul {
      display: none; }
      .menu dl dd ul li a {
        display: block;
        text-decoration: none;
        color: #c7c7c7;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 30px 8px 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        background: #2e2e2e; }
      .menu dl dd ul li:hover a {
        background: #404040; }

.shade {
  display: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.content .content_left {
  width: 320px; }
  .content .content_left .tzgg {
    margin-top: 32px; }
    .content .content_left .tzgg ul li {
      width: 100%;
      height: 29px; }
      .content .content_left .tzgg ul li a {
        overflow: hidden;
        color: #212121;
        line-height: 29px; }
        .content .content_left .tzgg ul li a:before {
          content: "";
          display: inline-block;
          clear: both;
          float: left;
          margin-right: 12px;
          margin-top: 10px;
          width: 8px;
          height: 8px;
          background: #029dd9;
          border-radius: 50%; }
        .content .content_left .tzgg ul li a:hover .list_title {
          color: #029dd9; }
      .content .content_left .tzgg ul li .list_title {
        width: 71.875%;
        font-size: 14px;
        color: #212121;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .content .content_left .tzgg ul li .list_time {
        color: #b2b9ba; }
  .content .content_left .kpzs {
    margin-top: 30px; }
    .content .content_left .kpzs .kpzs_pic {
      margin-bottom: 8px;
      width: 100%;
      height: 80px;
      /*background: url(../images/kpzs_pic.png) no-repeat;*/
      background-size: cover; }
    .content .content_left .kpzs ul {
      min-height: 150px; }
      .content .content_left .kpzs ul li {
        width: 100%;
        height: 30px;
        overflow: hidden; }
        .content .content_left .kpzs ul li a {
          color: #212121;
          line-height: 30px; }
          .content .content_left .kpzs ul li a:before {
            content: "";
            display: inline-block;
            clear: both;
            float: left;
            margin-right: 12px;
            margin-top: 10px;
            width: 8px;
            height: 8px;
            background: #029dd9;
            border-radius: 50%; }
          .content .content_left .kpzs ul li a:hover .list_title {
            color: #029dd9; }
        .content .content_left .kpzs ul li .list_title {
          width: 71.875%;
          font-size: 14px;
          color: #212121;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .content .content_left .kpzs ul li .list_time {
          color: #b2b9ba; }
  .content .content_left .kphd {
    margin-top: 32px; }
    .content .content_left .kphd .kphd_box div {
      float: left; }
      .content .content_left .kphd .kphd_box div a {
        display: inline-block;
        vertical-align: middle;
        width: 153px;
        height: 83px;
        background-size: cover; }
        .content .content_left .kphd .kphd_box div a:hover {
          transform: scale(1.01);
          box-shadow: 0 0 20px #074A99; }
    .content .content_left .kphd .kphd_box div:nth-child(2n) {
      margin-left: 14px; }
    .content .content_left .kphd .kphd_box div:nth-child(3) {
      margin-top: 14px; }
    .content .content_left .kphd .kphd_box div:nth-child(4) {
      margin-top: 14px; }
.content .content_right {
  width: 641px; }
  .content .content_right .yhyw {
    margin-top: 32px; }
    .content .content_right .yhyw .yhyw_pic_box {
      overflow: hidden;
      width: 310px;
      height: 200px; }
      .content .content_right .yhyw .yhyw_pic_box .yhyw_pic {
        position: relative;
        display: block;
        width: 310px;
        height: 200px;
        background-size: cover; }
        .content .content_right .yhyw .yhyw_pic_box .yhyw_pic p {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          box-sizing: border-box;
          padding-left: 12px;
          height: 30px;
          line-height: 30px;
          background: rgba(0, 0, 0, 0.5);
          color: #fff; }
    .content .content_right .yhyw .yhyw_list {
      float: right;
      width: 49.92199688%; }
      .content .content_right .yhyw .yhyw_list li {
        width: 100%;
        height: 30px; }
        .content .content_right .yhyw .yhyw_list li a {
          overflow: hidden;
          color: #212121;
          line-height: 30px; }
          .content .content_right .yhyw .yhyw_list li a:before {
            content: "";
            display: inline-block;
            clear: both;
            float: left;
            margin-right: 12px;
            margin-top: 10px;
            width: 8px;
            height: 8px;
            background: #029dd9;
            border-radius: 50%; }
          .content .content_right .yhyw .yhyw_list li a:hover .list_title {
            color: #029dd9; }
        .content .content_right .yhyw .yhyw_list li .list_title {
          width: 71.875%;
          font-size: 14px;
          color: #212121;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .content .content_right .yhyw .yhyw_list li .list_time {
          color: #b2b9ba; }
  .content .content_right .yhhd {
    margin-top: 24px; }
    .content .content_right .yhhd .yhhd_box .yhhd_box_sub {
      width: 310px; }
      .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_pic {
        display: block;
        width: 100%;
        height: 180px;
        background-size: cover; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_pic:hover {
          transform: scale(1.01);
          box-shadow: 0 0 20px #074A99; }
      .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt {
        width: 100%;
        height: 60px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        border: 1px solid #029dd9;
        box-sizing: border-box;
        background: #fff; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt a {
          display: block;
          width: 90%;
          line-height: 26px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #212121; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt p {
          width: 90%;
          line-height: 26px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #212121; }
  .content .content_right .kjfw {
    margin-top: 30px; }
    .content .content_right .kjfw .kjfw_pic_box {
      overflow: hidden;
      width: 310px;
      height: 182px; }
      .content .content_right .kjfw .kjfw_pic_box .kjfw_pic {
        display: block;
        width: 310px;
        height: 182px; }
    .content .content_right .kjfw .kjfw_list {
      float: right;
      width: 320px; }
      .content .content_right .kjfw .kjfw_list li {
        width: 100%;
        height: 30px; }
        .content .content_right .kjfw .kjfw_list li a {
          overflow: hidden;
          color: #212121;
          line-height: 30px; }
          .content .content_right .kjfw .kjfw_list li a:hover .list_title {
            color: #029dd9; }
        .content .content_right .kjfw .kjfw_list li .list_title {
          width: 61.5625%;
          font-size: 14px;
          color: #212121;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .content .content_right .kjfw .kjfw_list li .list_sour {
          width: 29%;
          font-size: 14px;
          color: #212121;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-align: right; }

.pub_title {
  width: 100%;
  padding-bottom: 9px;
  margin-bottom: 4px;
  border-bottom: 3px solid #029dd9;
  overflow: hidden; }
  .pub_title h4 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #029dd9; }
  .pub_title .title_more {
    width: 18px;
    height: 14px;
    margin-top: 8px;
    /*background: url(../images/more_icon.png) no-repeat; }*/

.link {
  margin-top: 32px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #d8faff; }
  .link .link_icon {
    display: inline-block;
    width: 120px;
    height: 32px;
    background: url(../images/firend_link.png) no-repeat;
    background-size: cover; }
  .link dl {
    width: 100%;
    padding-top: 18px;
    line-height: 46px;
    border: 1px solid #029dd9; }
    .link dl dt .link_icon {
      display: inline-block;
      width: 175px;
      height: 47px;
      background: url(../images/firend_link.png) no-repeat;
      background-size: cover; }
    .link dl dd {
      display: inline-block;
      margin-left: 38px; }
      .link dl dd a {
        color: #1870e5; }
        .link dl dd a:hover {
          color: #ffa726; }
          .link dl dd a:hover:before {
            border-left-color: #ffa726; }

.footer {
  padding-top: 36px;
  padding-bottom: 36px;
  background: #016e99; }
  .footer p {
    line-height: 30px;
    text-align: center;
    color: #fff; }
    .footer p a {
      color: #fff; }

@media screen and (min-width: 848px) and (max-width: 1010px) {
  .wrapper {
    margin-left: 20px;
    margin-right: 20px; }

  .nav ul {
    width: 100%; }
    .nav ul li {
      margin-right: 32px; }
    .nav ul li:nth-child(9) {
      margin-right: 0; }

  .content .content_left {
    width: 100%; }
    .content .content_left .tzgg {
      width: 100%; }
    .content .content_left .kpzs {
      width: 100%; }
      .content .content_left .kpzs .kpzs_pic {
        display: none; }
    .content .content_left .kphd {
      width: 100%; }
      .content .content_left .kphd .kphd_box {
        display: table;
        width: 100%; }
        .content .content_left .kphd .kphd_box div {
          float: none;
          display: table-cell;
          width: 25%;
          text-align: center; }
        .content .content_left .kphd .kphd_box div:nth-child(2n) {
          margin-left: 0; }
        .content .content_left .kphd .kphd_box div:nth-child(3) {
          margin-top: 0; }
        .content .content_left .kphd .kphd_box div:nth-child(4) {
          margin-top: 0; }
  .content .content_right {
    float: none;
    width: 100%; }
    .content .content_right .yhyw {
      margin-top: 32px; }
      .content .content_right .yhyw .yhyw_pic_box {
        width: 48.36193448%; }
        .content .content_right .yhyw .yhyw_pic_box .yhyw_pic {
          width: 100%; }
      .content .content_right .yhyw .yhyw_list {
        float: right;
        width: 49.92199688%; }
        .content .content_right .yhyw .yhyw_list li {
          width: 100%; }
          .content .content_right .yhyw .yhyw_list li .list_title {
            width: 71.875%; }
    .content .content_right .yhhd {
      width: 100%; }
      .content .content_right .yhhd .yhhd_box {
        width: 100%; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub {
          width: 48.36193448%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_pic {
            width: 100%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt {
            width: 100%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt a {
              width: 90%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt p {
              width: 90%; }
    .content .content_right .kjfw .kjfw_pic_box {
      width: 48.36193448%; }
      .content .content_right .kjfw .kjfw_pic_box .kjfw_pic {
        width: 100%; }
    .content .content_right .kjfw .kjfw_list {
      width: 49.92199688%; }
      .content .content_right .kjfw .kjfw_list li {
        width: 100%; }
        .content .content_right .kjfw .kjfw_list li .list_title {
          width: 61.5625%; }
        .content .content_right .kjfw .kjfw_list li .list_sour {
          width: 29%; }

  .link {
    margin-top: 4px;
    width: 100%; }
    .link dl {
      width: 100%; }
      .link dl dt {
        float: left; }
        .link dl dt .link_icon {
          display: inline-block;
          width: 145px;
          height: 47px;
          background: url(../images/firend_link.png) no-repeat center;
          background-size: cover;
          vertical-align: middle; }
      .link dl dd {
        margin-left: 16px; }
        .link dl dd a {
          color: #1870e5; }
          .link dl dd a:before {
            margin-right: 1px; } }
@media screen and (min-width: 728px) and (max-width: 847px) {
  .wrapper {
    margin-left: 20px;
    margin-right: 20px; }

  .header {
    width: 100%; }
    .header img {
      width: 436px;
      display: block;
      margin: 0 auto;
      margin-top: 15px; }
    .header .header_right {
      display: none; }

  .nav {
    display: none; }

  .icon-menu {
    display: inline-block; }

  .content .content_left {
    width: 100%; }
    .content .content_left .tzgg {
      width: 100%; }
    .content .content_left .kpzs {
      width: 100%; }
      .content .content_left .kpzs .kpzs_pic {
        display: none; }
    .content .content_left .kphd {
      width: 100%; }
      .content .content_left .kphd .kphd_box {
        display: table;
        width: 100%; }
        .content .content_left .kphd .kphd_box div {
          float: none;
          display: table-cell;
          width: 25%;
          text-align: center; }
        .content .content_left .kphd .kphd_box div:nth-child(2n) {
          margin-left: 0; }
        .content .content_left .kphd .kphd_box div:nth-child(3) {
          margin-top: 0; }
        .content .content_left .kphd .kphd_box div:nth-child(4) {
          margin-top: 0; }
  .content .content_right {
    float: none;
    width: 100%; }
    .content .content_right .yhyw {
      margin-top: 32px; }
      .content .content_right .yhyw .yhyw_pic_box {
        width: 48.36193448%; }
        .content .content_right .yhyw .yhyw_pic_box .yhyw_pic {
          width: 100%; }
      .content .content_right .yhyw .yhyw_list {
        float: right;
        width: 49.92199688%; }
        .content .content_right .yhyw .yhyw_list li {
          width: 100%; }
          .content .content_right .yhyw .yhyw_list li .list_title {
            width: 71.875%; }
    .content .content_right .yhhd {
      width: 100%; }
      .content .content_right .yhhd .yhhd_box {
        width: 100%; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub {
          width: 48.36193448%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_pic {
            width: 100%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt {
            width: 100%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt a {
              width: 90%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt p {
              width: 90%; }
    .content .content_right .kjfw .kjfw_pic_box {
      width: 48.36193448%; }
      .content .content_right .kjfw .kjfw_pic_box .kjfw_pic {
        width: 100%; }
    .content .content_right .kjfw .kjfw_list {
      width: 49.92199688%; }
      .content .content_right .kjfw .kjfw_list li {
        width: 100%; }
        .content .content_right .kjfw .kjfw_list li .list_title {
          width: 61.5625%; }
        .content .content_right .kjfw .kjfw_list li .list_sour {
          width: 29%; }

  .link {
    display: none; }

  .footer {
    margin-top: 4px; } }
@media screen and (min-width: 568px) and (max-width: 727px) {
  .wrapper {
    margin-left: 20px;
    margin-right: 20px; }

  .header {
    width: 100%; }
    .header img {
      width: 436px;
      display: block;
      margin: 0 auto;
      margin-top: 15px; }
    .header .header_right {
      display: none; }

  .swiper-container {
    display: none; }

  .nav {
    display: none; }

  .icon-menu {
    display: inline-block; }

  .content .content_left {
    width: 100%; }
    .content .content_left .tzgg {
      width: 100%; }
    .content .content_left .kpzs {
      width: 100%; }
      .content .content_left .kpzs .kpzs_pic {
        display: none; }
    .content .content_left .kphd {
      width: 100%;
      display: none; }
      .content .content_left .kphd .kphd_box {
        width: 100%;
        display: table; }
        .content .content_left .kphd .kphd_box div {
          float: none;
          display: table-cell;
          width: 25%;
          text-align: center;
          background: yellowgreen; }
        .content .content_left .kphd .kphd_box div:nth-child(2n) {
          margin-left: 0; }
        .content .content_left .kphd .kphd_box div:nth-child(3) {
          margin-top: 0; }
        .content .content_left .kphd .kphd_box div:nth-child(4) {
          margin-top: 0; }
  .content .content_right {
    float: none;
    width: 100%; }
    .content .content_right .yhyw {
      margin-top: 32px; }
      .content .content_right .yhyw .yhyw_pic_box {
        width: 48.36193448%; }
        .content .content_right .yhyw .yhyw_pic_box .yhyw_pic {
          width: 100%; }
      .content .content_right .yhyw .yhyw_list {
        float: right;
        width: 49.92199688%; }
        .content .content_right .yhyw .yhyw_list li {
          width: 100%; }
          .content .content_right .yhyw .yhyw_list li .list_title {
            width: 71.875%; }
    .content .content_right .yhhd {
      width: 100%; }
      .content .content_right .yhhd .yhhd_box {
        width: 100%; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub {
          width: 48.36193448%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_pic {
            width: 100%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt {
            width: 100%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt a {
              width: 90%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt p {
              width: 90%; }
    .content .content_right .kjfw .kjfw_pic_box {
      width: 48.36193448%; }
      .content .content_right .kjfw .kjfw_pic_box .kjfw_pic {
        width: 100%; }
    .content .content_right .kjfw .kjfw_list {
      width: 49.92199688%; }
      .content .content_right .kjfw .kjfw_list li {
        width: 100%; }
        .content .content_right .kjfw .kjfw_list li .list_title {
          width: 61.5625%; }
        .content .content_right .kjfw .kjfw_list li .list_sour {
          width: 29%; }

  .link {
    display: none; }

  .footer {
    margin-top: 4px; } }
@media screen and (max-width: 567px) {
  .wrapper {
    margin-left: 10px;
    margin-right: 10px; }

  .header {
    width: 100%; }
    .header img {
      max-width: 80%;
      display: block;
      margin: 0 auto;
      margin-top: 20px; }
    .header .header_right {
      display: none; }

  .icon-menu {
    display: inline-block;
    left: 14px;
    top: 30px; }

  .nav {
    display: none; }

  .swiper-container {
    display: none; }

  .content .content_left {
    width: 100%; }
    .content .content_left .tzgg {
      width: 100%;
      margin-top: 16px; }
    .content .content_left .kpzs {
      margin-top: 16px;
      width: 100%; }
      .content .content_left .kpzs .kpzs_pic {
        display: none; }
    .content .content_left .kphd {
      display: none; }
  .content .content_right {
    float: none;
    width: 100%; }
    .content .content_right .yhyw {
      margin-top: 20px; }
      .content .content_right .yhyw .yhyw_pic_box {
        display: none; }
      .content .content_right .yhyw .yhyw_list {
        float: none;
        width: 100%; }
    .content .content_right .yhhd {
      margin-top: 16px;
      width: 100%; }
      .content .content_right .yhhd .yhhd_box {
        width: 100%; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub {
          width: 100%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_pic {
            width: 100%; }
          .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt {
            width: 100%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt a {
              width: 90%; }
            .content .content_right .yhhd .yhhd_box .yhhd_box_sub .yhhd_txt p {
              width: 90%; }
        .content .content_right .yhhd .yhhd_box .yhhd_box_sub + .yhhd_box_sub {
          margin-top: 16px; }
    .content .content_right .kjfw {
      margin-top: 16px; }
      .content .content_right .kjfw .kjfw_pic_box {
        display: none; }
      .content .content_right .kjfw .kjfw_list {
        width: 100%; }
        .content .content_right .kjfw .kjfw_list li {
          width: 100%; }
          .content .content_right .kjfw .kjfw_list li .list_title {
            width: 61.5625%; }
          .content .content_right .kjfw .kjfw_list li .list_sour {
            width: 29%; }

  .link {
    display: none; }

  .footer {
    margin-top: 16px; } }

.kjfw_pic {
  display: block;
  width: 310px;
  height: 182px
}
/*# sourceMappingURL=index.css.map */
