body {
  background: #ededed;
}

.banner {
  margin: 0;
  padding-bottom: 1px;
  background-color: #ededed;
}

.banner_cont_top {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.banner_cont_top_cont {
  font-size: 14px;
  color: #000;
}

.banner_cont_time {
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 20px;
}

.banner_cont_time_xmfl,
.banner_cont_time_date {
  display: flex;
  align-items: center;
}

.banner_cont_time_xmfl_data,
.banner_cont_time_date_data {
  display: flex;
  align-items: center;
}

.banner_cont_time_xmfl_data_cloose,
.banner_cont_time_date_data_cloose {
  width: 50px;
  height: 26px;
  margin-right: 13px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}

.active {
  color: #fff;
  background-color: #0f77f3;
  border-radius: 4px;
}

.banner_cloose {
  padding: 10px 25px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_cloose_left {
  display: flex;
  align-items: center;
}

.banner_cloose_select {
  width: 164px;
  height: 28px;
  margin: 0 50px 0 10px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px rgba(204, 204, 204, 0.33);
}

.banner_cloose_select:focus {
  outline: none;
  /* 取消默认的轮廓样式 */
}

.banner_cloose_left_checked {
  display: flex;
  align-items: center;
}

.banner_cloose_right {
  width: 264px;
  height: 34px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
}

.banner_cloose_right_search {
  flex: 1;
}

.banner_cloose_right_search::placeholder {
  color: #ccc;
  /* 设置 placeholder 的颜色 */
}

.banner_cloose_right_btn {
  width: 54px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  background-color: #0f77f3;
  border-radius: 0px 4px 4px 0px;
}

.banner_cont_list {
  padding: 25px 25px 0;
  margin-bottom: 25px;
  background-color: #fff;
}

.banner_cont_list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebeced;
}

.banner_cont_list li:last-child {
  border-bottom: none;
}

.banner_cont_list_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_cont_list_cont_left_top,
.banner_cont_list_cont_left_bottom {
  display: flex;
  align-items: center;
}

.banner_cont_list_cont_left_top {
  margin-bottom: 6px;
}

.banner_cont_list_cont_left_top_left,
.banner_cont_list_cont_left_top_right,
.banner_cont_list_cont_left_bottom_left,
.banner_cont_list_cont_left_bottom_right {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.banner_cont_list_cont_left_top_title {
  font-size: 14px;
  color: #868789;
}

.banner_cont_list_cont_left_top_text {
  font-size: 14px;
  color: #333;
}

.banner_cont_list_cont_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -35px;
}

.banner_cont_list_cont_right_time {
  display: flex;
  align-items: center;
  color: #ff4e00;
}

.banner_cont_list_cont_right_time_over {
  width: 171px;
  height: 32px;
  background-color: #e2e2e2;
  border-radius: 4px;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 32px;
  margin-top: 5px;
}

.banner_cont_bottom {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_cont_bottom_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_cont_bottom_page_left {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.banner_cont_bottom_page_left_icon,
.last,
.next {
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 26px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d1cccc;
  margin: 0 5px;
  cursor: pointer;
}

.active3 {
  background-color: #0f77f3;
  color: #fff;
}

.banner_cont_bottom_page_input {
  width: 36px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d1cccc;
}