.list {
  margin-top: 50px;
  margin-bottom: 70px;
  padding: 8px 40px 70px 40px;
  background-color: #fff; }
  .list:after {
    clear: both;
    display: block;
    content: ''; }
  .list .page-title {
    display: none; }
  .list .list-page {
    margin-top: 70px; }
  .list .row {
    margin-left: -6px;
    margin-right: -6px; }
  .list .col {
    padding-left: 6px;
    padding-right: 6px;
    flex-grow: inherit; }
  .list .list-left {
    float: left;
    width: 770px; }
  .list .list-right {
    float: right;
    width: 270px; }
    .list .list-right .list-today {
      font-size: 16px;
      color: #005293;
      text-align: center;
      height: 35px;
      line-height: 35px;
      border: 1px solid #005293;
      margin-bottom: 30px;
      border-top: 1px solid rgba(0, 0, 0, 0.06);
      cursor: pointer; }
    .list .list-right .list-right-info {
      margin-bottom: 30px; }
      .list .list-right .list-right-info a {
        color: #005293;
        font-size: 16px;
        text-decoration: underline;
        margin-bottom: 18px; }
      .list .list-right .list-right-info img {
        width: 19px;
        margin-right: 6px;
        vertical-align: sub; }
    .list .list-right #carouselControls a {
      color: #333; }
    .list .list-right #carouselControls img {
      height: 160px; }
    .list .list-right .list-right-text {
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 12px;
      background-color: rgba(153, 153, 153, 0.2); }
  .list .list-line {
    height: 1px;
    margin: 24px 0;
    border: 1px dashed rgba(153, 153, 153, 0.3); }
  .list .list-page-m {
    display: none; }


    .zlist_left {
            width: 270px;
            float: left;
        }

        .zlist_right {
            width: 850px;
            padding-left: 80px;
            float: right;
            border-left: 2px dashed rgba(153, 153, 153, 0.3);

        }

        .zleft_menu {
            display: inline;
            font-size: 16px;
        }

        .zleft_menu li {
            list-style: none;
        }

        .zleft_menu_btn {
            display: block;
            color: #333333;
            background: rgba(216, 216, 216, 0.2);
            width: 85%;
            padding: 15px 30px;
            margin-bottom: 20px;
        }

        .zactive {
            background: #c4e1ff;
        }