@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox; }

.flex-1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1; }

/******icon********/
@font-face {
  font-family: 'icon';
  /* project id 388299 */
  src: url("//at.alicdn.com/t/font_388299_lgjvomp541fez5mi.eot");
  src: url("//at.alicdn.com/t/font_388299_lgjvomp541fez5mi.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_388299_lgjvomp541fez5mi.woff") format("woff"), url("//at.alicdn.com/t/font_388299_lgjvomp541fez5mi.ttf") format("truetype"), url("//at.alicdn.com/t/font_388299_lgjvomp541fez5mi.svg#iconfont") format("svg"); }
.icon {
  font-family: "icon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/************做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模块区域*************************************/
/***********省略块*********/
/*****垂直水平居中块*******/
/********改变盒子模型块**********/
/*************************精彩活动首页开始********************************/
/***********banner图*************/
.index-banner {
  position: relative;
  height: 400px; }
  .index-banner .swiper-container {
    height: 100%; }
  .index-banner .banner_item {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%; }
  .index-banner .banner_focus {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto; }
    .index-banner .banner_focus .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      border: 1px solid #fff;
      opacity: 1;
      margin: 0 2px;
      background: transparent;
      border-radius: 50%; }
    .index-banner .banner_focus .swiper-pagination-bullet-active {
      background-color: white; }

/********活动页面开始**********/
.inner-activity {
  width: 100%;
  margin-top: 115px;
  padding: 0 10%; }

.coming-act {
  margin-top: 50px; }

