@charset "UTF-8";
/* animation */
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
.f20 {
  font-size: 20px; }

.f12 {
  font-size: 12px; }

.f24 {
  font-size: 24px; }

.f16 {
  font-size: 16px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.bg-gray {
  background-color: #f8f7f8 !important; }

.bg-white, .col-o .link-nav-list .link-h-item .son-nav-wrap .son-nav {
  background-color: white !important; }

.bg-lightblue {
  background-color: #33A5FF !important; }

.bg-blackBlue {
  /*  background-color: #2f3b51 !important;*/
  background-color: #3e6897 !important; }

.f-white, .col-o .link-nav-list .link-h-item .son-nav-wrap .son-nav .nav-link {
  color: #ffffff !important; }

.f-main {
  color: #008fff !important; }

.pd-tb-35 {
  padding: 35px 0px !important; }

.btn-primary {
  border-radius: 25px;
  background-color: #008fff;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 30px; }
  .btn-primary:hover {
    color: #ffffff; }

/*第一栏*/
.col-o {
  background: url("/dist/template-06/images/global/body-bg-blue.jpg") no-repeat top left;
  background-size: cover;
  /*左侧竖直导航*/ }
  .col-o .fast-link-h {
    padding: 6px 0px;
    width: 275px;
    height: 262px;
    position: relative;
    background-color: #008fff; }
    .col-o .fast-link-h .link-h-list {
      height: 100%;
      overflow: hidden; }
    .col-o .fast-link-h .link-h-item {
      padding: 0px 15px;
      color: #ffffff;
      cursor: pointer; }
      .col-o .fast-link-h .link-h-item:hover {
        color: #333;
        background-color: #ffffff; }
        .col-o .fast-link-h .link-h-item:hover .nav-link {
          color: #333333; }
      .col-o .fast-link-h .link-h-item .nav-link {
        color: #ffffff; }
      .col-o .fast-link-h .link-h-item .son-list {
        display: none;
        opacity: 0; }
  .col-o .link-nav-h {
    padding: 8px 0px; }
  .col-o .link-nav-list {
    padding: 6px 0px;
    width: 275px;
    height: 262px;
    position: relative; }
    .col-o .link-nav-list .link-h-list {
      height: 100%;
      overflow: hidden; }
    .col-o .link-nav-list .link-h-item {
      padding: 0px 15px;
      color: #ffffff;
      cursor: pointer;
      height: 30px;
      line-height: 30px; }
      .col-o .link-nav-list .link-h-item:hover {
        color: #333;
        background-color: #f2f2f2; }
        .col-o .link-nav-list .link-h-item:hover .son-nav-wrap {
          z-index: 99999;
          display: block;
          opacity: 1; }
      .col-o .link-nav-list .link-h-item .son-nav-wrap {
        position: absolute;
        left: 275px;
        top: -8px;
        width: 920px;
        z-index: -1;
        opacity: 0;
        height: 100%;
        padding: 15px;
        transition: opacity .3s linear, z-index .3s linear;
        background-color: #f2f2f2; }
        .col-o .link-nav-list .link-h-item .son-nav-wrap .son-nav {
          float: left;
          width: 21%;
          margin: 0px 2%; }
          .col-o .link-nav-list .link-h-item .son-nav-wrap .son-nav .nav-link {
            background: #008fff;
            text-align: center;
            display: block;
            width: 100%;
            text-align: center; }
          .col-o .link-nav-list .link-h-item .son-nav-wrap .son-nav .son-list {
            display: block;
            opacity: 1;
            overflow: hidden;
            height: 200px;
            padding: 0px 15px; }
  .col-o .search-block {
    height: 262px;
    position: relative; }
    .col-o .search-block .input-wrap {
      width: 630px;
      height: 140px;
      background: rgba(255, 255, 255, 0.6);
      padding: 30px 40px;
      position: absolute;
      top: 50%;
      margin-top: -70px; }
    .col-o .search-block .search-bar-wrap {
      width: 620px;
      text-align: left;
      padding: 30px;
      background-color: #fff;
      margin: 60px 25px; }
    .col-o .search-block .search-bar {
      width: 450px;
      height: 40px;
      border: 2px solid #008fff;
      padding: 0px 10px; }
    .col-o .search-block .search-btn {
      background-color: #008fff;
      color: #ffffff;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0px 35px;
      left: -4px;
      position: relative;
      vertical-align: bottom; }
    .col-o .search-block .search-targ-wrap {
      margin: 10px 0px;
      font-size: 14px; }
      .col-o .search-block .search-targ-wrap .search-targ {
        color: #008fff;
        margin: 0px 5px;
        cursor: pointer; }
  .col-o .btn-block {
    height: 262px;
    position: relative;
    width: 245px; }
    .col-o .btn-block .btn-wrap {
      height: 140px;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -70px;
      background-color: rgba(255, 255, 255, 0.6);
      font-size: 0px;
      -webkit-text-size-adjust: none; }
      .col-o .btn-block .btn-wrap .block-h-i {
        display: inline-block;
        width: 50%;
        text-align: center;
        color: #333;
        font-size: 16px;
        line-height: 42px;
        height: 42px;
        border-bottom: 1px solid #dddddd;
        cursor: pointer; }
        .col-o .btn-block .btn-wrap .block-h-i.curr {
          color: #008fff;
          border-bottom: 2px solid #008fff; }
      .col-o .btn-block .btn-wrap .block-c-i {
        width: 100%;
        height: 98px;
        line-height: 94px;
        position: absolute;
        z-index: -1;
        opacity: 0;
        transition: opacity .6s linear;
        text-align: center; }
        .col-o .btn-block .btn-wrap .block-c-i.curr {
          z-index: 2;
          opacity: 1; }
  .col-o .news-wrap {
    width: 910px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-top: 10px; }
    .col-o .news-wrap .news-img-list {
      width: 612px;
      height: 242px;
      overflow: hidden;
      position: relative; }
      .col-o .news-wrap .news-img-list .hide {
        display: none; }
      .col-o .news-wrap .news-img-list .news-img-item {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 5; }
        .col-o .news-wrap .news-img-list .news-img-item .img-link {
          display: block;
          height: 100%; }
          .col-o .news-wrap .news-img-list .news-img-item .img-link img {
            height: 100%;
            min-width: 100%; }
    .col-o .news-wrap .news-txt-list {
      width: 286px;
      margin-left: 10px;
      height: 242px;
      background-color: #ffffff; }
      .col-o .news-wrap .news-txt-list .news-txt-item {
        padding: 4px 8px;
        height: 49px;
        margin-left: 0px;
        border-bottom: 1px solid #ddd;
        font-size: 13px; }
        .col-o .news-wrap .news-txt-list .news-txt-item .news-link {
          display: block;
          height: 100%;
          overflow: hidden; }
        .col-o .news-wrap .news-txt-list .news-txt-item .news-title {
          display: table-cell;
          height: 41px;
          vertical-align: middle;
          overflow: hidden;
          max-height: 40px;
          padding-left: 8px; }
        .col-o .news-wrap .news-txt-list .news-txt-item .date-wrap {
          display: table-cell;
          width: 40px;
          text-align: center;
          vertical-align: middle; }
          .col-o .news-wrap .news-txt-list .news-txt-item .date-wrap .date-day {
            background-color: #fdfdfd;
            color: #333; }
          .col-o .news-wrap .news-txt-list .news-txt-item .date-wrap .date-month {
            background: #ececec;
            color: #333; }
      .col-o .news-wrap .news-txt-list .curr {
        background-color: #008fff;
        border-bottom: 1px solid #008fff;
        position: relative; }
        .col-o .news-wrap .news-txt-list .curr .news-link {
          color: #fff; }
      .col-o .news-wrap .news-txt-list .curr:before {
        content: '';
        width: 0px;
        height: 0px;
        border: 8px solid transparent;
        border-color: transparent #008fff transparent transparent;
        border-left-width: 0;
        right: 100%;
        top: 50%;
        margin-top: -8px;
        position: absolute;
        z-index: 9; }
    .col-o .news-wrap .news-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      top: 0;
      left: 0; }

.zpxx .col-o .fast-link-h .link-h-item:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  background: #fff;
  margin-right: 12px; }
.zpxx .col-o .fast-link-h .link-h-item:hover:before {
  background-color: #333333; }

.fast-cell-link-h {
  padding: 10px 0px !important; }
  .fast-cell-link-h .col-cell-list .link-h-item {
    float: left;
    width: 33.3%;
    height: 60px;
    font-size: 12px;
    text-align: center; }
    .fast-cell-link-h .col-cell-list .link-h-item .iconfont {
      font-size: 24px;
      display: block; }

.inner-container .block {
  width: 393.3px;
  margin-right: 10px;
  height: 380px; }
  .inner-container .block .block-tit {
    padding: 10px;
    background-color: #fff; }
  .inner-container .block .block-txt-content {
    padding: 0px 10px;
    background-color: #fff;
    min-height: 335px; }

.inner-container .block-last-child {
  margin-right: 0; }

.block-tit {
  padding: 0 0 10px; }
  .block-tit .tit-txt {
    font-size: 16px;
    color: #008fff;
    /*    &:before {
          display: inline-block;
          content: '';
          height: 20px;
          width: 10px;
          background-color: $main_green;
          position: relative;
          top: 5px;
        }*/ }
  .block-tit .tit-tip {
    margin-left: 10px;
    font-size: 14px;
    color: #666666; }
  .block-tit .mor-link {
    position: relative;
    top: 0px;
    cursor: pointer;
    padding-right: 30px;
    color: #cbcbcb; }

/*四分和二分*/
.block-img-content {
  width: 100%;
  /*创业团队风采*/ }
  .block-img-content .img-list .img-list-item {
    float: left;
    width: 25%;
    height: 80px;
    overflow: hidden; }
    .block-img-content .img-list .img-list-item img {
      width: 100%;
      height: 100%; }
  .block-img-content .half-list .img-list-item {
    width: 50%; }
  .block-img-content .company-list .img-list-item {
    background-color: transparent;
    padding: 3px;
    height: auto; }
    .block-img-content .company-list .img-list-item .img-link {
      border: 1px solid #ddd;
      display: block;
      background-color: #fff; }
      .block-img-content .company-list .img-list-item .img-link:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
        border-bottom-color: #eaebef;
        border-left-color: #edeef2;
        position: relative;
        z-index: 10; }
      .block-img-content .company-list .img-list-item .img-link .company-info {
        border-bottom: dashed 1px #ededed;
        padding-top: 20px;
        margin: 0px 10px;
        height: 75px;
        box-sizing: content-box; }
      .block-img-content .company-list .img-list-item .img-link .about-info {
        color: #8d92a1;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 12px; }
      .block-img-content .company-list .img-list-item .img-link .company-logo {
        height: 55px;
        width: 55px;
        display: inline-block;
        border: 1px solid #ededed;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        vertical-align: top; }
      .block-img-content .company-list .img-list-item .img-link .company-txt-wrap {
        width: calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        display: inline-block;
        font-size: 0px;
        text-align: right;
        margin-left: 10px; }
        .block-img-content .company-list .img-list-item .img-link .company-txt-wrap .company-targ {
          display: inline-block;
          margin: 5px 0px;
          padding: 0px 10px;
          background-color: #008fff;
          color: #ffffff;
          font-size: 12px;
          transform: skew(-20deg);
          max-width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .block-img-content .company-list .img-list-item .img-link .company-txt-wrap .company-txt {
          height: 25px;
          line-height: 25px;
          font-size: 16px;
          font-weight: 400;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .block-img-content .company-list .img-list-item .img-link .company-txt-wrap .company-sch {
          color: #858585;
          height: 40px;
          line-height: 41px;
          font-size: 12px;
          display: inline-block;
          white-space: nowrap;
          position: relative;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%; }
  .block-img-content .company-list .company-tip-wrap {
    font-size: 12px;
    color: #858585;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .block-img-content .company-list .company-tip-wrap .company-tip {
      color: #898e9d;
      font-size: 12px;
      display: inline-block;
      white-space: nowrap;
      position: relative; }
      .block-img-content .company-list .company-tip-wrap .company-tip:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        vertical-align: middle;
        background: #e0e0e0;
        margin: 0 10px; }
      .block-img-content .company-list .company-tip-wrap .company-tip:first-of-type::before {
        content: none; }
  .block-img-content .dynamic-list-wrap .block1 {
    padding: 10px 5px; }
  .block-img-content .dynamic-list-wrap .dynamic-logo {
    width: 180px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ececec; }
    .block-img-content .dynamic-list-wrap .dynamic-logo img {
      width: 100%;
      height: 100%; }
  .block-img-content .dynamic-list-wrap .company-txt-wrap {
    width: 200px;
    display: inline-block;
    position: relative;
    height: 120px;
    margin-left: 5px; }
    .block-img-content .dynamic-list-wrap .company-txt-wrap .comapnay-tit {
      max-height: 55px;
      line-height: 18px;
      margin-bottom: 3px;
      color: #333; }
    .block-img-content .dynamic-list-wrap .company-txt-wrap .company-targ {
      font-size: 12px;
      line-height: 14px;
      display: block;
      color: #999; }
    .block-img-content .dynamic-list-wrap .company-txt-wrap .company-time {
      position: absolute;
      bottom: 0px;
      left: 0px;
      font-size: 12px;
      color: #999; }

/*三分栏目*/
.col-d .block-img-content .img-list .img-list-item {
  width: 33.33%; }

/*十分栏目*/
.img-list-10 .img-list-item {
  width: 130px !important;
  margin-left: 3px; }

.col-e .type-img {
  width: 150px;
  /*width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;*/
  height: 490px;
}
  .col-e .type-img img {
    height: 100%;
    /*height: auto;
    position: absolute;
    width: 100%;
    max-height: none;*/
  }
.col-e .type-list-wrap {
  width: 1048px;
  /*width: 1050px;
  height: 153px;*/
  height: 490px;
  padding: 10px;
  overflow: hidden;
  font-size: 0;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  background-color: #fff; }
  .col-e .type-list-wrap .type-txt-list {
    height: 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 7px; }
    .col-e .type-list-wrap .type-txt-list .type-txt-item {
      width: 33.33%;
      float: left;
      height: 28px;
      font-size: 14px;
      line-height: 24px;
      padding: 0px 10px 0px 20px; }
    .col-e .type-list-wrap .type-txt-list .txt-item {
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }
      .col-e .type-list-wrap .type-txt-list .txt-item .item-addre {
        color: #008fff; }
        .col-e .type-list-wrap .type-txt-list .txt-item .item-addre:after {
          content: '';
          display: inline-block;
          height: 15px;
          width: 2px;
          background-color: #ccc;
          margin: 0px 8px;
          position: relative;
          top: 3px; }
.col-e .hall-wrap {
  width: 897px;
  padding: 0px;
  overflow: hidden; }
  .col-e .hall-wrap .hall-txt-item {
    width: 160px;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px; }
  .col-e .hall-wrap .item-tit {
    line-height: 35px;
    height: 35px;
    margin: 0px 5px;
    border-bottom: 1px solid #ddd;
    color: #008fff; }
  .col-e .hall-wrap .item-content {
    height: 100px;
    width: 100%;
    padding: 10px 5px; }
  .col-e .hall-wrap .item-bottom {
    height: 40px;
    padding: 10px 0px; }
    .col-e .hall-wrap .item-bottom .btn-primary {
      padding: 5px 10px;
      border-radius: 0; }
.col-e .consultation {
  width: 293px;
  padding: 0px 5px;
  margin-bottom: 0px;
  background-color: #fff; }
  .col-e .consultation .btn-wrap {
    margin: 15px; }
  .col-e .consultation .btn-primary {
    border-radius: 0px;
    text-align: center; }
  .col-e .consultation .consultation-wrap {
    overflow: hidden;
    position: relative; }
.col-e .consultation-list {
  height: 100%;
  width: 100%;
  padding: 0px 15px;
  background-color: #fff; }
  .col-e .consultation-list .consultation-item .consulation-txt {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 31px;
    line-height: 31px; }
  .col-e .consultation-list .consultation-item.text-item {
    padding-left: 25px;
    border-left: 1px solid #bbb;
    position: relative;
    margin: 0px 20px 0px 35px; }
    .col-e .consultation-list .consultation-item.text-item:before {
      content: '';
      width: 9px;
      height: 9px;
      display: block;
      position: absolute;
      background: #008fff;
      border-radius: 50%;
      left: -5px;
      top: 12px;
      transition: left .25s ease-in; }
    .col-e .consultation-list .consultation-item.text-item:hover:before {
      left: 10px; }

.col-list .col-item {
  float: left;
  margin-right: 8px; }

/*文章栏目*/
.content-t {
  background-color: #ffffff;
  position: absolute;
  height: 70px;
  overflow: hidden;
  bottom: 0px;
  opacity: 0.7;
  transition: opacity .6s .2s linear, height .8s ease-in-out;
  -webkit-transition: opacity .6s .2s linear, height .8s ease-in-out; }
  .content-t .article-wrap {
    position: relative; }
    .content-t .article-wrap .article-tit {
      padding: 20px 0px 20px 55px; }
      .content-t .article-wrap .article-tit .tit-tig {
        background-color: #008fff;
        color: white;
        font-size: 30px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0px 5px; }
      .content-t .article-wrap .article-tit .more-link {
        display: inline-block;
        font-size: 12px; }
        .content-t .article-wrap .article-tit .more-link .icon-bi1-copy {
          color: #008fff; }
        .content-t .article-wrap .article-tit .more-link .more-txt {
          margin-left: 5px; }
      .content-t .article-wrap .article-tit .more-tit {
        color: #008fff;
        height: 23px;
        font-size: 16px;
        font-weight: bold;
        vertical-align: bottom; }
      .content-t .article-wrap .article-tit .tags-list .tag-item {
        text-decoration: none;
        color: #333;
        padding: 0 8px;
        position: relative; }
        .content-t .article-wrap .article-tit .tags-list .tag-item.curr {
          color: #008fff; }
        .content-t .article-wrap .article-tit .tags-list .tag-item:not(:last-of-type):after {
          content: '';
          height: 13px;
          width: 1px;
          background-color: #333;
          display: block;
          position: absolute;
          right: -3px;
          top: 4px; }
    .content-t .article-wrap .txt-list {
      color: #8f8f8f;
      padding-left: 5px; }
      .content-t .article-wrap .txt-list .txt-list-item {
        border-bottom: 1px dotted #ddd;
        padding: 8px 0px;
        margin: 5px; }
        .content-t .article-wrap .txt-list .txt-list-item:before {
          content: '';
          background-color: #008fff;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          display: inline-block;
          position: relative;
          top: -2px; }
        .content-t .article-wrap .txt-list .txt-list-item .title {
          display: inline-block;
          max-width: 270px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          vertical-align: text-bottom;
          padding-left: 3px; }
        .content-t .article-wrap .txt-list .txt-list-item .time {
          float: right;
          margin-right: 5px; }
    .content-t .article-wrap.article-left {
      width: 380px;
      padding-right: 10px;
      box-sizing: border-box; }
    .content-t .article-wrap.article-center {
      width: 580px;
      padding-right: 10px;
      box-sizing: border-box; }
      .content-t .article-wrap.article-center .txt-list .txt-list-item .title {
        max-width: 400px; }
    .content-t .article-wrap .article-content {
      position: relative; }
      .content-t .article-wrap .article-content .list-wrap {
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: 100%;
        transition: opacity .6s .2s linear; }
        .content-t .article-wrap .article-content .list-wrap.curr {
          opacity: 1;
          z-index: 1; }
  .content-t:hover {
    height: 371px;
    opacity: 1; }

/*宣讲会列表*/
.carr-list .carr-item {
  font-size: 0px;
  -webkit-text-size-adjust: none;
  padding: 6px 0;
  position: relative; }
  .carr-list .carr-item .date-wrap {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #008fff;
    border: 1px solid #008fff;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 14px;
    text-align: center; }
  .carr-list .carr-item .logo-wrap {
    display: inline-block;
    width: 60px;
    height: 60px; }
  .carr-list .carr-item .carr-content, .carr-list .carr-item .time-wrap {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    margin-left: 10px;
    width: 248px;
    white-space: nowrap;
    color: #858585; }
    .carr-list .carr-item .carr-content .carr-content-tit .company-address, .carr-list .carr-item .carr-content .carr-content-tit .company-tit, .carr-list .carr-item .time-wrap .carr-content-tit .company-address, .carr-list .carr-item .time-wrap .carr-content-tit .company-tit {
      width: 35%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: right;
      display: inline-block;
      vertical-align: bottom;
      color: #008fff; }
    .carr-list .carr-item .carr-content .carr-content-tit .company-tit, .carr-list .carr-item .time-wrap .carr-content-tit .company-tit {
      width: 100%;
      text-align: left; }
    .carr-list .carr-item .carr-content .carr-content-txt, .carr-list .carr-item .time-wrap .carr-content-txt {
      margin: 0px 0px 2px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .carr-list .carr-item .carr-content .carr-lit-txt, .carr-list .carr-item .time-wrap .carr-lit-txt {
      min-height: 21px; }
  .carr-list .carr-item .label-wrap {
    display: inline-block;
    height: 57px;
    vertical-align: bottom;
    width: 63px; }
    .carr-list .carr-item .label-wrap .label {
      background-color: #c30d23;
      color: #ffffff;
      padding: 1px 5px;
      margin-bottom: 10px;
      margin-left: 5px;
      font-size: 12px; }
  .carr-list .carr-item .time-wrap {
    width: 62px;
    margin: 0px;
    height: 46px;
    font-size: 12px;
    text-align: right; }
    .carr-list .carr-item .time-wrap .iconfont {
      font-size: 16px;
      margin-right: 3px; }
  .carr-list .carr-item .pub-gray-bg {
    background-color: #666 !important; }
  .carr-list .carr-item:hover p, .carr-list .carr-item:hover a {
    color: #008fff; }
.carr-list.post-list .carr-item .carr-content .company-tit {
  width: 100%; }
.carr-list.exam-list .carr-item {
  padding: 9px 0px; }
  .carr-list.exam-list .carr-item .carr-content {
    width: 350px; }
.carr-list .img-wrap {
  width: 45%;
  display: inline-block;
  height: 90px; }
.carr-list .img-txt {
  font-size: 14px;
  width: 55%;
  height: 100%;
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  height: 90px;
  overflow: hidden; }
.carr-list .txt-item {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-border-bt li.carr-item {
  border-bottom: 1px dashed #ddd;
  margin: 0;
  padding: 10px 12px; }
  .list-border-bt li.carr-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #008fff; }
  .list-border-bt li.carr-item:last-of-type {
    border: none; }

.list-wrap .item-mark {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  margin-right: 5px; }

/*底部*/
.footer-bar {
  color: #bbb;
  background-color: #333333;
  padding: 20px 0px;
  font-size: 12px;
  box-sizing: border-box; }
  .footer-bar .footer-o {
    padding: 10px 0px 20px;
    border-bottom: 1px solid #666; }
    .footer-bar .footer-o .tel-tit {
      font-size: 25px; }
    .footer-bar .footer-o .time-tit {
      font-size: 16px;
      margin: 6px 0px 15px; }
    .footer-bar .footer-o .link-list-item {
      width: 33.33%;
      text-align: center;
      float: left;
      margin: 5px 0px; }
    .footer-bar .footer-o .img-list {
      width: 85%;
      float: right; }
      .footer-bar .footer-o .img-list .link-list-item {
        float: right; }
      .footer-bar .footer-o .img-list .img-i {
        width: 100px;
        float: right; }
      .footer-bar .footer-o .img-list .img-t {
        margin-top: 10px; }
  .footer-bar .bshare-custom a {
    margin-right: 10px; }
  .footer-bar .link-wrap {
    width: 1120px; }
    .footer-bar .link-wrap .f-link {
      text-decoration: none;
      margin: 2px 5px;
      color: #bbb; }
  .footer-bar .footer-link {
    padding: 20px 0px; }
    .footer-bar .footer-link .f-tit {
      font-size: 16px;
      margin: 2px 0px; }
  .footer-bar .footer-img {
    width: 600px;
    margin: 40px auto 20px; }
    .footer-bar .footer-img .block-img-content .img-list .img-list-item {
      height: 100px;
      padding: 0px 3px; }
  .footer-bar .footer-tip {
    text-align: center;
    margin-top: 10px; }

/*大厅*/
.hall-circle-item {
  width: 16.66%;
  float: left;
  text-align: center; }
  .hall-circle-item .circle-tit {
    height: 60px;
    border-radius: 8px;
    width: 60px;
    margin: 8px auto;
    position: relative;
    border: 2px solid rgba(230, 230, 230, 0.5);
    border-style: outset;
    box-shadow: 2px 2px 4px #c9c9c9; }
    .hall-circle-item .circle-tit .iconfont {
      font-size: 24px;
      color: #fff;
      display: block;
      height: 60px;
      line-height: 60px; }
  .hall-circle-item .circle-item:hover .iconfont {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate; }

/*高校创业动态*/
.dynamic-wrap {
  background-color: #3e6897;
  padding: 25px 0px 60px; }
  .dynamic-wrap .tit-txt {
    color: #ffffff; }
  .dynamic-wrap .dynamic-list {
    margin-top: 15px; }
    .dynamic-wrap .dynamic-list .col-item {
      width: 16.66%;
      background: transparent;
      margin: 0px; }
      .dynamic-wrap .dynamic-list .col-item .dynamic-item {
        background-color: #f1f1f1;
        width: 170px;
        margin: 0 auto;
        height: 252px;
        display: block;
        border: 1px solid #ccc; }
        .dynamic-wrap .dynamic-list .col-item .dynamic-item .dynamic-img {
          height: 125px;
          border-bottom: 1px solid #ececec; }
          .dynamic-wrap .dynamic-list .col-item .dynamic-item .dynamic-img img {
            height: 100%;
            width: 100%; }
        .dynamic-wrap .dynamic-list .col-item .dynamic-item .dynamic-time {
          text-align: center;
          margin: 0px 15px;
          padding: 7px 0px;
          border-top: 1px solid #ddd;
          box-sizing: content-box;
          /*      overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;*/
          color: #858585;
          font-size: 12px;
          line-height: 1.2; }
        .dynamic-wrap .dynamic-list .col-item .dynamic-item .dynamic-txt {
          padding: 5px 15px;
          height: 60px;
          overflow: hidden;
          text-align: center; }
        .dynamic-wrap .dynamic-list .col-item .dynamic-item:hover {
          box-shadow: 2px 4px 5px rgba(255, 255, 255, 0.7), 0px 0px 3px rgba(255, 255, 255, 0.9);
          border-bottom-color: #ccc;
          border-left-color: #ddd;
          position: relative;
          z-index: 10; }

.dsj-graphics-wrap {
  height: auto;
  min-height: 500px;
  /*宏观数据-数字统计*/
  /*宏观数据-图形列表*/ }
  .dsj-graphics-wrap .img-list .img-list-item {
    text-align: center;
    padding: 50px 0px;
    height: 150px; }
  .dsj-graphics-wrap .graphics-list-wrap .img-list-item .char-wrap {
    width: 520px;
    height: 420px;
    margin: 30px auto; }
  .dsj-graphics-wrap .tab-wrap .tab-tit-wrap {
    border-bottom: 1px solid #ddd; }
    .dsj-graphics-wrap .tab-wrap .tab-tit-wrap .tab-tit {
      display: inline-block;
      padding: 20px 45px;
      cursor: pointer;
      font-size: 16px; }
      .dsj-graphics-wrap .tab-wrap .tab-tit-wrap .tab-tit.curr {
        border-bottom: 2px solid #008fff; }
  .dsj-graphics-wrap .tab-wrap .table-tit {
    width: 135px;
    color: #008fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0px; }
  .dsj-graphics-wrap .tab-wrap .tab-content-wrap {
    position: relative; }
    .dsj-graphics-wrap .tab-wrap .tab-content-wrap .table-content {
      font-size: 0px;
      -webkit-text-size-adjust: none;
      width: 1000px;
      padding: 20px 0; }
      .dsj-graphics-wrap .tab-wrap .tab-content-wrap .table-content .tab-table-txt {
        display: inline-block;
        width: 33.33%;
        text-align: center;
        padding: 5px 0px;
        font-size: 14px; }
    .dsj-graphics-wrap .tab-wrap .tab-content-wrap .tab-content {
      opacity: 0;
      display: none;
      -webkit-transition: opacity .6s linear;
      -moz-transition: opacity .6s linear;
      -ms-transition: opacity .6s linear;
      -o-transition: opacity .6s linear;
      transition: opacity .6s linear; }
      .dsj-graphics-wrap .tab-wrap .tab-content-wrap .tab-content.curr {
        opacity: 1;
        display: block; }

.table.table-border {
  border: 1px solid #e7e6eb;
  table-layout: fixed;
  width: 100%; }

.table.table-border td {
  border-color: #e7e6eb;
  border-style: solid;
  border-width: 1px 1px 0 0; }

.tag-txt i, .tag-txt {
  border: 1px solid #008fff; }

/*# sourceMappingURL=main.css.map */
