.top_bar {
  height: 40px;
  line-height: 40px;
  background: #f8f9fb;
  color: #333; }
  .top_bar .getTime span {
    margin-left: 20px; }
  .top_bar .nav_btn {
    margin-top: 8px;
    padding: 6px 0;
    box-sizing: border-box;
    background: #fff; }
    .top_bar .nav_btn li {
      line-height: 14px;
      float: left; }
      .top_bar .nav_btn li a {
        display: block;
        padding-left: 8px;
        padding-right: 8px; }
        .top_bar .nav_btn li a:hover {
          color: #2572f5; }
    .top_bar .nav_btn li + li {
      position: relative; }
      .top_bar .nav_btn li + li:before {
        position: absolute;
        left: 0px;
        top: 1px;
        content: "";
        width: 1px;
        height: 13px;
        background: #273044; }
  .top_bar .search {
    position: relative;
    margin-right: 6px;
    margin-top: 8px;
    width: 240px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #dde4ef;
    box-sizing: border-box; }
    .top_bar .search input {
      width: 100%;
      height: 24px;
      line-height: 24px;
      vertical-align: top;
      padding-left: 6px;
      padding-right: 24px;
      box-sizing: border-box;
      font-size: 14px;
      background: #fff;
      color: #9faec9; }
      .top_bar .search input::-webkit-input-placeholder {
        font-size: 14px; }
      .top_bar .search input:-ms-input-placeholder {
        font-size: 14px; }
      .top_bar .search input::-moz-placeholder {
        font-size: 14px; }
      .top_bar .search input:-moz-placeholder {
        font-size: 14px; }
    .top_bar .search .iconfont {
      position: absolute;
      right: 6px;
      top: 0px;
      color: #9faec9;
      cursor: pointer; }

.header {
  position: relative;
  width: 100%;
  height: 270px;
  background: url(../images/top_bg.png) no-repeat center center;
  background-size: cover; }
  .header img {
    margin-top: 80px; }
  .header #flashContent {
    margin-top: -198px;
    margin-left: 660px; }
  .header #floatpic {
    margin-top: 31px;
    margin-left: 0px; }
  .header .flash_box {
    position: absolute;
    right: 114px;
    top: 0;
    top: -10px; }

.main .info_show {
  margin-top: 20px; }
  .main .info_show .tpxw {
    position: relative;
    width: 540px;
    height: 340px;
    border: 1px solid #dde4ef;
    overflow: hidden; }
    .main .info_show .tpxw .tpxw_pic {
      position: relative; }
      .main .info_show .tpxw .tpxw_pic li {
        position: absolute;
        width: 540px;
        height: 340px; }
        .main .info_show .tpxw .tpxw_pic li a {
          display: block;
          width: 100%;
          height: 100%; }
    .main .info_show .tpxw .tit_bar {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 37px;
      line-height: 37px;
      background: rgba(0, 0, 0, 0.3); }
      .main .info_show .tpxw .tit_bar .tpxw_tit {
        width: 360px; }
        .main .info_show .tpxw .tit_bar .tpxw_tit li {
          display: none;
          width: 100%;
          padding-left: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          box-sizing: border-box;
          color: #fff; }
          .main .info_show .tpxw .tit_bar .tpxw_tit li:hover a {
            text-decoration: underline; }
        .main .info_show .tpxw .tit_bar .tpxw_tit .tit_on {
          display: block; }
      .main .info_show .tpxw .tit_bar .tpxw_ind {
        margin-top: 14px;
        margin-right: 24px; }
        .main .info_show .tpxw .tit_bar .tpxw_ind li {
          float: left;
          width: 10px;
          height: 10px;
          background: #fff;
          cursor: pointer; }
        .main .info_show .tpxw .tit_bar .tpxw_ind li + li {
          margin-left: 10px; }
        .main .info_show .tpxw .tit_bar .tpxw_ind .ind_on {
          background: #2572f5; }
      .main .info_show .tpxw .tit_bar .tpxw_more {
        position: relative;
        padding-right: 18px;
        font-size: 12px;
        color: #fff; }
        .main .info_show .tpxw .tit_bar .tpxw_more .iconfont {
          position: absolute;
          right: 0;
          top: 0; }
        .main .info_show .tpxw .tit_bar .tpxw_more .iconfont + .iconfont {
          right: 4px; }
        .main .info_show .tpxw .tit_bar .tpxw_more:hover {
          color: #3782f2; }
  .main .info_show .tab_box {
    width: 640px; }
    .main .info_show .tab_box .tab_btn {
      position: relative;
      width: 100%;
      border-bottom: 2px solid #2572f5; }
      .main .info_show .tab_box .tab_btn > li:not(.last_li) {
        position: relative;
        float: left;
        /* height: 40px; */
        line-height: 32px;
        /* padding-left: 12px;
        padding-right: 12px; */
        /* border-top-left-radius: 4px;
        border-top-right-radius: 4px; */

        width: 74px;
        height: 32px;
        text-align: center;
        border-radius: 17px 17px 15px 15px;
        margin-bottom: 3px;

        font-size: 14px;
        font-weight: bolder;
        background: #dde4ef;
        color: #161b27;
        cursor: pointer; }
      .main .info_show .tab_box .tab_btn > li + li {
        margin-left: 6px; }
      .main .info_show .tab_box .tab_btn .last_li {
        position: absolute;
        top: 16px;
        right: 3px; }
        .main .info_show .tab_box .tab_btn .last_li ul li {
          display: none; }
          .main .info_show .tab_box .tab_btn .last_li ul li a {
            display: inline-block;
            position: relative;
            padding-right: 18px;
            font-size: 12px;
            color: #3782f2; }
            .main .info_show .tab_box .tab_btn .last_li ul li a .iconfont {
              position: absolute;
              right: 0;
              top: 0; }
            .main .info_show .tab_box .tab_btn .last_li ul li a .iconfont + .iconfont {
              right: 4px; }
            .main .info_show .tab_box .tab_btn .last_li ul li a:hover {
              color: #f3822d; }
        .main .info_show .tab_box .tab_btn .last_li ul .more_on {
          display: block; }
      .main .info_show .tab_box .tab_btn .tab_on {
        background: #2572f5 !important;
        color: #fff !important; }
    .main .info_show .tab_box .list_box {
      margin-top: 12px; }
      .main .info_show .tab_box .list_box > ul {
        display: none; }
        .main .info_show .tab_box .list_box > ul li {
          overflow: hidden;
          height: 36px;
          line-height: 36px;
          color: #000; }
          .main .info_show .tab_box .list_box > ul li a .pull-left {
            position: relative;
            float: left;
            width: 540px;
            padding-left: 36px;
            box-sizing: border-box;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .main .info_show .tab_box .list_box > ul li a .pull-left:before {
              position: absolute;
              left: 20px;
              top: 15px;
              content: "";
              width: 6px;
              height: 6px;
              border-radius: 100%;
              background: #3380de; }
          .main .info_show .tab_box .list_box > ul li a .pull-right {
            color: #bdbdbd; }
          .main .info_show .tab_box .list_box > ul li a:hover {
            color: #2572f5; }
            .main .info_show .tab_box .list_box > ul li a:hover .pull-right {
              color: #2572f5; }
      .main .info_show .tab_box .list_box .list_on {
        display: block; }
.main .fwck {
  margin-top: 14px; }
  .main .fwck .fwck_tit {
    width: 250px;
    height: 38px;
    background: url(../images/fwck_tit_bg.png) no-repeat;
    color: #fff; }
    .main .fwck .fwck_tit .iconfont {
      display: inline-block;
      margin-top: 10px;
      margin-left: 12px;
      font-size: 18px;
      font-weight: 600;
      vertical-align: middle; }
    .main .fwck .fwck_tit span {
      display: inline-block;
      margin-top: 6px;
      font-size: 16px;
      font-weight: bolder;
      vertical-align: middle; }
  .main .fwck .fwck_con {
    border-top: 2px solid #2874db;
    border-right: 1px solid #dde4ef;
    border-bottom: 1px solid #dde4ef; }
    .main .fwck .fwck_con .left {
      position: relative;
      width: 250px;
      height: 270px;
      background: url(../images/fwck_bg.png) no-repeat; }
      .main .fwck .fwck_con .left ul {
        position: absolute;
        top: 38px;
        right: 0; }
        .main .fwck .fwck_con .left ul li {
          position: relative;
          width: 120px;
          height: 35px;
          line-height: 35px;
          background: url(../images/fwck_bar_bg.png) repeat-x;
          color: #fff; }
          .main .fwck .fwck_con .left ul li:before {
            display: block;
            position: absolute;
            top: 0;
            left: -8px;
            content: "";
            width: 5px;
            height: 35px;
            background: url(../images/fwck_bar_bg.png) repeat-x; }
          .main .fwck .fwck_con .left ul li a {
            display: block;
            width: 100%;
            height: 100%;
            padding-left: 10px;
            box-sizing: border-box;
            -webkit-transition: padding-left 0.4s;
            transition: padding-left 0.4s;
            font-size: 14px;
            font-weight: bold; }
            .main .fwck .fwck_con .left ul li a:hover {
              padding-left: 14px;
              color: #f3822d; }
            .main .fwck .fwck_con .left ul li a p {
              width: 110px; }
            .main .fwck .fwck_con .left ul li a .iconfont {
              font-size: 22px;
              margin-top: 2px; }
        .main .fwck .fwck_con .left ul li + li {
          margin-top: 9px; }
    .main .fwck .fwck_con .right {
      width: 949px;
      height: 270px;
      padding-left: 6px;
      padding-top: 2px;
      box-sizing: border-box;
      background: url(../images/fwck_r_bg.png) no-repeat; }
      .main .fwck .fwck_con .right li {
        float: left;
        margin-left: 41px;
        margin-right: 41px;
        margin-top: 19px; }
        .main .fwck .fwck_con .right li a {
          display: block;
          width: 100%;
          height: 100%; }
          .main .fwck .fwck_con .right li a:hover {
            color: #2572f5; }
            .main .fwck .fwck_con .right li a:hover .iconfont:after {
              border-width: 300px 300px 0 0;
              transition: 0.5s;
              z-index: -1; }
          .main .fwck .fwck_con .right li a .iconfont {
            display: block;
            margin-bottom: 2px;
            width: 75px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 3px;
            font-size: 38px;
            color: #fff;
            position: relative;
            z-index: 100;
            transition: 0.5s;
            overflow: hidden; }
            .main .fwck .fwck_con .right li a .iconfont:after {
              content: '';
              width: 0;
              height: 0;
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
              border-style: solid;
              border-width: 0 0 0 0;
              border-color: #f3822d transparent transparent transparent;
              position: absolute;
              top: 0;
              left: 0;
              transition: 0.5s;
              z-index: -1; }
          .main .fwck .fwck_con .right li a .icon-service {
            font-size: 34px;
            background: #00d119; }
          .main .fwck .fwck_con .right li a .icon-zzjz {
            background: #2d1fd9; }
          .main .fwck .fwck_con .right li a .icon-xmsb {
            background: #fb5900; }
          .main .fwck .fwck_con .right li a .icon-hyzc {
            background: #00d9a8; }
          .main .fwck .fwck_con .right li a .icon-active1 {
            background: #f30cba; }
          .main .fwck .fwck_con .right li a .icon-kjcx {
            background: #ff2045; }
          .main .fwck .fwck_con .right li a .icon-djqh {
            font-size: 34px;
            background: #ea0000; }
          .main .fwck .fwck_con .right li a .icon-cxyxm {
            background: #a5dd1f; }
          .main .fwck .fwck_con .right li a .icon-rcsjk {
            background: #f9c700; }
          .main .fwck .fwck_con .right li a .icon-microphone1 {
            font-size: 44px;
            background: #0268ff; }
          .main .fwck .fwck_con .right li a .icon-zcfw {
            font-size: 32px;
            background: #f39a00; }
          .main .fwck .fwck_con .right li a .icon-rcsjk {
            font-size: 32px;
            background: #a100dd; }
          .main .fwck .fwck_con .right li a p {
            text-align: center;
            font-size: 14px; }
  .main .fwck .fwdt_index {
    border-top: 2px solid #2874db;
    background: url(../images/banner.png) no-repeat;
    background-size: 100%;
    text-align: center;
    height: 210px; }
    .main .fwck .fwdt_index a {
      display: inline-block;
      color: #666;
      font-size: 16px;
      width: 110px;
      padding-top: 110px;
      line-height: 40px;
      margin: 38px 22px 0 22px; }
      .main .fwck .fwdt_index a span {
        display: block;
        font-size: 15px;
        color: #000; }
      .main .fwck .fwdt_index a.se_icon01 {
        background: url(../images/se_icon01.png) center top no-repeat; }
        .main .fwck .fwdt_index a.se_icon01:hover {
          background: url(../images/se_icon011.png) center top no-repeat;
          color: #3e82e4; }
      .main .fwck .fwdt_index a.se_icon02 {
        background: url(../images/se_icon02.png) center top no-repeat; }
        .main .fwck .fwdt_index a.se_icon02:hover {
          background: url(../images/se_icon022.png) center top no-repeat;
          color: #3e82e4; }
      .main .fwck .fwdt_index a.se_icon03 {
        background: url(../images/se_icon03.png) center top no-repeat; }
        .main .fwck .fwdt_index a.se_icon03:hover {
          background: url(../images/se_icon033.png) center top no-repeat;
          color: #3e82e4; }
      .main .fwck .fwdt_index a.se_icon04 {
        background: url(../images/se_icon04.png) center top no-repeat; }
        .main .fwck .fwdt_index a.se_icon04:hover {
          background: url(../images/se_icon044.png) center top no-repeat;
          color: #3e82e4; }
      .main .fwck .fwdt_index a.se_icon05 {
        background: url(../images/se_icon05.png) center top no-repeat; }
        .main .fwck .fwdt_index a.se_icon05:hover {
          background: url(../images/se_icon055.png) center top no-repeat;
          color: #3e82e4; }
      .main .fwck .fwdt_index a.se_icon06 {
        background: url(../images/se_icon06.png) center top no-repeat; }
        .main .fwck .fwdt_index a.se_icon06:hover {
          background: url(../images/se_icon066.png) center top no-repeat;
          color: #3e82e4; }
.main .kjhdAndKjgzz {
  margin-top: 14px;
  box-sizing: border-box; }
  .main .kjhdAndKjgzz .pub_title {
    width: 100%;
    height: 28px;
    margin-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px solid #e0e0e0;
    color: #0060d6; }
    .main .kjhdAndKjgzz .pub_title:before {
      float: left;
      margin-right: 8px;
      margin-top: 7px;
      content: "";
      display: inline-block;
      height: 15px;
      width: 4px;
      background: #0060d6; }
    .main .kjhdAndKjgzz .pub_title h5 {
      font-size: 16px; }
    .main .kjhdAndKjgzz .pub_title .title_more {
      position: relative;
      padding-right: 18px;
      font-size: 12px;
      color: #0060d6; }
      .main .kjhdAndKjgzz .pub_title .title_more .iconfont {
        position: absolute;
        right: 0;
        top: 0; }
      .main .kjhdAndKjgzz .pub_title .title_more .iconfont + .iconfont {
        right: 4px; }
      .main .kjhdAndKjgzz .pub_title .title_more:hover {
        color: #f3822d; }
  .main .kjhdAndKjgzz .kjgzz .kjgzz_box {
    position: relative;
    width: 898px;
    height: 284px;
    overflow: hidden; }
    .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul {
      position: absolute;
      left: 0;
      top: 0;
      margin-right: -20px; }
      .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li {
        float: left;
        width: 210px;
        height: 284px;
        padding: 4px;
        margin-right: 19px;
        overflow: hidden;
        border: 1px solid #e8e9ea;
        box-sizing: border-box;
        background: #f4f4f4; }
        .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .ava_box {
          position: relative;
          width: 200px;
          height: 150px;
          overflow: hidden; }
          .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .ava_box .ava {
            display: inline-block;
            width: 100%;
            height: 150px;
            transition: all 0.6s; }
            .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .ava_box .ava:hover {
              transform: scale(1.2); }
          .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .ava_box .name {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 29px;
            line-height: 29px;
            text-align: center;
            font-size: 16px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff; }
        .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .info_box {
          padding-left: 8px;
          padding-right: 8px;
          padding-top: 12px;
          border-top: 1px solid #7a7a7a;
          font-size: 12px; }
          .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .info_box .info {
            display: block;
            width: 100%;
            height: 82px;
            line-height: 20px;
            color: #000;
            clear: both; }
            .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .info_box .info:hover {
              color: #f3822d; }
          .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .info_box .more {
            display: inline-block;
            width: 42px;
            height: 18px;
            line-height: 18px;
            margin-top: 2px;
            text-align: center;
            border: 1px solid #3782f2;
            border-radius: 1px;
            font-size: 10px;
            color: #3782f2; }
            .main .kjhdAndKjgzz .kjgzz .kjgzz_box > ul > li .info_box .more:hover {
              color: #f3822d;
              border: 1px solid #f3822d; }
  .main .kjhdAndKjgzz .kjhd {
    width: 275px;
    background: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
    .main .kjhdAndKjgzz .kjhd ul li {
      padding: 3px;
      height: 90px;
      border: 1px solid #e8e9ea;
      box-sizing: border-box; }
      .main .kjhdAndKjgzz .kjhd ul li a {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #fff; }
        .main .kjhdAndKjgzz .kjhd ul li a:hover .shade {
          background-position: 210px 0,0 0;
          transition: 400ms; }
        .main .kjhdAndKjgzz .kjhd ul li a:hover .shade {
          background-position: 0 0,0 0\0; }
        .main .kjhdAndKjgzz .kjhd ul li a .shade {
          display: block;
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(-30deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 110px, rgba(255, 255, 255, 0.8) 120px, rgba(255, 255, 255, 0.8) 130px, rgba(255, 255, 255, 0) 140px, rgba(255, 255, 255, 0) 200px) no-repeat -160px 0; }
        .main .kjhdAndKjgzz .kjhd ul li a .kjhd_tit {
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 24px;
          line-height: 24px;
          padding-left: 10px;
          box-sizing: border-box;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          background: rgba(0, 0, 0, 0.5); }
        .main .kjhdAndKjgzz .kjhd ul li a .kjhd_sta {
          position: absolute;
          top: -38px;
          right: -38px;
          display: block;
          width: 76px;
          height: 76px;
          padding-top: 56px;
          box-sizing: border-box;
          text-align: center;
          vertical-align: bottom;
          font-size: 12px;
          background: rgba(255, 255, 255, 0.8);
          color: #848588;
          transform: rotate(45deg); }
        .main .kjhdAndKjgzz .kjhd ul li a .kjhd_sta_on {
          color: #fff;
          background: #f53b3b; }
        .main .kjhdAndKjgzz .kjhd ul li a .kjhd_sta_wait {
          color: #379aff; }
    .main .kjhdAndKjgzz .kjhd ul li + li {
      margin-top: 6px; }
.main .sjxhAndXhdj {
  margin-top: 14px;
  position: relative;
  z-index: 10;
  background: #fff; }
  .main .sjxhAndXhdj .pub_title {
    width: 100%;
    height: 28px;
    margin-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px solid #e0e0e0;
    color: #0060d6; }
    .main .sjxhAndXhdj .pub_title:before {
      float: left;
      margin-right: 8px;
      margin-top: 7px;
      content: "";
      display: inline-block;
      height: 15px;
      width: 4px;
      background: #0060d6; }
    .main .sjxhAndXhdj .pub_title h5 {
      font-size: 16px; }
    .main .sjxhAndXhdj .pub_title .title_more {
      position: relative;
      padding-right: 18px;
      font-size: 12px;
      color: #0060d6; }
      .main .sjxhAndXhdj .pub_title .title_more .iconfont {
        position: absolute;
        right: 0;
        top: 0; }
      .main .sjxhAndXhdj .pub_title .title_more .iconfont + .iconfont {
        right: 4px; }
      .main .sjxhAndXhdj .pub_title .title_more:hover {
        color: #f3822d; }
  .main .sjxhAndXhdj .sjxh {
    padding-top: 16px;
    width: 858px;
    position: absolute;
    z-index: 111; }
    .main .sjxhAndXhdj .sjxh .sjxh_btn {
      margin-left: 52px;
      display: inline-block;
      vertical-align: middle; }
      .main .sjxhAndXhdj .sjxh .sjxh_btn li {
        margin-left: 5px;
        float: left;
        width: 132px;
        height: 35px;
        line-height: 35px;
        padding-left: 15px;
        box-sizing: border-box;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        cursor: pointer; }
        .main .sjxhAndXhdj .sjxh .sjxh_btn li .icon-nongyeyongdi {
          font-size: 18px; }
        .main .sjxhAndXhdj .sjxh .sjxh_btn li .icon-xueke {
          font-size: 15px; }
        .main .sjxhAndXhdj .sjxh .sjxh_btn li .icon-anniu- {
          font-size: 18px; }
      .main .sjxhAndXhdj .sjxh .sjxh_btn .li_on {
        position: relative;
        z-index: 1;
        width: 138px;
        background: url(../images/sjxh_btn_on.png) no-repeat !important; }
    .main .sjxhAndXhdj .sjxh .sjxh_list {
      border: 1px solid #0060d6;
      border-top: 12px solid #0060d6;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
      .main .sjxhAndXhdj .sjxh .sjxh_list > li {
        display: none;
        position: relative; }
        .main .sjxhAndXhdj .sjxh .sjxh_list > li > ul {
          overflow: hidden;
          height: 216px;
          box-sizing: border-box;
          background: #fff; }
          .main .sjxhAndXhdj .sjxh .sjxh_list > li > ul li {
            position: relative;
            float: left;
            width: 211px;
            height: 36px;
            line-height: 36px;
            padding-left: 28px;
            box-sizing: border-box;
            color: #000; }
            .main .sjxhAndXhdj .sjxh .sjxh_list > li > ul li:before {
              position: absolute;
              top: 14px;
              left: 14px;
              content: "";
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background: #3380de; }
            .main .sjxhAndXhdj .sjxh .sjxh_list > li > ul li:hover {
              color: #3782f2; }
              .main .sjxhAndXhdj .sjxh .sjxh_list > li > ul li:hover:before {
                background: #3782f2; }
            .main .sjxhAndXhdj .sjxh .sjxh_list > li > ul li a {
              display: block;
              width: 100%;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
        .main .sjxhAndXhdj .sjxh .sjxh_list > li .iconfont {
          display: none;
          position: absolute;
          left: 50%;
          bottom: 3px;
          margin-left: -8px;
          color: #0557bc;
          cursor: pointer; }
          .main .sjxhAndXhdj .sjxh .sjxh_list > li .iconfont:hover {
            color: #f3822d; }
      .main .sjxhAndXhdj .sjxh .sjxh_list .sjxh_on {
        display: block; }
  .main .sjxhAndXhdj .xhdj {
    width: 320px; }
    .main .sjxhAndXhdj .xhdj .video_box {
      position: relative;
      width: 100%;
      height: 239px;
      box-sizing: border-box; }
      .main .sjxhAndXhdj .xhdj .video_box .video_pic {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        .main .sjxhAndXhdj .xhdj .video_box .video_pic p {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 36px;
          padding-left: 8px;
          padding-right: 8px;
          line-height: 36px;
          text-align: left;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.5);
          color: #fff;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

.pic_link {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px; }
  .pic_link ul {
    width: 100%;
    height: 100px;
    overflow: hidden; }
    .pic_link ul li {
      float: left; }
      .pic_link ul li img {
        width: 390px;
        height: 100px; }
    .pic_link ul li + li {
      margin-left: 15px; }

.friend_link {
  padding-top: 10px;
  margin-top: 18px;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  background: #114396;
  text-align: center; }
  .friend_link dl {
    width: 100%;
    font-size: 14px;
    color: #fff; }
    .friend_link dl dd {
      position: relative;
      display: inline-block;
      padding-left: 26px;
      overflow: hidden; }
      .friend_link dl dd:hover a {
        color: #f3822d; }
    .friend_link dl dd + dd:before {
      content: "";
      position: absolute;
      top: 26px;
      left: 14px;
      width: 1px;
      height: 10px;
      background: #9faec9; }
    .friend_link dl dd:first-child {
      padding-left: 0; }
    .friend_link dl dd:first-child + dd {
      padding-left: 8px; }
      .friend_link dl dd:first-child + dd:before {
        display: none !important; }
    .friend_link dl a {
      color: #fff;
      position: relative;
      display: block; }

.footer {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 30px;
  background: #114396;
  font-size: 14px;
  color: #eaefff;
  text-align: center;
  line-height: 24px; }
  .footer .wrapper {
    position: relative;
    text-align: center; }
    .footer .wrapper .left_part {
      display: inline-block;
      width: 688px;
      height: 96px;
      text-align: left; }
    .footer .wrapper .right_part {
      margin-left: 52px;
      display: inline-block;
      position: relative;
      width: 410px;
      height: 96px; }
      .footer .wrapper .right_part .foot_nav {
        position: absolute;
        top: 2px;
        right: 8px; }
        .footer .wrapper .right_part .foot_nav li {
          float: left;
          position: relative; }
          .footer .wrapper .right_part .foot_nav li a {
            font-size: 14px; }
            .footer .wrapper .right_part .foot_nav li a:hover {
              color: #f3822d; }
        .footer .wrapper .right_part .foot_nav li + li {
          margin-left: 22px; }
          .footer .wrapper .right_part .foot_nav li + li:before {
            position: absolute;
            left: -10px;
            top: 8px;
            content: "";
            width: 1px;
            height: 10px;
            background: #9faec9; }
      .footer .wrapper .right_part .code_pic {
        position: absolute;
        left: 138px;
        top: 6px;
        width: 80px;
        height: 80px;
        margin-bottom: 6px; }
      .footer .wrapper .right_part .sydw_icon {
        position: absolute;
        left: 0;
        top: 6px; }
      .footer .wrapper .right_part .net_icon {
        position: absolute;
        right: 0;
        top: 32px; }
  .footer span + span {
    margin-left: 24px; }
  .footer a:hover {
    color: #f3822d; }

/*# sourceMappingURL=index.css.map */
