@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
.message-left {
  width: 260px;
  box-sizing: border-box; }
  .message-left .menu {
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: bold; }
    .message-left .menu .menu-item {
      padding: 0 15px;
      cursor: pointer; }
      .message-left .menu .menu-item:hover {
        background-color: #f1f1f1; }
      .message-left .menu .menu-item .inner-item {
        height: 52px;
        padding: 16px 0;
        line-height: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e6e6e6; }
        .message-left .menu .menu-item .inner-item img {
          width: 20px;
          height: 20px; }
      .message-left .menu .menu-item:last-child .inner-item {
        border-bottom: none; }
    .message-left .menu .active {
      background-color: #C13F3F !important;
      color: white;
      cursor: default; }
      .message-left .menu .active .inner-item {
        border-bottom: none; }

.message-right {
  width: 980px;
  box-sizing: border-box; }
  .message-right .content {
    height: 100%;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }
    .message-right .content .head {
      box-sizing: border-box;
      height: 64px;
      padding: 18px 0;
      border-bottom: 1px solid #C13F3F; }
      .message-right .content .head .title {
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        border-left: 6px solid #C13F3F;
        color: #C13F3F;
        padding-left: 10px; }
    .message-right .content .list {
      min-height: 640px; }
      .message-right .content .list .list-cell {
        box-sizing: border-box;
        padding: 0 2px;
        height: 64px;
        line-height: 64px;
        border-bottom: 1px solid #e6e6e6;
        cursor: pointer; }
        .message-right .content .list .list-cell:hover {
          background-color: #f1f1f1; }
        .message-right .content .list .list-cell .title-desc {
          font-size: 16px;
          width: 80%;
          color: #333333; }
        .message-right .content .list .list-cell .time {
          font-size: 14px;
          color: #999999; }
    .message-right .content .pagination {
      box-sizing: border-box;
      height: 90px;
      text-align: center;
      padding: 34px 0; }
      .message-right .content .pagination li {
        display: inline;
        text-align: center; }
        .message-right .content .pagination li a {
          box-sizing: border-box;
          font-size: 16px;
          text-decoration: none;
          padding: 5px 12px;
          height: 22px;
          line-height: 22px; }
          .message-right .content .pagination li a:hover {
            color: #C13F3F;
            background-color: #f1f1f1; }
      .message-right .content .pagination .active {
        color: #C13F3F;
        cursor: default; }
