@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

/************做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: #20C8D3; }

.m-bg {
  background: #20C8D3; }

/******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 {
  height: 380px;
  width: 86%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1.5rem; }
  .index-news .news_box {
    width: 46%;
    height: 280px; }
    .index-news .news_box .news_list {
      width: 100%;
      height: 220px;
      margin-top: 22px; }
      .index-news .news_box .news_list ul {
        width: 100%; }
        .index-news .news_box .news_list ul li {
          width: 100%;
          height: 40px;
          background: white;
          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: #20C8D3; }
            .index-news .news_box .news_list ul li a:hover .time {
              transform: translateX(-20px);
              color: #20C8D3; }

/**********************************首页公用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: #20C8D3;
    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: #20C8D3; }

@media screen and (min-width: 769px) {
  /**********公告************/
  .top-notice {
    width: 86%;
    height: 40px;
    margin: 0 auto;
    background: #F7F7F7; }
    .top-notice .sin-notice1 {
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .top-notice .sin-notice2 {
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .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: 0 7%;
    margin: 50px 0; }
    .index-practice .course_list {
      width: 100%;
      margin-top: 30px; }
      .index-practice .course_list ul {
        width: 100%; }
        .index-practice .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-practice .course_list ul li:last-child {
            margin-right: 0; }
          .index-practice .course_list ul li a {
            display: block;
            width: 100%;
            position: relative; }
            .index-practice .course_list ul li a .imgWrap {
              width: 100%;
              overflow: hidden;
              position: relative; }
              .index-practice .course_list ul li a .imgWrap::after {
                content: "";
                display: block;
                height: 0;
                width: 100%;
                padding-bottom: 82%; }
              .index-practice .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-practice .course_list ul li a .imgWrap .rect_border {
                width: calc(100% + 20px);
                height: calc(100% + 20px);
                position: absolute;
                left: -10px;
                top: -10px;
                border: rgba(255, 255, 255, 0.6) 1px solid;
                transition: all ease-out .3s;
                z-index: 2; }
            .index-practice .course_list ul li a:hover .imgWrap .rect_border {
              width: calc(100% - 20px);
              height: calc(100% - 30px);
              left: 10px;
              top: 15px; }
            .index-practice .course_list ul li a:hover .imgWrap img {
              transform: scale(1.1, 1.1); }
          .index-practice .course_list ul li .course_info {
            width: 100%;
            margin-top: 10px; }
            .index-practice .course_list ul li .course_info .tit {
              color: #666;
              margin-left: 6px; }

  /*********************************首页网络课程************************************/
  .index-course {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7%;
    margin: 50px 0; }
    .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; }
            .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 {
                width: calc(100% + 20px);
                height: calc(100% + 20px);
                position: absolute;
                left: -10px;
                top: -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 {
              width: calc(100% - 20px);
              height: calc(100% - 30px);
              left: 10px;
              top: 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 {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7%; }
    .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: 24px 15px 5px;
      margin-top: 30px; }
      .index-activity .activity_list .single_activity {
        width: 100%; }
        .index-activity .activity_list .single_activity .imgWrap {
          width: 45%;
          height: 230px;
          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: 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: 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; }

  /******************首页基地空间******************/
  .index-base {
    width: 100%;
    margin-bottom: 40px;
    -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 .only_title {
      margin-top: 30px; }
    .index-base .base-link {
      width: 100%;
      margin-top: 30px; }
      .index-base .base-link ul {
        width: 100%; }
        .index-base .base-link ul li {
          width: 23%;
          margin: 0 2.66% 30px 0;
          float: left;
          transition: .4s;
          position: relative; }
          .index-base .base-link ul li:nth-child(4n) {
            margin-right: 0; }
          .index-base .base-link ul li a {
            display: table;
            width: 100%;
            height: 100%;
            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 .base-link ul li a .link_img {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              z-index: -1;
              transition: all ease-out .3s; }
            .index-base .base-link ul li a .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 .base-link ul li a .add_img {
              position: absolute;
              display: block;
              width: 48px;
              height: 48px;
              top: -48px;
              right: 40px;
              transition: all ease-out .3s;
              z-index: 3; }
            .index-base .base-link ul li a .rect_border {
              width: calc(100% + 20px);
              height: calc(100% + 20px);
              position: absolute;
              left: -10px;
              top: -10px;
              z-index: 2; }
            .index-base .base-link ul li a: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 .base-link ul li a:hover .add_img {
              top: 0; }
            .index-base .base-link ul li a:hover .link_img {
              transform: scale(1.1, 1.1); }
            .index-base .base-link ul li a:hover .rect_border {
              width: calc(100% - 20px);
              height: calc(100% - 30px);
              left: 10px;
              top: 15px; }
          .index-base .base-link ul li .phone_base_show {
            display: none; }

  /*******************在线教研********************/
  .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: 40px 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 ul {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 7%; }
        .index-forum .forum_list ul li {
          height: 356px;
          float: left;
          width: 23.5%;
          margin-right: 2%;
          position: relative; }
          .index-forum .forum_list ul li:last-child {
            margin-right: 0; }
          .index-forum .forum_list ul li .forum_content {
            width: 100%;
            height: 208px;
            background: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 1rem 0.7rem 1rem 1.3rem;
            position: relative; }
            .index-forum .forum_list ul li .forum_content::before {
              content: "";
              display: block;
              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%; }
            .index-forum .forum_list ul li .forum_content .forum_title {
              font-weight: bold;
              color: #787878;
              font-size: 16px;
              width: 100%;
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index-forum .forum_list ul li .forum_content .forum_sign {
              font-size: 12px;
              color: white;
              padding: 0px 5px;
              background: #DE766C; }
            .index-forum .forum_list ul li .forum_content .forum_msg {
              color: #787878;
              margin: 1rem 0 .6rem;
              line-height: 22px;
              font-size: 12px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              word-break: break-all;
              transition: .3s; }
              .index-forum .forum_list ul li .forum_content .forum_msg:hover {
                color: #20C8D3; }
            .index-forum .forum_list ul li .forum_content .forum_time {
              font-size: 12px;
              color: #999;
              margin-top: 4px; }
            .index-forum .forum_list ul li .forum_content .detail_link {
              float: right;
              color: #787878;
              padding-right: 4px;
              transition: .3s; }
              .index-forum .forum_list ul li .forum_content .detail_link:hover {
                color: #20C8D3; }
          .index-forum .forum_list ul li .forum_people {
            margin-top: 34px;
            width: 100%; }
            .index-forum .forum_list ul li .forum_people .people_head {
              width: 80px;
              height: 80px;
              overflow: hidden;
              border-radius: 50%;
              background: #B0C1BD;
              margin: 0 10px 0 7%; }
              .index-forum .forum_list ul li .forum_people .people_head img {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 50%; }
            .index-forum .forum_list ul li .forum_people a {
              color: #20C8D3; }
            .index-forum .forum_list ul li .forum_people .po_address {
              font-size: 12px;
              color: #787878;
              margin-top: 27px;
              line-height: 20px; } }
/***************************************************************************************************************************
*********************************************************手机的分辨率*********************************************************
*********************************************************手机的分辨率******************************************************
*********************************************************手机的分辨率********************************************************
***************************************************************************************************************************/
@media screen and (max-width: 768px) and (min-width: 320px) {
  /**********公告************/
  .top-notice {
    width: 100%;
    height: 40px;
    margin: 0 auto 20px;
    background: #F7F7F7; }
    .top-notice .sin-notice1 {
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .top-notice .sin-notice2 {
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .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-news {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F7F7F7;
    margin: 0px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1.5rem; }
    .index-news .news_box {
      width: 100%;
      height: 280px;
      margin-bottom: 30px; }
      .index-news .news_box .news_list {
        width: 100%;
        height: 220px;
        margin-top: 22px; }
        .index-news .news_box .news_list ul {
          width: 100%; }
          .index-news .news_box .news_list ul li {
            width: 100%;
            height: 40px;
            background: white;
            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: #20C8D3; }
              .index-news .news_box .news_list ul li a:hover .time {
                transform: translateX(-20px);
                color: #20C8D3; }

  /**********************************************实践风采*************************************************/
  .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 .course_list {
      width: 100%;
      margin-top: 30px; }
      .index-practice .course_list ul {
        width: 100%; }
        .index-practice .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;
          margin-bottom: 10px; }
          .index-practice .course_list ul li:nth-child(2n-1) {
            float: left; }
          .index-practice .course_list ul li:nth-child(2n) {
            float: right; }
          .index-practice .course_list ul li a {
            display: block;
            width: 100%;
            position: relative; }
            .index-practice .course_list ul li a .imgWrap {
              width: 100%;
              overflow: hidden;
              position: relative; }
              .index-practice .course_list ul li a .imgWrap::after {
                content: "";
                display: block;
                height: 0;
                width: 100%;
                padding-bottom: 80%; }
              .index-practice .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-practice .course_list ul li a .imgWrap .rect_border {
                width: calc(100% + 20px);
                height: calc(100% + 20px);
                position: absolute;
                left: -10px;
                top: -10px;
                border: rgba(255, 255, 255, 0.6) 1px solid;
                transition: all ease-out .3s;
                z-index: 2; }
            .index-practice .course_list ul li a:hover .imgWrap .rect_border {
              width: calc(100% - 20px);
              height: calc(100% - 30px);
              left: 10px;
              top: 15px; }
            .index-practice .course_list ul li a:hover .imgWrap img {
              transform: scale(1.1, 1.1); }
          .index-practice .course_list ul li .course_info {
            width: 100%;
            margin: 8px 0 12px; }
            .index-practice .course_list ul li .course_info .fl {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              display: block;
              width: 100%; }
            .index-practice .course_list ul li .course_info .tit {
              color: #666;
              margin-left: 6px;
              display: none; }
            .index-practice .course_list ul li .course_info .fa {
              display: none; }

  /**********************************************首页网络课程*************************************************/
  .index-course {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    margin: 0; }
    .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 {
                width: calc(100% + 20px);
                height: calc(100% + 20px);
                position: absolute;
                left: -10px;
                top: -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 {
              width: calc(100% - 20px);
              height: calc(100% - 30px);
              left: 10px;
              top: 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%; }
    .base-link ul {
      width: 100%;
      padding: 1rem 1.5rem; }
      .base-link ul li {
        width: 48%;
        margin: 0 0 16px; }
        .base-link ul li:nth-child(2n) {
          float: right; }
        .base-link ul li:nth-child(2n-1) {
          float: left; }
        .base-link ul li .link_base {
          display: block;
          width: 100%;
          position: relative;
          text-align: center; }
          .base-link ul li .link_base::after {
            content: "";
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 52%; }
          .base-link ul li .link_base .link_img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto; }
          .base-link ul li .link_base .center_char {
            font-size: 15px;
            color: white;
            display: none;
            width: 100%; }
          .base-link ul li .link_base .add_img {
            display: none; }
          .base-link ul li .link_base .rect_border {
            display: none; }
        .base-link ul li .phone_base_show {
          display: block;
          width: 100%;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 8px 0 10px; }

  /***********************************************实践风采*******************************************************/
  .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; }
    .index-activity .activity_box {
      width: 100%;
      margin-top: 25px; }
      .index-activity .activity_box .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; }
        .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: 18px;
              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: 12px; }
            .index-activity .activity_box .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_box .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: 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: 5px 0; }
      .index-forum .forum_list .only_title {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1rem 1.5rem;
        margin-bottom: 0px; }
      .index-forum .forum_list ul {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1rem 1.5rem; }
        .index-forum .forum_list ul li {
          height: auto;
          float: left;
          width: 48%;
          margin-right: 4%;
          position: relative;
          margin-bottom: 25px; }
          .index-forum .forum_list ul li:nth-child(2n) {
            margin-right: 0; }
          .index-forum .forum_list ul li .forum_content {
            width: 100%;
            height: auto;
            background: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 1rem 0.7rem 30px 1.3rem;
            position: relative; }
            .index-forum .forum_list ul li .forum_content::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%; }
            .index-forum .forum_list ul li .forum_content .forum_title {
              font-weight: bold;
              color: #787878;
              font-size: 16px;
              width: 65%;
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index-forum .forum_list ul li .forum_content .forum_sign {
              font-size: 12px;
              color: white;
              padding: 0px 5px;
              background: #DE766C; }
            .index-forum .forum_list ul li .forum_content .forum_msg {
              color: #787878;
              margin: 1rem 0 .6rem;
              line-height: 22px;
              font-size: 12px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              word-break: break-all;
              transition: .3s; }
              .index-forum .forum_list ul li .forum_content .forum_msg:hover {
                color: #20C8D3; }
            .index-forum .forum_list ul li .forum_content .forum_time {
              font-size: 12px;
              color: #999;
              margin-top: 4px; }
            .index-forum .forum_list ul li .forum_content .detail_link {
              float: right;
              color: #787878;
              padding-right: 4px;
              transition: .3s; }
              .index-forum .forum_list ul li .forum_content .detail_link:hover {
                color: #20C8D3; }
          .index-forum .forum_list ul li .forum_people {
            margin-top: 10px;
            width: 100%; }
            .index-forum .forum_list ul li .forum_people .people_head {
              width: 60px;
              height: 60px;
              overflow: hidden;
              border-radius: 50%;
              background: #B0C1BD;
              margin: 0 10px 0 0%; }
              .index-forum .forum_list ul li .forum_people .people_head img {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 50%; }
            .index-forum .forum_list ul li .forum_people a {
              color: #20C8D3; }
            .index-forum .forum_list ul li .forum_people .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; }
    .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; }
      .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%;}
    }
  }
}
*/

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