@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
/*副标题*/
.subtitle {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  border-left: 6px solid #C13F3F;
  color: #C13F3F;
  padding-left: 10px; }
  .subtitle .more-button {
    color: #666666;
    font-size: 14px;
    cursor: pointer; }
    .subtitle .more-button:hover {
      color: #C13F3F; }

.home-left {
  width: 260px;
  /* 登录表单*/
  /* 资讯公告列表*/ }
  .home-left .unlogin-form, .home-left .login-form {
    height: 300px;
    padding: 50px 44px;
    box-sizing: border-box; }
    .home-left .unlogin-form .button, .home-left .login-form .button {
      width: 100%;
      height: 50px;
      line-height: 50px;
      background-color: #C13F3F;
      text-align: center;
      color: white;
      border-radius: 10px;
      cursor: pointer; }
    .home-left .unlogin-form .button.border, .home-left .login-form .button.border {
      border: 1px solid #C13F3F;
      background-color: white;
      color: #C13F3F; }
  .home-left .unlogin-form {
   /*  display: none; */ }
  .home-left .login-form .user-info {
    text-align: center;
    color: #666;
    line-height: 25px; }
  .home-left .message-layout {
    padding: 0 10px 10px 10px;
    /*头部*/
    /*资讯数据*/ }
    .home-left .message-layout .header {
      height: 40px;
      line-height: 40px;
      border-bottom: 2px solid #C13F3F; }
      .home-left .message-layout .header .more-button {
        font-size: 14px;
        color: #666;
        cursor: pointer; }
        .home-left .message-layout .header .more-button:hover {
          color: #C13F3F; }
    .home-left .message-layout .message-item {
      margin-top: 16px;
      font-size: 14px;
      line-height: 18px; }
      .home-left .message-layout .message-item .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        cursor: pointer; }
        .home-left .message-layout .message-item .title:hover {
          color: #C13F3F; }
      .home-left .message-layout .message-item .time {
        margin-top: 10px;
        font-size: 12px;
        color: #666666;
        text-align: right; }

.home-right {
  width: 980px;
  /*广告轮播*/
  /*行情表格*/
  /*品种选项*/ }
  .home-right .ad-swipe {
    height: 300px;
    border-radius: 3px;
    background-color: #C13F3F; }
  .home-right .quotation-table {
    height: 333px;
    overflow: auto;
    width: 100%;
    font-size: 14px; }
    .home-right .quotation-table table {
      width: 100%; }
    .home-right .quotation-table thead {
      width: 100%;
      background-color: #e9e9e9;
      font-weight: bold; }
      .home-right .quotation-table thead td {
        height: 26px;
        line-height: 26px;
        text-align: center; }
    .home-right .quotation-table tbody {
      width: 100%; }
      .home-right .quotation-table tbody tr {
        cursor: pointer; }
        .home-right .quotation-table tbody tr:hover {
          background-color: #f1f1f1; }
      .home-right .quotation-table tbody td {
        display: table-cell;
        height: 30px;
        line-height: 30px;
        text-align: center; }
    .home-right .quotation-table .column-id {
      width: 100px; }
    .home-right .quotation-table .column-name {
      width: 200px; }
      .home-right .quotation-table .column-name .text-overflow-ellipsis {
        width: 200px; }
  .home-right .breed-tab li {
    display: inline-block;
    line-height: 40px;
    margin: 0 20px;
    cursor: pointer; }
    .home-right .breed-tab li.selected, .home-right .breed-tab li:hover {
      color: #C13F3F; }
  .home-right .commodity-grid .commodity-grid-cell {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .column-up-down{width:55px}
                .column-up-rate{width:100px}
                .column-new{width:75px}
                .column-low{width:75px}
                .column-high{width:75px}
                .column-average{width:100px}
                .column-sales{width:100px}
                .column-money{width:100px}

/*合作平台*/
.cooperation-platform {
  margin-top: 100px; }
  .cooperation-platform .divider {
    width: 100%;
    height: 4px;
    background-color: #C13F3F; }
  .cooperation-platform .cooperation-item {
    width: 240px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    box-sizing: border-box; }
    .cooperation-platform .cooperation-item:nth-child(n+2) {
      margin-left: 15px; }
      

.dowebok { width: 100%; height: 294px; }
