.xlmain {
      width: 1058px;
      margin: 0px auto;
      margin-top: -1px;
      border: 1px solid #d3d3d3;
      position: relative;
    }

    .xltoppic {
      margin-top: 20px;
    }

    .xlfrom {
      height: 455px;
      margin-top: 20px;
      overflow: hidden;
      text-align: center;
    }

    .listbox {
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #d3d3d3;
    }

    .listbox .morelist {}

    .listbox .morelist li {
      width: 48%;
      float: left;
      margin-right: 4%;
      height: 32px;
      line-height: 32px;
      border-bottom: 1px dashed #ddd;
    }

    .listbox .morelist li:nth-child(2n) {
      margin-right: 0px;
    }

    .listbox .morelist li a {
      width: 80%;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .listbox .morelist li span {
      display: block;
      float: right;
      color: #999;
    }

    .listbox .more {
      width: 180px;
      height: 38px;
      margin: 20px auto 0px;
    }

    .listbox .more a {
      width: 100%;
      height: 100%;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      border-radius: 20px;
      display: block;
      background: #ddd;
      color: #333;
    }

    .listbox .more a:hover {
      background: #c00;
      color: #fff;
    }

    .xlqtl {
      padding: 10px 20px;
    }

    .xlqtl li {
      width: 16.66%;
      float: left;
      height: 30px;
      line-height: 30px;
      text-align: center;
    }