@media screen and (min-width: 560px) and (max-width: 999px) {
  .inner-activity {
    margin-top: 25px; }

  .newest-act li {
    display: table;
    margin: 0;
    padding: 2% 0;
    width: 100%;
    border-bottom: 1px solid #cdcdcd; }
    .newest-act li .left-box {
      float: left;
      width: 50%;
      padding: 0; }
      .newest-act li .left-box .img-box {
        width: 100%;
        overflow: hidden;
        border-radius: 6px; }
        .newest-act li .left-box .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .newest-act li .right-box {
      float: right;
      width: 50%;
      padding-left: 2%;
      position: relative; }
      .newest-act li .right-box h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000; }
        .newest-act li .right-box h3 span {
          display: block;
          margin-top: 10px;
          font-size: 14px;
          color: #999999;
          font-weight: normal; }
      .newest-act li .right-box .act-info {
        padding: 8px 0 0 0;
        font-size: 14px;
        height: auto;
        max-height: 71px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
      .newest-act li .right-box .act-time {
        margin-top: 5px;
        font-size: 12px; }
      .newest-act li .right-box .act-click {
        position: absolute;
        bottom: 0;
        right: 0; }
        .newest-act li .right-box .act-click a {
          border-color: #65bdbb !important;
          padding: 5px 10px;
          font-size: 12px;
          line-height: 1.5;
          border-radius: 3px; }

  .activity-list {
    width: 100%;
    margin-top: 30px; }
    .activity-list li {
      width: 48%;
      margin: 0 4% 30px 0;
      float: left;
      border: 1px solid #EBEBEB; }
      .activity-list li:nth-child(2n) {
        margin-right: 0; }
      .activity-list li a {
        width: 100%; }
        .activity-list li a .img-box {
          position: relative;
          display: block;
          width: 100%;
          overflow: hidden; }
          .activity-list li a .img-box::after {
            content: "";
            display: block;
            padding-bottom: 60%;
            height: 0;
            width: 100%; }
          .activity-list li a .img-box:hover img {
            transform: scale(1.1); }
          .activity-list li a .img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            transition: .5s; }
        .activity-list li a .act-name {
          font-size: 15px;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
          padding: 10px 0 6px;
          text-indent: 10px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #333; }
        .activity-list li a .time {
          margin-left: 10px; }
        .activity-list li a .act-type {
          margin-right: 10px; }
        .activity-list li a .link-join {
          padding: 0 8px;
          border: 1px solid;
          font-size: 12px;
          border-radius: 3px;
          margin-right: 10px;
          margin-bottom: 10px; }
          .activity-list li a .link-join:hover {
            color: white !important; } }
@media screen and (max-width: 559px) and (min-width: 320px) {
  .inner-activity {
    margin-top: 25px; }

  .works-search {
    display: none; }

  .newest-act li {
    display: table;
    margin: 0;
    padding: 2% 0;
    width: 100%;
    border-bottom: 1px solid #cdcdcd; }
    .newest-act li .left-box {
      width: 100%;
      padding: 0; }
      .newest-act li .left-box .img-box {
        width: 100%;
        overflow: hidden;
        border-radius: 6px; }
        .newest-act li .left-box .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .newest-act li .right-box {
      width: 100%;
      padding: 20px 0;
      height: auto !important; }
      .newest-act li .right-box h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000; }
        .newest-act li .right-box h3 span {
          display: block;
          margin-top: 10px;
          font-size: 14px;
          color: #999999;
          font-weight: normal; }
      .newest-act li .right-box .act-info {
        padding: 14px 0;
        font-size: 14px;
        height: auto;
        max-height: 117px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden; }
      .newest-act li .right-box .act-time {
        margin: 10px 0;
        font-size: 12px; }
      .newest-act li .right-box .act-click a {
        border-color: #65bdbb !important;
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px; }

  .activity-list {
    width: 100%;
    margin-top: 30px; }
    .activity-list li {
      width: 100%;
      margin: 0 0 30px 0;
      border: 1px solid #EBEBEB; }
      .activity-list li a {
        width: 100%; }
        .activity-list li a .img-box {
          position: relative;
          display: block;
          width: 100%;
          overflow: hidden; }
          .activity-list li a .img-box::after {
            content: "";
            display: block;
            padding-bottom: 60%;
            height: 0;
            width: 100%; }
          .activity-list li a .img-box:hover img {
            transform: scale(1.1); }
          .activity-list li a .img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            transition: .5s; }
        .activity-list li a .act-name {
          font-size: 15px;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
          padding: 10px 0 6px;
          text-indent: 10px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #333; }
        .activity-list li a .time {
          margin-left: 10px; }
        .activity-list li a .act-type {
          margin-right: 10px; }
        .activity-list li a .link-join {
          padding: 0 8px;
          border: 1px solid;
          font-size: 12px;
          border-radius: 3px;
          margin-right: 10px;
          margin-bottom: 10px; }
          .activity-list li a .link-join:hover {
            color: white !important; } }
@media screen and (min-width: 1000px) {
  .newest-act li {
    display: table;
    margin: 0;
    padding: 2% 0;
    width: 100%;
    border-bottom: 1px solid #cdcdcd; }
    .newest-act li .left-box {
      float: left;
      width: 32%;
      padding: 0; }
      .newest-act li .left-box .img-box {
        width: 100%;
        overflow: hidden;
        border-radius: 6px; }
        .newest-act li .left-box .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .newest-act li .right-box {
      float: right;
      width: 68%;
      padding-left: 50px;
      position: relative; }
      .newest-act li .right-box h3 {
        font-size: 30px;
        font-weight: 600;
        color: #000; }
        .newest-act li .right-box h3 em {
          display: inline-block; }
        .newest-act li .right-box h3 span {
          display: inline-block;
          margin-left: 40px;
          font-size: 16px;
          color: #999999;
          font-weight: normal; }
      .newest-act li .right-box .act-info {
        padding: 20px 0 0 0;
        font-size: 14px;
        height: auto;
        max-height: 121px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden; }
      .newest-act li .right-box .act-time {
        margin-top: 20px; }
      .newest-act li .right-box .act-click {
        position: absolute;
        bottom: 0;
        right: 0; }
        .newest-act li .right-box .act-click a {
          border-color: #65bdbb !important; }

  .activity-list {
    width: 100%;
    margin-top: 30px; }
    .activity-list li {
      width: 30%;
      margin: 0 5% 30px 0;
      float: left;
      border: 1px solid #EBEBEB; }
      .activity-list li:nth-child(3n) {
        margin-right: 0; }
      .activity-list li a {
        width: 100%; }
        .activity-list li a .img-box {
          position: relative;
          display: block;
          width: 100%;
          overflow: hidden; }
          .activity-list li a .img-box::after {
            content: "";
            display: block;
            padding-bottom: 60%;
            height: 0;
            width: 100%; }
          .activity-list li a .img-box:hover img {
            transform: scale(1.1); }
          .activity-list li a .img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            transition: .5s; }
        .activity-list li a .act-name {
          font-size: 15px;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
          padding: 10px 0 6px;
          text-indent: 10px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #333; }
        .activity-list li a .time {
          margin-left: 10px; }
        .activity-list li a .act-type {
          margin-right: 10px; }
        .activity-list li a .link-join {
          padding: 0 8px;
          border: 1px solid;
          font-size: 12px;
          border-radius: 3px;
          margin-right: 10px;
          margin-bottom: 10px; }
          .activity-list li a .link-join:hover {
            color: white !important; } }
/****title****/
.activity-title {
  font-size: 24px;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .activity-title .icon {
    margin-right: 12px; }

/******往期活动*******/
.before-activity {
  width: 100%;
  margin-top: 50px;
  padding: 30px 10% 100px;
  background: #F4F4F6; }

/***************************************************************提交作品页面开始**************************************************/
.upload-page {
  width: 100%;
  padding: 0 8%; }
  .upload-page .page-title {
    margin-top: 50px;
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    color: red; }
    .upload-page .page-title .icon {
      color: red;
      margin-right: 10px; }
  .upload-page .note {
    text-align: center;
    color: #888;
    margin-top: 15px; }

/******上传表单********/
.works_form {
  width: 100%;
  margin-bottom: 50px;
  /****作品列表*****/ }
  .works_form .in-box {
    width: 46%;
    height: 35px;
    position: relative; }
    .works_form .in-box input {
      border: 1px solid #E2E2E2;
      border-radius: 3px;
      background: #F3F3F3;
      text-indent: 12px;
      width: 100%;
      height: 100%; }
    .works_form .in-box::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -20px;
      width: 5px;
      height: 5px;
      background: red;
      border-radius: 50%;
      margin: auto; }
  .works_form .in-textarea {
    width: 46%;
    height: 120px;
    position: relative;
    margin-top: 20px; }
    .works_form .in-textarea textarea {
      border: 1px solid #E2E2E2;
      border-radius: 3px;
      background: #F3F3F3;
      text-indent: 12px;
      width: 100%;
      height: 100%;
      padding: 10px 0px;
      resize: none; }
    .works_form .in-textarea::before {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: -20px;
      width: 5px;
      height: 5px;
      background: red;
      border-radius: 50%; }
  .works_form .btn-upload {
    border: 1px #ccc solid;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    height: 28px;
    line-height: 28px; }
    .works_form .btn-upload .icon {
      position: absolute;
      top: 70px;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 48px;
      color: #FFD100; }
    .works_form .btn-upload .tit {
      position: absolute;
      top: 125px;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 14px;
      color: #888; }
  .works_form input[type=file] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .works_form .webuploader-pick {
    width: 100%;
    height: 100%; }
  .works_form .uploader-list {
    *zoom: 1;
    margin: 20px 0 0 30px; }
    .works_form .uploader-list::after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .works_form .uploader-list .img_box {
      float: left;
      margin-right: 15px;
      width: 160px;
      height: 160px; }
      .works_form .uploader-list .img_box img {
        display: block;
        width: 100%;
        height: 100%; }
      .works_form .uploader-list .img_box .works_info {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 10px 0 0 0;
        color: #999; }
  .works_form .progress {
    margin-bottom: 0; }
  .works_form .upload-percentage {
    position: absolute;
    right: -30px;
    top: 0; }
  .works_form .ajax_submit, .works_form .return {
    width: 200px;
    height: 45px;
    border-radius: 3px;
    background: #D6B729;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin: 40px 10px 0 10px; }
    .works_form .ajax_submit:hover, .works_form .return:hover {
      background: #FFD100; }

/*****************************************************审核进度*********************************************************************/
.order_state {
  width: 100%;
  margin-top: 220px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px; }

.process_three {
  width: 100%;
  height: 80px; }

.process_three .both_face {
  width: 33.3%;
  position: relative;
  height: 60px; }

.process_three .both_face .process_char {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  text-align: center; }

/*****灰色状态*******/
.process_three .line.bg_gray {
  background: #999999; }

.process_three .process_number.bg_gray {
  background: #999999; }

/*****红色状态*******/
.process_three .line.bg_red {
  background: #FF3333; }

.process_three .process_number.bg_red {
  background: #FF3333; }

/********文字*********/
.process_three .both_face .process_char {
  position: absolute;
  left: 0;
  right: 0;
  color: #3366FF;
  top: 66px;
  margin: auto;
  text-align: center; }

.process_three .both_face .process_char.color_gray {
  color: #999999; }

.process_three .both_face .process_char.color_red {
  color: #FF3333; }

.apply_process .process_char_box {
  margin-top: 50px;
  text-align: center; }

.apply_process .process_char_box .process_ing_char {
  color: #666666;
  font-size: 18px;
  text-align: center; }

.apply_process .process_char_box .process_ing_char.color_red {
  color: #FF3333; }

.process_three .line {
  width: 100%;
  height: 1px;
  background: #3366FF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.process_three .process_number {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #3366FF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 21px;
  color: white; }

.order_state .now_assess {
  display: block;
  width: 40%;
  height: 35px;
  border: 1px solid #3366FF;
  color: #3366FF;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  border-radius: 18px;
  margin: 60px auto 0; }

.order_state .now_assess:hover {
  background: #3366FF;
  color: white; }

.order_state .now_assess:active {
  background: #3366FF;
  color: white; }

/*****************************************活动详情页***************************************************/
/*************活动详情头*************/
.center-act {
  width: 100%;
  height: 350px;
  margin: 75px 0 60px;
  overflow: hidden;
  position: relative; }
  .center-act .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .center-act .t-line::before, .center-act .t-line::after {
    width: 50px;
    height: 50px;
    position: absolute;
    content: '';
    border-color: white; }
  .center-act .t-line::before {
    right: 10%;
    top: 96px;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid; }
  .center-act .t-line::after {
    left: 10%;
    top: 96px;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid; }
  .center-act .b-line::before, .center-act .b-line::after {
    width: 50px;
    height: 50px;
    position: absolute;
    content: '';
    border-color: white; }
  .center-act .b-line::before {
    right: 10%;
    bottom: 96px;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .center-act .b-line::after {
    left: 10%;
    bottom: 96px;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .center-act .msg-act {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    text-align: center;
    color: white;
    position: absolute;
    z-index: 3;
    overflow: hidden; }
    .center-act .msg-act .act-name {
      font-size: 46px;
      font-weight: 600;
      margin-top: 126px;
      text-align: center; }
    .center-act .msg-act .act-info {
      color: #f3e9e9;
      margin-top: 45px;
      font-size: 16px; }
      .center-act .msg-act .act-info .icon {
        color: #f3e9e9;
        font-size: 16px;
        margin-right: 8px; }
      .center-act .msg-act .act-info .unit-top {
        margin: 15px 0 35px; }
      .center-act .msg-act .act-info .need-join {
        border: 2px solid rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.1) !important;
        font-weight: 600;
        font-size: 14px;
        padding: 10px 42px;
        border-radius: 2px;
        color: white;
        transition: .3s; }
        .center-act .msg-act .act-info .need-join:hover {
          background: rgba(255, 255, 255, 0.3) !important; }

/******活动详情******/
.act-information {
  width: 100%;
  padding: 0 10%; }
  .act-information .title {
    text-align: center;
    font-size: 28px;
    vertical-align: middle; }
    .act-information .title .icon {
      color: #888;
      margin-right: 10px; }

/*******公用的文章块********/
.m-article {
  color: #444;
  margin: 30px 0 80px; }
  .m-article div, .m-article p {
    line-height: 24px; }
  .m-article .act-content-block {
    border: 6px double #74de77;
    border-radius: 16px;
    padding: 20px; }
  .m-article img {
    display: block;
    max-width: 100%; }
  .m-article .btn-p {
    margin-top: 20px; }
  .m-article a.btn-a {
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    height: 48px;
    line-height: 36px;
    font-size: 20px;
    border: 6px solid rgba(255, 255, 255, 0.7);
    color: #fff; }
  .m-article .btn-join {
    background: #ffa500; }
  .m-article .btn-work {
    background: #4169e1; }

/***************活动排序***************/
.works-sort {
  width: 100%;
  padding: 0 10%;
  margin-bottom: 45px;
  line-height: 80px;
  height: 80px;
  position: relative; }
  .works-sort .sort-box {
    width: 100%;
    border-bottom: 1px solid #B4B4B4; }
  .works-sort .nav {
    width: 100%; }
    .works-sort .nav a {
      color: #666;
      font-size: 16px;
      margin-right: 40px;
      position: relative;
      display: block;
      height: 100%;
      transition: 3s; }
      .works-sort .nav a:hover {
        color: #C8D046; }
      .works-sort .nav a.current {
        color: #C8D046; }
      .works-sort .nav a.current::before {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 2px solid #C8D046;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

.works-search {
  height: 34px;
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto; }
  .works-search .w-search {
    border: 1px solid #ccc;
    background: #fff;
    height: 34px;
    line-height: 32px;
    text-indent: 10px;
    width: 150px;
    border-right: 0; }
    .works-search .w-search:focus {
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .works-search .fa-search {
    cursor: pointer;
    width: 60px;
    background: #EEEEEE;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
    text-align: center;
    line-height: 34px;
    color: #333; }

/***********作品展示*************/
.container-w {
  width: 100%;
  padding: 0 10%;
  margin-bottom: 110px; }

.t-works-tittle {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0;
  text-align: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.t-works-author {
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: right;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*.thumbnail{  height: 280px;  }*/
.t-dpt-line {
  margin: 5px auto;
  width: 100%;
  border-bottom: 1px solid #ececec; }

.t-vote-btn {
  padding: 5px; }

.t-activity-block p span {
  margin-right: 30px; }

.t-page-font ul li a {
  color: #666666; }

.t-activity-text-vote {
  margin-top: 10px;
  text-indent: 2em;
  text-align: justify;
  line-height: 28px;
  margin-bottom: 25px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.t-breadcrumb {
  background: #fff; }

.t-breadcrumb a {
  color: #666666; }

/****************************************作品提交页*******************************************/
/*************************************当前作品页面*********************************************/
/***********************************课程资源里的-----教学课程--详情*****************************************/
.course_detail {
  min-height: 400px;
  padding: 0 10%;
  margin-top: 90px; }
  .course_detail .course_catalog {
    width: 100%;
    height: 60px;
    line-height: 60px; }
    .course_detail .course_catalog li {
      float: left;
      font-size: 15px; }
      .course_detail .course_catalog li.current a {
        cursor: default; }
        .course_detail .course_catalog li.current a span {
          color: #888888; }
      .course_detail .course_catalog li .fa {
        margin: 0 8px 0 10px; }
  .course_detail .single_course {
    height: 290px;
    width: 100%;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    margin-bottom: 60px;
    box-shadow: 0px 2px 4px #bbb; }
    .course_detail .single_course .video_box {
      height: 250px;
      width: 30%;
      margin-left: 18px;
      position: relative; }
      .course_detail .single_course .video_box .video_img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0; }
      .course_detail .single_course .video_box .video_items {
        display: block;
        cursor: pointer;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url("../images/video_items.png") no-repeat;
        background-size: 100% 100%;
        transition: 1s; }
        .course_detail .single_course .video_box .video_items:hover {
          transform: scale(1.3, 1.3); }
      .course_detail .single_course .video_box .video_element {
        width: 100%;
        height: 100%;
        display: none; }
    .course_detail .single_course .video_info {
      margin-left: 30px;
      position: relative;
      height: 100%;
      width: 60%; }
      .course_detail .single_course .video_info .video_name {
        font-size: 24px;
        color: #333;
        margin-bottom: 20px; }
      .course_detail .single_course .video_info .video_state {
        font-size: 16px; }
        .course_detail .single_course .video_info .video_state .fa {
          margin-right: 7px; }
      .course_detail .single_course .video_info .author {
        font-size: 14px; }
      .course_detail .single_course .video_info .video_detail {
        width: 90%;
        margin-top: 25px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: break-all; }
      .course_detail .single_course .video_info li {
        cursor: default !important; }
      .course_detail .single_course .video_info .now_link {
        display: block;
        width: 118px;
        height: 36px;
        border: 1px solid #C8D046;
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        color: #C8D046;
        transition: 0.3s;
        cursor: pointer;
        position: absolute;
        left: 0;
        bottom: 0; }
        .course_detail .single_course .video_info .now_link:hover {
          background: #C8D046;
          color: white; }
    .course_detail .single_course .items_do {
      width: 84px;
      height: 26px;
      border: 1px solid #C5C5C5;
      margin-right: 20px;
      position: relative; }
      .course_detail .single_course .items_do .fa-thumbs-up {
        width: 42px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #C5C5C5;
        text-align: center;
        line-height: 26px;
        cursor: pointer; }
      .course_detail .single_course .items_do .fa-download {
        width: 42px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #C5C5C5;
        text-align: center;
        line-height: 26px;
        cursor: pointer; }
      .course_detail .single_course .items_do .fa-star {
        width: 41px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 26px;
        cursor: pointer; }

/********星星评分********/
.c-evaluate .evaluate_mark {
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  position: relative;
  margin-left: 20px; }
  .c-evaluate .evaluate_mark .u-grade {
    display: inline-block; }
    .c-evaluate .evaluate_mark .u-grade .u-grade_item {
      float: left;
      width: 18px;
      height: 18px;
      cursor: pointer;
      background: url(../images/mark_star.png) no-repeat 0 0;
      margin-left: 8px;
      background-size: auto 100%; }
      .c-evaluate .evaluate_mark .u-grade .u-grade_item.light {
        background-position: -69px 0; }
      .c-evaluate .evaluate_mark .u-grade .u-grade_item:first-child {
        margin-left: 0; }

/**********************评论列表*********************/
.comment_box {
  width: 100%;
  margin-bottom: 100px; }
  .comment_box .comment_title {
    position: relative;
    width: 100%; }
    .comment_box .comment_title .head_title {
      margin-left: 27px;
      font-size: 12px;
      color: #333333; }
    .comment_box .comment_title .head_item {
      display: inline-block;
      width: 18px;
      height: 16px;
      position: absolute;
      background: url("../images/head_item.jpg") no-repeat;
      left: 0;
      top: 5px; }
  .comment_box .comment_reed_list {
    width: 100%;
    margin-top: 17px; }
    .comment_box .comment_reed_list .all_comment {
      width: 100%;
      border-top: 1px solid #E5E3E3; }
      .comment_box .comment_reed_list .all_comment .single_comment:first-child:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #f5f5f5;
        border-top: 1px solid #E5E3E3;
        border-right: 1px solid #E5E3E3;
        position: absolute;
        top: -6px;
        left: 55px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .comment_box .comment_reed_list .all_comment .single_comment {
        width: 100%;
        height: 110px;
        border-bottom: 1px solid #E5E3E3;
        position: relative;
        margin-bottom: 0; }
        .comment_box .comment_reed_list .all_comment .single_comment .head_img {
          width: 60px;
          height: 60px;
          display: block;
          border-radius: 50%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        .comment_box .comment_reed_list .all_comment .single_comment .relative {
          width: 100%;
          height: 110px;
          overflow: hidden; }
          .comment_box .comment_reed_list .all_comment .single_comment .relative .c-evaluate {
            margin-top: 45px; }
            .comment_box .comment_reed_list .all_comment .single_comment .relative .c-evaluate li {
              cursor: default !important; }
          .comment_box .comment_reed_list .all_comment .single_comment .relative .box {
            padding-left: 74px;
            width: 60%; }
            .comment_box .comment_reed_list .all_comment .single_comment .relative .box .people_info {
              width: 100%;
              margin-top: 33px; }
              .comment_box .comment_reed_list .all_comment .single_comment .relative .box .people_info .name {
                font-size: 14px;
                color: #666666; }
              .comment_box .comment_reed_list .all_comment .single_comment .relative .box .people_info .time {
                font-size: 12px;
                color: #999;
                margin-left: 5px; }
              .comment_box .comment_reed_list .all_comment .single_comment .relative .box .people_info .reply_items {
                cursor: pointer;
                margin-left: 18px; }
            .comment_box .comment_reed_list .all_comment .single_comment .relative .box .omit1 {
              font-size: 12px;
              color: #999;
              margin-top: 8px;
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
  .comment_box .comment_write_info {
    width: 100%;
    height: 116px;
    overflow: hidden; }
    .comment_box .comment_write_info .relative {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .comment_box .comment_write_info .relative .c-evaluate {
        margin-top: 45px; }
      .comment_box .comment_write_info .relative .head_img {
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .comment_box .comment_write_info .relative .write_in {
        width: 600px;
        height: 53px;
        border: 1px solid #E5E3E3;
        padding: 8px 10px;
        margin: 32px 0 0 80px;
        resize: none;
        font-size: 12px;
        color: #999999; }
  .comment_box .reply_box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-top: 5px; }
    .comment_box .reply_box .reply_btn {
      width: 96px;
      height: 38px;
      background: #333333;
      text-align: center;
      line-height: 38px;
      font-size: 14px;
      color: white;
      transition: 0.3s;
      cursor: pointer; }
      .comment_box .reply_box .reply_btn:hover {
        background: #000000; }
    .comment_box .reply_box .reply_num {
      font-size: 12px;
      color: #999999;
      margin-right: 22px; }

.work-img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .work-img::after {
    content: "";
    display: block;
    padding-bottom: 70%;
    height: 0;
    width: 100%; }
  .work-img:hover img {
    transform: scale(1.1); }
  .work-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: .5s;
    cursor: pointer; }

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