@charset "UTF-8";
/**
* 吉林银行吉林省公共资源一体化项目-政策服务
* date:2022-11-4
* author: xuhai;
 */
/**
* 吉林银行吉林省公共资源一体化项目
* date:2022-11-2
* author: xuhai;
 */
.box {
  padding-bottom: 48px;
  box-sizing: border-box;
}

.box .time-box {
  border-top: 2px #ff7d43 solid;
  background: #fff8f4;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 44px;
  margin-bottom: 20px;
}

.box .time-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}

.box .time-box h2::before {
  content: '';
  display: inline-block;
  width: 219px;
  height: 2px;
  margin-bottom: 7px;
  margin-right: 22px;
  background: linear-gradient(270deg, #ff7d43 0%, rgba(255, 125, 67, 0) 100%);
}

.box .time-box h2::after {
  content: '';
  display: inline-block;
  width: 219px;
  height: 2px;
  margin-bottom: 7px;
  margin-left: 22px;
  background: linear-gradient(90deg, #ff7d43 0%, rgba(255, 125, 67, 0) 100%);
}

.box .time-choose button {
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #ff7d43;
  height: 28px;
  border-radius: 14px;
  margin-right: 33px;
  color: #ff7d43;
  background: transparent;
  cursor: pointer;
}

.box .time-choose button.current {
  color: #fff;
  background: #ff7d43;
}

.box .time-choose .next-week {
  margin-left: 33px;
}

.box .time-choose .last-year,
.box .time-choose .last-month,
.box .time-choose .last-week {
  position: relative;
}

.box .time-choose .last-year::after,
.box .time-choose .last-month::after,
.box .time-choose .last-week::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  width: 9px;
  height: 12px;
  background: url("../images/left_arrow_site_arrangement.png") no-repeat;
}

.box .time-choose .next-year,
.box .time-choose .next-month,
.box .time-choose .next-week {
  position: relative;
}

.box .time-choose .next-year::after,
.box .time-choose .next-month::after,
.box .time-choose .next-week::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
  width: 9px;
  height: 12px;
  background: url("../images/right_arrow_site_arrangement.png") no-repeat;
}

.box .common-table {
  table-layout: fixed;
  border-color: #dedede;
}

.box .common-table th {
  color: #d95115;
  text-align: center;
  background: #fff8f4;
}

.box .common-table th,
.box .common-table td {
  padding: 10px 17px;
}

.box .common-table .day-td {
  text-align: center;
  color: #d95115;
  background: #fff8f4;
}

.box .common-table .noon-td,
.box .common-table .num-td,
.box .common-table .time-td,
.box .common-table .room-td {
  text-align: center;
}

.box .common-table td[colspan='6'] {
  color: #b8becc;
  line-height: 54px;
}

.noinfo .noon-td {
  background: url("../images/icon_site_arrangement.png") no-repeat center;
}

