  /* 手机端中部 - 栏目列表页 */
  .mt-main-column {
    background-color: #f6f8fb;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    margin: -0.35rem 0;
    padding: 0 0.2rem 0.02rem
  }
  .mt-main-column>p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    min-height: 0.2rem;
    line-height: 0.5rem;
  }
  .mt-main-column-notice {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.05rem #ccc;
    border-radius: 0.03rem;
    padding: 0 0.18rem;
    margin-bottom: 0.15rem
  }
  .mt-main-column-notice .notice-title {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    border-bottom: 0.03rem solid #d4ecfc
  }
  .mt-main-column-notice .notice-list .list-content {
    width: 100%;
    background-color: #fff;
  }
  .mt-main-column-notice .notice-list .list-content li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 0.01rem solid #e8e8e8;
  }
  .mt-main-column-notice .notice-list .list-content li .date{
    width: 0.5rem;
    height: 100%;
    text-align: center;
    padding: 0.1rem 0 0.03rem;
    font-size: 0.14rem;
  }
  .mt-main-column-notice .notice-list .list-content li .date span {
    display: block;
    color: #999;
  }
  .mt-main-column-notice .notice-list .list-content li .date span:nth-child(1) {
    font-size: 0.16rem;
    border-bottom: 0.01rem solid #e6e6e6;
    line-height: 0.22rem;
  }
  .mt-main-column-notice .notice-list .list-content li .content {
    width: 2.35rem;
    height: 100%;
    padding: 0.12rem 0 0.03rem;
  }
  .mt-main-column-notice .notice-list .list-content li .content p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
  }
  .mt-main-column-notice .notice-list .list-content li .content p:nth-child(1) {
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
  .mt-main-column-notice .notice-list .list-content li .content p:nth-child(2) {
    color: #aeafb1;
    font-size: 0.12rem;
  }
  .mt-main-column-notice .notice-list .list-content .more {
    font-size: 0.14rem;
    color: #428fef;
    text-align: right;
    line-height: 0.35rem;
    cursor: pointer;
  }
  /* 手机端中部 - 留言列表页 */
  .mt-main-column .selectItem {
    padding-top: 10px;
  }
  .mt-main-column .selectItem select{
    color: #000;
    border: 1px solid #ccc;
    width: 1.6rem;
    height: 0.38rem;
    padding-left: 0.1rem;
    border-radius: 0.02rem;
    background-color: #fff;
    font-size: 0.14rem;
  }
  .mt-main-column .selectItem select option {
    background-color: #fff;
    line-height: 0.3rem;
  }
  .mt-main-column .selectItem span {
    display: inline-block;
    height: 0.38rem;
    line-height: 0.38rem;
    width: 0.8rem;
    text-align: center;
    background-color: #428fef;
    cursor: pointer;
    color: #fff;
    border-radius: 0.02rem;
    font-size: 0.14rem;
  }
  .mt-main-column .selectItem span:hover {
    background-color: #6aa6f0;
  }
  .mt-main-column .message {
    width: 2.35rem;
    padding-top: 0.1rem;
  }
  .mt-main-column .message div {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
  .mt-main-column .message div .label {
    color: #898989;
    line-height: 0.22rem;
  }
  .mt-main-column .message div .text {
    color: #000;
    line-height: 0.22rem;
  }