
 .newList {
      background: #fff;
      width: 1052px;
      margin: 0 auto 30px;
    }

    .newList .article {
      background: #fff;
      margin: 12px 30px 0;
    }

    .newList .article a {
      color: inherit;
    }

    .newList .article a:hover {
      color: #1D82FF;
    }

    .newList .article a:hover .dot {
      background: #1D82FF;
    }

    .article li {
      line-height: 60px;
      border-bottom: solid 1px #ddd;
      color: #333333;
      font-size: 14px;
    }

    .article li .time {
      float: right;
      color: #999999;
      font-size: 14px;
    }
    #pageButton .layui-laypage {
      margin-left: 50%;
          transform: translateX(-50%);
    }

