@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*陈云色#20C8D3*/
/************做rem************/
html {
  font-size: 10px; }

@media screen and (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 415px) and (max-width: 639px) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 640px) and (max-width: 719px) {
  html {
    font-size: 20px; } }
@media screen and (min-width: 720px) and (max-width: 749px) {
  html {
    font-size: 22px; } }
@media screen and (min-width: 750px) and (max-width: 799px) {
  html {
    font-size: 25px; } }
@media screen and (min-width: 800px) {
  html {
    font-size: 25px; } }
/*!************************mixin模块区域*************************************/
/***********省略块*********/
/*****垂直水平居中块*******/
/*******before********/
/********改变盒子模型块**********/
/**********公共的颜色********/
.m-color {
  color: #6eb5d4; }

.m-bg {
  background: #6eb5d4; }

/******icon********/
@font-face {
  font-family: 'icon';
  /* project id 388299 */
  src: url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.eot");
  src: url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.woff") format("woff"), url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.ttf") format("truetype"), url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.svg#iconfont") format("svg"); }
.icon {
  font-family: "icon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*******************************************************首页开始**************************************************************/
/*************************************新闻****************************************/
.index-news {
  width: 100%;
  padding: 50px 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .index-news .news_box {
    width: 46%;
    background: linear-gradient(#d4f1fd, #fff, #f4feff);
    padding: 15px;
    border-radius: 15px; }
    .index-news .news_box .news_list {
      width: 100%;
      margin-top: 22px; }
      .index-news .news_box .news_list ul {
        width: 100%; }
        .index-news .news_box .news_list ul li {
          width: 100%;
          height: 40px;
          margin-bottom: 7px; }
          .index-news .news_box .news_list ul li:last-child {
            margin-bottom: 0; }
          .index-news .news_box .news_list ul li a {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
            transition: .3s; }
            .index-news .news_box .news_list ul li a .tit {
              display: block;
              width: 70%;
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              transition: 1s ease-out;
              color: #787878; }
            .index-news .news_box .news_list ul li a .time {
              transition: 1s ease-out;
              color: #999; }
            .index-news .news_box .news_list ul li a:hover {
              box-shadow: 0 0 12px #ccc; }
            .index-news .news_box .news_list ul li a:hover .tit {
              transform: translateX(20px);
              color: #6eb5d4; }
            .index-news .news_box .news_list ul li a:hover .time {
              transform: translateX(-20px);
              color: #6eb5d4; }

/**********************************首页公用title**********************************/
.com-index_title {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #DEDFE2;
  display: block;
  overflow: hidden;
  line-height: 48px; }
  .com-index_title::before {
    content: "";
    width: 138px;
    height: 2px;
    display: block;
    background: #6eb5d4;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 2s; }
  .com-index_title:hover::before {
    width: 100%; }
  .com-index_title .title_describe {
    position: relative; }
    .com-index_title .title_describe .fa {
      font-size: 20px;
      color: #666; }
    .com-index_title .title_describe .tit {
      font-size: 20px;
      color: #2D2D2D;
      margin-left: 16px; }
  .com-index_title .look_more {
    color: #6eb5d4; }

.index-base-card {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7%;
  overflow: hidden;
  background: url("../images/namebg.png") no-repeat 100%; }
  .index-base-card .only_title {
    margin-top: 30px; }
  .index-base-card .base-link {
    width: 100%;
    margin: 45px 0;
    text-align: center; }
    .index-base-card .base-link ul {
      width: 100%; }
      .index-base-card .base-link ul li {
        width: 230px;
        height: 230px;
        margin: 0 2.66% 60px 0;
        display: inline-block;
        transition: .4s;
        position: relative; }
        .index-base-card .base-link ul li:nth-child(4n) {
          margin-right: 0; }
        .index-base-card .base-link ul li .link_base {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          position: relative;
          overflow: hidden;
          text-align: center;
          vertical-align: middle;
          border: 1px solid #dedfe2;
          box-shadow: 0 5px 15px #dedfe2;
          z-index: 50; }
          .index-base-card .base-link ul li .link_base .link_img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            transition: all ease-out .3s; }
          .index-base-card .base-link ul li .link_base .center_char {
            font-size: 18px;
            color: white;
            z-index: 2;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 20px; }
          .index-base-card .base-link ul li .link_base .add_img {
            position: absolute;
            display: block;
            width: 48px;
            height: 48px;
            top: -48px;
            right: 40px;
            transition: all ease-out .3s;
            z-index: 3;
            border-radius: 6px; }
          .index-base-card .base-link ul li .link_base:hover {
            box-shadow: 0 5px 15px rgba(8, 8, 8, 0.2);
            -webkit-box-shadow: 0 5px 15px rgba(8, 8, 8, 0.2); }
          .index-base-card .base-link ul li .link_base:hover .add_img {
            top: 0; }
          .index-base-card .base-link ul li .link_base:hover .link_img {
            transform: scale(1.1, 1.1); }
        .index-base-card .base-link ul li:hover .base-name {
          display: block;
          transition: .4s; }
        .index-base-card .base-link ul li .base-name {
          display: none;
          width: 100%;
          position: absolute;
          z-index: 51;
          text-align: center;
          vertical-align: middle;
          color: #000;
          margin-top: 5px;
          padding: 3px; }
        .index-base-card .base-link ul li .phone_base_show {
          display: none; }

@media screen and (min-width: 769px) {
  /**********公告************/
  .top-notice {
    width: 86%;
    height: 40px;
    border-radius: 6px;
    margin: 15px auto 0;
    background: #F7F7F7; }
    .top-notice .sin-notice1, .top-notice .sin-notice2 {
      width: 46%;
      height: 100%;
      overflow: hidden; }
    .top-notice .sin-notice2 {
      margin-left: 6%; }
    .top-notice li {
      height: 100%;
      width: 100%;
      line-height: 40px;
      position: relative; }
      .top-notice li a {
        display: block;
        width: 100%;
        height: 100%;
        color: red;
        padding-left: 30px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .top-notice li a .icon {
          margin-right: 6px; }

  /**********************************************学生风采*************************************************/
  .index-practice {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 7%; }
    .index-practice .practice_list {
      width: 100%;
      margin-top: 30px; }
      .index-practice .practice_list .swiper-container1 .practice-pool {
        float: left;
        margin-right: 2.5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 23% !important;
        /* &:nth-child(5n) {
           margin-right: 0;
         }*/ }
        .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2 {
          width: 100%;
          overflow: hidden;
          position: relative; }
          .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2::after {
            content: "";
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 82%; }
          .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2 img {
            display: block;
            width: 100%;
            height: 86%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            transition: all ease-out .3s;
            object-fit: cover; }
          .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2 .rect_border {
            display: none; }
          .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2:hover .rect_border {
            display: block;
            width: 100%;
            height: 47px;
            position: absolute;
            left: 0;
            bottom: 7%;
            padding: 1px 10px;
            background: #000;
            opacity: 0.8;
            color: #fff;
            transition: all ease-out .3s;
            z-index: 2;
            border-radius: 0 0 6px 6px; }
            .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2:hover .rect_border h5, .index-practice .practice_list .swiper-container1 .practice-pool .imgWrap2:hover .rect_border h6 {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }

  /*********************************首页网络课程************************************/
  .index-course {
    background: url("../images/test6.png") rgba(203, 236, 239, 0.82);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 7%; }
    .index-course .course_list {
      width: 100%;
      margin-top: 30px; }
      .index-course .course_list ul {
        width: 100%; }
        .index-course .course_list ul li {
          float: left;
          width: 18%;
          margin-right: 2.5%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative; }
          .index-course .course_list ul li:last-child {
            margin-right: 0; }
          .index-course .course_list ul li a {
            display: block;
            width: 100%;
            position: relative;
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.6);
            -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.6);
            -o-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.6); }
            .index-course .course_list ul li a .imgWrap {
              width: 100%;
              overflow: hidden;
              position: relative; }
              .index-course .course_list ul li a .imgWrap::after {
                content: "";
                display: block;
                height: 0;
                width: 100%;
                padding-bottom: 135%; }
              .index-course .course_list ul li a .imgWrap img {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                transition: all ease-out .3s; }
              .index-course .course_list ul li a .imgWrap .rect_border {
                position: absolute;
                left: -10px;
                right: -10px;
                top: -10px;
                bottom: -10px;
                border: rgba(255, 255, 255, 0.6) 1px solid;
                transition: all ease-out .3s;
                z-index: 2; }
            .index-course .course_list ul li a:hover .imgWrap .rect_border {
              left: 10px;
              right: 10px;
              top: 15px;
              bottom: 15px; }
            .index-course .course_list ul li a:hover .imgWrap img {
              transform: scale(1.1, 1.1); }
          .index-course .course_list ul li .course_info {
            width: 100%;
            margin-top: 10px; }
            .index-course .course_list ul li .course_info .tit {
              color: #666;
              margin-left: 6px; }

  /**********************************最新活动*************************************/
  .index-activity {
    background: url("../images/test6.png") rgba(224, 206, 243, 0.5);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 7% 50px 7%; }
    .index-activity .activity_list {
      background: rgba(167, 157, 169, 0.13);
      width: 100%;
      height: 350px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 24px 24px 5px;
      margin-top: 30px;
      border-radius: 6px; }
      .index-activity .activity_list .single_activity {
        width: 100%; }
        .index-activity .activity_list .single_activity .imgWrap {
          width: 45%;
          height: 280px;
          display: block;
          overflow: hidden; }
          .index-activity .activity_list .single_activity .imgWrap:hover img {
            transform: scale(1.1, 1.1); }
          .index-activity .activity_list .single_activity .imgWrap img {
            display: block;
            width: 100%;
            height: 100%;
            transition: .4s; }
        .index-activity .activity_list .single_activity .activity_info {
          width: 55%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 20px 0 5%;
          height: 280px;
          overflow: hidden;
          position: relative;
          background: #F4F5F7 url("../images/join_img.png") no-repeat right bottom; }
          .index-activity .activity_list .single_activity .activity_info .act_title {
            margin: 20px 0 5px;
            font-size: 20px;
            color: #787878;
            font-weight: 800;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index-activity .activity_list .single_activity .activity_info .act_host {
            font-size: 12px;
            color: #999;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index-activity .activity_list .single_activity .activity_info .act_mess {
            font-size: 12px;
            color: #999;
            margin: 5px 0 20px; }
          .index-activity .activity_list .single_activity .activity_info .act_msg {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            word-break: break-all;
            font-size: 14px; }
          .index-activity .activity_list .single_activity .activity_info .join_link {
            width: 128px;
            height: 35px;
            display: block;
            text-align: center;
            line-height: 35px;
            font-size: 16px;
            color: #F2701D;
            background: #595A5A;
            position: absolute;
            bottom: 13px;
            right: 70px;
            transition: .3s;
            border-radius: 6px; }
            .index-activity .activity_list .single_activity .activity_info .join_link:hover {
              background: #2E2929; }

  /*****改变一下swiper样式*****/
  .activity_list {
    position: relative;
    height: 100%; }
    .activity_list .swiper-container {
      height: 100%; }
    .activity_list .swiper-slide {
      display: block;
      cursor: default; }
    .activity_list .banner_focus {
      text-align: center;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0px;
      margin: auto; }
      .activity_list .banner_focus .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border: 1px solid #fff;
        opacity: 1;
        margin: 0 2px;
        background: transparent;
        border-radius: 50%; }
      .activity_list .banner_focus .swiper-pagination-bullet-active {
        background-color: white; }
    .activity_list .activity_focus {
      cursor: default; }
      .activity_list .activity_focus .swiper-pagination-bullet {
        background: #21C4CE !important;
        width: 45px;
        height: 4px;
        border-radius: 0; }

  /******************首页基地空间卡片版******************/ }
/***************************************************************************************************************************
*********************************************************手机的分辨率*********************************************************
*********************************************************手机的分辨率******************************************************
*********************************************************手机的分辨率********************************************************
***************************************************************************************************************************/
@media screen and (min-width: 769px) and (max-width: 979px) {
  /*******************在线教研********************/
  .index-forum {
    width: 100%; }
    .index-forum .forum_list {
      width: 100%;
      background: #F7F7F7;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      padding: 50px 0; }
      .index-forum .forum_list .only_title {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 7%;
        margin-bottom: 30px; }
      .index-forum .forum_list .forum-row {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 7%; }
        .index-forum .forum_list .forum-row .forum-block {
          float: left;
          width: 23.5%;
          margin-right: 2%;
          background: #fff; }
          .index-forum .forum_list .forum-row .forum-block:last-child {
            margin-right: 0; }
          .index-forum .forum_list .forum-row .forum-block .forum-box {
            padding: 9% 9% 0 9%; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-title {
              font-size: 16px;
              font-weight: bold;
              color: #787878;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              cursor: pointer; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-content {
              margin: 1% 0;
              height: 15px;
              line-height: 15px;
              font-size: 12px;
              color: #b4b4b4;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1;
              overflow: hidden; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status {
              margin: 3% 0;
              padding: 0;
              position: relative; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin {
                margin: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 93%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%); }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin h5 {
                  font-size: 16px; }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin p {
                  font-size: 14px; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block {
                overflow-y: auto;
                padding: 1% 10% 1% 0;
                width: 110%; }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row {
                  width: 100%;
                  border-bottom: 1px solid #ddd;
                  padding: 4% 0; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar {
                    float: left;
                    width: 20%;
                    position: relative;
                    display: block;
                    overflow: hidden; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar img {
                      width: 100%;
                      border: 1px solid #cccccc;
                      height: 100%;
                      position: absolute;
                      top: 0;
                      bottom: 0;
                      left: 0;
                      right: 0;
                      object-fit: cover; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar::after {
                      content: "";
                      display: block;
                      padding-bottom: 100%;
                      height: 0;
                      width: 100%; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right {
                    float: right;
                    width: 80%;
                    padding: 0 5%; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right h6 {
                      font-size: 12px;
                      color: #b4b4b4; }
                      .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right h6 .user-time {
                        display: none; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right p {
                      font-size: 14px;
                      margin-top: 3%;
                      letter-spacing: 1px; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row:last-child {
                    border-bottom: 0 solid #ddd; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .have-end h4 {
                margin: auto;
                position: absolute;
                top: 40%;
                left: 50%;
                width: 80%;
                font-size: 16px;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%); }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .have-end a {
                position: absolute;
                bottom: 0;
                right: 0;
                font-size: 12px; }
          .index-forum .forum_list .forum-row .forum-block:first-child .forum-info {
            background: url("../images/forum1.png") 100% 100% no-repeat;
            background-size: contain; }
          .index-forum .forum_list .forum-row .forum-block:nth-child(2) .forum-info {
            background: url("../images/forum2.png") 100% 100% no-repeat;
            background-size: contain; }
          .index-forum .forum_list .forum-row .forum-block:nth-child(3) .forum-info {
            background: url("../images/forum3.png") 100% 100% no-repeat;
            background-size: contain; }
          .index-forum .forum_list .forum-row .forum-block:last-child .forum-info {
            background: url("../images/forum4.png") 100% 100% no-repeat;
            background-size: contain; }

  /*******************************************首页基地空间卡片版*****************************************************/
  .index-base-card .base-link ul li {
    width: 160px;
    height: 160px; } }
@media screen and (min-width: 770px) and (max-width: 829px) {
  /*******************************************首页基地空间卡片版*****************************************************/
  .index-base-card .base-link ul li {
    width: 145px;
    height: 145px; } }
@media screen and (min-width: 980px) {
  /*******************在线教研********************/
  .index-forum {
    width: 100%; }
    .index-forum .forum_list {
      width: 100%;
      background: #F7F7F7;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      padding: 50px 0; }
      .index-forum .forum_list .only_title {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 7%;
        margin-bottom: 30px; }
      .index-forum .forum_list .forum-row {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 7%; }
        .index-forum .forum_list .forum-row .forum-block {
          float: left;
          width: 23.5%;
          margin-right: 2%;
          background: #fff; }
          .index-forum .forum_list .forum-row .forum-block:last-child {
            margin-right: 0; }
          .index-forum .forum_list .forum-row .forum-block .forum-box {
            padding: 9% 9% 0 9%; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-title {
              font-size: 20px;
              font-weight: bold;
              color: #787878;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              cursor: pointer; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-content {
              margin: 1% 0;
              height: 30px;
              line-height: 15px;
              font-size: 12px;
              color: #b4b4b4;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status {
              margin: 3% 0;
              padding: 0;
              position: relative; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin {
                margin: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 73%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%); }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block {
                overflow-y: auto;
                padding: 1% 10% 1% 0;
                width: 110%; }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .no-content {
                  margin: auto;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  width: 70%;
                  transform: translate(-50%, -50%);
                  -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%); }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row {
                  width: 100%;
                  border-bottom: 1px solid #ddd;
                  padding: 4% 0; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar {
                    float: left;
                    width: 20%;
                    position: relative;
                    display: block;
                    overflow: hidden; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar img {
                      width: 100%;
                      border: 1px solid #cccccc;
                      height: 100%;
                      position: absolute;
                      top: 0;
                      bottom: 0;
                      left: 0;
                      right: 0;
                      object-fit: cover; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar::after {
                      content: "";
                      display: block;
                      padding-bottom: 100%;
                      height: 0;
                      width: 100%; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right {
                    float: right;
                    width: 80%;
                    padding: 0 5%; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right h6 {
                      font-size: 12px;
                      color: #b4b4b4; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right p {
                      font-size: 16px;
                      margin-top: 3%;
                      letter-spacing: 1px; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row:last-child {
                    border-bottom: 0px solid #ddd; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .have-end h4 {
                margin: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 70%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%); }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .have-end a {
                position: absolute;
                bottom: 0;
                right: 0; }
          .index-forum .forum_list .forum-row .forum-block:first-child .forum-info {
            background: url("../images/forum1.png") 100% 100% no-repeat;
            background-size: contain; }
          .index-forum .forum_list .forum-row .forum-block:nth-child(2) .forum-info {
            background: url("../images/forum2.png") 100% 100% no-repeat;
            background-size: contain; }
          .index-forum .forum_list .forum-row .forum-block:nth-child(3) .forum-info {
            background: url("../images/forum3.png") 100% 100% no-repeat;
            background-size: contain; }
          .index-forum .forum_list .forum-row .forum-block:last-child .forum-info {
            background: url("../images/forum4.png") 100% 100% no-repeat;
            background-size: contain; }

  /*******************************************首页基地空间卡片版*****************************************************/
  .index-base-card .base-link ul li {
    width: 190px;
    height: 190px; } }
@media screen and (min-width: 1300px) {
  .index-base-card .base-link ul li {
    width: 230px;
    height: 230px; } }
@media screen and (max-width: 768px) {
  /**********公告************/
  .top-notice {
    width: 86%;
    height: 40px;
    margin: 15px auto 0;
    border-radius: 6px;
    background: #F7F7F7; }
    .top-notice .sin-notice1 {
      width: 60%;
      height: 100%;
      overflow: hidden; }
      .top-notice .sin-notice1 a {
        padding: 0 25px; }
    .top-notice .sin-notice2 {
      width: 40%;
      height: 100%;
      overflow: hidden;
      text-align: right; }
      .top-notice .sin-notice2 a {
        padding-right: 25px; }
    .top-notice li {
      height: 100%;
      width: 100%;
      line-height: 40px;
      position: relative; }
      .top-notice li a {
        display: block;
        width: 100%;
        height: 100%;
        color: red;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .top-notice li a .icon {
          margin-right: 6px; }

  /****************************************************新闻***************************************************/
  .index-news {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 7%; }
    .index-news .news_box {
      width: 100%;
      margin-bottom: 30px; }
      .index-news .news_box .news_list {
        width: 100%;
        margin-top: 22px; }
        .index-news .news_box .news_list ul {
          width: 100%; }
          .index-news .news_box .news_list ul li {
            width: 100%;
            height: 40px;
            margin-bottom: 7px; }
            .index-news .news_box .news_list ul li:last-child {
              margin-bottom: 0; }
            .index-news .news_box .news_list ul li a {
              display: block;
              width: 100%;
              height: 100%;
              line-height: 40px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 0 10px;
              transition: .3s; }
              .index-news .news_box .news_list ul li a .tit {
                display: block;
                width: 60%;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: 1s ease-out;
                color: #787878; }
              .index-news .news_box .news_list ul li a .time {
                transition: 1s ease-out;
                color: #999; }
              .index-news .news_box .news_list ul li a:hover {
                box-shadow: 0 0 12px #ccc; }
              .index-news .news_box .news_list ul li a:hover .tit {
                transform: translateX(20px);
                color: #6eb5d4; }
              .index-news .news_box .news_list ul li a:hover .time {
                transform: translateX(-20px);
                color: #6eb5d4; }

  /**********************************************实践风采*************************************************/
  .index-practice {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    margin: 0; }
    .index-practice .practice_list {
      width: 100%;
      margin-top: 30px; }
      .index-practice .practice_list .swiper-container1 .practice-pool {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-right: 2.5%;
        margin-bottom: 10px;
        width: 23%  !important; }
        .index-practice .practice_list .swiper-container1 .practice-pool a {
          display: block;
          width: 100%;
          position: relative; }
          .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2 {
            width: 100%;
            overflow: hidden;
            position: relative; }
            .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2::after {
              content: "";
              display: block;
              height: 0;
              width: 100%;
              padding-bottom: 80%; }
            .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2 img {
              display: block;
              width: 100%;
              height: 86%;
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              margin: auto;
              transition: all ease-out .3s; }
            .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2 .rect_border {
              display: none; }
            .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2 .rect_border {
              display: none; }
            .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2:hover .rect_border {
              display: block;
              width: 100%;
              height: 36px;
              position: absolute;
              left: 0;
              bottom: 7%;
              padding: 1px 10px;
              background: #000;
              opacity: 0.8;
              color: #fff;
              z-index: 2;
              border-radius: 0 0 6px 6px; }
              .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2:hover .rect_border h5, .index-practice .practice_list .swiper-container1 .practice-pool a .imgWrap2:hover .rect_border h6 {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 12px; }

  /**********************************************首页网络课程*************************************************/
  .index-course {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    margin: 0;
    background: url("../images/test6.png") #e6e5e6; }
    .index-course .course_list {
      width: 100%;
      margin-top: 30px; }
      .index-course .course_list ul {
        width: 100%; }
        .index-course .course_list ul li {
          width: 48%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          margin-right: 0; }
          .index-course .course_list ul li:nth-child(2n-1) {
            float: left; }
          .index-course .course_list ul li:nth-child(2n) {
            float: right; }
          .index-course .course_list ul li a {
            display: block;
            width: 100%;
            position: relative; }
            .index-course .course_list ul li a .imgWrap {
              width: 100%;
              overflow: hidden;
              position: relative; }
              .index-course .course_list ul li a .imgWrap::after {
                content: "";
                display: block;
                height: 0;
                width: 100%;
                padding-bottom: 135%; }
              .index-course .course_list ul li a .imgWrap img {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                transition: all ease-out .3s; }
              .index-course .course_list ul li a .imgWrap .rect_border {
                position: absolute;
                left: -10px;
                right: -10px;
                top: -10px;
                bottom: -10px;
                border: rgba(255, 255, 255, 0.6) 1px solid;
                transition: all ease-out .3s;
                z-index: 2; }
            .index-course .course_list ul li a:hover .imgWrap .rect_border {
              left: 10px;
              right: 10px;
              top: 15px;
              bottom: 15px; }
            .index-course .course_list ul li a:hover .imgWrap img {
              transform: scale(1.1, 1.1); }
          .index-course .course_list ul li .course_info {
            width: 100%;
            margin: 8px 0 12px; }
            .index-course .course_list ul li .course_info .fl {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              display: block;
              width: 100%; }
            .index-course .course_list ul li .course_info .tit {
              color: #666;
              margin-left: 6px;
              display: none; }
            .index-course .course_list ul li .course_info .fa {
              display: none; }

  /*******************************************首页基地空间卡片版*****************************************************/
  /*.only_title{padding: 1rem 1.5rem;}
  .base-link{width: 100%;
    ul{width: 100%;padding: 1rem 1.5rem;
      li{width: 48%;margin: 0 0 16px;
        &:nth-child(2n){float: right;}
        &:nth-child(2n-1){float: left;}
        .link_base{display: block;width: 100%;position: relative;text-align: center;
          &::after{content: "";display: block;height: 0;width: 100%;padding-bottom: 52%;}
          .link_img{display: block;width: 100%;height: 100%;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
          .center_char{font-size: 15px;color: white;display: none;width: 100%;}
          .add_img{display: none;}
          .rect_border{display: none;}
        }
        .phone_base_show{display: block;width: 100%;@include omit;margin: 8px 0 10px;}
      }
    }
  }*/
  /*******************************************首页基地空间卡片版*****************************************************/
  /******************首页基地空间卡片版******************/
  .index-base-card .base-link ul li {
    width: 130px;
    height: 130px; } }
/***********************************************最新活动*******************************************************/
.index-activity {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  background: rgba(224, 206, 243, 0.5); }
  .index-activity .activity_box {
    width: 100%;
    margin-top: 25px; }
    .index-activity .activity_box .activity_list {
      width: 100%;
      height: 300px;
      background: rgba(167, 157, 169, 0.13);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 16px 15px 5px;
      border-radius: 6px;
      /*background: url('../images/borderbg.jpg');*/ }
      .index-activity .activity_box .activity_list .single_activity {
        width: 100%; }
        .index-activity .activity_box .activity_list .single_activity .imgWrap {
          width: 45%;
          height: 230px;
          /*display: block;*/
          overflow: hidden;
          display: none; }
          .index-activity .activity_box .activity_list .single_activity .imgWrap:hover img {
            transform: scale(1.1, 1.1); }
          .index-activity .activity_box .activity_list .single_activity .imgWrap img {
            display: block;
            width: 100%;
            height: 100%;
            transition: .4s; }
        .index-activity .activity_box .activity_list .single_activity .activity_info {
          /*width: 55%;*/
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 20px 0 5%;
          height: 230px;
          overflow: hidden;
          position: relative;
          background: #F4F5F7 url("../images/join_img.png") no-repeat right bottom; }
          .index-activity .activity_box .activity_list .single_activity .activity_info .act_title {
            margin: 10px 0 5px;
            font-size: 20px;
            color: #787878;
            font-weight: 800;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index-activity .activity_box .activity_list .single_activity .activity_info .act_host {
            font-size: 12px;
            color: #999;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index-activity .activity_box .activity_list .single_activity .activity_info .act_mess {
            font-size: 12px;
            color: #999;
            margin: 5px 0 20px; }
          .index-activity .activity_box .activity_list .single_activity .activity_info .act_msg {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            word-break: break-all;
            font-size: 14px; }
          .index-activity .activity_box .activity_list .single_activity .activity_info .join_link {
            border-radius: 6px;
            width: 128px;
            height: 35px;
            display: block;
            text-align: center;
            line-height: 35px;
            font-size: 16px;
            color: #F2701D;
            background: #595A5A;
            position: absolute;
            bottom: 13px;
            right: 70px;
            transition: .3s;
            border-radius: 6px; }
            .index-activity .activity_box .activity_list .single_activity .activity_info .join_link:hover {
              background: #2E2929; }

/*********改变一下swiper样式*********/
.activity_list {
  position: relative;
  height: 100%;
  background: rgba(167, 157, 169, 0.13); }
  .activity_list .swiper-container {
    height: 100%; }
  .activity_list .swiper-slide {
    display: block;
    cursor: default; }
  .activity_list .banner_focus {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
    .activity_list .banner_focus .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      border: 1px solid #fff;
      opacity: 1;
      margin: 0 2px;
      background: transparent;
      border-radius: 50%; }
    .activity_list .banner_focus .swiper-pagination-bullet-active {
      background-color: white; }
  .activity_list .activity_focus {
    cursor: default; }
    .activity_list .activity_focus .swiper-pagination-bullet {
      background: #21C4CE !important;
      width: 20px;
      height: 2px;
      border-radius: 0; }

/***********************************************在线调研*******************************************************/
.index-forum {
  width: 100%; }
  .index-forum .forum_list {
    width: 100%;
    background: #F7F7F7;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 50px 0; }
    .index-forum .forum_list .only_title {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 7%;
      margin-bottom: 30px; }
    .index-forum .forum_list .forum-row {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 7%; }
      .index-forum .forum_list .forum-row .forum-block {
        float: left;
        width: 48%;
        margin-bottom: 5%;
        margin-right: 4%;
        background: #fff; }
        .index-forum .forum_list .forum-row .forum-block:nth-child(even) {
          margin-right: 0; }
        .index-forum .forum_list .forum-row .forum-block .forum-box {
          padding: 9% 9% 0 9%; }
          .index-forum .forum_list .forum-row .forum-block .forum-box .forum-title {
            font-size: 14px;
            font-weight: bold;
            color: #787878;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer; }
          .index-forum .forum_list .forum-row .forum-block .forum-box .forum-content {
            margin: 1% 0;
            height: 15px;
            line-height: 15px;
            font-size: 12px;
            color: #b4b4b4;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }
          .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status {
            margin: 3% 0;
            padding: 0;
            position: relative; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin {
              margin: auto;
              position: absolute;
              top: 50%;
              left: 50%;
              width: 93%;
              transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%); }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin h5 {
                font-size: 14px; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .no-begin p {
                font-size: 12px; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block {
              overflow-y: auto;
              padding: 1% 10% 1% 0;
              width: 110%; }
              .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row {
                width: 100%;
                border-bottom: 1px solid #ddd;
                padding: 4% 0; }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar {
                  float: left;
                  width: 20%;
                  position: relative;
                  display: block;
                  overflow: hidden; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar img {
                    width: 100%;
                    border: 1px solid #cccccc;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    object-fit: cover; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-avatar::after {
                    content: "";
                    display: block;
                    padding-bottom: 100%;
                    height: 0;
                    width: 100%; }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right {
                  float: right;
                  width: 80%;
                  padding: 0 5%; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right h6 {
                    font-size: 12px;
                    color: #b4b4b4; }
                    .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right h6 .user-time {
                      display: none; }
                  .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row .user-right p {
                    font-size: 14px;
                    margin-top: 3%;
                    letter-spacing: 1px; }
                .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .starting .c-block .c-row:last-child {
                  border-bottom: 0 solid #ddd; }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .have-end h4 {
              margin: auto;
              position: absolute;
              top: 40%;
              left: 50%;
              width: 90%;
              font-size: 16px;
              transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%); }
            .index-forum .forum_list .forum-row .forum-block .forum-box .forum-status .have-end a {
              position: absolute;
              bottom: 0;
              right: 0;
              font-size: 12px; }
        .index-forum .forum_list .forum-row .forum-block:first-child .forum-info {
          background: url("../images/forum1.png") 100% 100% no-repeat;
          background-size: contain; }
        .index-forum .forum_list .forum-row .forum-block:nth-child(2) .forum-info {
          background: url("../images/forum2.png") 100% 100% no-repeat;
          background-size: contain; }
        .index-forum .forum_list .forum-row .forum-block:nth-child(3) .forum-info {
          background: url("../images/forum3.png") 100% 100% no-repeat;
          background-size: contain; }
        .index-forum .forum_list .forum-row .forum-block:last-child .forum-info {
          background: url("../images/forum4.png") 100% 100% no-repeat;
          background-size: contain; }

/*.index-forum{width: 100%;
  .forum_list{width: 100%;background: #F7F7F7;@include sizing_content;padding: 5px 0;
    .only_title{width: 100%;@include sizing;padding: 1rem 1.5rem;margin-bottom: 0px;}
    ul{width: 100%;@include sizing;padding: 1rem 1.5rem;
      li{height: auto;float: left;width: 48%;margin-right: 4%;position: relative;margin-bottom: 25px;
        &:nth-child(2n){margin-right: 0;}
        .forum_content{width: 100%;height: auto;background: #fff;@include sizing;padding: 1rem 0.7rem 30px 1.3rem;position: relative;
          &::before{content: "";display: none;height:0;width:0;border-top:solid 20px #fff;border-bottom:solid 20px transparent;border-left:solid 35px transparent; border-right:solid 35px transparent; position: absolute;bottom: -40px;left: 15%;}
          .forum_title{font-weight: bold;color: #787878;font-size: 16px;width: 65%;@include omit;}
          .forum_sign{font-size: 12px;color: white;padding: 0px 5px;background: #DE766C;}
          .forum_msg{color: #787878;margin: 1rem 0 .6rem;line-height: 22px;font-size: 12px;@include omit2(2);transition: .3s;
            &:hover{color: $color;}
          }
          .forum_time{font-size: 12px;color: #999;margin-top: 4px;}
          .detail_link{float: right;color: #787878;padding-right: 4px;transition: .3s;
            &:hover{color: $color;}
          }
        }
        .forum_people{margin-top: 10px;width: 100%;
          .people_head{width: 60px;height: 60px;overflow: hidden;border-radius: 50%;background: #B0C1BD;margin: 0 10px 0 0%;
            img{display: block;width: 100%;height: 100%;border-radius: 50%;}
          }
          a{color: $color;}
          .po_address{font-size: 12px;color: #787878;}
        }
      }
    }
  }
}*/
/********实践活动********/
.index-activity {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  background: url("../images/test6.png") rgba(224, 206, 243, 0.5); }
  .index-activity .activity_list {
    width: 100%;
    height: 300px;
    background: #595A5A;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 15px 5px;
    margin-top: 30px;
    background: rgba(167, 157, 169, 0.13);
    border-radius: 6px; }
    .index-activity .activity_list .single_activity {
      width: 100%; }
      .index-activity .activity_list .single_activity .imgWrap {
        width: 45%;
        height: 230px;
        display: none;
        overflow: hidden; }
        .index-activity .activity_list .single_activity .imgWrap:hover img {
          transform: scale(1.1, 1.1); }
        .index-activity .activity_list .single_activity .imgWrap img {
          display: block;
          width: 100%;
          height: 100%;
          transition: .4s; }
      .index-activity .activity_list .single_activity .activity_info {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 0 5%;
        height: 230px;
        overflow: hidden;
        position: relative;
        background: #F4F5F7 url("../images/join_img.png") no-repeat right bottom; }
        .index-activity .activity_list .single_activity .activity_info .act_title {
          margin: 20px 0 5px;
          font-size: 18px;
          color: #787878;
          font-weight: 800;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .index-activity .activity_list .single_activity .activity_info .act_host {
          font-size: 12px;
          color: #999;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .index-activity .activity_list .single_activity .activity_info .act_mess {
          font-size: 12px;
          color: #999;
          margin: 5px 0 20px; }
        .index-activity .activity_list .single_activity .activity_info .act_msg {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          word-break: break-all;
          font-size: 12px; }
        .index-activity .activity_list .single_activity .activity_info .join_link {
          width: 128px;
          height: 30px;
          display: block;
          text-align: center;
          line-height: 30px;
          font-size: 16px;
          color: #F2701D;
          background: #595A5A;
          position: absolute;
          bottom: 8px;
          right: 70px;
          transition: .3s; }
          .index-activity .activity_list .single_activity .activity_info .join_link:hover {
            background: #2E2929; }

/*****改变一下swiper样式*****/
.activity_list {
  position: relative;
  height: 100%; }
  .activity_list .swiper-container {
    height: 100%; }
  .activity_list .swiper-slide {
    display: block;
    cursor: default; }
  .activity_list .banner_focus {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
    .activity_list .banner_focus .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      border: 1px solid #fff;
      opacity: 1;
      margin: 0 2px;
      background: transparent;
      border-radius: 50%; }
    .activity_list .banner_focus .swiper-pagination-bullet-active {
      background-color: white; }
  .activity_list .activity_focus {
    cursor: default; }
    .activity_list .activity_focus .swiper-pagination-bullet {
      background: #21C4CE !important;
      width: 25px;
      height: 2px;
      border-radius: 0; }

/********************************************************个人中心模块**************************************************************/
/*
.self-page{margin: 120px auto 100px;width: 100%;padding: 0 7%;
  .self-nav{width: 145px;background: white;padding: 20px 0;
    ul{width: 100%;
      li{width: 100%;height: 45px; padding: 4px 0;position: relative;
        &:hover a{color:#528EE3;font-weight: bold;}
        &.current::before{@include before(4px,26px,#528EE3);}
        &.current a{color:#528EE3;font-weight: bold;}
        a{display: block;width: 100%;height: 100%;line-height: 37px;text-align: center;font-size: 15px;transition: .3s;}
      }
    }
  }
  .self-content{width: calc(100% - 220px);
    .self-msg{width: 100%;background: white;padding: 15px 20px;position: relative;
      .head-img{width: 80px;height: 80px;display: block;border-radius: 50%;}
    }
  }
}
*/
/*基地空间地图版*/
/*.index-base {
  width: 100%;
  @include sizing;
  padding: 0 7%;
  overflow: hidden;
  background: url("../images/test5.png") no-repeat #dbedf4;
  //background: url("../images/namebg.png") no-repeat center center #d9ecf2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  .only_title {margin-top: 30px;}
  .base-link {margin: 30px 0;position: relative;width: 100%;min-height: 512px !important;overflow-x: auto;
    .img-box { width: 100%; min-width: 768px; height: 100%;
      img {width: 100%;height: 100%;}
    }
    .location-icon {position: absolute; left: 0; top: 0; width: 8.34%; min-width: 64px;
      div {width: 100%; height: 100%;border-radius: 50%;}
    }
  }
}
*/
@media screen and (max-width: 675px) {
  /*******************************************首页基地空间卡片版*****************************************************/
  .index-base-card .base-link ul li {
    width: 100px;
    height: 100px; } }
@media screen and (max-width: 575px) {
  /*******************************************首页基地空间卡片版*****************************************************/
  .index-base-card .base-link ul li {
    width: 70px;
    height: 70px;
    margin: 0 2.66% 60px 0; }
    .index-base-card .base-link ul li .base-name {
      display: block !important;
      font-size: 0.1rem; } }

/*# sourceMappingURL=index.css.map */
