.gcjs_content .search2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.gcjs_content .search2 #searchname {
  width: 440px;
  height: 40px;
  border: solid 1px #d8d8d8;
  padding: 0;
  padding-left: 10px;
  font-size: 13px;
}

.gcjs_content .search2 #searchinput {
  width: 95px;
  height: 42px;
  background-color: #507fc5;
  color: #ffffff;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}

.gcjs_content table thead {
  background-color: #317ac9;
  color: #ffffff;
  text-align: center;
}

.gcjs_content table thead td {
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.gcjs_content table tr {
  height: 40px;
}

.gcjs_content table tbody td {
  text-align: center;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  font-size: 14px;
}
.gcjs_content .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-size: 12px;
}
.page-link {
  padding: 6px 8px;
  border: 1px solid #ccc;
  color: #0063ba;
  margin: 0 5px;
  cursor: pointer;
  user-select: none;
}
.count,
.search-input {
  color: #c0bfbf;
}
.search-input {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.page-input {
  width: 35px;
  padding: 3px 6px;
  height: 17px;
  color: #0063ba;
  border: 1px solid #eeeeee;
  margin: 0 8px;
}
.active {
  color: #fff;
  background-color: #0265ba;
  border-color: #0265ba;
}
#pagination {
  display: flex;
  align-items: center;
}
.page-btn {
  width: 56px;
  height: 30px;
  display: inline-block;
  background-color: #0063ba;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0 8px;
  cursor: pointer;
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .gcjs_content .search2 #searchname {
    border-radius: 4px 0 0 4px;
  }
  .gcjs_content .search2 #searchinput {
    height: 40px;
    margin-left: 0;
    border-radius: 0 4px 4px 0;
  }
  .gcjs_content .pages {
    margin: 20px -15px;
  }
  #pagination {
    flex-wrap: wrap;
  }
  .page-link {
    padding: 6px 0;
    border: 1px solid #ccc;
    color: #0063ba;
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
    width: 25px;
    box-sizing: border-box;
    text-align: center;
  }
  .page-link.active {
    color: #fff;
  }
  .page-link.next,
  .page-link.prev {
    width: auto;
    display: none;
  }
}
