.common-list-content {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.common-list-title {
  border-bottom: 1px solid #dce4ea;
  color: #1d7acc;
  font-size: 18px;
  line-height: 36px;
}

.common-list-title i img {
  margin-top: 8px;
}

.common-list-title span {
  padding: 6px 10px;
  border-bottom: 3px solid #1d7acc;
}

.common-list-main {
  width: 100%;
  margin-top: 20px;
}

.common-list-main-content li {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;

}

.common-list-main-content a,
.common-list-main-content i {
  float: left;
}

.common-list-main-content p {
  float: right;
  color: #a6a6a6;
}

.common-list-main-content i {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 45%;
  left: 5px;
  background: #a5a5a5;
  border-radius: 50%;
}

.common-list-main-content a {
  margin-left: 20px;
  width: 70%;
  color: #4e4e4e;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 页码 */
.common-list-page {
  width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
}

.common-list-page button {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  border: 1px solid #dae3e6;
  background: #fff;
  margin-left: 10px;
}

.common-list-page .prev,
.common-list-page .next {
  width: 78px;
  height: 38px;

}

.common-list-page .number {
  padding: 0 15px;
  height: 38px;
}

.common-list-page span {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-left: 10px;
}

.common-list-page input {
  width: 38px;
  height: 38px;
  border: 1px solid #dae3e6;
  background: #fff;
}

.common-list-page .btn {
  width: 78px;
  height: 38px;
}

.common-list-page .click {
  background: #0085da;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .common-list-content {
    margin-top: 0.1rem;
  }

  .common-list-title {
    border-bottom: 0.01rem solid #dce4ea;
    color: #1d7acc;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .common-list-main-content i {
    width: 0.05rem;
    height: 0.05rem;
    left: 0.05rem;
    border-radius: 50%;
  }

  .common-list-title i img {
    margin-top: 0.1rem;
    width: 3%;
  }

  .common-list-title span {
    padding: 0.06rem 0.1rem;
    border-bottom: 0.03rem solid #1d7acc;
  }

  .common-list-main {
    width: 100%;
    margin-top: 0.2rem;
  }

  .common-list-main-content li {
    font-size: 0.22rem;
    line-height: 0.5rem;
  }

  .common-list-main-content a {
    margin-left: 0.2rem;
  }

  .common-list-page {
    width: 100%;
    padding-top: 0.2rem;
    text-align: center;
  }

  .common-list-page button {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333;
    border: 0.01rem solid #dae3e6;
    background: #fff;
    margin-left: 0.1rem;
  }

  .common-list-page .prev,
  .common-list-page .next {
    width: 0.78rem;
    height: 0.38rem;
  }

  .common-list-page .number {
    padding: 0 0.15rem;
    height: 0.38rem;
  }

  .common-list-page input {
    /* width: 0.38rem;
            height: 0.38rem;
            border: 0.01rem solid #dae3e6;
            background: #fff;
            font-size: 0.2rem; */
    display: none;
  }

  .common-list-page span {
    /* font-size: 0.2rem;
            line-height: 0.4rem;
            color: #333; */
    display: none;
  }

  .common-list-page .btn {
    width: 0.78rem;
    height: 0.38rem;
    display: none;
  }

}