.hot-section {
  padding: 40px 0;
}
.hot-section .hot-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.hot-section .hot-title img {
  width: 21px;
  margin-right: 5px;
}
.hot-section .hot-list {
  display: flex;
  flex-wrap: wrap;
}
.hot-section .hot-list a {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-right: 50px;
  margin-bottom: 15px;
  border-radius: 25px;
  padding: 0 15px;
}
.hot-section .hot-list a:hover {
  background: #0057FF;
  color: #fff;
}
.hot-section .hot-list .active {
  background: #0057FF;
  color: #fff;
}
.city-section {
  padding: 0 0 60px;
}
.city-section .city-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
.city-section .search-box {
  display: flex;
  align-items: center;
}
.city-section .search-box input {
  flex: 1;
  height: 54px;
  border: 1px solid #D6D6D6;
  padding-left: 10px;
}
.city-section .search-box .submit-btn {
  width: 160px;
  height: 54px;
  background: #0057FF;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
}
.city-section .city-table {
  margin-top: 30px;
  border: 1px solid #E5E5E5;
}
.city-section .city-table.search-city-table{
  display: none;
}
.city-section .city-table .table-row {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}
.city-section .city-table .table-row:hover .table-title {
  background-color: #0057FF;
  color: #fff;
  font-weight: bold;
}
.city-section .city-table .table-row:hover .table-title1 {
  background-color: #0057FF;
  color: #fff;
  font-weight: bold;
}
.city-section .city-table .table-row:hover .table-content {
  background-color: #EFF5FF;
}
.city-section .city-table .table-row:last-child {
  border-bottom: 0;
}
.city-section .city-table .table-row .table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  border-right: 1px solid #E5E5E5;
  font-size: 32px;
  color: #999999;
  font-weight: 500;
  padding: 20px 0;
}
.city-section .city-table .table-row .table-title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  border-right: 1px solid #E5E5E5;
  font-size: 28px;
  color: #999999;
  font-weight: 500;
  padding: 20px 0;
}
.city-section .city-table .table-row .table-content {
  padding: 0 60px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.city-section .city-table .table-row .table-content .city {
  padding: 10px 0;
  display: flex;
}
.city-section .city-table .table-row .table-content .city .city-name {
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}
.city-section .city-table .table-row .table-content .city .city-name a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.city-section .city-table .table-row .table-content .city .city-p {
  display: flex;
  flex-wrap: wrap;
}
.city-section .city-table .table-row .table-content .city .city-p a {
  display: block;
  color: #333;
  font-size: 14px;
  margin-right: 20px;
}
.query-section .query-list .query-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 20px;
}
.query-section .query-list .query-row {
  display: flex;
  margin-bottom: 28px;
}
.query-section .query-list .query-row .query-name {
  min-width: 100px;
  margin-right: 40px;
  color: #0057FF;
  font-size: 16px;
}
.query-section .query-list .query-row .query-content-list {
  display: flex;
  flex-wrap: wrap;
}
.query-section .query-list .query-row .query-content-list a {
  display: block;
  color: #333;
  font-size: 14px;
  margin-right: 50px;
}
