﻿@charset "UTF-8";
/* 
	变量
 */
/* 边框颜色*/
/* 报错颜色*/
/* 按钮的主调颜色*/
/* 橘色调*/
/* 首页2楼的颜色*/
/* 首页3楼的颜色*/
/* 首页4楼的颜色*/
/* 居中*/
/* @include center;*/
/* @include verificationinpt;*/
/* 设置修改密码的input*/
/* @include verificationbtn;*/
/* 设置修改密码的按钮*/
/* @include pageCenter;*/
/* 1200 居中*/
/* @include Ellipsis;*/
/* 省略号*/
/* @include triangle;*/
/* 小三角*/
/* 
	新加评级的列表样式
 */
.tab-center-list .tab-evaluate .item {
  overflow: hidden;
  padding: 20px; }
  .tab-center-list .tab-evaluate .item .left-box {
    float: left;
    width: 135px;
    overflow: hidden;
    line-height: 30px; }
    .tab-center-list .tab-evaluate .item .left-box img {
      height: 30px;
      width: 30px;
      border-radius: 100%;
      float: left; }
    .tab-center-list .tab-evaluate .item .left-box p {
      float: left;
      font-size: 14px;
      color: #333;
      width: 93px;
      word-wrap: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      margin-left: 10px; }
  .tab-center-list .tab-evaluate .item .right-box {
    float: right;
    width: 700px; }
    .tab-center-list .tab-evaluate .item .right-box h2 {
      line-height: 20px;
      font-weight: normal;
      font-size: 14px;
      color: #333; }
    .tab-center-list .tab-evaluate .item .right-box h3 {
      padding-top: 15px;
      overflow: hidden;
      font-weight: normal; }
      .tab-center-list .tab-evaluate .item .right-box h3 span {
        font-size: 12px;
        color: #ab9d96;
        margin-right: 15px; }

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