﻿@charset "UTF-8";
/* 
	变量
 */
/* 边框颜色*/
/* 报错颜色*/
/* 按钮的主调颜色*/
/* 橘色调*/
/* 首页2楼的颜色*/
/* 首页3楼的颜色*/
/* 首页4楼的颜色*/
/* 居中*/
/* @include center;*/
/* @include verificationinpt;*/
/* 设置修改密码的input*/
/* @include verificationbtn;*/
/* 设置修改密码的按钮*/
/* @include pageCenter;*/
/* 1200 居中*/
/* @include Ellipsis;*/
/* 省略号*/
/* @include triangle;*/
/* 小三角*/
/* 
	新增专家列表
 */
.add-teachers {
  width: 1200px;
  margin: 0 auto; }
  .add-teachers ul {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow: hidden; }
    .add-teachers ul li {
      margin-bottom: 45px;
      margin-left: 15px;
      float: left;}
      .add-teachers ul li:nth-child(5n+1) {
        margin-left: 0; }
    .add-teachers ul a {
      display: block;
      width: 228px; }
      .add-teachers ul a img {
        height: 228px;
        width: 228px; }
      .add-teachers ul a .title {
        overflow: hidden;
        padding: 15px 0; }
        .add-teachers ul a .title h2 {
          overflow: hidden;
          font-weight: normal;
          line-height: 25px; }
          .add-teachers ul a .title h2 span {
            width: 73px;
            word-wrap: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            float: left;
            font-size: 16px;
            color: #0078d7; }
          .add-teachers ul a .title h2 em {
            font-style: normal;
            font-size: 12px;
            color: #666666;
            background: url(../img/q23.png) no-repeat left center;
            background-size: 14px 11px;
            padding-left: 15px; }
        .add-teachers ul a .title h3 {
          margin-top: 5px;
          line-height: 16px;
          width: 148px;
          overflow: hidden;
          background-color: #d6e6f2;
          color: #666666;
          font-size: 12px;
          font-weight: normal; }
          .add-teachers ul a .title h3 span {
            width: 138px;
            word-wrap: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            float: left; }
          .add-teachers ul a .title h3:before {
            display: block;
            float: left;
            content: "";
            height: 16px;
            width: 3px;
            margin-right: 5px;
            background-color: #52a4f5; }
      .add-teachers ul a .test {
        font-size: 12px;
        color: #666666;
        line-height: 20px;
        overflow: hidden; }
        .add-teachers ul a .test .hidd-test {
          word-wrap: break-word;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          float: left; }
        .add-teachers ul a .test span {
          font-weight: bold;
          color: #333333; }
        .add-teachers ul a .test em {
          font-style: normal; }
        .add-teachers ul a .test i {
          font-style: normal;
          color: #0078d7; }

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