a {
  color: #333;
  text-decoration: none;
}
ul {
  margin: 0;
}
.appeal_model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}
.appeal_model .appeal_box {
  position: absolute;
  top: 6vw;
  left: 20%;
  background-color: #fff;
  width: 60%;
  padding: 20px;
}
.appeal_model .appeal_box .appeal_close {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.appeal_model .appeal_box .table_list {
  margin-bottom: 20px;
}
.appeal_model .appeal_box h3 {
  margin-bottom: 10px;
}
.white_box {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  margin: 0 -8px;
}
.white_box .left {
  float: left;
  width: 70%;
  padding-right: 20px;
}
.white_box .right {
  float: left;
  width: 30%;
  padding-left: 20px;
}
.hot_list {
  display: none;
}
.hot_list h3 {
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #ddd;
  height: 39px;
  font-size: 18px;
}
.hot_list h3 span {
  display: block;
  float: left;
  height: 40px;
  border-bottom: 3px solid #20528f;
}
.hot_list ul {
  margin-bottom: 20px;
}
.hot_list ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 18px;
  width: 100%;
}
.hot_list ul li span {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #ccc;
}
.hot_list ul li a {
  line-height: 20px;
  font-size: 14px;
}
.hot_list ul li a br {
  display: none;
}
.hot_list ul li a:hover {
  color: #20528f;
}
.hot_list ul li:nth-child(1) span,
.hot_list ul li:nth-child(2) span,
.hot_list ul li:nth-child(3) span {
  background-color: #20528f;
}
.search_form {
  display: flex;
  border: 2px solid #20528f;
  border-radius: 6px;
  overflow: hidden;
}
.search_form input,
.search_form button {
  height: 36px;
  padding: 0 20px;
  border: 0;
  outline: none;
}
.search_form input {
  width: 85%;
}
.search_form button {
  width: 16%;
  color: #fff;
  background-color: #20528f;
  cursor: pointer;
}
.search_tool {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.search_tool li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.search_tool li p {
  font-weight: bold;
  margin: 0;
}
.search_tool li label {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
  cursor: pointer;
  font-weight: normal;
}
.search_tool li label input {
  margin: 0 4px 0 0;
}
.search_total {
  color: #999;
  padding: 14px 0;
  font-size: 14px;
}
.search_tab {
  display: flex;
  background-color: #f1f1f1;
  padding: 0 20px;
  line-height: 36px;
}
.search_tab li {
  margin-right: 20px;
  cursor: pointer;
}
.search_tab .active {
  border-bottom: 2px solid #20528f;
}
.search_info {
  margin-bottom: 20px;
}
.search_info .info_title {
  margin-bottom: 6px;
  line-height: 24px;
}
.search_info .info_title span {
  display: inline-block;
  color: #fff;
  height: 24px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
  background-color: #20528f;
}
.search_info .info_title a {
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  color: #025293;
}
.search_info .info_title a:hover {
  text-decoration: underline;
}
.search_info .info_desc {
  color: #888;
  margin-bottom: 6px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_info .info_time {
  color: #666;
}
.search_info em {
  color: red;
}
.search_info .leader {
  display: flex;
  flex-wrap: wrap;
}
.search_info .leader .photo {
  width: 20%;
}
.search_info .leader .photo img {
  display: block;
  width: 100%;
}
.search_info .leader .details {
  width: 80%;
  padding-left: 20px;
}
.search_info .leader .details .name a {
  font-size: 18px;
}
.search_info .leader .details .name span {
  margin-left: 10px;
}
.search_info .leader .details .txt {
  margin-top: 10px;
  line-height: 28px;
  color: #888;
}
/*table*/
.table_list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table_list .tr {
  display: flex;
  line-height: 1.5;
  width: 100%;
  text-align: left;
}
.table_list .th {
  display: table-cell;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 8px;
  color: #20528f;
  background: #f6f6f6;
}
.table_list .td {
  display: table-cell;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}
.table_list .td a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table_list .p5 {
  width: 5%;
}
.table_list .p8 {
  width: 8%;
}
.table_list .p10 {
  width: 10%;
}
.table_list .p12 {
  width: 12%;
}
.table_list .p15 {
  width: 15%;
}
.table_list .p20 {
  width: 20%;
}
.table_list .p25 {
  width: 25%;
}
.table_list .p35 {
  width: 35%;
}
.table_list .p38 {
  width: 38%;
}
.table_list .p45 {
  width: 45%;
}
.table_list .p50 {
  width: 50%;
}
.table_list .p55 {
  width: 55%;
}
.table_list .p65 {
  width: 65%;
}
.table_list .p88 {
  width: 88%;
}
.table_list .p100 {
  width: 100%;
}
.search_page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.search_page li {
  height: 36px;
  margin: 0 -1px 0 0;
  padding: 0 12px;
  line-height: 36px;
  color: #20528f;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 8px;
  cursor: pointer;
}
.search_page li:first-child {
  border-radius: 4px 0 0 4px;
}
.search_page li:last-child {
  border-radius: 0 4px 4px 0;
}
@media all and (max-width: 768px) {
  .white_box {
    padding: 16px;
  }
  .white_box .left {
    width: 100%;
    padding: 0;
  }
  .white_box .right {
    display: none;
  }
  .search_form input,
  .search_form button {
    padding: 0 10px;
  }
  .search_form input {
    width: 75%;
  }
  .search_form button {
    width: 25%;
  }
  .search_tool li {
    margin-bottom: 10px;
  }
  .search_tool li:last-child {
    margin-bottom: 0;
  }
  .appeal_model .appeal_box {
    width: 96%;
    left: 2%;
  }
}
